diff --git a/ReleaseNotes/Patch4.10.3-2.txt b/ReleaseNotes/Patch4.10.3-2.txt
new file mode 100644
index 0000000000..d23b46065a
--- /dev/null
+++ b/ReleaseNotes/Patch4.10.3-2.txt
@@ -0,0 +1,219 @@
+
+ Geant4 10.3 - patch-02 Release Notes
+ ------------------------------------
+
+ 27 July 2017
+
+List of fixes included in this public patch since the public release 10.3.p01:
+
+ o Configuration:
+ -------------
+ + CMake:
+ o Added VECGEOM_DEFINITIONS and VECGEOM_EXTERNAL_INCLUDES when compiling
+ with USolids/VecGeom enabled, to allow for detection of external
+ packages paths from VecGeom.
+ o Corrected Qt setup for GNUmake builds, avoid setting QTLIBS and
+ GLQTLIBS as already handled by the GNUmake system for Qt4 and Qt5.
+ + GNUmake:
+ o Corrected order of linkage in binmake.gmk for analysis global library.
+
+ o Analysis:
+ --------
+ + Fixed problem of removing non-empty ntuple files in user application
+ where ntuples are created after open file.
+ + Added GetP[1,2]Id(const G4String&) functions to G4AnaysisManager.
+ Addressing problem report #1949.
+ + Corrected handling of open file failure.
+ Addressing problem report #1957.
+
+ o Event:
+ -----
+ + Fixed 'fallthrough' compilation warnings in case statements on gcc-7.1.
+
+ o Externals:
+ ---------
+ + Fixed compilation warnings on gcc-7.1.
+
+ o G3toG4:
+ ------
+ + Fixed compilation warnings on gcc-7.1.
+
+ o Generic Processes:
+ -----------------
+ + biasing:
+ o G4GeometrySampler: removed unnecessary ClearSampling() from the
+ destructor.
+ + scoring:
+ o G4ParallelWorldProcess: fix to have a valid pointer to secondaries
+ in G4Step of a parallel world.
+
+ o Geometry:
+ --------
+ + biasing:
+ o Added mutex locks to methods within G4IStore and G4ImportanceAlgorithm.
+ Temporary fix for erratic behaviour in MT-mode and crashing if bounds-
+ checking is switched on with many threads/events.
+ Addressing problem report #1945.
+ + solids/CSG:
+ o Fixed possible rounding off error in calculation of 'astep' (max angle
+ for one step) in CalculateExtent() for G4Cons, G4Tubs, G4CutTubs
+ and related USolids wrappers.
+ o Added accessor to G4Orb and G4UOrb for retrieving cached max radius
+ tolerance.
+ o Fix in G4CutTubs::Inside() for case where inside points were considered
+ as points on surface. Addressing problem report #1973.
+ + solids/specific:
+ o Fixed possible rounding off error in calculation of 'astep' (max angle
+ for one step) in CalculateExtent() for G4Polycone, G4GenericPolycone
+ and related USolids wrappers.
+ o Removed potential race condition in G4VTwistSurface::AmIOnLeftSide().
+ Addressing problem report #1972.
+
+ o Global:
+ ------
+ + Corrected TLS setup in tls.hh for gcc compiler.
+ + Updated date and version for 10.3.p02.
+
+ o Intercoms:
+ ---------
+ + Fix to G4GenericMessenger::Command::SetUnit: do not ignore setting and
+ issue a warning when running sequential application built against Geant4
+ libraries compiled with MT enabled.
+
+ o Physics Lists
+ -------------
+ + constructors/electromagnetic:
+ o G4EmStandardPhysicsSS: apply single scattering to all particles.
+ Addressing problem report #1966.
+ o G4EmModelActivator: fixed Opt4 and SS per region.
+ + lists:
+ o G4PhysListFactory: fixed EM option "__SS".
+ Addressing problem report #1966.
+
+ o Processes - Electromagnetic:
+ ---------------------------
+ + dna:
+ o Fixed compilation warnings on gcc-7.1.
+ + lowenergy:
+ o G4LowEPPolarizedComptonModel: fixed FPE in comptation of std::acos().
+ o Fixed compilation warnings on gcc-7.1.
+ + standard:
+ o G4UniversalFluctuation: fixed numerical problem for sampling
+ low-energy anti-protons with very small steps.
+ o G4NuclearStopping, G4ICRU49NuclearStoppingModel: fixed nuclear
+ stopping power computation addressed in Hypernews post #1595 in the
+ Hadronic Processes Forum.
+ o G4hIonisation: fixed min/max energy for dEdx table for the case when
+ the mass of a hadron is very different from the mass of proton.
+ + utils:
+ o G4EmCalculator: for computation of the nuclear stopping power, use
+ concrete model (applied at run time) instead of G4EmCorrections
+ emulation; to get cross section per volume for discrete processes
+ use interface of the process. Addressing Hypernwes post #1595 in the
+ Hadronic Processes Forum.
+ o G4VEmModel: added extra protected class member for nuclear stopping.
+ o G4EmSaturation: fixed typo in printout.
+
+ o Processes - Hadronic:
+ --------------------
+ + models/cascade:
+ o G4CascadeCoalescence: removed clusterHash() function and 'triedClusters'
+ registry. Droped redundant calls of tryCluster() with subcombinatorics;
+ all combinations are handled, uniquely, in main loop over indices.
+ This eliminates significant memory usage observed with high-energy
+ applications of BERT.
+ + models/de_excitation:
+ o G4DeexPrecoParameters: disabled parameter change in G4_Idle state,
+ only G4_PreInit is allowed; disabled correlated gamma;
+ set default time limit to 1000s (if radioactive decay is enabled this
+ time may be set to the limit of the G4NuclideTable), this allows do
+ not create extra isomeres if radioactive decay is not included in the
+ physics list
+ o G4LevelReader, G4LevelManager, G4PhotonEvaporation: for stable states
+ (ground state isotopes) set life time to "-1"; changed all checks
+ accordingly.
+ o G4LevelReader: issue fatal exception if data file is not open.
+ Addressing problem report #1942.
+ o G4PhotonEvaporation: always have gamma transition to the discrete
+ level (if there is no levels, go to the ground state).
+ Addressing problem report #1950.
+ + models/lend:
+ o Fixed compilation warnings on gcc-7.1.
+ o Fixed Coverity defects.
+ + models/particle_hp:
+ o Added check for He3 projectile. Addressing problem report #1907.
+ o G4ParticleHPThermalScattering: fixed angular distribution sampling
+ problem. Addressing problem report #1971.
+ o Fix in destructor of processes to protect against concurrent deletion.
+ o Bug fix and improved stability in G4ParticleHPFinalState.
+ o Suppressed unnecessary warning messages in G4ParticleHPEnAngCorrelation.
+ o Fixed minor inconsistency between documentation and code.
+ + models/radioactive_decay:
+ o G4RadioactiveDecay::DecayIt(): added statement to propagate weight of
+ parent track. Addressing problem report #1946.
+ + models/util:
+ o G4Fragment: fixed destructor and printout.
+ o G4PolynomialPDF: fix for potential division by zero.
+ + util:
+ o G4GHEKinematicsVector: fixed case of variable shadowing.
+
+ o Run:
+ ---
+ + G4RunManagerKernel: removed unnecessary warning message.
+
+ o Visualization:
+ -------------
+ + Fixed compilation warnings on gcc-7.1.
+
+ o Examples:
+ --------
+ + Updated reference outputs.
+ + Fixed compilation warning on gcc-7.1.
+ + advanced/air_shower:
+ o Updated setup for visualization in main() and Visualisation.mac.
+ + extended/biasing/B01:
+ + extended/biasing/B02:
+ o Removed unnecessary clearing of sampling.
+ + extended/biasing/B03:
+ o B03PhysicsList: removed obsolete unnecessary instantiation of
+ de-excitation sub-models.
+ o Removed unnecessary clearing of sampling.
+ + extended/eventgenerator/HepMC/MCTruth:
+ o Fixed typo in initialisation.
+ + extended/g3tog4:
+ o Fixed linking problem for static build.
+ + extended/optical/LXe:
+ o Fix for issue reported on Hypernews Optical-Photons Forum #651.
+ + extended/medical/DICOM:
+ o Fix to DicomRun::RecordEvent() that was incrementing the inherited
+ numberOfEvent variable from G4Run twice causing the output of the
+ number of events to be twice the actual value.
+ o Corrected element definitions for Potassium and Phosphorus in
+ DetectorConstruction.
+ + extended/persistency/gdml/G01:
+ o Updated setup for visualization in main program.
+ o Added missing gdml files to CMake installation script.
+ + extended/persistency/gdml/G02:
+ + extended/persistency/gdml/G03:
+ o Updated setup for visualization in main program.
+ + extended/radioactivedecay/rdecay02:
+ o Updated README, adding a note stating that all histograms but one are
+ turned off by default, and describing how to turn them back on.
+ Addressing problem report #1936.
+ + extended/runAndEvent/RE05:
+ o Fixed potential rare race condition issue in RE05PrimaryGeneratorAction.
+
+ ----------------------------------------------------------------------------
+
+ Technical Notes
+ ---------------
+
+ o This patch should be applied on top of release 10.3.p01.
+ o Technical notes distributed for release 10.3 are also applicable and
+ valid for this patch.
+
+The code and rebuilt binary libraries for release 10.3.p02 are available
+through our "Download" Web page.
+
+Please refer to the Geant4 User Documentation for further information about
+using Geant4.
diff --git a/ReleaseNotes/Patch4.10.3-3.txt b/ReleaseNotes/Patch4.10.3-3.txt
new file mode 100644
index 0000000000..875947d0b2
--- /dev/null
+++ b/ReleaseNotes/Patch4.10.3-3.txt
@@ -0,0 +1,84 @@
+
+ Geant4 10.3 - patch-03 Release Notes
+ ------------------------------------
+
+ 20 October 2017
+
+List of fixes included in this public patch since the public release 10.3.p02:
+
+ o Digits_hits:
+ -----------
+ + Fixed propagation of warning flag in G4SDStructure.
+ Addressing problem report #1993.
+
+ o Geometry:
+ --------
+ + magnetic-field:
+ o G4NystromRK4: fixed caching of momentum, field location & value.
+ Addressing problem report #1996, reported by ALICE.
+ Correction in call to getField().
+ + solids/specific:
+ o Twisted solids: fixed bug in drawing polyhedra with negative twist
+ angle. Addressing problem report #1995.
+ o G4SurfaceVoxelizer: directly set components for bounding-box instead
+ of recreating it in BuildBoundingBox(..).
+
+ o Global:
+ ------
+ + Updated date and version for 10.3.p03.
+
+ o Intercoms:
+ ---------
+ + Explicitly remove constness in G4AnyMethod by means of remove_const.
+ Addressing problem report #1803.
+
+ o Interfaces:
+ ----------
+ + G4VBasicShell: fixed std::out_of_range exception in ModifyPath() when
+ typing 'ls' command at the top directory.
+ Addressing problem report #1989.
+ + G4UIQt: set always-on-top to the picking windows.
+
+ o Physics Lists:
+ -------------
+ + constructors/hadron_elastic:
+ o G4HadronElasticPhysics, G4HadronHElasticPhysics: changed kaon elastic
+ cross-sections from, respectively, Gheisha and Chips, to Glauber Gribov
+ ones. This way, the total (elastic + inelastic) kaon cross sections are
+ consistent with the PDG ones.
+
+ o Processes - Hadronic:
+ --------------------
+ + cross_sections:
+ o Bug fix in G4ComponentGGHadronNucleusXsc to use the correct cross-
+ sections for kaons on Hydrogen; use Starkov parameterization for them.
+ + models/cascade:
+ o G4ElementaryParticleCollider::generateSCMmuonAbsorption: fixed case of
+ rare segmentation-fault. Added clearing of particles if
+ GetThreeBodyMomenta() returns no momenta.
+ + processes:
+ o Use class name in process description.
+ + stopping:
+ o Fixed Coverity defect in G4AntiNeutronAnnihilationAtRest.
+ Removed static thread-local variables and simply made them local.
+
+ o Visualization:
+ -------------
+ + OpenGL:
+ o Fixed issue affecting repaint for external applications.
+ Addressing problem report #1959.
+
+ ----------------------------------------------------------------------------
+
+ Technical Notes
+ ---------------
+
+ o This patch should be applied on top of release 10.3.p02.
+ o Technical notes distributed for release 10.3 are also applicable and
+ valid for this patch.
+
+The code and rebuilt binary libraries for release 10.3.p03 are available
+through our "Download" Web page.
+
+Please refer to the Geant4 User Documentation for further information about
+using Geant4.
diff --git a/ReleaseNotes/ReleaseNotes4.10.4.html b/ReleaseNotes/ReleaseNotes4.10.4.html
new file mode 100644
index 0000000000..0f037ce759
--- /dev/null
+++ b/ReleaseNotes/ReleaseNotes4.10.4.html
@@ -0,0 +1,2173 @@
+
+
+Geant4 10.4 Release Notes
+
+
+
+
+
+
+
+
+
+Geant4 10.4 Release Notes
+
+
+
+|
+
+December 8th, 2017
+
+ |
+
+
+
+
+
+The code and binary libraries for the supported systems are available
+through our Source
+Code Web page.
+
+
+We are grateful for the efforts of Geant4 users who have provided
+ detailed feedback or comprehensive reports of issues.
+ We thank in particular those who have contributed corrections,
+ improvements or developments included in this release.
+
+
+Please refer to the
+Geant4
+User Documentation for further information about using Geant4.
+
+
+Contents
+
+- Supported and Tested Platforms
+- Supported CLHEP version
+- Items for migration of the user code
+- New Developments and Capabilities
+- Expected effects on physics and performance
+- Known Run-Time Problems and Limitations
+- Compilation Warnings
+- Geant4 Software License
+- Detailed list of changes and fixes
+
+
+
+
+
+
+
+
+1. Supported and Tested Platforms
+
+Platforms:
+
+- Linux, gcc-4.8.5.
+ Tested on 64 bit architectures (Intel or AMD) with
+ CERN CentOS Linux 7 (CC7) (based on CentOS Linux 7).
+- MacOSX 10.13 High-Sierra with clang-4.0 (Apple LLVM/Clang-9.0.0)
+- Windows-10 with Visual C++ 14.11 (Visual Studio 2017)
+
+
+More verified and tested configurations (64 bits):
+
+- Linux, gcc-4.9.3, gcc-5.3.0, gcc-6.3.0, gcc-7.2.0, clang-3.9
+- Linux, Intel-icc 18.0
+- MacOSX 10.10, 11, 12 with clang-3.6, 3.7, 3.8
+- Windows-7, 10 with Visual C++ 14.0 (Visual Studio 2015)
+- Linux for Intel Xeon Phi with Intel-icc 16.0
+ (gcc-4.9 compatibility layer)
+
+Note: Windows platforms are supported/verified only for the sequential mode.
+Multi-threading capability is not yet supported on Windows.
+
+
+
+
+
+
+
+2. Supported CLHEP version
+
+This release of Geant4 requires and has been verified with
+CLHEP, release 2.4.0.0.
+Use of a different CLHEP version may cause incorrect simulation results.
+NOTE: an internal module of the relevant CLHEP classes is provided and can be
+used as alternative to an external CLHEP library installation.
+
+
+
+
+
+
+
+
+3. Items for migration of the user code
+
+Listed here is some relevant information on developments included in this
+release.
+Note that for all users a full re-installation of libraries (or a full
+re-compilation) and a re-compilation of user applications is required.
+
+
+General
+
+
+- Minimum required version of CMake to build Geant4 is 3.3.
+- USolids specific flags have been fully replaced with VecGeom. From now on,
+ configurations requiring the optional USolids/VecGeom component, will
+ require to set VecGeom_DIR instead of USolids_DIR as path for the
+ installation of VecGeom.
+
+
+Geometry
+
+
+- A new minor release of the GDML schema, GDML-3.1.6, is used.
+ The new schema is fully compatible with old schema versions
+ and schema validation thorugh network is already activated against it.
+
+
+
+Particles
+
+
+- Particle data is updated to PDG-2017.
+
+
+
+Electromagnetic and optical physics
+
+
+- The new data sets G4EMLOW-7.3 and G4RealSurface-2.1 should be used.
+- New UI commands and parameters for electromagnetic physics
+ are added (see details in Application Development Manual).
+- New interfaces are added to G4MaterialPropertyTable providing
+ more CPU performant simulation for optical photon transport.
+
+
+
+Hadronic physics
+
+
+- The new data sets G4PhotonEvaporation-5.2, G4ABLA-3.1,
+ G4RadioactiveDecay-5.2 and G4ENSDFSTATE-2.2
+ should be used. Updated also the optional data-set G4TENDL-1.3.2
+
+
+
+Analysis
+
+
+- The G4AnalysisManager::SetNtupleMerging() function, applicable with
+ the ROOT output only, can take now four arguments instead of three.
+ This changes the meaning of the last two optional arguments: the third
+ one handles a selection of the merging mode (rowWise/columnWise)
+ and the fourth one the basket size value.
+
+
+
+
+Data Sets
+
+This release introduces new data set versions.
+Please see the corresponding details in
+Section 9 of this document.
+
+- New data set versions: G4EMLOW-7.3, G4ENSDFSTATE-2.2,
+ G4RadioactiveDecay-5.2, G4PhotonEvaporation-5.2, G4ABLA-3.1,
+ G4RealSurface-2.1.
+- In order to use ParticleHP for charged particles
+ (protons, deuterons, tritons, He3 and alphas), an optional data
+ set G4TENDL-1.3.2 is required, and should be downloaded in
+ addition from the
+ Geant4 web site.
+
+
+
+
+
+
+
+4. New Developments and Capabilities
+
+Analysis
+
+- Added support for the input/output in HDF5 format. It requires the HDF5
+ libraries installation and Geant4 libraries built with the
+ -DGEANT4_USE_HDF5=ON CMake option.
+- Preserving row-wise ntuple access when ntuple merging is activated with
+ the ROOT output in multi-threading mode. The optional column-wise merging
+ mode can be selected by the user via the SetNtupleMerging() call to
+ G4AnalysisManager.
+
+
+Geometry
+
+- A configuration option allows an installation to use the
+ VecGeom Unified Solids Library
+ primitives, to replace the original Geant4 solids, as in the
+ previous release. The path to an external installation of the VecGeom
+ library (VecGeom version v00.05.00) should be specified.
+ See the associated instructions file for configuration and installation.
+- A new stepper, G4DormandPrince457, is now set as the default stepper for
+ magnetic fields, if a driver/stepper is not explicitly specified. This is
+ the recommended stepper for any type of field, as it requires fewer
+ field evaluations per step, and provides higher accuracy than
+ G4ClassicalRK4, the old default.
+- A new construct, G4MultiUnion, is now available as native type. It
+ implements a multiple-union of several volumes, each of which is a solid
+ with a displacement and a rotation. As with simple unions, the resulting
+ volume is a solid filled with a single material.
+
+
+Electromagnetic physics
+
+- New UI commands and parameters for electromagnetic physics
+ are added (see details in Application Development Manual).
+- Updated version of the Goudsmit-Saunderson model of multiple scattering
+ is available.
+- Revised version of the LivermorePhotoelectricModel is available.
+- A new interface allows user to define density effect
+ parameterisation for a material.
+- New interfaces are added to G4MaterialPropertyTable providing
+ more CPU performant simulation for optical photon transport.
+- Updated G4LivermorePhotoElectricModel from EPICS 2014.
+- New Geant4-DNA models from the CPA100 Monte Carlo code for electrons
+ in liquid water.
+- New Geant4-DNA cross sections for DNA related materials from PTB.
+
+
+
+Hadronic physics
+
+- Introduced smearing of resonance masses in Fritiof (FTF) string model.
+- Extended INCLXX intranuclear cascade model to the strangeness sector, i.e.
+ treatment of primary kaons and hyperons, and production of secondary kaons
+ and hyperons.
+- New gamma-nuclear combined final-state model (G4LENDorBERTModel) that uses
+ LEND for low-energy (below 20 MeV) gammas, if data available, else BERT model;
+ the latter is also used for gammas above 20 MeV.
+ For cross-sections, LEND is used for gammas below 20 MeV if data available,
+ else the default G4PhotoNuclearCrossSection is used.
+- Production and transport of long-lived isomers is enabled in hadronic
+ models which use native de-excitation module (e.g. not in Bertini if
+ it is used with its own precompound/de-excitation).
+ Only isomers with a half-life above a time threshold are created:
+ by default it is set to 1000 seconds, unless radioactive decay is enabled
+ in which case this threshold is 1 microsecond.
+- Correlated gamma emission in radioactive decay is implemented but
+ disabled by default.
+- When radioactive decay is activated, atomic de-excitation
+ (in particular fluorescence and Auger emission) are switched on
+ by default (overriding any EM default settings).
+
- Added an experimental, alternative implementation of muon stopping
+ using muonic atoms. Disabled by default.
+
+
+Particles
+
+- Basic functionality of handling muonic atom is introduced.
+ To use this functionality, G4MUATOMS_INUSE option
+ has to be set at installation.
+
+
+Physics Lists
+
+- The default EM physics includes the Livermore proto-electric model and
+ the Rayleigh scattering process.
+- Opt4 EM physics includes the Goudsmit-Saunderson model of multiple scattering.
+- FTFQGSP_BERT: new experimental physics list which is similar to FTFP_BERT, but
+ with QGS fragmentation of strings (instead of the Lund string fragmentation).
+- Added ShieldingLEND as a new physics list, which is similar to Shielding, but
+ with LEND for low-energy neutrons and gammas (below 20 MeV if data is available,
+ else BERT model is used).
+
+
+Run
+
+- Most of thread-local objects including physics processes
+ are now properly deleted at the end of program.
+
+
+Visualization and Interfaces
+
+- /vis/scene/add/gps: shows Geant4 General Particle Source sources.
+ Consult guidance for details.
+- /vis/drawOnlyKeptEvents: draws a selection at run time.
+ Consult guidance for details.
+- More colours from X11 (via g4tools).
+ Use /vis/list to see.
+- Improved picking for OGLSX and OGLQt.
+- Arbitrary size of Ray Tracer rendering.
+
+
+Examples
+
+- A new set of extended examples, physicslists, is introduced to
+ demonstrate usage of Geant4 reference physics lists and physics builders.
+
+
+
+
+
+
+
+5. Expected effects on physics and computing performance
+
+Geometry
+
+- Improvements in the computation of the extent of the geometrical
+ shapes and consequent more optimal organisation of the 3D voxels
+ structure for navigation, was measured to provide few percents
+ speedup on complex geometry setups. According to the complexity
+ and shapes composition, additional speedup may come from the revised
+ algorithms introduced in this release for basic shapes.
+
+
+Electromagnetic physics
+
+- More accurate simulation of gamma transport with the default EM physics.
+- More accurate electron transport with Opt4 EM physics.
+- Small (~1%) speedup of gamma/electron transport for calorimeters.
+- Substantial speedup of optical photons transport.
+
+
+Hadronic physics
+
+- Hadronic showers remain very similar to those of version 10.3.
+
+
+
+
+
+
+
+
+6. Known Run-Time Problems and Limitations
+For a complete list of outstanding run-time problems and to submit any
+problem you may find while running this version of Geant4, please refer
+to the
+Geant4 Problem
+Reporting System.
+
+
+
+
+
+
+
+7. Compilation Warnings
+
+There may be a few compilation warnings on some platforms.
+We do not believe that any of these lead to incorrect run-time behaviour.
+
+
+
+
+
+
+
+8. Geant4 Software License
+
+A Software License applies to the Geant4 code.
+Users must accept this license in order to use it. The details and the list of
+copyright holders is available at
+http://cern.ch/geant4/license
+and also in the text file LICENSE distributed with the source code.
+
+
+
+
+
+
+
+9. Detailed list of changes and fixes
+
+These are the main new features/fixes included in this release since the
+last patched public release (for more detailed lists of fixes/additions,
+please refer to the corresponding History files provided in most packages):
+
+
+
+
+Configuration
+
+- CMake:
+
+ - Removed support for modulefile generation, as not used and generated
+ files not compatible with relocatability. It's expected that software
+ stack managers will generate a modulefile file according to their
+ requirements.
+ - Added new module G4CMakeMain.cmake for refactoring core implementation.
+ - Added new GEANT4_USE_HDF5 option (OFF by defaults), to allow user to
+ enable Hdf5 support in analysis library. Created a G4HDF INTERFACE target
+ for uniform access to HDF5 headers and libraries at build, test and install
+ time. Added check for HDF5 installation; requiring HDF5 >= 1.8.
+ - Removed obsolete modules for interfaces provided by CMake built-in
+ tools CMakeParseArguments, GNUInstallDirs and commands.
+ - Refactored core Configure/Build and client script modules for clarity
+ and cohesion.
+ - Removed obsolete FindCLHEP.cmake module; updated internal/system
+ CLHEP selection; simplified location/setup of system CLHEP as CLHEP
+ (>= 2.3.3.0) now provides CLHEP_LIBRARIES set with appropriate
+ single/granular targets with full usage requirements.
+ Addressing enhancement request
+ #1934.
+ - Do not set or modify DYLD_LIBRARY_PATH in setup scripts on macOS.
+ Addressing problem report
+ #1960.
+ - Set INSTALL_RPATH for MacOS systems; loading dylibs in Python can lead to
+ resolution errors as they cannot locate each other. The option allows to
+ append "@loader_path" to the INSTALL_RPATH for all Geant4 libraries.
+ - Updated minimum version for system expat package to be >= 2.0.1,
+ according to features required in the g4tools analysis package.
+ Addressing problem report
+ #2003.
+ - Added GEANT4_INSTALL_EXAMPLES advanced option, ON by default; for use
+ to disable/enable installation of examples code.
+ Removed GEANT4_BUILD_EXAMPLES option.
+ - Modules/Geant4OptionalComponents.cmake: added CTUBS, HYPE and PARA flags
+ to enable wrapping of G4CutTubs, G4Hype and G4Para for VecGeom in
+ GEANT4_USOLIDS_SHAPES.
+ - Replaced USolids specific flags with VecGeom. From now on
+ VecGeomConfig.cmake will be required and used instead of
+ USolidsConfig.cmake, as well as VecGeom_DIR instead of USolids_DIR.
+ - Corrected setting of USOLIDS_BASE_DIR path for GNUmake setup.
+ - Added new advanced build option GEANT4_BUILD_MUONIC_ATOMS_IN_USE, set to
+ OFF by default; when ON, adding G4MUTOMS_INUSE to compile definitions.
+ - Restored reporting of C++ standard configuration.
+ - Removed obsolete FindROOT module.
+ - Updated data-sets versions.
+
+- GNUMake:
+
+ - binmake-gmk: added 'processes/solidstate' and
+ 'processes/hadronic/models/gamma_nuclear' modules to include path.
+ - geomconf.gmk: added selectors for G4GEOM_USE_UCTUBS, G4GEOM_USE_UHYPE
+ and G4GEOM_USE_UPARA flags, to enable wrapping of G4CutTubs, G4Hype
+ and G4Para for VecGeom. Updated flags for Scalar build of VecGeom.
+ - In architecture.gmk, removed references to old USolids library;
+ just use VecGeom.
+
+
+
+
+Analysis
+- Profiles
+
+ - Added GetP[1,2]Id(const G4String&) functions to the
+ G4AnalysisManager public interface. Addressing problem report
+ #1949.
+
+ - Ntuples
+
+ - Added rowWise option to G4RootAnalysisManager::SetNtupleMerging().
+ - Moved common implementation from G4V[R]NtupleManager in new
+ G4Base[R]NtupleManager classes.
+ - Introduced G4TRNtupleDescription, G4TRNtupleManager template classes.
+ - Always create an ntuple from ntuple booking (removed usage of
+ ntuple::create_column).
+
+ - Output types
+
+ - Added full support for HDF5. Added optional directoryName argument
+ in Read[Hn][Pn][Ntuple] functions in G4VAnalysisReader (needed for HDF5).
+
+ - Fixes
+
+ - Fixed generation of file name on workers (adding _tN extension).
+ Addressing Hypernews post #537 in analysis Forum.
+
+ - g4tools
+
+ - Updated the g4tools version to g4tools-4.2.1.
+ - Added support for HDF5, improved tests.
+ - Updates in colorf, colors to make possible to use the tools/colors
+ color table in G4Colour class.
+ - Changes in wroot, rroot in order to handle row wise ntuple in case
+ of MT or MPI.
+ - See History_tools for the complete list of modifications.
+
+
+
+
+Digitization & Hits
+
+- Renamed G4THitsMap to G4VTHitsMap: although G4VTHitsMap is not a pure
+ virtual class, it has an additional template parameter for the map type,
+ so it is not intended to be used directly; made G4VTHitsMap more generic
+ in accepting the type of data stored (with more generic template overloads
+ not specific to G4double and G4StatDouble).
+ Fixed initialisation of G4StatDouble entries.
+- Added G4THitsMultiMap, which functions like G4THitsMap but all entries
+ are stored.
+- Added G4THitsUnorderedMap, which functions like G4THitsMap but uses an
+ unordered_map.
+- Added G4THitsUnorderedMultiMap, which functions like G4THitsMap but
+ stores all entries in an unordered multimap.
+- Typedefs for map_type, value_type, iterator, and const_iterator
+ for future generic usage.
+- Defined begin(), end(), cbegin(), cend() so now G4VTHitsMap can be used
+ in range-based loops.
+
+
+
+Electromagnetic Processes
+
+- Requires data-set G4EMLOW-7.3.
+- Adjoint
+
+ - Correction for FPE cases in G4AdjointForcedInteractionForGamma.
+ - G4eAdjointMultipleScattering: changed index of the default according to
+ recent modifications in utils module.
+
+- DNA:
+
+ - Added new CPA100 classes. Added new G4DNAPTB* classes and the structure
+ of the new material management system.
+ - Added tagging of atomic de-excitation products in the ionisation models.
+ - Extended upper energy limit of protons for
+ G4DNARuddIonisationExtendedModel.
+ - Introducing G4PhysChemIO class.
+ - Moved call to G4TrackList::Pop(track) from G4ITTrackingManager
+ to G4ITTrackHolder and make sure track status is set to fStopAndKill
+ when G4ITTrackHolder::PushToKill is called.
+ - G4DNAMolecularMaterial: removed newly introduced methods; added fatal
+ exception if used. Added doxygen documentation.
+ - Added new G4DNADummyModel and allow the combination of G4VEmModel and
+ G4VDNAModel in G4DNAModelInterface.
+ - Updated G4DNAModelInterface to correctly use G4DNAMolecularMaterial.
+ - G4DNAExcitation, G4DNAIonisation: make coherent model initialisation.
+ - G4DNAEmfietzoglouIonisationModel: added protection for out of bound access.
+ - Updated variable types in models.
+
+- High Energy
+
+ - G4eeToHadrons, G4hhIonisation, G4mplIonisation: make coherent model
+ initialisation.
+ - G4GammaConversionToMuons: changed parameterisation of nuclear elastic
+ form-factor; use integer Z; speeded-up sampling algorithm.
+ - G4eeToHadrons, G4eeToHadronsMultiModel: implemented new method
+ StreamProcessInfo() instead of PrintInfo().
+ - G4hBremsstrahlung, G4hPairProduction: updated process description text.
+ - Added dummy StreamProcessInfo() for html doc.
+
+- Low Energy
+
+ - G4LivermoreNuclearGammaConversionModel, G4BoldyshevTripletModel:
+ Added possibility of triplet production; use G4Log; code cleanup.
+ - Extended coverage of shell ionisation models.
+ - G4LivermorePhotoElectricModel:
+ new parameterisations using two intervals (in place of unique
+ parameterisation), using the new EPICS-2014 data.
+ The resulting data-sets are provided in the data directory
+ livermore/phot_epics2014.
+ Fixed resetting of pointer to nullptr, addressing problem report
+ #1980.
+ Fixed diagnostic text in case of G4Exception.
+ Requires new data set G4EMLOW-7.3.
+ - G4LivermoreRayleighModel: minor code cleanup and optimisations,
+ added process description text.
+ - Added protection against (rare) infinite loops in
+ G4PenelopeOscillatorManager, which occurred for materials made of more
+ than 20 elements.
+ - G4MicroElecElastic, G4MicroElecInelastic: improved coherence of model
+ initialisation.
+ - G4LowECapture: added scaling of energy threshold for ions.
+
+- Muons
+
+ - G4MuBremmstrahlungModel, G4MuPairProductionModel: make all data members
+ protected, allowing to reuse these classes as base for dark matter
+ photons.
+ - G4MuIonisation, G4MuMultipleScattering, G4MuPairProduction,
+ G4ePairProduction: make coherent model initialisation.
+ Switched from ProcessDescription() to StreamProcessInfo() for html output.
+
+- Polarisation
+
+ - G4PolarizedCompton, G4PolarizedGammaConversion, G4ePolarizedIonisation:
+ make coherent model initialisation.
+
+- Standard
+
+ - G4GoudsmitSaundersonTable: new representation of the GS angular
+ distributions (data size reduced from 16MB down to 5 MB).
+ Fixed scattering power correction table.
+ - G4GoudsmitSaundersonMscModel, G4GoudsmitSaundersonTable: added option to
+ apply Mott-correction to the default GS model.
+ The new class G4GSMottCorrection handles the Mott-correction to the angular
+ distributions as well as correction factors to elastic, mfp, first and
+ second moments.
+ - G4MottCoefficients, G4ScreeningMottCrossSection,
+ G4eSingleCoulombScatteringModel: tuned performance of the model making
+ as fast as the default single scattering.
+ - New form of PWA corrections in the Goudsmit-Saunderson multiple-scattering
+ model that is active now both for e- and e+; improved scattering power
+ correction computation in case of Mott-correction; changed step limit
+ flag conventions in the GS model.
+ - G4PairProductionRelModel: fixed inconsistency in calculating the LPM
+ suppression for the pair-production model.
+ - G4WentzelOKandVIxSection, G4WentzelVIRelXSection: added
+ "ScreeningFactor" parameter to study accuracy of scattering models.
+ - G4SauterGavrilaAngularDistribution: introduced more efficient algorithm
+ of sampling using Penelope-2014 prescription; expected that simulation
+ will be faster.
+ - G4UniversalFluctuation: added extra parameter in the model and improved
+ sampling for thin layers; added correction for small cuts.
+ Added corrections for better E_mp and FWHM in the case of small steps.
+ - G4BetheHeitlerModel, G4PairProductionRelModel: minor change in angular
+ sampling. Use G4Pow in both classes instead of G4NistManager for fast
+ math computations.
+ - G4BetheHeitlerModel, G4PairProductionRelModel: code cleanup and
+ optimisations; replaced remaining use of log, exp with G4Log and G4Exp.
+ - G4eBremsstrahlungRelModel: use new interface to triplet model.
+ Added class members and cross-sections for sampling of electron recoil.
+ - G4WentzelVIRelModel: fixed typo responsible for numerical crash.
+ - G4WentzelOKandVIxSection, G4eCoulombScatteringModel, G4WentzelVIModel,
+ G4hCoulombScatteringModel: code and interface cleanup.
+ G4WentzelVIRelModel: use inheritance from G4WentzelVIModel.
+ G4WentzelVIRelXSection: use inheritance from G4WentzelOKandVIxSection.
+ - G4UrbanMscModel: renamed and use flag for lateral displacement algorithm;
+ if its value is "true" then the old lateral displacment algorithm is
+ used, else a new one is applied. Cleanup of inline methods.
+ - G4hIonisation: fixed energy intervals per EM model for super-heavy particles.
+
- G4NuclearStopping: use activation limit for energy per nucleon.
+ Fixed initialisation.
+ - G4PAIModel. G4PAIPhotModel: added implementation of virtual method
+ MinEnergyCut(), always return 25 eV, as PAI models are not applicable for
+ smaller energy transfers. Set MinEnergyCut() to 12.5 eV, based on results
+ study of gaseous detector simulations.
+ - Switched from ProcessDescription() to StreamProcessInfo().
+ Added dummy ProcessDescription() to other processes.
+ - Make coherent models initialisation.
+ - Requires new data set G4EMLOW-7.3.
+
+- Utils
+
+ - G4EmParameters: added method with more correct name AddPhysics()
+ in order to replace AddMsc in future (no change in functionality).
+ G4EmSaturation may be created at any moment (added mutex).
+ Fixed SetDeexcitationIgnoreCut() method.
+ Set lateral displacement algorithm to 9.6 version as the default,
+ Fixed typo in dump of parameters.
+ - G4EmParametersMessenger, G4EmParameters: added parameter
+ "ScreeningFactor", related modifiers and UI command.
+ Allow atomic de-excitation commands in Init state.
+ - G4VEmProcess: added DNA ionisation process to the list of discrete
+ processes, which have auger and fluo flags for secondary particles.
+ Added DNA ionisation process for hydrogen and helium to the list of
+ processes, which have auger and fluo flags.
+ Select models for ions by using energy per nucleon.
+ Added method StreamInfo() allowing to print in any stream.
+ - G4VEmModel: added triplet model pointer and Get/Set methods.
+ - G4EmCorrections: removed computation of nuclear stopping power.
+ - G4EmDataHandler: new class to keep physics tables in easy way.
+ - G4EmParametersMessenger, G4EmParameters: added parameters "DNAFast",
+ "DNAStationary" and "DNAMsc"; added Get/Set methods and UI command.
+ - G4VMultipleScattering, G4VMscModel, G4VEnergyLossProcess, G4VEmProcess,
+ G4EmConfigurator, G4EmConfigurator: new scheme of model initialisation
+ in order to not create extra fake model objects and reduce number of
+ calls at run time. Added initialisation printout for DNA particles.
+ Code cleanup
+ - G4EmParameters: changed to fully thread-safe singleton.
+ - G4LossTableManager: added new method PrintHtml() to generate html doc.
+ - G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering: added new
+ protected method StreamProcessInfo() to be used by derived processes.
+ Modified doc outputs to set end-of-line string.
+ - Fixed Coverity defects.
+
+ - Xrays
+
+ - Changed material property keys by the enum (index) type defined in
+ G4MaterialPropertiesIndex.
+
+
+
+
+Error Propagation
+
+- Precision correction in G4ErrorFreeTrajState.
+ Addressing problem report
+ #2010.
+- Migrated code to use new types for G4(Mag)IntegrationDriver and use its
+ new GetEquation() method.
+
+
+
+Event
+
+- G4SPSPosDistribution: added GetRotx,y,z() access functions and other
+ accessors for use by G4GPSModel for visualisation.
+- G4StackManager: added #ifdef protection for the case when a particle is a
+ muonic atom.
+
+
+
+Externals
+
+- Adapted CMake scripts to new configuration for internal/external
+ packages of CLHEP, expat and zlib.
+- Updated CLHEP module to version 2.4.0.0:
+
+ - Updated MixMaxRng class to include latest C++ revision based on
+ MixMax-2.0. Replaced skipping coefficients optional set for N=256
+ with N=240. Removed old C implementation files.
+ Set MixMax as the default random number generator in HepRandom.
+ - Fix in HepRotation::axis() for proper treatment of degenerating cases.
+ - Added missing DLL_API specification for static data member in
+ Transform3D class.
+
+- Zlib:
+
+ - Disabled warning on fallthrough in case statements on gcc-7.1.
+
+
+
+
+General Processes
+
+- Biasing
+
+ - Fix in G4BiasingProcessInterface for wrong setting of first/last GPIL/DoIt
+ flags in case of charged particles, according to the fact that the multiple-
+ scattering is now a pure along step process.
+ - Removed duplicate class definition G4TrackTerminator.hh, which
+ is part of the processes/transportation module.
+
+- Decay
+
+ - Moved muonic atom files to hadronic stopping module.
+ - Replaced DECAY_MuonicAtomDecay process type with DECAY_MuAtom.
+ - Added ProcessDescription to decay process.
+ - Use nullptr in place of NULL or 0.
+
+- Management
+
+ - Added virtual method ProcessDescription(std::ostream& outfile) to G4VProcess
+ so that all processes can output a description to html documentation.
+ - Use G4Log in G4VProcess.
+
+- Optical
+
+ - Added DAVIS model for optical physics. Use the new model with
+ reflection and added capability of transmitting photons based on LUTs.
+ Requires new data set G4RealSurface-2.1.
+ - Change material property keys by the enum type defined in
+ G4MaterialPropertiesIndex.
+
+- Solid State
+
+ - New module including channeling and phonon modeling.
+
+- Transportation
+
+ - G4Transportation, G4CoupledTransportation: obtain equation of motion using
+ dedicated method now provided through G4ProgatorInField.
+ - Make appropriate setting/use of verbosity from base class G4VProcess,
+ instead of re-defining/using local verbosity flag in G4Transportation
+ and G4CoupledTransportation.
+ Addressing problem report
+ #1999.
+
+
+
+
+Geometry
+
+- Magnetic field
+
+ - Made G4DormandPrince457 the default stepper for magnetic fields in
+ G4ChordFinder, when a driver/stepper is not specified.
+ - G4FieldManager: revised behaviour of SetDetector(); it now passes the
+ Field to the Equation, as is the natural user expectation.
+ The previous behaviour is possible, using extra argument 'failMode'
+ flag (values: 0 = silent; 1 (default) = warning; 2 or other = fatal
+ exception).
+ If the field is changed for an existing, working stepper it must be
+ propagated to the equation of motion.
+ Note: Error reporting behaviour of SetDetector is 'soft'. It does not
+ complain by default if G4ChordFinder is not (yet) set (the default
+ values of failMode is 0, i.e. quiet); if a chord-finder exists, it
+ will still warn for other errors.
+ - Introduced G4VIntegrationDriver base class for any driver algorithm.
+ New concrete classes added: G4IntegrationDriver, implementation of
+ templated driver algorithm for non-FSAL explicit Runge-Kutta steppers;
+ G4FSALIntegrationDriver, implementation of driver algorithm for
+ FSAL explicit Runge-Kutta steppers. G4MagInt_Drv, the old class,
+ remains, and can be used with any Runge-Kutta stepper.
+ - Added new steppers G4RK547FEq{1,2,3} which implement 7 stage embedded
+ Runge-Kutta pairing 4th and 5th order formulae, with: FSAL property
+ ('First Same As Last' steppers return derivative at endpoint for use
+ in next step); stable equilibrium states (better stability in choosing
+ step sizes). Each one can be used with all existing Runge-Kutta drivers.
+
- A reduction in the number of field evaluations can be realised
+ by using a FSAL steppers (including G4RK547FEq{1,2,3}) together with
+ G4FSALIntegrationDriver. This driver is the only one to reuse the
+ derivative of a successful step in a potential subsequent step.
+ - Added G4FieldUtils utilities class, to extract data from arrays in
+ conventions of the magneticfield integration.
+ - Renamed G4FieldManager::SetFieldChangesEnergy() method to
+ InitialiseFieldChangesEnergy() to clarify its utility.
+ - Corrected destructor in G4FieldManagerStore and added simple accessor
+ to return singleton pointer.
+ - Fixed initialisation of coefficients in G4FSALBogackiShampline45 in
+ method PrepareConstants() called by constructor.
+ - Fixed significant memory leak in G4DormandPrinceRK56, in method
+ SetupInterpolate_low(); improved initialisation of data.
+ - G4BogackiShampine23: fixed initialisation of data and suppressed duplicate
+ method isFSAL(), as existing in base class G4MagIntegratorStepper.
+ Made copy constructor and equal operator private and not unimplemented.
+ - G4MagInt_Driver: added GetEquationOfMotion() method for enabling common
+ code with future development.
+ - Fixed Coverity defects in several classes.
+
+- Management
+
+ - Added adapter class G4UAdapter for interfacing G4U* wrappers with
+ VecGeom. Will replace G4USolid bridge class, and now deprecating
+ USolids API in favour of direct use of VecGeom signatures and removal
+ of one extra-level of indirection/inheritance.
+ Requires new version 0.5 for VecGeom external library.
+ - Removed G4USolid base wrapper for USolids. Only native VecGeom
+ implementation through G4UAdapter is now supported.
+ - Renamed ambiguous name Extent() in G4VSolid to BoundingLimits().
+ Modified G4ReflectedSolid accordingly. Change required in order to
+ avoid signature conflict with VecGeom in G4U* wrappers.
+ - Moved few key methods to be inline in G4USolid.
+ - Fixed static memory leak from G4LogicalVolume, G4VPhysicalVolume and
+ G4Region, for offsets allocated at initialisation.
+ - Removed additional wrong lock in G4GeomSplitter for function
+ SlaveReCopySubInstanceArray().
+ - Added simple accessor to return singleton pointer for G4GeometryManager.
+ Define IsGeometryClosed() as a static method, to avoid call to
+ GetInstance(). Made related Boolean flag thread-local.
+ - Enabled deletion of solids in G4SolidsStore destructor also for MT mode.
+ - Added methods TriangelAreaNormal(), QuadAreaNormal(),
+ PolygonAreaNormal(), ClosestPointOnSegment(), EllipsePerimeter(),
+ EllipticConeLateralArea(), comp_ellint_2() and
+ ClosestPointOnTriangle() to G4GeomTools.
+ Added PointInPolygon() function, to determine the position
+ of a point relative to a polygon in 2D.
+ - Precision correction in G4ErrorPlaneSurfaceTarget.
+ Addressing problem report
+ #2011.
+
+- Navigation
+
+ - G4Navigator: loosened check on normal vector in GetGlobalExitNormal(),
+ whether it is a unit vector; set tolerance to 10^-3 (was 10^-6).
+ Improved clarity by using a constant 'perThousand' in this check.
+ - Fix in G4PathFinder to cope with zero proposed step; the correction
+ ensures that the 'physical' length of a step is used in minimum, rather
+ than 'logical' value (i.e. kInfinity).
+
- Modification in G4PathFinder, G4PropagatorInField and locator classes
+ to use GetEquationOfMotion() method from G4MagIntegratorDriver.
+ - Correction in destructors of G4TransportationManager and G4PathFinder.
+ Avoid deletion of field-manager pointer in destructor of
+ G4TransportationManager, as it is being deleted by G4FieldManagerStore.
+
- Added simple accessor (to return singleton pointer - and not create it
+ if has not already been instantiated) in G4PathFinder and
+ G4TransportationManager.
+
+- Solids (Boolean)
+
+ - Added G4MultiUnion class, importing original implementation for a
+ multiple-union structure from the USolids library.
+ Removed the wrapper G4UMultiUnion, no longer necessary.
+ - Revised SurfaceNormal() in G4UnionSolid, to correctly return average
+ normal if point is on common surface.
+ - Renamed ambiguous name Extent() in all shapes to BoundingLimits().
+ - Fixed minor Coverity defects in G4MultiUnion.
+
+- Solids (CSG)
+
+ - Reviewed implementation of G4Box, G4Trap, G4Trd, G4Para and G4Orb;
+ revised to make them more compact and performant.
+ - G4Trap: modified computation of side planes; bounding box/envelope
+ are computed directly from side planes. Added CheckParameters() and
+ MakePlanes(pt), simplified constructors and SetAllParameters().
+ In G4UTrap, bounding box/envelope are computed directly from side
+ planes as for G4Trap. Increased tolerance in the check of consistency
+ of bounding boxes in Extent().
+ Added private method GetVertices(), calculating vertices of the trap
+ from its side planes; removed private methods GetFaceArea() and
+ GetPointOnPlane(). Improved GetCubicVolume() and GetSurfaceArea();
+ calculation of the volume and surface area is now done by using
+ vertices calculated by GetVertices(). Improved/simplified other
+ methods: StreamInfo(), MakePlanes(), MakePlanes(pt), Extent() and
+ CalculateExtent(). Added more strict condition for trap definition
+ in case when YZ section is a rectangle.
+ Use specialization (fTrapType 3) for traps that could be also
+ defined as G4Trd, where isosceles trapeziod is in the XY section,
+ instead of XZ (faces at Xmin/Xmax symmetrical and have Z-component of
+ normals equal to zero). Factorised code with case statements for the
+ different specialisations.
+ - Renamed ambiguous name Extent() in all solids and G4U* wrappers to
+ BoundingLimits().
+ - Removed clone class G4OTubs no longer necessary and removed inheritance
+ from G4Tubs for G4CutTubs. Improved calculation of bounding-box in
+ G4CutTubs.
+ - Use G4RandomRadiusInRing() in G4CSGSolid::GetRadiusInRing().
+ - Enabled adapter for VecGeom shapes in G4U* wrappers for all wrapped
+ shapes. From now on, wrappers depends directly on VecGeom shapes
+ implementation. USolids API is deprecated and no longer supported.
+ - Removed redundant overloaded implementation for StreamInfo() in G4UBox
+ wrapper.
+
+- Solids (Specific)
+
+ - G4ExtrudedSolid: added specialised implementation for constructs
+ defining a convex or non-convex right prism.
+ Temporarly disabled G4UExtrudedSolid wrapper, pending implementation
+ of extruded solid in VecGeom.
+
- Renamed G4SurfaceVoxelizer to G4Voxelizer and extended to support
+ voxelisation of shapes in 3D space. Adapted G4TessellatedSolid
+ accordingly.
+ - G4TessellatedSolid: print also solid's name in StreamInfo().
+ - Revised implementation of GetCubicVolume() and GetSurfaceArea() for
+ G4EllipticalTube, to return exact values.
+ - G4EllipticalCone: reviewed implementation of Inside(), DistanceToIn/Out(p),
+ SurfaceNormal() and GetPointOnSurface(); made more compact and performant.
+ Addressing problem report
+ #1974.
+ Improved GetPointOnSurface() to have uniform sampling of points, using
+ function G4RandomPointOnEllipse().
+ Revised implementation of GetSurfaceArea() to return exact value;
+ moved both GetCubicVolume() and GetSurfaceArea() to be not inline.
+ - G4SolidsWorkspacePool: implemented CleanUpAndDestroyAllWorkspaces(),
+ to be called by worker threads. Removed declaration (i.e. not
+ implemented) of protected method ReleaseAndDestroyWorkspace().
+ Use DLL export flag for static thread-local symbol of the workspace.
+ - Renamed ambiguous name Extent() in all solids and G4U* wrappers to
+ BoundingLimits().
+ - Enabled adapter for VecGeom shapes in G4U* wrappers for: paraboloid,
+ polyhedra, polycone and GenericTrap. From now on, wrappers depends
+ directly on VecGeom shapes implementation. USolids API is deprecated
+ and no longer supported.
+ - Temporarly disabled wrappers for G4Tet and G4GenericPolycone, pending
+ their corresponding implementation in VecGeom. Added VecGeom wrapper
+ G4UHype for G4Hype, not yet activated, pending fixes in VecGeom.
+
+- Volumes
+
+ - G4GeometryWorkspacePool: implemented CleanUpAndDestroyAllWorkspaces(),
+ to be called by worker threads. Removed declaration (i.e. not
+ implemented) of protected method ReleaseAndDestroyWorkspace().
+ Use DLL export flag for static thread-local symbol of the workspace.
+
+
+
+
+Global
+
+- New structure for G4coutDestination functionality with division
+ between sink and filter.
+- Removed obsolete internal definition of abs() in templates.hh.
+- Added function G4RandomDirection(G4double cosTheta) to
+ G4RandomDirection.hh. Addressing enhancement request
+ #1961.
+ Use more performant G.Marsaglia (1972) algorithm for G4RandomDirection.
+- G4TWorkspacePool: implemented CleanUpAndDestroyAllWorkspaces(),
+ and Recycle() to be called by worker threads.
+- Added G4RandomRadiusInRing(), G4RandomPointInEllipse(),
+ G4RandomPointOnEllipse() and G4RandomPointOnEllipsoid() to functions
+ collection in G4RandomTools utility class.
+- Updated date of release for 10.4.
+
+
+
+Graphical Representations
+
+- Added implementation of G4Colour::operator+=(), as required by RayTracer
+ in its use of G4THitsMap. Adding colours, without also taking brightness
+ into account, does not make sense, so made it synonymous with operator=(),
+ which is equivalent to covering the old colour with the new, like a coat
+ of paint.
+- Rationalised code for colour map: made map no longer thread-local, as not
+ needed, can be used from non-master threads; moved InitialiseColourMap()
+ from private to public.
+- G4Colour: added Set functions for components.
+- HepPolyhedron: reverted default number of line segments per circle, from
+ 72 to 24 (72 lines per circle cause troubles in the Boolean Processor).
+- G4AttDefStore: made it shared (i.e., no longer thread-local).
+- Removed G4VisExtent::NullExtent.
+
+
+
+Hadronic Processes
+
+- Cross sections
+
+ - G4NeutrinoElectronNcXsc: new class for the cross-section of elastic
+ neutrino-electron scattering, for use in dark matter and neutrino
+ experiments. Note that the cross section is small: ~10^-44 - 10^-42
+ cm^2 in the neutrino energy range 1-100 GeV.
+ - G4NeutrinoElectronCcXsc: new class for the cross-section of
+ neutrino-electron inelastic interaction (charge current).
+ - G4NeutronElectronElXsc: new class for the cross-section of neutrons on
+ atomic electrons. Ultra-relativistic approximation of the Rosenbluth
+ formula is used, as more relevant for detector applications.
+ In particular, for dark matter searches, this process can produce
+ electrons with high energy, if there are high energy neutrons (more
+ than 10 GeV).
+ - Added possibility of biasing these new cross-sections.
+ - Added G4MuNeutrinoNucleusTotXsc class implementing total muon
+ (anti)neutrino-nucleus cross-sections in the simplified form as
+ A-multiplied nu_mu-nucleon cross-sections.
+ - Added method AddDataSet(G4VCrossSectionDataSet*,size_t), where the second
+ argument specifies the priority of the data set in list.
+ - G4ElectroNuclearCrossSection: fixed minor memory leak.
+
+- Management
+
+ - G4HadronicProcess: correctly check charge and energy balance in the
+ case of e- internal conversion; improved initialisation for
+ constructors.
+ - G4HadronicProcessStore: in DumpHtml(), added printing for generic ion;
+ added loop in PrintHtml() to print descriptions of "extra" processes;
+ in Clean(), added exception to prevent deletion of G4RadioactiveDecay
+ already deleted somewhere else.
+ - Added fMuAtomicCapture in G4HadronicProcessType.
+- Stopping
+
+ - Define G4MuonMinusAtomicCapture as a process at rest.
+ Added G4MuonicAtomDecay class.
+
+- Utilities
+
+ - G4NuclearPolarization: added extra members and updated for correlated
+ gamma emission.
+ - Models Utilities:
+
+ - G4Fragment: added non-const method NuclearPolarization() allowing to
+ get non-const pointer to the G4NuclearPolarization object.
+ Do not delete G4NuclearPolarization object; from now on, other
+ classes are responsible for its allocation/deletion.
+ - G4NuclearPolarizationStore: new class to handle G4NuclearPolarization
+ objects for correlated gamma emission simulation.
+ Use fix length array instead of vector of pointers.
+ - G4SampleResonance: added protection for rare cases when a wide parent
+ resonance, with a very small dynamic mass, decays into another wide
+ (daughter) resonance.
+ - G4LegendrePolynomial: apply caching to speed up calculations.
+ - Removed debug printout in G4NuclearPolarizationStore desctructor.
+
+
+- Abla
+
+ - Updated code to new C++ version of ABLA-07.
+
+- Abrasion
+
+ - G4WilsonAbrasionModel: removed dependence on G4FermiBreakUp,
+ G4Evaporation, and G4MultiFragmentation; not needed redefinition
+ of default objects. Fixed case of crash at initialisation.
+ - Fixed memory leak in G4WilsonAbrasionModel; use nullptr instead of NULL.
+
+- Bertini Cascade
+
+ - G4CascadeParameters: use G4HadronicDeveloperParameters as a tool for
+ sharing parameters between developers and experienced users.
+ Need to set enviroment variable of "TEST_HDP" for testing the tool.
+ Added FERMI_SCALE and RAD_TRAILING to changeable parameters from HDP.
+ Lower and upper limits of changeable parameters from HDP are registered.
+ Removed protection for using G4HadronicDeveloperParameters.
+ - G4CascadeInterface: removed unnecessary rotation to z-axis in
+ createBullet() and ApplyYourself(), which may cause irreproducibility.
+ Addressing problem report
+ #1990.
+
+- Binary Cascade
+
+ - Setting creator model for particles it creates; pass through time info.
+
+- De-excitation
+
+ - G4LevelReader, G4LevelManager, G4PhotonEvaporation: for stable states
+ (ground state isotopes) life time is set to "-1"; changed all checks
+ accordingly. Added extra G4Exception in file reading method.
+ - G4LevelReader, G4NuclearLevelData: removed code for reading of old
+ data structure.
+ - G4LevelReader, G4LevelManager, G4NucLevel, G4PhotonEvaporation: use
+ G4double for energy and life time.
+ Addressing problem report
+ #1964.
+ - G4LevelReader: by default issue G4Exception only for Z<6,
+ Fixed fill of 'mpRatio' parameter of a transition (was always zero
+ before). Read updated data structure where "correlated_gamma"
+ directory is located.
+ Always create G4LevelManager for stable isotopes including light
+ stable p, d, t, He3, He4.
+ - G4LevelManager: removed obsolete method.
+ - G4NuclearLevelData, G4NucLevel, G4LevelManager: added possibility to
+ print nuclear level information into output stream; interface cleanup
+ and fixed reading of user data file.
+ - G4DeexPrecoParameters: set default time threshold for isomer production
+ to 1000 seconds (if radioactive decay is enabled this time threshold
+ is set to the limit of the G4NuclideTable, which is of 1 microsecond);
+ this allows to limit the extra isomers which would be created when
+ radioactive decay is not included in the physics-list.
+ Disable possibility to read old data; throw fatal exception soon if
+ the first file in the dataset cannot be read.
+ Restore Get/SetInternalConversionFlag() methods; flag set to true by
+ default. Use flag for internal conversion in G4PhotonEvaporation; for
+ radioactive decay do not sample transition if no transition information
+ is available.
+ Added dummy variant of de-excitation when excitation energy transformed
+ to kinetic energy of a fragment and no secondaries are produced; added
+ also method to disable both precompound and de-excitation sampling.
+ - G4DeexPrecoParameters, G4DeexParametersMessenger: added UI commands
+ for configuration of de-excitation module and radioactive decay.
+ - G4ExcitationHandler, fermi_breakup, photon_evaporation modules:
+ removed obsolete FermiBreakUp model and corresponding classes.
+ Implemented dummy variant of de-excitation.
+ - G4ExcitationHandler, G4DeexPrecoParameters: define index of e- internal
+ conversion and propagate it to reaction products.
+ - G4ExcitationHandler, G4NeutronRadCapture: propagate index of e- internal
+ conversion to base class G4HadronicProcess.
+ - G4ExcitationHandler: added protection from incomplete initialisation
+ when external evaporation instance is defined; improved debug printout.
+ - G4NuclearLevelData: synchronise the list of isotopes with the
+ current set of data files; extra rare isotopes are allowed;
+ Z max is extended from 102 to 117.
+ Hold and have access method to G4PairingCorrection and G4ShellCorrection
+ classes; made it a fully thread safe singleton.
+ - G4PhotonEvaporation: added handling of nuclear polarization for
+ simulation of correlated gamma emission. Fixed problem of data race.
+ Use new parameters to enable/disable correlated gamma.
+ - G4FermiFragmentsPoolVI: fixed selection of decay chains for
+ unphysical fragments, which happens when used by INCL++.
+ - G4VEmissionProbability: added private method for general treatment
+ of PDF functions.
+ - G4EvaporationProbability, G4CompetitiveFission, G4CompetitiveFission,
+ G4GEMProbability: modified according to updated base class.
+ - G4EvaporationChannel: make choice of minimal evaporation energy
+ Z-dependent.
+ - G4FermiFragmentsPoolVI: improved handling of internal data structure.
+ - G4PolarizationTransition: added warning in GenerateGammaCosTheta() and
+ GenerateGammaPhi() when polarization entries are empty and return
+ isotropic random in that case. Fixes rare crash.
+ Added Jason warning of zero coefficient.
+ Fix to avoid integer overflow in the argument of sqrt(), and caching
+ to speed up the calculations. Use G4double, and std::sqrt().
+ Added new interface SampleGammaTransition(), which replaced 4 old
+ methods. Use this new method in G4GammaTransition.
+ Added protections inside GenerateGammaPhi() to avoid reading outside
+ vector; reduced sampling loop from 1000 to 100.
+ - G4GammaTransition: temporary workaround to avoid very long computations,
+ by skipping polarization if initial state has angular momentum 2J > 6.
+ Do not sample nuclear polarization if initial state has momentum
+ 2J > 12.
+ - G4PhotonEvaporation, G4GammaTransition, G4PolarizationTransition:
+ improved debug printout. Cleanup creation and deletion of
+ G4NuclearPolarization objects.
+ - G4NeutronRadCapture, G4StatMFChannel, G4StatMFFragment, G4GEMChannel,
+ G4CompetitiveFission, G4FermiPhaseSpaceDecay: use G4RandomDirection()
+ for better CPU performance.
+ - G4PairingCorrection, G4ShellCorrection: no longer singletons.
+ - G4WilsonAblationModel: fixed case of crash at initialisation.
+ - Fixed Coverity defects.
+
+- Elastic scattering
+
+ - G4NeutrinoElectronNcModel: new class for the final-state model of
+ elastic neutrino-electron scattering, for use in dark matter and
+ neutrino experiments.
+ - G4NeutronElectronElModel: new model for neutron-electron elastic
+ scattering. It produces recoil electrons resulting in visible energy
+ deposition. The model is based on ultra-relativistic approximation of
+ the Rosenbluth formula, since recoil electrons will have enough energy
+ to be detected in the case of high energy neutrons, roughly > 1 GeV.
+ - Fixed intialisation of data in G4NuclNuclDiffuseElastic constructor
+ responsible for cases of zero scattering angle and no elastically
+ scattered target particle. Addressing problem report
+ #1979.
+ Simplified implementation to fix reproducibility violations in ion-ion
+ elastic scattering. On-the-fly sampling of the nucleus-nucleus elastic
+ scattering is done according to the Coulomb law in the limits
+ 0 < theta < thetaC, where thetaC is the Coulomb grazing angle;
+ this means that hadron elastic works like Coulomb in the limits.
+
+- Electromagnetic Dissociation
+
+ - G4EMDissociation: removed unnecessary explicit instantiation of
+ FermiBreakUp, Evaporation and MultiFragmentation models.
+
+- Gamma-Nuclear
+
+ - New module including G4LENDorBERTModel combined model; LEND is the first
+ choice as final state generator (for gamma energies below 20 MeV);
+ if no LEND data available for a target, then BERT model is used as
+ the final state generator of the reaction.
+
+- High Energy Theoretical
+
+ - G4ParticleTypeConverter: all methods become const.
+ - G4ConcreteMesonBaryonToResonance: fixed memory leak. Adding static
+ objects with const only methods.
+ - G4TheoFSGenerator: pass through creator model and time.
+
+- INCLXX
+
+ - Updated to INCL++ v6.0.
+ - Implementation of strangeness.
+ - Few nucleon removal improved; improved separation energies and
+ added hypercluster emission.
+ - Fixed bugs in eta/omega channels.
+ - Note: native Geant4 de-excitation module is used by default,
+ but ABLA can be used as alternative.
+
+- Lend
+
+ - Added G4LENDCombinedModel class.
+ - G4LENDCrossSection: IsIsoApplicable() returns false for the case of
+ target not existing.
+ - G4LENDModel: ApplyYourself() returns unchanged final state for the case
+ of target not existing, with warning message.
+ - Fixed bug in G4LENDElastic.
+ - Added DumpLENDTargetInfo() method. Reduced default (VerboseLevel=0) output
+ from models and cross-sections.
+ - Fixed gamma(2.2MeV) emission from n captured by H.
+ - Fixed typo in names of cross-section data set.
+
+- Lepto-nuclear
+
+ - G4NeutrinoElectronCcModel: new class for the final-state model of
+ neutrino-electron inelastic interaction (charge current).
+
+- Particle High Precision
+
+ - Added NRESP71 model for n on C reaction.
+ - Fixed bug in coherent elastic scattering.
+ - Changed tolerance value and implementation in calculation of
+ KallbachZero, to overcome cases of FPE errors.
+ - Code cleanup. Fixed Coverity defects.
+
+- Parton-String
+
+ - G4ExcitedStringDecay: introduced smearing of resonance masses (as
+ requested by the PANDA Collaboration).
+ - G4FTFAnnihilation: improved anisotropy of secondary pions in annihilation.
+ - G4DiffractiveExcitation: added protection and improved kinematics.
+ - G4LundStringFragmentation: a dependence of on S is introduced only
+ for AntiP P annihilations.
+ - Added FTF/diffraction configuration interface for baryon projectile:
+ using G4HadronicDeveloperParameters as a tool for sharing parameters
+ between developers and experienced users.
+ - Minor code cleanup.
+
+- Pre-equilibrium
+
+ - G4PreCompoundModel: in ApplyYourself(), pass creator model and time.
+ Added 'isActive' flag, which can be defined via G4DeexPrecoParameters
+ interface.
+ - G4PreCompoundEmission: use G4RandomDirection() if angular sampling
+ is disabled.
+
+- QMD Reaction
+
+ - Set type of de-excitation channels to 'combined'.
+
+- Radioactive Decay
+
+ - G4RadioactiveDecay: in BuildPhysicsTable(), removed all settings of photon
+ evaporation; now done in G4PhotonEvaporation and in physics list.
+ Modified LoadDecayTable() to divide the branching ratio of a specific
+ decay channel read in the database by 100 to avoid that it is higher
+ than 1 as prevented by G4VDecayChannel.
+ This branching ratio is given in pc in the database while it should be
+ smaller than 1 when setting it by G4VDecayChannel::SetBR() method.
+ Added method ProcessDescription().
+ Added StreamInfo() method for printing radioactive decay parameters;
+ call this method in BuildPhysicsTable().
+ Disabled correlated gamma and removed unused EM headers.
+ In DecayIt() use GetPDGStable() in the variance reduction branch, to
+ allow the stable nucleus at the end of the decay chain to be added to
+ the final state particle stack; addresses problem report
+ #2007.
+ - G4ITDecay: removed all manipulations of nuclear polarization in DecayIt(),
+ now done in G4PhotonEvaporation.
+ - G4ECDecay: set the probability for selection of L and M subshells to
+ PL1/PL=0.995, PL2/PL=0.005, PM1/PM=0.995 and PM2/PM=0.005. Close to Fe55
+ case.
+ - New classes G4Radioactivation and G4RadioactivationMessenger for
+ biased use only. New classes G4RadioactiveDecayBase and
+ G4RadioactiveDecayBaseMessenger for unbiased use only.
+ - Changed name of classes G4RadioactiveDecayRateVector to
+ G4RadioactiveDecayChainsFromParent and G4RadioactiveDecayRate to
+ G4RadioactiveDecayRatesToDaughter.
+ - Requiring new data set RadioactiveDecay-5.2.
+ - Note: when radioactive decay is activated, atomic de-excitation
+ (in particular fluorescence and Auger emission) are switched on
+ by default (overriding any EM default settings).
+
+
+
+
+Intercoms
+
+- Use DLL export flags for static symbols in classes. Removed inline
+ specification for two static methods in G4UImanager.
+
+
+
+Materials
+
+- Added DAVIS model for optical surfaces. Use the new model with reflection
+ and the capability of transmitting photons based on LUTs.
+- G4NistManager, G4NistElementBuilder, G4NistMaterialBuilder: fixed potential
+ thread safety issues when building element or material.
+- G4Material, G4IonisParMat: fixed definition of state of a material,
+ when a material is constructed via based material.
+ Addressing problem report
+ #1997.
+- G4Material: improved printout; always print temperature and pressure
+ independently on the state of the material.
+ Apply mutex lock when defining material properties table.
+- Added class G4MaterialPropertiesIndex defining indices and names for
+ G4MaterialProperties; use the enum type instead of G4String for keys in the
+ material (constant) property table maps and provide necessary accessors and
+ interfaces. Keep property and constant property maps and public methods in
+ G4MaterialPropertiesTable; these methods, GetPropertiesMap() and
+ GetPropertiesCMap() become obsolete from the next release; GetPropertyMap()
+ and GetConstPropertyMap() should be used instead.
+- G4IonisParMat: added possibility of defining custom density effect parameters
+ and another possibility to request parameters of a base material, which may
+ have not exactly the same atomic composition.
+ Set lock when user defines density effect parameters.
+- G4MaterialPropertiesTable: renamed SetGROUPVEL() to CalculateGROUPVEL()
+ and moved it from GetProperty() to AddProperty() to resolve a MT scaling
+ problem. SetGROUPVEL() will be removed in next major release.
+
+
+
+Particles
+
+- Updated properties of particles according to PDG-2017.
+- Fixed inconsistency between enum definition of G4FloatLevelBase
+ and initialization of G4Ions::G4FloatLevelBase data.
+ Addressing problem report
+ #1968.
+- Fixed leak at construction for data allocated through G4ParticleDefinition
+ for the sub-instance offset in the splitter. Added static method Clean()
+ to G4ParticleDefinition, called as last in the destructor of
+ G4ParticleTable.
+- Set life time to -1.0 for all stable particles.
+- Fixed problem of G4DecayTable::SelectADecayChannel() in case of sum of BR
+ is not equal to 1.0.
+- Added protection for BR<0 or BR>1 in G4VDecayChannel.
+- Introduced G4GenericMuonicAtom class, used only by G4IonTable and not for
+ tracking; processes for G4MuonicAtoms should be registered with this class.
+ Revised G4MuonicAtomHelper, added G4MuonicAtom support.
+- Requiring new data-set G4ENSDFSTATE-2.2.
+- Fixed Coverity defects.
+
+
+
+Persistency
+
+- GDML:
+
+ - Fixed schema for replicas along angular axis.
+ Addressing problem report\
+ #1917.
+ - Added possibility to specify material properties tables for optical
+ surfaces. Addressing enhancement request
+ #1947.
+ - Added ability to export limited number of levels in the geometry
+ hierarchy, by specifying this through the
+ G4GDMLParser::SetMaxExportLevel(G4int) method.
+ - Enabled import/export of G4MultiUnion as a native type, no longer
+ bound to USolids module only.
+ - Added commands to G4GDMLMessenger for enable/disable stripping of names
+ for reading and for appending or not pointers to names for writing.
+ - Handle all possible variants for G4TwistedTubs, included asymmetric ones.
+ Updated TwistedtubsRead/Write() in G4GDMLRead/WriteSolids accordingly.
+ Fixed export of shape to correctly export end-inner/outer radii.
+ - Added handling of null pointer to material in case of parallel geometries.
+ Addressing problem report
+ #1984.
+ - Use GetPropertyMap() and GetConstPropertyMap() instead of GetPropertiesMap()
+ and GetPropertiesCMap() in G4GDMLWriteMaterials and G4GDMLWriteSolids.
+ - New GDML schema version 3.1.6 (files: gdml.xsd, gdml_solids.xsd).
+ Added general optical surface properties block to schema.
+ Extended schema for coping with all possible parameters for
+ G4TwistedTubs shape.
+
+
+
+
+Physics lists
+
+- Builders:
+
+ - New design with base class for all builders, to properly clean memory
+ in MT mode; added c++11 compatibility; G4BuilderInterface renamed to
+ G4PhysicsBuilderInterface and moved to run category. Removed unused
+ class G4TheoModelFactory.
+
- OrderingParameterTable: disabled PostStep multiple-scattering.
+ - G4NeutronLENDBuilder: modified setting for selection of target data.
+
+- Constructors:
+
+ - decay
+
+ - G4RadioactiveDecayPhysics: use a new method AddPhysics() instead
+ of old AddMsc(). Set time limit for the de-excitation module
+ the same as in G4NuclideTable, so only states from this table will
+ be created as ions.
+ Defined new set of default parameters; enabled only X-ray emission
+ for atomic de-excitation; internal conversion sampling in nuclear
+ de-excitation is left fully enabled. Enabled Auger cascade.
+ - G4MuonicAtomDecayPhysics use new G4MuonicAtomDecay.
+
+ - electromagnetic:
+
+ - G4EmStandardPhysics_option4: set final step for all particles to
+ 10 um (except for GenericIon). Note: expected to slightly slow down
+ the simulation but increase accuracy of range simulation.
+ Changed msc model for e-/e+ below 100 MeV from (Urban +
+ UseDistanceToBoundary stepping) to (GS + Mott-correction + error-free
+ stepping). Use different G4NuclearStopping instance for G4GenericIon
+ and other baryons. Enable Auger cascade.
+ Set default HEP settings of the GS physics constructor.
+ - G4EmStandardPhysicsWVI: use G4WentzelVIRelModel and
+ G4hCoulombScatteringModel to take into account relativistic
+ corrections.
+ - G4EmStandardPhysics: use RayleighScattering and
+ LivermorePhotoElectricModel.
+ Use new parameter SetLateralDisplacementAlg96().
+ - G4EmStandardPhysicsGS: use most accurate settings for the Goudsmit-
+ Saunderson multiple-scattering model (error-free stepping and
+ Mott-correction).
+ Set default HEP settings of the GS physics constructor.
+ - G4EmLivermorePolarizedPhysics: use upper limit 100 TeV, do not apply
+ high energy limit 1 GeV to gamma processes.
+ - G4EmLivermorePhysics, G4EmPenelopePhysics: code cleanup.
+ - G4EmStandardPhysicsSS: use G4hCoulombScatteringModel to take into
+ account relativistic corrections.
+ - G4EmParticleList: new class with the list of particles for which EM
+ processes are instantiated
+ - G4EmModelActivator: use new access methods RegionsPhysics() and
+ TypesPhysics() instead of RegionsMsc() and TypesMsc().
+ Allow to use both "PAIphoton" and "pai_photon" names when
+ activating PAIphoton model.
+ - All EM physics constructors now do not share multiple and single
+ scattering processes between proton and anti_proton.
+ All now using G4EmParticleList.
+ - All DNA physics constructors use gamma configuration as in Livermore;
+ fixed usage of SetEmModel() and AddEmModel().
+ - Added G4EmDNAPhysics_option6 constructor.
+ Added elastic scattering process for ions to all DNA constructors.
+ - G4EmDNAPhysicsActivator: apply solatation model below 7.4 eV
+ (was 4 eV) in order to absorb low-energy e- and coherently initialise
+ models; fix for hydrogen and for helium and generic ions; code
+ cleanup.
+ - Added Geant4-DNA stationary constructors.
+ - Fixed Coverity defects.
+
+ - factory:
+
+ - Added Geant4-DNA stationary constructors.
+
+ - gamma_lepto_nuclear:
+
+ - G4EmExtraPhysics, G4EmMessenger, G4BertiniElectroNuclearBuilder:
+ added option and UI command to enable/disable e+- nuclear process.
+ Added extra UI commands to define cross-section factors for rare
+ processes (requirement of ShiP experiment for dark matter search).
+ - Added G4LENDBertiniGammaElectroNuclearBuilder, which uses LEND
+ for low energy gamma-nuclear interaction. Added option and UI command
+ to use the new builder in the physics constructor of EmExtraPhysics.
+
+ - hadron_elastic:
+
+ - G4ThermalNeutrons: new class for addition of thermal neutron
+ scattering below 4 eV (backported from CMS simulation).
+ - G4HadronHElasticPhysics: use G4NuclNuclDiffuseElastic for the elastic
+ scattering of light and generic ions (this is possible now because
+ the latest version of G4NuclNuclDiffuseElastic satisfies event
+ reproducibility).
+ - G4HadronElasticPhysicsLEND: modified setting for selection of
+ target data. Dump LEND target information.
+
+ - hadron_inelastic:
+
+ - G4HadronPhysicsFTFQGSP_BERT: new hadron physics similar to
+ G4HadronPhysicsFTFP_BERT, but with QGS fragmentation of strings
+ (instead of the Lund string fragmentation).
+ - Refactored code for FTFP_BERT and register physics builders.
+ - Code refactoring of QGSP_BERT, QGSP_BIC variants.
+ - Added G4HadronPhysicsShieldingLEND.
+ - Fix registration of cross-section data set in G4HadronPhysicsShielding.
+
+ - limiters:
+
+ - G4StepLimiterPhysics: fixed thread safety issue; removed potential
+ race condition.
+
+
+- Lists:
+
+ - FTFQGSP_BERT: new experimental physics list which is similar to
+ FTFP_BERT, but with QGS fragmentation of strings (instead of the Lund
+ string fragmentation).
+ Added the new list to G4RegisterPhysLists, to make available to
+ G4PhysListFactory.
+ - Added messenger with two commands to G4PhysListFactory to enable
+ radioactive decay or optical physics.
+ - Added ShieldingLEND as a new physics list.
+ - Fixed problem in LBE physics-list for radio-active decay model.
+ Fixed initialisation of G4RadioactiveDecay.
+ - Added __SS option to g4alt::G4PhysListFactory.
+ - Allow g4alt factory to use bare physics constructor names as things to
+ replace/add as well as the shorter predefined extensions (e.g."EMX").
+ - Code formatting.
+
+- Util:
+
+ - Fixed address of site for downloading LEND data. Improved instructions
+ about download file and environment variable for the LEND data.
+
+
+
+
+Run
+
+ - New functionalities for MT:
+
+ - Modified design of physics-lists for allowing cleanup of memory in MT
+ mode. Introduced new class G4PhysicsBuilderInterface which all
+ physics-lists builders inherit from.
+ Worker threads now call G4VUserPhysicsList::TerminateWorker() to clean up
+ physics-list thread-specific objects. G4VPhysicsConstructor holds list of
+ TLS builders.
+ - G4WorkerThread: use CleanUpAndDestroyAllWorkspaces() from workspace
+ pools in DestroyGeometryAndPhysicsVector(). Minor code cleanup.
+ - Delete G4TransportationManager, G4FieldManagerStore, G4GeometryManager
+ and G4PathFinder singletons in G4RunManagerKernel, clearing static leaks
+ at exit.
+ - Transform G4VPhysicsConstructor split-class to adopt pointers.
+ - G4MTRunManager, G4WorkerRunManager: protect against null pointer for
+ SetUserAction() method.
+ - Properly delete G4RNGHelper singleton object at the end of program.
+
+- Other changes (non MT related):
+
+ - Prevent adding multiple times the same sensitive-detector to the same
+ logical volume via G4VUserDetectorConsturction::SetSensitiveDetector().
+ In case skip and issue a warning.
+ - G4RunManager: notify visualization-manager when world volune is
+ re-initialized.
+ - Added MuAtomicCapture and DecayMuAtom to G4PhysicsListHelper.
+
+
+
+
+Track & Tracking
+
+- G4VelocityTable: use G4ThreadLocalSingleton pattern for proper instance
+ deletion at the end of run; use G4Log and G4Exp consistently.
+- Added a case, protected by #ifdef, when a particle is a muonic atom
+ in G4SteppingManager.
+
+
+
+Visualization
+
+- Management
+
+ - Deprecated SetUserAction(). Use RegisterRunDurationUserVisAction().
+ - Replaced G4VisExtent::NullExtent by G4VisExtent() throughout.
+ - Added UI command '/vis/scene/add/gps'.
+ - Improved commands guidance.
+ - Fix to "/vis/viewer/interpolate" for file writing viewers.
+ - Added G4VVisCommand::ConvertToColour. Now used throughout vis commands.
+ - Added G4VVisCommand::ConvertToColourGuidance. This avoids having to
+ repeat it for every command that uses it.
+ - "/vis/viewer/save": added .g4view if an extension is not supplied by
+ the user.
+ - "/vis/viewer/set/defaultTextColour": changed default to blue and opaque
+ to agree with default text vis attributes.
+ - Added user-selected colour to "/vis/scene/add/gps".
+ - Implemented UI command /vis/drawOnlyKeptEvents.
+ To draw selected events, the user should set this flag, then in a user
+ action select the event to keep from G4EventManager according to a
+ certain criterion.
+ - Improved end of run printing when /vis/disable.
+ - Protect /vis/enable issued before run is established.
+ - Initialise G4Colour colour map.
+ - Reverted default number of line segments per circle to 24.
+
+- Modeling:
+
+ - Added class G4GPSModel for visualisation of General Particle Source.
+ Can be used with new UI command '/vis/scene/add/gps'.
+ Added user-selectable colour.
+ - Improved checking of G4PhysicalVolumeModel.
+ - Added G4ModelingParameters::PVPointerCopyNo.
+ - Improved arrow drawing. Reduced default 'lineSegmentsPerCircle' to
+ 6 for rapid yet adequate drawing. Similar improvement to magnetic
+ field drawing.
+ - Default can be changed with new command:
+ /vis/set/arrow3DLineSegmentsPerCircle.
+
+- HepRep
+
+ - Fixed Coverity defect.
+
+- OpenGL
+
+ - G4OpenGLViewer: minor improvement to picking (suppressing "no hits"
+ message). Code cleanup.
+ - G4OpenGLXViewer: Reverted to XA_RGB_BEST_MAP.
+ - Fixed picking on MacOS, which was not working for retina display
+ due to a screen factor *2.
+ - Refine content of output of picking.
+
+- Raytracer
+
+ - Changed back to XA_RGB_BEST_MAP (seems OK now).
+ - Simplified passing of ray-tracer pointer.
+ - Fixed a bug whereby the jpeg for RayTracer was always 600x600.
+ - Expanded filename numbering to 4 digits.
+ Useful for producing many files for a movie.
+
+
+
+
+Environments
+
+- G4Py:
+
+ - Updated interfaces for release 10.4.
+
+- ZMQ:
+
+ - New module zmq including ZeroMQ interface (experimental).
+
+
+
+
+Data sets
+
+- New low-energy data set version, G4EMLOW-7.3:
+
+ - Improved and reorganized GS data.
+ - Added Mott-correction data to the GS angular distributions.
+ Updated PWA- data to the GS multiple-scattering model..
+ - Added new photoeffect parameterisation using EPICS-2014.
+ - Updated ecpssr shell cross section proton and alpha files.
+ - Added G4DNA-CPA100 files.
+ - Added PTB cross sections to dna module.
+ - Updated ecpssr shell cross-section proton and alpha files.
+ - Updated photoeffect parameterisation using EPICS-2014 data.
+ - Updated ion elastic data files for Geant4-DNA.
+
+- New data files for nuclides properties G4ENSDFSTATE-2.2:
+
+ - Corrected some levels for compliance with PhotonEvaporation data-base.
+
+- New data set version G4PhotonEvaporation-5.2 for nuclear de-excitation data:
+
+ - Changes in U234 (z92.a234): corrected decay from 809.907 to the ground
+ according to gamma input in DDEP pdf table. Info is missing in ENSDF.
+ Correction addressing problem report #1967.
+ Corrected gamma intensities from level 1040.536 according to input in
+ ENSDF file from DDEP.
+ - Removed old data; correlated_gamma files moved to main module.
+ - Correction of transitions for floating levels in last 60
+ correlated_gamma files.
+
+- New data set version for radioactive-decay processes, G4RadioactiveDecay-5.2:
+
+ - Modified z33.a83 to force beta- decay of As83 directly to the ground
+ of 83Se. The populating of the excited levels of 83SE is poorly known
+ and the gamma spectrum will be anyway not correct (not enough ENSDF data).
+
+- New data files for nuclear shell effects G4ABLA-3.1:
+
+ - Updated data for ABLA-07 model version.
+
+- New data set version for optical processes, G4RealSurface-2.1:
+
+ - Added data for support of DAVIS model.
+ - Updated and more compact LUT data.
+
+- New optional data set, G4TENDL-1.3.2 for incident proton data:
+
+ - Fixed Alpha/Inelastic/CrossSection/6_12_Carbon.z.
+ - Deleted F37 directories, "F37" is not defined in ParticleHPInelastic.
+ - New data files for d on p, t on p and d, and he3 on p, d and t,
+ generated by inverse reactions of p on d, p on t,,, of ENDF/B-VII.1.
+ - Replaced data files for p on C13 by data based on TENDL-2014; ENDF/B-VII.1
+ proton file only provides radiative capture final state.
+ - Updated READMEs.
+
+
+
+
+Examples
+
+- Updated reference outputs, macros and scripts.
+- Fixes for Doxygen documentation and coding guidelines.
+- advanced
+
+ - brachytherapy
+
+ - Avoid setting the initial seed to zero.
+
+ - ChargeExchangeMC
+
+ - Fixed build scripts; fixed shadowing compilation warnings.
+ - Cleaned up init macro.
+
+ - eRosita
+
+ - Fixed compilation errors and updated build scripts.
+
+ - hadrontherapy
+
+ - Corrected carbon beam line geometry and added new modulators.
+ - Corrected definition of geometry region.
+ - Added cuts definition in PhysicsList.
+ - Removed HadrontherapyAnalysisManager class; now using G4tools
+ in HadrontherapyMatrix.
+ - RippleFilter geometry on PassiveCarbonBeamLine.
+ - Fix geometry build in LaserDrivenBeamLine.
+ - Added TIFPA beam line.
+ - Removed local obsolete ion-ion physics-list. Cleanup of physics-list
+ and local data.
+
+ - iort_therapy
+
+ - Clean up visualization from batch.mac.
+ - Fixed CMake script for Root flags.
+
+ - medical_linac
+
+ - Updated batch.mac macro.
+
+ - microbeam
+
+ - PhysicsList, PhysicsListMessenger: removed obsolete way of cut
+ definition.
+ - DetectorConstruction: thread safe definition of magnetic field.
+ - SteppingAction: simplified implementation, added check on alpha
+ leaving the world volume.
+ - Cleanup and relaxed step size constraints.
+ - Modified voxel dose normalisation; updated plot.C.
+
+ - nanobeam
+
+ - Added usage of std::floor() in TabulatedField3D.
+ - Updated EM field settings for multi-threading;
+ changed default.mac macro.
+ - Updated handling of UI commands. Code cleanup.
+
+ - xray_fluorescence
+
+ - Use units for angles explicitly in XrayFluoDetectorConstruction.
+
+
+- basic
+
+ - B3
+
+ - PhysicsList: register EM physics before radioactive-decay.
+
+ - B4
+
+ - Added analysis scripts plotHisto.C and plotNtuple.C.
+
+ - B5
+
+ - Removed use of G4AutoDelete utility for thread-local magnetic-field
+ and its manager, since not necessary as now automatically deleted by
+ kernel.
+ - Use std::array for related data members in B5EventAction to reduce
+ 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.
+
+
+- extended
+
+ - analysis
+
+ - AnaEx02: fixed CMake script for Root flags.
+
+ - biasing
+
+ - ReverseMC01
+
+ - G4AdjointPhysicsList: avoid resetting lateral displacement algorithm
+ in the Urban msc model. Use SetEmModel() instead of AddEmModel()
+ where possible in order to get rid of initialisation warning.
+
+
+ - common
+
+ - Removed generic class names prefix and introduced a meaningful one
+ when appropriate; removed osolete event and run action classes.
+ - Replaced explicit messengers with use of G4GenericMessenger.
+ - Use c++11 constructs (nullptr, auto).
+
+ - electromagnetic
+
+ - BeginOfRunAction(): disabled storage of random seed.
+ - TestEm0
+
+ - RunAction: updated max energy for CSDARange table.
+ Write html documentation of physics list if G4PhysListName
+ and G4PhysListDocDir are set.
+
+ - TestEm5
+
+ - DetectorConstruction: corrected definition of element Chrome.
+ - Run: modified normalisation of histogram 1 and 10.
+ - PhysicsList: use more uniform builder names.
+ Added DNA constructors.
+ - Added DNA histograms in HistoManager.
+ - Added new flags in StackingAction.
+ - Added dna.mac macro and updated pixe.mac macro.
+ Updated fluo.mac macro.
+
+ - TestEm7
+
+ - TestEm8
+
+ - PhysicsList, DetectorConstruction, DetectorMesenger, StepMax:
+ made StepMax initialisation more thread safe.
+ - PhysicsList: restored functionality for old command
+ "/testem/phys/addPhysics pai".
+
+ - TestEm12
+
+ - TestEm14
+
+ - TestEm17
+
+ - PhysicsList: fixed EM standard setting; added emstandard_opt4.
+
+ - TestEm18
+
+ - Revised implementation.
+ - Allow for optional tracking of secondary particles.
+ - Added edep.mac macro.
+
+
+ - eventgenerator/pythia/decayer6
+
+ - Updated for changes in common module.
+ - Updated main(); removed G4UI_USE, G4VIS_USE macros and moved
+ initialization in macros.
+
+ - exoticphysics
+
+ - channeling
+
+ - Added support for G4Crystal.
+ - Added support for G4Channeling process.
+ - Modified sdht_ID to fSDHT_ID.
+ - Removed G4VIS_USE, G4UI_USE.
+
+ - dmparticle
+
+ - Simplified example for light dark matter (LDM) particles.
+ It consists of LDM Bremsstrahlung process for protons creating
+ G4LDMPhotons. The latter decays creating G4LDMHi and G4LDMHiBar LDM
+ scalar particles. They can scatter on nucleons and electrons.
+ The first version has electromagnetic processes only.
+ Hadron constructors can be added similarly to hadronic examples.
+
+ - monopole
+
+ - Migrated to multi-threading and g4tools for analysis.
+ - Fixed lost functionality of histograms and monopole parameter
+ definitions. Simplified histograms definition and filling.
+ - Fixed geometry build in G4MonopoleTransportation.
+
+ - phonon
+
+ - Split build/run/compare test into three: build and run,
+ compare timing outputs, compare caustic outputs.
+ Added new CMake script ComparePhonon.cmake to perform comparison of
+ timing and caustic output/reference files.
+ - Fix in CMake macros to resolve CMP0054 related warnings on Windows.
+ - Updated timing output files.
+
+ - ucn
+
+ - ExUCNDetectorConstruction: commented out a wrong use of AddConstProperty().
+
+
+ - field
+
+ - field01
+
+ - Fixed Valgrind error in F01FieldSetup::CreateStepperAndChordFinder()
+ method; first delete all dependent objects, then create new ones.
+
+ - field02
+
+ - Fixed F02ElectricFieldSetup::Update() method. Now all old objects are
+ deleted first, and then new ones are created; renamed UpdateStepper()
+ to UpdateIntegrator() to clarify its role.
+
+ - field03
+
+ - Fixed Valgrind errors in field setup's update method; first delete all
+ dependent objects, then create new ones.
+
+
+ - g3tog4
+
+ - Updated for changes in common module.
+ - Updated main(); removed G4UI_USE, G4VIS_USE macros and moved
+ initialization in macros.
+
+ - hadronic
+
+ - BeginOfRunAction(): disabled storage of random seed.
+ - Archived example Hadr05, now replaced by physicslist/genericPL.
+ - Hadr00
+
+ - Added possibility to enable radioactive decay.
+
+ - Hadr01
+
+ - Fixed histograms and radioactive decay.
+
+ - Hadr03
+
+ - SteppingAction: take into account e- from internal conversion.
+
+ - Hadr05
+
+ - This example has been removed from the extended/hadronic set and
+ refactored in a new example, genericPL in the extended/physicslists set.
+
+ - NeutronSource
+
+ - Run: remove normalisation of all histograms.
+ - Added comments.
+
+
+ - medical/DICOM
+
+ - Added DICOM Digital Head model. DICOM_HEAD library can be used
+ as input data set. Added downloading of DICOM data in CMake build
+ (used only with DICOM_USE_HEAD option).
+ - Output files .g4dmc and .g4dcmb are now created in the user
+ directory and no longer in the DICOM data library.
+ - Using optional DICOM data-set G4DICOM-1.1.
+
+ - medical/dna
+
+ - chem2
+
+ - dnaphysics
+
+ - PhysicsList: limit high energy by 1 GeV.
+ Updated flags for EM processes.
+ - Added more variables to ntuple; improved SteppingAction.
+ - Updated numbering scheme in SteppingAction.
+ - Added flag for Capture.
+ - Added visualisation to input macro dnaphysics.in.
+ - Updated plot.C and numbering scheme.
+
+ - icsd
+
+ - New example for Ionisation Cluster Size Distribution. Allows the
+ calculation of the distribution concerning the number of ionisations
+ per event in an small cylinder of nanometers scale, typical dimensions
+ of a 10 base pairs piece of chromatin. First use of new DNA-like
+ material's cross-sections experimentally obtained at PTB
+ (Rad. Phys and Chem. 130 (2017) 459-479) for electrons and calculated
+ for protons on THF, TMP, PY and PU materials.
+
+ - mfp
+
+ - New example showing how to calculate mean free path of particles
+ in liquid water using the Geant4-DNA physics processes and models.
+
+ - microdosimetry
+
+ - Adapted to same scheme as dnaphysics example.
+ - Fix to analysis manager call in SteppingAction.
+ - Updated physics-list; manual approach of G4DNA activator.
+ - Fixed compilation problem when Qt is enabled.
+ - Cleanup and reordering of processes.
+ - Updated flags for EM processes.
+
+ - microyz
+
+ - Updated setup according to recent developments.
+
+ - neuron
+
+ - New example allowing for the modelling of neuron cell irradiation,
+ including physical, physico-chemical and chemical processes (e.g.
+ production of oxidative radical species in the vicinity of neurons).
+ It uses realistic geometrical models of neurons generated from a
+ standardized SWC file representing neuron morphology.
+
+ - range
+
+ - Reduced energy range in range.in macro. Code cleanup.
+
+ - slowing
+
+ - New example showing how to simulate slowing down spectra for electrons
+ in liquid water using the Geant4-DNA physics processes and models.
+
+ - spower
+
+ - New example showing how to calculate stopping power of particles
+ in liquid water using the Geant4-DNA physics processes and models.
+
+ - svalue
+
+ - wvalue
+
+ - Updated plot.C and wvalue.in macro.
+ - Code cleanup.
+
+
+ - medical/fanoCavity
+
+ - PhysListEmStandard_GS, PhysListEmStandard_SS, PhysListEmStandard_WVI,
+ PhysListEmStandard_option3: use the same step function as in
+ physics_list factory for corresponding constructors, ensure that step
+ function parameters may be redefined by UI commands.
+ - Switch to NIST material description (keeping material densities
+ defined in previous version).
+ - Set default thread number to 2 instead of maximum number of cores.
+ - Simplified default printout.
+
+ - medical/fanoCavity2
+
+ - Switch to NIST material description (keeping material densities
+ defined in previous version).
+ - Default thread number is not set to the maximum available cores.
+
+ - medical/GammaTherapy
+
+ - Ported to work in multi-threading.
+ - Fixed bugs in PrimaryGeneratorAction and RunAction.
+ - Improved main input macro.
+
+ - optical/OpNovice
+
+ - Exercising new DAVIS LUT surface model.
+ - Fix gui.mac, which wrongly executed vis.mac.
+
+ - parallel
+
+ - MPI
+
+ - Updated build scripts.
+
+ - ThreadsafeScorers
+
+ - Fixes to deletion/clearing of static maps between runs.
+ - Removed some unnecessary typedefs.
+ - Set the number of threads to the number of cores.
+
+
+ - persistency
+
+ - gdml/G02
+
+ - Added commented block in G02DetectorConstruction to show how to limit
+ the number of levels in the geometry hierarchy to be exported.
+
+ - P01, P02
+
+ - Include ROOTNewMacros for reflex_generate_dictionary.
+ Updated generated source name.
+ - Fixed CMake script for Root flags.
+
+
+ - physicslist
+
+ - factory
+
+ - New example demonstrating the usage of G4PhysListFactory to
+ build the concrete physics list.
+
+ - extensibleFactory
+
+ - New example showing how to define a physics list from Geant4 physics
+ constructors; it demonstrates the usage of g4alt::G4PhysListFactory to
+ build the concrete physics list.
+
+ - genericPL
+
+ - New example demonstrating the usage of G4GenericPhysicsList to
+ build the concrete physics list at run time.
+
+ - shared
+
+ - New shared classes module for physics-lists examples.
+
+
+ - radioactivedecay
+
+ - Activation
+
+ - New example for survey of the energy deposition and particle's flux
+ from a hadronic cascade.
+
+ - rdecay01
+
+ - PhysicsList: read new PhotonEvaporation data set; set AugerCascade
+ via G4EmParameters; in ConstructProcess(), couple SetARM() and
+ SetAugerCascade(); SetStoreAllLevels(true).
+ Use time limit from G4IonTable for de-excitation module.
+ - TrackingAction: simplified way to get mean-life. Count primary ions.
+ - Run: added printout of mean time life.
+ - BeginOfRunAction(): disabled storage of random seed.
+ EndOfRun(): print time life > 0 only.
+ - Updated user data Cf238.mac and No252.mac, and related README.
+ - Fixed format of data file UserRadData_z98.a238.
+ - Added several macro files.
+
+ - rdecay02
+
+ - PhysicsList: use G4EmStandardPhysics and G4EmExtraPhysics; defined EM
+ parameters as it was in previous version of the example, disabled
+ electro- and muon-nuclear.
+ - Removed EmStandardPhysics and GammaPhysics.
+
+
+ - visualization/userVisAction
+
+ - Copied exampleB1.in to userVisAction.in.
+ Copied run1.mac and run2.mac from example B1.
+ All macros now include /run/initialize.
+ - Removed init.mac, no longer used.
+ /run/initialize is in the new run1.mac and run2.mac.
+
+
+
+
+
+
+
+
diff --git a/cmake/History b/cmake/History
index e6dc735d2c..bd222716ca 100644
--- a/cmake/History
+++ b/cmake/History
@@ -31,6 +31,131 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER].
----------------------------------------------------------
+30th November 2017 - Gabriele Cosmo (cmake-V10-03-49)
+- Replaced USolids specific flags with VecGeom in Geant4OptionalComponents.cmake.
+ From now on VecGeomConfig.cmake will be required and used instead of
+ USolidsConfig.cmake, as well as VecGeom_DIR instead of USolids_DIR.
+
+29th November 2017 - Ben Morgan (cmake-V10-03-48)
+- Bugfix: Restore reporting of GEANT4_BUILD_CXXSTD.
+
+27th November 2017 - Ben Morgan (cmake-V10-03-47)
+- Remove obsolete FindROOT module
+
+10th November 2017 - Gunter Folger (cmake-V10-03-46)
+- Switch to new dataset G4PhotonEvaporation5.2
+
+10th November 2017 - Gabriele Cosmo (cmake-V10-03-45)
+- G4ConfigureGNUMakeHelpers.cmake: corrected setting of USOLIDS_BASE_DIR
+ path for GNUmake.
+
+7th November 2017 - Ben Morgan (cmake-V10-03-44)
+- Modules/Geant4OptionalComponents.cmake:
+ When using HDF5 with Multithreaded Geant4, check
+ that found install of HDF5 was built with thread
+ safety. Require HDF5 >= 1.8.
+
+3rd November 2017 - Ben Morgan (cmake-V10-03-43)
+- BUGFIX: Make HDF5 component checkable by clients
+- Templates/Geant4Config.cmake.in : Add "hdf5" component
+ with associated boolean Geant4_hdf5_FOUND.
+- Templates/geant4-config.in: add "hdf5" feature
+
+27th October 2017 - Gunter Folger (cmake-V10-03-42)
+- Switch to new dataset G4EMLOW 7.3
+
+25th October 2017 - Ben Morgan (cmake-V10-03-41)
+- Modules/Geant4LibraryBuildOptions.cmake:
+ Add new advanced build option GEANT4_BUILD_MUONIC_ATOMS_IN_USE,
+ requested by Krzysztof Genser and Makoto Asai. OFF by default,
+ when ON, adds G4MUTOMS_INUSE to compile definitions. As the
+ code protected by the symbol only appears in .cc files, do
+ not export this definition to clinet side build settings.
+- Templates/geant4-config.in, Templates/Geant4Config.cmake.in
+ Record use of GEANT4_BUILD_MUONIC_ATOMS_IN_USE as a feature
+ and component respectively. Neither affects the build settings,
+ it's simply a report on whether the option was used or not.
+
+19th October 2017 - Gunter Folger (cmake-V10-03-40)
+- Switch to new dataset G4EMLOW 7.2
+
+19th October 2017 - Gunter Folger (cmake-V10-03-39)
+- Switch to new dataset G4ABLA 3.1
+
+16th October 2017 - Gabriele Cosmo (cmake-V10-03-38)
+- Modules/Geant4OptionalComponents.cmake: add HYPE flag to enable
+ wrapping of G4Hype in GEANT4_USOLIDS_SHAPES.
+ Coworks with tag geom-specific-V10-03-21.
+
+26th September 2017 - Gunter Folger (cmake-V10-03-37)
+- Switch to new datasets:
+ - G4ENSDFSTATE2.2
+ - G4PhotonEvaporation5.1
+ - G4RadioactiveDecay5.2
+
+13th September 2017 - Ben Morgan (cmake-V10-03-36)
+- Modules/Geant4OptionalComponents.cmake: Require system expat version
+ >= 2.0.1. Identified in Bugzilla #2003. g4tools uses expat functions
+ only present in 2.0.1 or higher. Though Geant4 supported systems all
+ meet this requirement, check expat version and error out if version
+ is < 2.0.1. On error, report information on cause and how to rectify.
+
+11th September 2017 - Ben Morgan (cmake-V10-03-35)
+- Modules/G4CMakeMain.cmake: Remove GEANT4_BUILD_EXAMPLES option.
+ Add GEANT4_INSTALL_EXAMPLES option. Advanced and ON by default,
+ thia is for use by developers who wish to save time/space by not
+ installing all the example code.
+
+7th September 2017 - Ben Morgan (cmake-V10-03-34)
+- Modules/G4DeveloperAPI_OLD.cmake: Set INSTALL_RPATH on macOS
+ Requested by Fons Rademackers. Loading Geant4 dylibs in Python
+ can lead to resolution errors as they cannot locate each other.
+ Append "@loader_path" to the INSTALL_RPATH for all Geant4 libraries.
+ This will expand to the directory of the library being loaded, which
+ will contain the other Geant4 libraries. Append is used to that
+ users may still supply CMAKE_INSTALL_RPATH at configure time,
+ and this will be preferred.
+
+5th September 2017 - Gunter Folger (cmake-V10-03-33)
+- Modules/Geant4DatasetDefinitions.cmake: switch to G4EMLOW7.1
+
+23rd August 2017 - Gunter Folger (cmake-V10-03-32)
+- Modules/Geant4DatasetDefinitions.cmake: switch to G4EMLOW7.0
+
+3rd August 2017 - Ben Morgan (cmake-V10-03-31)
+- Create a G4HDF INTERFACE target for uniform access to HDF5 headers
+ and libraries at build, test and install time. It is not completely
+ relocatable as the target hardcodes header/library paths. However,
+ it creates a single point of access so that adding relocation
+ will require minimal changes, limited to the cmake category.
+
+27th July 2017 - Ivana Hrivnacova (cmake-V10-03-30)
+- Removed FindHdf5.cmake as the find module is provided with CMake
+
+27th July 2017 - Ivana Hrivnacova (cmake-V10-03-29)
+- Modules/Geant4OptionalComponents.cmake : Add new GEANT4_USE_HDF5
+ option, OFF by defaults, to allow user to enable Hdf5 support
+ in analysis library.
+
+18th July 2017 - Andrea Dotti (cmake-V10-03-27,-28)
+- Modules/FindStatTest.cmake fix logic to set
+ STATTEST_FOUND==FALSE if GEANT4_ENABLE_TESTING==FALSE
+
+17th July 2017 - Gabriele Cosmo (cmake-V10-03-26)
+- Modules/G4ConfigureGNUMakeHelpers, Modules/Geant4InterfaceOptions.cmake:
+ corrected Qt setup for GNUmake builds, avoid setting QTLIBS and GLQTLIBS
+ as already handled by the GNUmake system for Qt4 and Qt5.
+
+11th July 2017 - Gabriele Cosmo (cmake-V10-03-25)
+- Modules/Geant4OptionalComponents.cmake: add PARA flag to enable
+ wrapping of G4Para in GEANT4_USOLIDS_SHAPES.
+ Coworks with tag geom-csg-V10-03-29.
+
+10th July 2017 - Gabriele Cosmo (cmake-V10-03-24)
+- Modules/Geant4OptionalComponents.cmake: add CTUBS flag to enable
+ wrapping of G4CutTubs in GEANT4_USOLIDS_SHAPES.
+ Coworks with tag geom-csg-V10-03-28.
+
12th June 2017 - Ben Morgan (cmake-V10-03-23)
- Remove support for modulefile generation, as not used and
generated files not compatible with relocatability. It's
diff --git a/cmake/Modules/FindROOT.cmake b/cmake/Modules/FindROOT.cmake
deleted file mode 100644
index 8bbfbe5e3e..0000000000
--- a/cmake/Modules/FindROOT.cmake
+++ /dev/null
@@ -1,197 +0,0 @@
-# - Finds ROOT instalation
-# This module sets up ROOT information
-# It defines:
-# ROOT_FOUND If the ROOT is found
-# ROOT_INCLUDE_DIR PATH to the include directory (deprecated)
-# ROOT_INCLUDE_DIRS PATH to the include directory
-# ROOT_LIBRARIES Most common libraries
-# ROOT_LIBRARY_DIR PATH to the library directory
-# ROOT_BIN_DIR PATH to the excutables directory
-# ROOT_PYTHONVER Compatible python version string
-
-# First search for ROOTConfig.cmake on the path defined via user setting
-# ROOT_DIR
-
-if(EXISTS ${ROOT_DIR}/ROOTConfig.cmake)
- include(${ROOT_DIR}/ROOTConfig.cmake)
- message(STATUS "Found ROOT CMake configuration in ${ROOT_DIR}")
- set(ROOT_INCLUDE_DIR ${ROOT_INCLUDE_DIRS})
- set(ROOT_FOUND TRUE)
- return()
-endif()
-
-find_program(ROOT_CONFIG_EXECUTABLE root-config
- PATHS ${ROOTSYS}/bin $ENV{ROOTSYS}/bin)
-
-if(NOT ROOT_CONFIG_EXECUTABLE)
- set(ROOT_FOUND FALSE)
-else()
- set(ROOT_FOUND TRUE)
-
- execute_process(
- COMMAND ${ROOT_CONFIG_EXECUTABLE} --prefix
- OUTPUT_VARIABLE ROOTSYS
- OUTPUT_STRIP_TRAILING_WHITESPACE)
-
- execute_process(
- COMMAND ${ROOT_CONFIG_EXECUTABLE} --version
- OUTPUT_VARIABLE ROOT_VERSION
- OUTPUT_STRIP_TRAILING_WHITESPACE)
-
- execute_process(
- COMMAND ${ROOT_CONFIG_EXECUTABLE} --incdir
- OUTPUT_VARIABLE ROOT_INCLUDE_DIRS
- OUTPUT_STRIP_TRAILING_WHITESPACE)
-
- execute_process(
- COMMAND ${ROOT_CONFIG_EXECUTABLE} --libs
- OUTPUT_VARIABLE ROOT_LIBRARIES
- OUTPUT_STRIP_TRAILING_WHITESPACE)
-
- execute_process(
- COMMAND ${ROOT_CONFIG_EXECUTABLE} --python-version
- OUTPUT_VARIABLE ROOT_PYTHONVER
- OUTPUT_STRIP_TRAILING_WHITESPACE)
-
- execute_process(
- COMMAND ${ROOT_CONFIG_EXECUTABLE} --bindir
- OUTPUT_VARIABLE ROOT_BIN_DIR
- OUTPUT_STRIP_TRAILING_WHITESPACE)
-
-
- #set(ROOT_LIBRARIES ${ROOT_LIBRARIES} -lThread -lMinuit -lHtml -lVMC -lEG -lGeom -lTreePlayer -lXMLIO -lProof)
- #set(ROOT_LIBRARIES ${ROOT_LIBRARIES} -lProofPlayer -lMLP -lSpectrum -lEve -lRGL -lGed -lXMLParser -lPhysics)
- set(ROOT_LIBRARY_DIR ${ROOTSYS}/lib)
- set(ROOT_INCLUDE_DIR ${ROOT_INCLUDE_DIRS})
-
- # Make variables changeble to the advanced user
- mark_as_advanced(ROOT_CONFIG_EXECUTABLE)
-
- if(NOT ROOT_FIND_QUIETLY)
- message(STATUS "Found ROOT ${ROOT_VERSION} in ${ROOTSYS}")
- endif()
-endif()
-
-if (NOT ROOT_FOUND)
- if (ROOT_FIND_REQUIRED)
- message(FATAL_ERROR "ROOT required, but not found")
- endif (ROOT_FIND_REQUIRED)
-endif()
-
-include(CMakeParseArguments)
-find_program(ROOTCINT_EXECUTABLE rootcint PATHS $ENV{ROOTSYS}/bin)
-find_program(GENREFLEX_EXECUTABLE genreflex PATHS $ENV{ROOTSYS}/bin)
-find_package(GCCXML)
-
-#----------------------------------------------------------------------------
-# function ROOT_GENERATE_DICTIONARY( dictionary
-# header1 header2 ...
-# LINKDEF linkdef1 ...
-# OPTIONS opt1...)
-function(ROOT_GENERATE_DICTIONARY dictionary)
- CMAKE_PARSE_ARGUMENTS(ARG "" "" "LINKDEF;OPTIONS" "" ${ARGN})
- #---Get the list of header files-------------------------
- set(headerfiles)
- foreach(fp ${ARG_UNPARSED_ARGUMENTS})
- file(GLOB files ${fp})
- if(files)
- foreach(f ${files})
- if(NOT f MATCHES LinkDef)
- set(headerfiles ${headerfiles} ${f})
- endif()
- endforeach()
- else()
- set(headerfiles ${headerfiles} ${fp})
- endif()
- endforeach()
- #---Get the list of include directories------------------
- # Filter out UNIX system directory to workaround bug in
- # rootcint (info from Andrea Dotti, and info from post:
- # http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=15086
- get_directory_property(incdirs INCLUDE_DIRECTORIES)
- set(includedirs)
- foreach( d ${incdirs})
- if(NOT ${d} STREQUAL "/usr/include")
- set(includedirs ${includedirs} -I${d})
- endif()
- endforeach()
- #---Get LinkDef.h file------------------------------------
- set(linkdefs)
- foreach( f ${ARG_LINKDEF})
- if( IS_ABSOLUTE ${f})
- set(linkdefs ${linkdefs} ${f})
- else()
- if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/inc/${f})
- set(linkdefs ${linkdefs} ${CMAKE_CURRENT_SOURCE_DIR}/inc/${f})
- else()
- set(linkdefs ${linkdefs} ${CMAKE_CURRENT_SOURCE_DIR}/${f})
- endif()
- endif()
- endforeach()
- #---call rootcint------------------------------------------
- add_custom_command(OUTPUT ${dictionary}.cxx ${dictionary}.h
- COMMAND ${ROOTCINT_EXECUTABLE} -cint -f ${dictionary}.cxx
- -c ${ARG_OPTIONS} ${includedirs} ${headerfiles} ${linkdefs}
- DEPENDS ${headerfiles} ${linkdefs})
-endfunction()
-
-#----------------------------------------------------------------------------
-# function REFLEX_GENERATE_DICTIONARY(dictionary
-# header1 header2 ...
-# SELECTION selectionfile ...
-# OPTIONS opt1...)
-function(REFLEX_GENERATE_DICTIONARY dictionary)
- CMAKE_PARSE_ARGUMENTS(ARG "" "" "SELECTION;OPTIONS" "" ${ARGN})
- #---Get the list of header files-------------------------
- set(headerfiles)
- foreach(fp ${ARG_UNPARSED_ARGUMENTS})
- file(GLOB files ${fp})
- if(files)
- foreach(f ${files})
- set(headerfiles ${headerfiles} ${f})
- endforeach()
- else()
- set(headerfiles ${headerfiles} ${fp})
- endif()
- endforeach()
- #---Get Selection file------------------------------------
- if(IS_ABSOLUTE ${ARG_SELECTION})
- set(selectionfile ${ARG_SELECTION})
- else()
- set(selectionfile ${CMAKE_CURRENT_SOURCE_DIR}/${ARG_SELECTION})
- endif()
- #---Get the list of include directories------------------
- get_directory_property(incdirs INCLUDE_DIRECTORIES)
- set(includedirs)
- foreach( d ${incdirs})
- set(includedirs ${includedirs} -I${d})
- endforeach()
- #---Get preprocessor definitions--------------------------
- get_directory_property(defs COMPILE_DEFINITIONS)
- foreach( d ${defs})
- set(definitions ${definitions} -D${d})
- endforeach()
- #---Names and others---------------------------------------
- set(gensrcdict ${dictionary}.cpp)
- if(MSVC)
- set(gccxmlopts "--gccxmlopt=\"--gccxml-compiler cl\"")
- elseif(APPLE)
- set(gccxmlopts "--gccxmlopt=--gccxml-compiler g++ ")
- else()
- set(gccxmlopts)
- endif()
- #set(rootmapname ${dictionary}Dict.rootmap)
- #set(rootmapopts --rootmap=${rootmapname} --rootmap-lib=${libprefix}${dictionary}Dict)
- #---Check GCCXML and get path-----------------------------
- if(GCCXML)
- get_filename_component(gccxmlpath ${GCCXML} PATH)
- else()
- message(WARNING "GCCXML not found. Install and setup your environment to find 'gccxml' executable")
- endif()
- #---Actual command----------------------------------------
- add_custom_command(OUTPUT ${gensrcdict} ${rootmapname}
- COMMAND ${GENREFLEX_EXECUTABLE} ${headerfiles} -o ${gensrcdict} ${gccxmlopts} ${rootmapopts} --select=${selectionfile}
- --gccxmlpath=${gccxmlpath} ${ARG_OPTIONS} ${includedirs} ${definitions}
- DEPENDS ${headerfiles} ${selectionfile})
-endfunction()
-
diff --git a/cmake/Modules/FindStatTest.cmake b/cmake/Modules/FindStatTest.cmake
index 75772e92d4..496cf2f2d1 100644
--- a/cmake/Modules/FindStatTest.cmake
+++ b/cmake/Modules/FindStatTest.cmake
@@ -5,8 +5,8 @@
#
# 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_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
@@ -14,6 +14,13 @@
#
# STATTEST_ROOT_DIR Root directory to StatTest package
#
+
+if(NOT GEANT4_ENABLE_TESTING)
+ #No meaning for this if not testing
+ SET(STATTEST_FOUND FALSE)
+ return()
+endif()
+
#Search application
#Note that the second suggested path is G4 specific...
find_path(STATTEST_APP_DIR
@@ -23,7 +30,7 @@ find_path(STATTEST_APP_DIR
)
#If we didn't find it there, fall back to some standard search paths
-find_path(STATTEST_APP_DIR NAMES StatTest/StatTestVersion.py)
+find_path(STATTEST_APP_DIR NAMES StatTestVersion.py)
####
#### Run-time dependencies...
@@ -32,102 +39,101 @@ find_path(STATTEST_APP_DIR NAMES StatTest/StatTestVersion.py)
find_package(ROOT QUIET)
if(NOT ROOT_FOUND)
MESSAGE(STATUS "StatTest: ROOT package not found --> StatTest package disabled")
+ set(STATTEST_FOUND FALSE)
set(_root_isok FALSE)
else()
set(_root_isok TRUE)
+ # - Check if python interpreter is correct version
+ # (the one compatible with root)
+ find_package(PythonInterp ${ROOT_PYTHONVER} QUIET)
+ if(NOT PYTHONINTERP_FOUND)
+ MESSAGE(STATUS "StatTest: Python interpreter of version ${ROOT_PYTHONVER} not found --> StatTest package disabled")
+ set(STATTEST_FOUND FALSE)
+ set(_python_isok FALSE)
+ else()
+ set(STATTEST_FOUND TRUE)
+ set(_python_isok TRUE)
+ endif()
endif()
-# - Check if python interpreter is correct version
-# (the one compatible with root)
-find_package(PythonInterp ${ROOT_PYTHONVER} QUIET)
-if(NOT PYTHONINTERP_FOUND)
- MESSAGE(STATUS "StatTest: Python interpreter of version ${ROOT_PYTHONVER} not found --> StatTest package disabled")
- set(_python_isok FALSE)
-else()
- set(_python_isok TRUE)
-endif()
-
-
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(
- StatTest
- DEFAULT_MSG
- STATTEST_APP_DIR
- _root_isok
- _python_isok
+ StatTest
+ DEFAULT_MSG
+ STATTEST_APP_DIR
+ _root_isok
+ _python_isok
)
+
if(STATTEST_FOUND)
set(STATTEST_APP ${STATTEST_APP_DIR}/runtests.py)
set(STATTEST_CMD ${PYTHON_EXECUTABLE} ${STATTEST_APP})
- if(GEANT4_ENABLE_TESTING)
- # Let's create a function that helps in building tests for
- # regression testing
- # function STATTEST_ADD_TEST(
- # G4TEST testname
- # CONFIG conffile
- # INPUT inputfile
- # [DEBUG]
- # [TEXT] #Input is text file instead of root
- # [REFERENCE reference]
- # [LABELS label1 label2 ...]
- # [IMG filename])
- function(STATTEST_ADD_TEST stattest)
- CMAKE_PARSE_ARGUMENTS(ARG "DEBUG;TEXT"
+ # Let's create a function that helps in building tests for
+ # regression testing
+ # function STATTEST_ADD_TEST(
+ # G4TEST testname
+ # CONFIG conffile
+ # INPUT inputfile
+ # [DEBUG]
+ # [TEXT] #Input is text file instead of root
+ # [REFERENCE reference]
+ # [LABELS label1 label2 ...]
+ # [IMG filename])
+ function(STATTEST_ADD_TEST stattest)
+ CMAKE_PARSE_ARGUMENTS(ARG "DEBUG;TEXT"
"CONFIG;INPUT;REFERENCE;G4TEST;IMG"
"LABELS" ${ARGN}
- )
-
- #check mandatory arguments
- list(LENGTH ARG_CONFIG _len)
- if(_len LESS 1)
+ )
+ #check mandatory arguments
+ list(LENGTH ARG_CONFIG _len)
+ if(_len LESS 1)
message(FATAL_ERROR "STATTEST_ADD_TEST: conffile is mandatory")
- endif()
+ endif()
- list(LENGTH ARG_INPUT _len)
- if(_len LESS 1)
+ list(LENGTH ARG_INPUT _len)
+ if(_len LESS 1)
message(FATAL_ERROR "STATTEST_ADD_TEST: inputfile is mandatory")
- endif()
+ endif()
- list(LENGTH ARG_G4TEST _len)
- if(_len LESS 1)
+ list(LENGTH ARG_G4TEST _len)
+ if(_len LESS 1)
message(FATAL_ERROR "STATTEST_ADD_TEST: testname is mandatory")
- endif()
+ endif()
- #Set basic command line
- if(ARG_IMG)
+ #Set basic command line
+ if(ARG_IMG)
set(_command ${STATTEST_CMD} -g ${ARG_IMG})
- else()
+ else()
set(_command ${STATTEST_CMD})
- endif()
+ endif()
- if(ARG_TEXT)
- set(_command ${_command} "-T")
- endif()
+ if(ARG_TEXT)
+ set(_command ${_command} "-T")
+ endif()
- #Mandatory parameters
- set(_command ${_command} ${ARG_CONFIG} ${ARG_INPUT})
- if(ARG_REFERENCE)
+ #Mandatory parameters
+ set(_command ${_command} ${ARG_CONFIG} ${ARG_INPUT})
+ if(ARG_REFERENCE)
set(_command ${_command} ${ARG_REFERENCE})
- endif()
+ endif()
- if(ARG_LABELS)
+ if(ARG_LABELS)
set(_labels ${ARG_LABELS})
- else()
+ else()
set(_labels "")
- endif()
+ endif()
- include(Geant4CTest)
+ include(Geant4CTest)
- #Now build G4 test
- GEANT4_ADD_TEST(${stattest}
+ #Now build G4 test
+ GEANT4_ADD_TEST(${stattest}
COMMAND ${_command}
DEPENDS ${ARG_G4TEST}
LABELS ${_labels}
)
- endfunction()
- endif(GEANT4_ENABLE_TESTING)
+ endfunction()
endif(STATTEST_FOUND)
mark_as_advanced(STATTEST_APP_DIR)
diff --git a/cmake/Modules/G4BuildSettings.cmake b/cmake/Modules/G4BuildSettings.cmake
index 58efff0e54..753411b210 100644
--- a/cmake/Modules/G4BuildSettings.cmake
+++ b/cmake/Modules/G4BuildSettings.cmake
@@ -155,6 +155,8 @@ enum_option(GEANT4_BUILD_CXXSTD
string(REGEX REPLACE "^c\\+\\+" "" GEANT4_BUILD_CXXSTD "${GEANT4_BUILD_CXXSTD}")
mark_as_advanced(GEANT4_BUILD_CXXSTD)
+geant4_add_feature(GEANT4_BUILD_CXXSTD "Compiling against C++ Standard '${GEANT4_BUILD_CXXSTD}'")
+
# Require at least C++11 with no extensions and the following features
set(CMAKE_CXX_EXTENSIONS OFF)
@@ -306,6 +308,24 @@ if(GEANT4_BUILD_VERBOSE_CODE)
add_definitions(-DG4VERBOSE)
endif()
+#.rst:
+# - ``GEANT4_BUILD_MUONIC_ATOMS_IN_USE`` (Default: OFF)
+#
+# - Switched off by default to improve performance when not using
+# Muonic Atom code. It should be switched on if the project requires
+# support for Muonic Atoms.
+# Mark as advanced because most users should not need to worry about it
+#
+option(GEANT4_BUILD_MUONIC_ATOMS_IN_USE
+ "Enable turning on some if statements in track and event code. Switch on if using new Muonic Atom code."
+ OFF)
+mark_as_advanced(GEANT4_BUILD_MUONIC_ATOMS_IN_USE)
+
+# TODO: Migrate this to header
+if(GEANT4_BUILD_MUONIC_ATOMS_IN_USE)
+ add_definitions(-DG4MUATOMS_INUSE)
+endif()
+
#.rst:
# - ``GEANT4_BUILD_MSVC_MP`` (Windows only, Default: OFF)
#
@@ -324,7 +344,6 @@ if(MSVC)
endif()
-
#-----------------------------------------------------------------------
#.rst:
# Library Mode and Link Options
diff --git a/cmake/Modules/G4CMakeMain.cmake b/cmake/Modules/G4CMakeMain.cmake
index b2e258143f..a6b984fcad 100644
--- a/cmake/Modules/G4CMakeMain.cmake
+++ b/cmake/Modules/G4CMakeMain.cmake
@@ -114,25 +114,20 @@ endif()
#-----------------------------------------------------------------------
# - Examples build/install
-# NB: Build of examples is a *testing* proceedure. It is *not* intended
-# that examples be built and installed as part of a full Geant4 install.
-option(GEANT4_BUILD_EXAMPLES "Build all the examples of the project" OFF)
-GEANT4_ADD_FEATURE(GEANT4_BUILD_EXAMPLES "Build all the examples of the project")
-mark_as_advanced(GEANT4_BUILD_EXAMPLES)
+# ON by default for end users. Developers can switch this OFF if they
+# need to save time/space
+option(GEANT4_INSTALL_EXAMPLES "Install code and documentation for Geant4 examples" ON)
+mark_as_advanced(GEANT4_INSTALL_EXAMPLES)
-if(GEANT4_BUILD_EXAMPLES)
- set(Geant4_DIR ${CMAKE_BINARY_DIR} CACHE PATH "Current build directory")
- add_subdirectory(examples)
+if(GEANT4_INSTALL_EXAMPLES)
+ install(DIRECTORY examples
+ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/Geant4-${Geant4_VERSION}
+ COMPONENT Examples
+ PATTERN "CVS" EXCLUDE
+ PATTERN ".svn" EXCLUDE
+ )
endif()
-# - Install example code to datarootdir
-install(DIRECTORY examples
- DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/Geant4-${Geant4_VERSION}
- COMPONENT Examples
- PATTERN "CVS" EXCLUDE
- PATTERN ".svn" EXCLUDE
- )
-
#-----------------------------------------------------------------------
# - CPack-aging
include(Geant4CPackBase)
diff --git a/cmake/Modules/G4ConfigureCMakeHelpers.cmake b/cmake/Modules/G4ConfigureCMakeHelpers.cmake
index b9fae52a73..b1ef57ba78 100644
--- a/cmake/Modules/G4ConfigureCMakeHelpers.cmake
+++ b/cmake/Modules/G4ConfigureCMakeHelpers.cmake
@@ -160,12 +160,9 @@ set(CMAKE_MODULE_PATH \${CMAKE_MODULE_PATH} ${CMAKE_MODULE_PATH})
# Geant4 data used in build tree
geant4_export_datasets(BUILD GEANT4_DATASET_DESCRIPTIONS)
-# Export targets from the build tree. We rely on the GEANT4_EXPORTED_TARGETS
-# global property to list these for us.
-#
-get_property(__geant4_exported_targets GLOBAL PROPERTY GEANT4_EXPORTED_TARGETS)
-
-export(TARGETS ${__geant4_exported_targets}
+# Export targets in the Geant4LibraryDepends export set from the build tree
+# No longer need GEANT4_EXPORTED_TARGETS global property to list these for us.
+export(EXPORT Geant4LibraryDepends
FILE ${PROJECT_BINARY_DIR}/Geant4LibraryDepends.cmake
)
@@ -190,7 +187,7 @@ configure_file(
COPYONLY
)
-foreach(_mod AIDA HepMC Pythia6 ROOT StatTest TBB)
+foreach(_mod AIDA HepMC Pythia6 StatTest TBB)
configure_file(
${PROJECT_SOURCE_DIR}/cmake/Modules/Find${_mod}.cmake
${PROJECT_BINARY_DIR}/Modules/Find${_mod}.cmake
diff --git a/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake b/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake
index 1c17261bf0..5a4f8a4cd5 100644
--- a/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake
+++ b/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake
@@ -531,7 +531,7 @@ macro(_g4tc_configure_tc_variables SHELL_FAMILY SCRIPT_NAME)
# Derive base dir from include path, NB, not 100% robust as Geant4GNUmake makes
# significant assumptions about how USolids was installed
get_filename_component(_USOLIDS_INCLUDE_DIR "${USOLIDS_INCLUDE_DIRS}" REALPATH)
- get_filename_component(_USOLIDS_BASE_DIR "${_USOLIDS_INCLUDE_DIR}" DIRECTORY)
+ get_filename_component(_USOLIDS_BASE_DIR "${VECGEOM_INSTALL_DIR}" REALPATH)
_g4tc_setenv_command(GEANT4_TC_USOLIDS_BASE_DIR ${SHELL_FAMILY} USOLIDS_BASE_DIR "${_USOLIDS_BASE_DIR}")
if(GEANT4_USE_ALL_USOLIDS)
@@ -562,14 +562,6 @@ macro(_g4tc_configure_tc_variables SHELL_FAMILY SCRIPT_NAME)
if(GEANT4_USE_QT)
_g4tc_setenv_command(GEANT4_TC_QTHOME ${SHELL_FAMILY} QTHOME ${G4QTHOME})
_g4tc_setenv_command(GEANT4_TC_QTLIBPATH ${SHELL_FAMILY} QTLIBPATH ${G4QTLIBPATH})
- if(QT4_FOUND)
- set(GEANT4_TC_QTLIBS "#Geant4Make automatically handles QTLIBS for Qt4")
- set(GEANT4_TC_GLQTLIBS "#Geant4Make automatically handles GLQTLIBS for Qt4")
- else()
- _g4tc_setenv_command(GEANT4_TC_QTLIBS ${SHELL_FAMILY} QTLIBS "\"-L${G4QTLIBPATH} ${G4QTLIBLIST}\"")
- _g4tc_setenv_command(GEANT4_TC_GLQTLIBS ${SHELL_FAMILY} GLQTLIBS "\"-L${G4QTLIBPATH} ${G4GLQTLIBLIST}\"")
- endif()
-
_g4tc_setenv_command(GEANT4_TC_G4UI_USE_QT ${SHELL_FAMILY} G4UI_USE_QT 1)
_g4tc_setenv_command(GEANT4_TC_G4VIS_USE_OPENGLQT ${SHELL_FAMILY} G4VIS_USE_OPENGLQT 1)
diff --git a/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake b/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake
index c1739cc3fb..bf0fac6d55 100644
--- a/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake
+++ b/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake
@@ -123,6 +123,13 @@ if(NOT GEANT4_BUILD_GRANULAR_LIBS AND UNIX)
set(G4_BUILTWITH_MULTITHREADING "no")
endif()
+ # - Muonic Atom support
+ if(GEANT4_BUILD_MUONIC_ATOMS_IN_USE)
+ set(G4_BUILTWITH_MUONIC_ATOMS "yes")
+ else()
+ set(G4_BUILTWITH_MUONIC_ATOMS "no")
+ endif()
+
# - CLHEP
if(GEANT4_USE_SYSTEM_CLHEP)
set(G4_BUILTWITH_CLHEP "no")
@@ -204,6 +211,13 @@ if(NOT GEANT4_BUILD_GRANULAR_LIBS AND UNIX)
set(G4_BUILTWITH_FREETYPE "no")
endif()
+ # - Freetype
+ if(GEANT4_USE_HDF5)
+ set(G4_BUILTWITH_HDF5 "yes")
+ else()
+ set(G4_BUILTWITH_HDF5 "no")
+ endif()
+
# - Qt
if(GEANT4_USE_QT)
set(G4_BUILTWITH_QT "yes")
diff --git a/cmake/Modules/G4DeveloperAPI_OLD.cmake b/cmake/Modules/G4DeveloperAPI_OLD.cmake
index 25002ee2cc..c4b8877a52 100644
--- a/cmake/Modules/G4DeveloperAPI_OLD.cmake
+++ b/cmake/Modules/G4DeveloperAPI_OLD.cmake
@@ -307,16 +307,21 @@ macro(geant4_library_target)
set_target_properties(${G4LIBTARGET_NAME}
PROPERTIES CLEAN_DIRECT_OUTPUT 1)
- # Always use '@rpath' in install names of libraries. This is the
- # most flexible mechanism for
+ # Use '@rpath' in install names of libraries on macOS to provide relocatibility
set_target_properties(${G4LIBTARGET_NAME}
PROPERTIES MACOSX_RPATH 1
)
+ # Add '@loader_path' to INSTALL_RPATH on macOS so that Geant4
+ # libraries self-locate each other whilst remaining relocatable
+ if(APPLE)
+ set_property(TARGET ${G4LIBTARGET_NAME}
+ APPEND PROPERTY INSTALL_RPATH "@loader_path"
+ )
+ endif()
# Install the library - note the use of RUNTIME, LIBRARY and ARCHIVE
# this helps with later DLL builds.
# Export to standard depends file for later install
- # NEEDS WORK TO REMOVE HARDCODED LIB/BIN DIR
install(TARGETS ${G4LIBTARGET_NAME}
EXPORT Geant4LibraryDepends
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Runtime
diff --git a/cmake/Modules/Geant4DatasetDefinitions.cmake b/cmake/Modules/Geant4DatasetDefinitions.cmake
index 4aacff0d91..ac8c8c349e 100644
--- a/cmake/Modules/Geant4DatasetDefinitions.cmake
+++ b/cmake/Modules/Geant4DatasetDefinitions.cmake
@@ -18,31 +18,31 @@ geant4_add_dataset(
# - Low energy electromagnetics
geant4_add_dataset(
NAME G4EMLOW
- VERSION 6.54
+ VERSION 7.3
FILENAME G4EMLOW
EXTENSION tar.gz
ENVVAR G4LEDATA
- MD5SUM 9d9b5207861fbed0aebddb7f89384151
+ MD5SUM 0446e7f53af993343956e5d3900157b8
)
# - Photon evaporation
geant4_add_dataset(
NAME PhotonEvaporation
- VERSION 5.0
+ VERSION 5.2
FILENAME G4PhotonEvaporation
EXTENSION tar.gz
ENVVAR G4LEVELGAMMADATA
- MD5SUM d796cc6d8c65d010f8f0e1641408b89d
+ MD5SUM 37c5dea9614a07885050350d071a6973
)
# - Radioisotopes
geant4_add_dataset(
NAME RadioactiveDecay
- VERSION 5.1.1
+ VERSION 5.2
FILENAME G4RadioactiveDecay
EXTENSION tar.gz
ENVVAR G4RADIOACTIVEDATA
- MD5SUM d298454d2217359b7b3d1050c9ac34fc
+ MD5SUM e035ed77e12be3a69c2d32806d1b5cde
)
# - Neutron XS
@@ -88,20 +88,20 @@ geant4_add_dataset(
# - ABLA
geant4_add_dataset(
NAME G4ABLA
- VERSION 3.0
+ VERSION 3.1
FILENAME G4ABLA
EXTENSION tar.gz
ENVVAR G4ABLADATA
- MD5SUM d7049166ef74a592cb97df0ed4b757bd
+ MD5SUM 180f1f5d937733b207f8d5677f76296e
)
# - ENSDFSTATE
geant4_add_dataset(
NAME G4ENSDFSTATE
- VERSION 2.1
+ VERSION 2.2
FILENAME G4ENSDFSTATE
EXTENSION tar.gz
ENVVAR G4ENSDFSTATEDATA
- MD5SUM 95d970b97885aeafaa8909f29997b0df
+ MD5SUM 495439cf600225753d7bd99825e5c6bc
)
diff --git a/cmake/Modules/Geant4InterfaceOptions.cmake b/cmake/Modules/Geant4InterfaceOptions.cmake
index 6b20a13d46..6620888517 100644
--- a/cmake/Modules/Geant4InterfaceOptions.cmake
+++ b/cmake/Modules/Geant4InterfaceOptions.cmake
@@ -106,8 +106,6 @@ if(GEANT4_USE_QT)
set(QT_USE_FILE "${PROJECT_BINARY_DIR}/Geant4UseQt5.cmake")
configure_file("${Qt5_USE_FILE_IN}" "${QT_USE_FILE}" @ONLY)
get_target_property(QT_QMAKE_EXECUTABLE ${Qt5Core_QMAKE_EXECUTABLE} IMPORTED_LOCATION)
- set(G4QTLIBLIST "-lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Core")
- set(G4GLQTLIBLIST "-lQt5OpenGL ${G4QTLIBLIST}")
else()
unset(Qt5Core_DIR CACHE)
unset(Qt5Gui_DIR CACHE)
diff --git a/cmake/Modules/Geant4OptionalComponents.cmake b/cmake/Modules/Geant4OptionalComponents.cmake
index a77ec916ca..877648f033 100644
--- a/cmake/Modules/Geant4OptionalComponents.cmake
+++ b/cmake/Modules/Geant4OptionalComponents.cmake
@@ -14,8 +14,8 @@
# ZLIB - Control use of internal G4zlib, or locate external ZLIB
# GDML - Requires external XercesC
# G3TOG4 - UNIX only
-# USOLIDS - Allow use of USolids classes in geometry, and must find
-# external USolids install
+# USOLIDS - Allow use of VecGeom classes in geometry, and must find
+# external VecGeom install
# FREETYPE - For analysis module, find external FreeType install
#-----------------------------------------------------------------------
@@ -113,8 +113,24 @@ else()
option(GEANT4_USE_SYSTEM_EXPAT "Use system Expat library" ON)
if(GEANT4_USE_SYSTEM_EXPAT)
- # If system package requested, make damn sure we find it
+ # If system package requested, find it or fail
find_package(EXPAT REQUIRED)
+
+ # Check version requirement externally to provide information
+ # on using internal expat.
+ if(${EXPAT_VERSION_STRING} VERSION_LESS "2.0.1")
+ set(__badexpat_include_dir ${EXPAT_INCLUDE_DIR})
+ set(__badexpat_library ${EXPAT_LIBRARY})
+ unset(EXPAT_FOUND)
+ unset(EXPAT_INCLUDE_DIR CACHE)
+ unset(EXPAT_LIBRARY CACHE)
+ message(FATAL_ERROR
+"Detected system expat header and library:
+EXPAT_INCLUDE_DIR = ${__badexpat_include_dir}
+EXPAT_LIBRARY = ${__badexpat_library}
+are of insufficient version '${EXPAT_VERSION_STRING}' (Required >= 2.0.1)
+Set the above CMake variables to point to an expat install of the required version, or set GEANT4_USE_SYSTEM_EXPAT to OFF to use Geant4's packaged version.")
+ endif()
else()
set(EXPAT_FOUND TRUE)
set(GEANT4_USE_BUILTIN_EXPAT TRUE)
@@ -191,18 +207,21 @@ if(UNIX)
endif()
#-----------------------------------------------------------------------
-# Optional support for USolids - Requires USolids package
+# Optional support for VecGeom - Requires VecGeom package
# GEANT4_USE_USOLIDS is a list argument which must take values:
-# - Empty/CMake boolean false : DEFAULT, do not replace G4 solids with USolids
-# - ALL/CMake boolean true : Replace all G4 solids with USolids
-# - List : Replace listed G4 solids with Usolids equivalents. Valid elements are
+# - Empty/CMake boolean false : DEFAULT, do not replace G4 solids with VecGeom
+# - ALL/CMake boolean true : Replace all G4 solids with VecGeom
+# - List : Replace listed G4 solids with VecGeom equivalents. Valid elements are
set(GEANT4_USOLIDS_SHAPES
BOX
CONS
+ CTUBS
EXTRUDEDSOLID
+ HYPE
GENERICPOLYCONE
GENERICTRAP
ORB
+ PARA
PARABOLOID
POLYCONE
POLYHEDRA
@@ -214,7 +233,7 @@ set(GEANT4_USOLIDS_SHAPES
TUBS
)
-set(GEANT4_USE_USOLIDS OFF CACHE STRING "EXPERIMENTAL: List Geant4 solids to replace with USolids equivalents (ALL;${GEANT4_USOLIDS_SHAPES})")
+set(GEANT4_USE_USOLIDS OFF CACHE STRING "EXPERIMENTAL: List Geant4 solids to replace with VecGeom equivalents (ALL;${GEANT4_USOLIDS_SHAPES})")
mark_as_advanced(GEANT4_USE_USOLIDS)
# - Must be a CMake list - no real way to enforce this
@@ -242,28 +261,28 @@ if(NOT GEANT4_USE_ALL_USOLIDS AND GEANT4_USE_USOLIDS)
endif()
-# - G4USolids setup
+# - Geant4 USolids/VecGom setup
if(GEANT4_USE_ALL_USOLIDS OR GEANT4_USE_PARTIAL_USOLIDS)
- find_package(USolids REQUIRED)
+ find_package(VecGeom REQUIRED)
if(GEANT4_USE_ALL_USOLIDS)
set(GEANT4_USOLIDS_COMPILE_DEFINITIONS "-DG4GEOM_USE_USOLIDS")
- GEANT4_ADD_FEATURE(GEANT4_USE_USOLIDS "Replacing all Geant4 solids with USolids equivalents (EXPERIMENTAL)")
+ GEANT4_ADD_FEATURE(GEANT4_USE_USOLIDS "Replacing Geant4 solids with all VecGeom equivalents (EXPERIMENTAL)")
else()
set(GEANT4_USOLIDS_COMPILE_DEFINITIONS "-DG4GEOM_USE_PARTIAL_USOLIDS")
foreach(__g4_usolid_shape ${GEANT4_USE_PARTIAL_USOLIDS_SHAPE_LIST})
list(APPEND GEANT4_USOLIDS_COMPILE_DEFINITIONS "-DG4GEOM_USE_U${__g4_usolid_shape}")
endforeach()
- GEANT4_ADD_FEATURE(GEANT4_USE_USOLIDS "Replacing Geant4 solids with USolids equivalents for ${GEANT4_USE_PARTIAL_USOLIDS_SHAPE_LIST} (EXPERIMENTAL)")
+ GEANT4_ADD_FEATURE(GEANT4_USE_USOLIDS "Replacing Geant4 solids with VecGeom equivalents for ${GEANT4_USE_PARTIAL_USOLIDS_SHAPE_LIST} (EXPERIMENTAL)")
endif()
list (APPEND GEANT4_USOLIDS_COMPILE_DEFINITIONS ${VECGEOM_DEFINITIONS})
# Combined definitions
add_definitions(${GEANT4_USOLIDS_COMPILE_DEFINITIONS})
- # Add USolids inc dirs here - can be removed once USolids supports
+ # Add VecGeom inc dirs here - can be removed once VecGeom supports
# INTERFACE_INCLUDE_DIRECTORIES
- include_directories(${USOLIDS_INCLUDE_DIRS} ${VECGEOM_EXTERNAL_INCLUDES})
+ include_directories(${VECGEOM_INCLUDE_DIR} ${VECGEOM_EXTERNAL_INCLUDES})
endif()
@@ -279,3 +298,46 @@ endif()
GEANT4_ADD_FEATURE(GEANT4_USE_FREETYPE "Building Geant4 analysis library with Freetype support")
+#-----------------------------------------------------------------------
+# Optional support for HDF5
+# - Requires external HDF5 1.8 or higher install
+# - Install must be MT safe if building Geant4 in MT mode
+#
+option(GEANT4_USE_HDF5 "Build Geant4 analysis library with HDF5 support" OFF)
+mark_as_advanced(GEANT4_USE_HDF5)
+
+if(GEANT4_USE_HDF5)
+ find_package(HDF5 1.8 REQUIRED)
+
+ # If we're in MT mode, found HDF5 must also support MT
+ if(GEANT4_BUILD_MULTITHREADED)
+ include(CheckCXXSymbolExists)
+ set(CMAKE_REQUIRED_INCLUDES "${HDF5_INCLUDE_DIRS}")
+ check_cxx_symbol_exists(H5_HAVE_THREADSAFE "H5pubconf.h" GEANT4_HAVE_H5_HAVE_THREADSAFE)
+ unset(CMAKE_REQUIRED_INCLUDES)
+
+ if(NOT GEANT4_HAVE_H5_HAVE_THREADSAFE)
+ message(FATAL_ERROR
+ "Found an install of HDF5, but it was not built with support for thread safety. "
+ "Either build Geant4 in single threaded mode, or use/reinstall HDF5 with "
+ "thread safety enabled. See HDF5's install guides, available from https://support.hdfgroup.org/HDF5/release/, for instructions on this.\n"
+ )
+ endif()
+ endif()
+
+ # As FindHDF5 does not yet supply imported targets, we
+ # create an internal INTERFACE target to wrap these.
+ # This still hard-codes include/library paths, but limits it
+ # to one place. Later, we'll create proper imported targets
+ # with re-finds but for now this is the best minimally invasive proceedure
+ add_library(G4HDF5 INTERFACE)
+ target_include_directories(G4HDF5 INTERFACE ${HDF5_INCLUDE_DIRS})
+ target_link_libraries(G4HDF5 INTERFACE ${HDF5_LIBRARIES})
+ install(TARGETS G4HDF5 EXPORT Geant4LibraryDepends)
+
+ # Override HDF5_LIBRARIES for back compatibility
+ set(HDF5_LIBRARIES G4HDF5)
+endif()
+
+GEANT4_ADD_FEATURE(GEANT4_USE_HDF5 "Building Geant4 analysis library with HDF5 support")
+
diff --git a/cmake/Templates/Geant4Config.cmake.in b/cmake/Templates/Geant4Config.cmake.in
index 3c70f36cc8..6c30c893fe 100644
--- a/cmake/Templates/Geant4Config.cmake.in
+++ b/cmake/Templates/Geant4Config.cmake.in
@@ -70,6 +70,7 @@
# gdml (GDML support)
# g3tog4 (Geant3 geometry call list reader library)
# freetype (G4analysis library has freetype support)
+# hdf5 (G4analysis library has HDF5 support)
#
# ui_tcsh (TCsh Style Application Command Line Interface)
# ui_win32 (WIN32 Style Application Command Line Interface)
@@ -306,6 +307,12 @@ if(Geant4_multithreaded_FOUND)
set(Geant4_TLS_MODEL "@GEANT4_BUILD_TLS_MODEL@")
endif()
+# - Muonic Atom support
+set(Geant4_muonic_atoms_FOUND @GEANT4_BUILD_MUONIC_ATOMS_IN_USE@)
+if(Geant4_muonic_atoms_FOUND)
+ list(REMOVE_ITEM Geant4_FIND_COMPONENTS muonic_atoms)
+endif()
+
# - GDML
set(Geant4_gdml_FOUND @GEANT4_USE_GDML@)
if(Geant4_gdml_FOUND)
@@ -333,6 +340,12 @@ if(Geant4_freetype_FOUND)
list(REMOVE_ITEM Geant4_FIND_COMPONENTS freetype)
endif()
+# - HDF5
+set(Geant4_hdf5_FOUND @GEANT4_USE_HDF5@)
+if(Geant4_hdf5_FOUND)
+ list(REMOVE_ITEM Geant4_FIND_COMPONENTS hdf5)
+endif()
+
# - UI : TCSH
set(Geant4_ui_tcsh_FOUND @UNIX@)
if(Geant4_ui_tcsh_FOUND)
diff --git a/cmake/Templates/geant4-config.in b/cmake/Templates/geant4-config.in
index c9ba915029..318f6eeb6f 100644
--- a/cmake/Templates/geant4-config.in
+++ b/cmake/Templates/geant4-config.in
@@ -124,6 +124,10 @@ libs="-lG4interfaces \
geant4_uses_opengl="no"
geant4_uses_x11="no"
+# - Muonic Atom support
+have_muonic_atoms="@G4_BUILTWITH_MUONIC_ATOMS@"
+feature_list="${feature_list} muonic_atoms[${have_muonic_atoms}]"
+
# - CLHEP
have_clhep="@G4_BUILTWITH_CLHEP@"
feature_list="${feature_list} clhep[${have_clhep}]"
@@ -171,6 +175,10 @@ fi
have_freetype="@G4_BUILTWITH_FREETYPE@"
feature_list="${feature_list} freetype[${have_freetype}]"
+# - HDF5
+have_hdf5="@G4_BUILTWITH_HDF5@"
+feature_list="${feature_list} hdf5[${have_hdf5}]"
+
# - G3toG4
have_g3tog4="@G4_BUILTWITH_G3TOG4@"
feature_list="${feature_list} g3tog4[${have_g3tog4}]"
@@ -564,6 +572,9 @@ while test $# -gt 0 ; do
freetype)
echo ${have_freetype}
;;
+ hdf5)
+ echo ${have_hdf5}
+ ;;
g3tog4)
echo ${have_g3tog4}
;;
diff --git a/config/History b/config/History
index c21633b190..5dd034cbb9 100644
--- a/config/History
+++ b/config/History
@@ -1,4 +1,4 @@
-svn log $Id: History 103646 2017-04-20 09:30:24Z gcosmo $
+svn log $Id: History 107491 2017-11-16 09:38:59Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -16,6 +16,28 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+16th November 2017 Gabriele Cosmo (config-V10-03-07)
+- architecture.gmk: removed references to old USolids library; just use VecGeom.
+
+16th October 2017 Gabriele Cosmo (config-V10-03-06)
+- geomconf.gmk: added G4GEOM_USE_UHYPE flag to enable VecGeom wrapper for G4Hype.
+
+10th October 2017 Gabriele Cosmo (config-V10-03-05)
+- binmake.gmk: added hadronic/models/gamma_nuclear module to include paths.
+
+11th July 2017 Gabriele Cosmo (config-V10-03-04)
+- geomconf.gmk: updated flags for Scalar build of VecGeom.
+
+11th July 2017 Gabriele Cosmo (config-V10-03-03)
+- geomconf.gmk: added selector for G4GEOM_USE_UPARA flag, to enable
+ wrapping of G4Para for USolids/VecGeom.
+ Coworks with tag geom-csg-V10-03-29.
+
+10th July 2017 Gabriele Cosmo (config-V10-03-02)
+- geomconf.gmk: added selector for G4GEOM_USE_UCTUBS flag, to enable
+ wrapping of G4CutTubs for USolids/VecGeom.
+ Coworks with tag geom-csg-V10-03-28.
+
20th April 2017 Gabriele Cosmo (config-V10-03-01)
- binmake-gmk: added 'processses/solidstate' module include path.
diff --git a/config/architecture.gmk b/config/architecture.gmk
index ca14fddb8c..ae6c8bc66d 100644
--- a/config/architecture.gmk
+++ b/config/architecture.gmk
@@ -1,4 +1,4 @@
-# $Id: architecture.gmk 96443 2016-04-14 14:19:28Z gcosmo $
+# $Id: architecture.gmk 107491 2017-11-16 09:38:59Z gcosmo $
# ------------------------------------------------------------------------
# GEANT 4 - Architecture configuration script for GNU Make
#
@@ -188,15 +188,13 @@ endif
ifdef G4USOLIDS
G4LIB_USE_USOLIDS := 1
ifndef USOLIDS_BASE_DIR
- $(error ERROR - Define path USOLIDS_BASE_DIR to USolids/VecGeom installation!)
+ $(error ERROR - Define path USOLIDS_BASE_DIR to VecGeom installation!)
else
ifndef USOLIDS_LIB
ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
- USOLIDS_LIB := usolids.lib
- VECGEOM_LIB := vecgeom.lib
+ USOLIDS_LIB := vecgeom.lib
else
- USOLIDS_LIB := usolids
- VECGEOM_LIB := vecgeom
+ USOLIDS_LIB := vecgeom
endif
endif
ifndef USOLIDS_INCLUDE_DIR
@@ -281,10 +279,10 @@ endif
ifdef G4LIB_USE_USOLIDS
ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
LDFLAGS += -link $(LIB_PATH)$(USOLIDS_LIB_DIR)
- LOADLIBS += $(USOLIDS_LIB) $(VECGEOM_LIB)
+ LOADLIBS += $(USOLIDS_LIB)
else
LDFLAGS += -L$(USOLIDS_LIB_DIR)
- LOADLIBS += -l$(USOLIDS_LIB) -l$(VECGEOM_LIB)
+ LOADLIBS += -l$(USOLIDS_LIB)
endif
endif
ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
diff --git a/config/binmake.gmk b/config/binmake.gmk
index 7c0dc8a2d6..ce96ba52e1 100644
--- a/config/binmake.gmk
+++ b/config/binmake.gmk
@@ -1,4 +1,4 @@
-# $Id: binmake.gmk 103646 2017-04-20 09:30:24Z gcosmo $
+# $Id: binmake.gmk 106467 2017-10-11 08:09:08Z gcosmo $
# ----------------------------------------------------------
# Script defining rules and paths for making binaries.
# First implementation: Gabriele Cosmo, 25/06/1998.
@@ -126,6 +126,7 @@ ifndef INCFLAGS
-I$(G4BASE)/processes/hadronic/models/de_excitation/util/include \
-I$(G4BASE)/processes/hadronic/models/em_dissociation/include \
-I$(G4BASE)/processes/hadronic/models/fission/include \
+ -I$(G4BASE)/processes/hadronic/models/gamma_nuclear/include \
-I$(G4BASE)/processes/hadronic/models/im_r_matrix/include \
-I$(G4BASE)/processes/hadronic/models/inclxx/interface/include \
-I$(G4BASE)/processes/hadronic/models/inclxx/utils/include \
diff --git a/config/geomconf.gmk b/config/geomconf.gmk
index 1b69bf2abc..efd3e14974 100644
--- a/config/geomconf.gmk
+++ b/config/geomconf.gmk
@@ -21,9 +21,15 @@ endif
ifdef G4GEOM_USE_UCONS
CPPFLAGS += -DG4GEOM_USE_UCONS
endif
+ifdef G4GEOM_USE_UCTUBS
+ CPPFLAGS += -DG4GEOM_USE_UCTUBS
+endif
ifdef G4GEOM_USE_UEXTRUDEDSOLID
CPPFLAGS += -DG4GEOM_USE_UEXTRUDEDSOLID
endif
+ifdef G4GEOM_USE_UHYPE
+ CPPFLAGS += -DG4GEOM_USE_UHYPE
+endif
ifdef G4GEOM_USE_UGENERICPOLYCONE
CPPFLAGS += -DG4GEOM_USE_UGENERICPOLYCONE
endif
@@ -33,6 +39,9 @@ endif
ifdef G4GEOM_USE_UORB
CPPFLAGS += -DG4GEOM_USE_UORB
endif
+ifdef G4GEOM_USE_UPARA
+ CPPFLAGS += -DG4GEOM_USE_UPARA
+endif
ifdef G4GEOM_USE_UPARABOLOID
CPPFLAGS += -DG4GEOM_USE_UPARABOLOID
endif
@@ -62,5 +71,5 @@ ifdef G4GEOM_USE_UTUBS
endif
ifdef UEXTRAFLAGS
- CPPFLAGS += -DVECGEOM_SCALAR -DVECGEOM_REPLACE_USOLIDS -DVECGEOM_NO_SPECIALIZATION -DVECGEOM_USOLIDS
+ CPPFLAGS += -DVECGEOM_SCALAR -DVECGEOM_REPLACE_USOLIDS -DVECGEOM_QUADRILATERALS_VC -DVECGEOM_NO_SPECIALIZATION -DVECGEOM_USOLIDS -DVECGEOM_INPLACE_TRANSFORMATIONS -DVECGEOM_USE_INDEXEDNAVSTATES
endif
diff --git a/environments/History b/environments/History
index 7a5f10f22f..67eab2ebbd 100644
--- a/environments/History
+++ b/environments/History
@@ -1,4 +1,4 @@
-$Id: History 101892 2016-12-07 08:07:30Z gcosmo $
+$Id: History 107590 2017-11-24 11:59:22Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -18,6 +18,10 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+envs-V10-03-01 / Nov. 24 K.Murakami
+ - g4py, updated for 10.4 release
+ - zmq, new ZeroMQ interface (experimental)
+
envs-V10-02-02 / 7 Dec. 2016 K.Murakami
- remove G4VisAttributes::Invisible as deprecated
diff --git a/environments/g4py/History b/environments/g4py/History
index 10723da0c4..9355c5cefc 100644
--- a/environments/g4py/History
+++ b/environments/g4py/History
@@ -11,6 +11,8 @@ Geant4Py is a Geant4-Python bridge.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+24 Nov. 2017 K. Murakami
+ - update for 10.4 release
7 Dec. 2016 K. Murakami
- remove G4VisAttributes::Invisible as deprecated
diff --git a/environments/g4py/README.html b/environments/g4py/README.html
deleted file mode 100644
index ebe958dbbb..0000000000
--- a/environments/g4py/README.html
+++ /dev/null
@@ -1,604 +0,0 @@
-
-
-
-
-
-
-README
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Geant4Py
-
-A set of python modules for using Geant4
-
-System Requirements
-
-CMake
-
-Building system is migrated to CMake system.
-
-Python
-
-Python2.x and Python 3.x (experimental)
-
-Boost
-
-Boost_Python is needed.
-
-(Optional)
-
-ROOT for histogramming/analysis
-
-Tested Platforms
-
-
-- CentOS7 (RH7 clones)
-- OSX (Sierra)
-
-
-How to Install
-
-Before building library, GEANT4_INSTALL environment variable should be set.
-
-# export GEANT4_INSTALL=<Geant4 install path> (zsh, bash)
-# setenv GEANT4_INSTALL <Geant4 install path> (csh)
-(G4 install path is the path specified by "CMAKE_INSTALL_PREFIX" when building Geant4)
-
-then
-
-# mkdir build
-# cd build
-# cmake ..
-# make
-# make install
-
-By default, g4py is installed in <g4py>/lib(64) directory.
-
-Before doing tests with CTest, you have to set environment variables
-for Geant4 data.
-
-# make
-# make install
-# ctest
-
-performs automatic unit/integration tests with CTest.
-
-How to Use:
-
-Some environment variables are required at run time.
-
-PYTHONPATH
-
-Python module search directories, given by a colon-separated list of directories, like
-
-# export PYTHONPATH=<g4py>/lib64:<g4py>/lib64/examples:<g4py>/lib64/tests (zsh, bash)
-# setenv PYTHONPATH <g4py>/lib64:<g4py>/lib64/examples:<g4py>/lib64/tests (csh)
-
-Getting started
-
-You can import Geant4Py modules in Python just like
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/environments/g4py/README.md b/environments/g4py/README.md
index 27b7f6179f..c0578cc9f0 100644
--- a/environments/g4py/README.md
+++ b/environments/g4py/README.md
@@ -25,7 +25,7 @@ ROOT for histogramming/analysis
### Tested Platforms
* CentOS7 (RH7 clones)
-* OSX (Sierra)
+* OSX (High Siera)
How to Install
diff --git a/environments/g4py/source/geometry/pyG4ChordFinder.cc b/environments/g4py/source/geometry/pyG4ChordFinder.cc
index 8e1afc31fc..1644859508 100644
--- a/environments/g4py/source/geometry/pyG4ChordFinder.cc
+++ b/environments/g4py/source/geometry/pyG4ChordFinder.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id: pyG4ChordFinder.cc 76884 2013-11-18 12:54:03Z gcosmo $
+// $Id: pyG4ChordFinder.cc 107590 2017-11-24 11:59:22Z gcosmo $
// ====================================================================
// pyG4ChordFinder.cc
//
@@ -54,7 +54,6 @@ void export_G4ChordFinder()
class_
("G4ChordFinder", "chord finder class", no_init)
// constructor
- .def(init())
.def(init())
.def(init())
.def(init())
diff --git a/environments/g4py/source/geometry/pyG4FieldManager.cc b/environments/g4py/source/geometry/pyG4FieldManager.cc
index add6887855..2483d65f37 100644
--- a/environments/g4py/source/geometry/pyG4FieldManager.cc
+++ b/environments/g4py/source/geometry/pyG4FieldManager.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id: pyG4FieldManager.cc 76884 2013-11-18 12:54:03Z gcosmo $
+// $Id: pyG4FieldManager.cc 107590 2017-11-24 11:59:22Z gcosmo $
// ====================================================================
// pyG4FieldManager.cc
//
@@ -39,17 +39,6 @@
using namespace boost::python;
-// ====================================================================
-// miscs
-// ====================================================================
-#if G4VERSION_NUMBER <= 801
-// What a hell!
-inline const G4ChordFinder* G4FieldManager::GetChordFinder() const
-{
- return fChordFinder;
-}
-#endif
-
// ====================================================================
// thin wrappers
// ====================================================================
@@ -57,9 +46,13 @@ namespace pyG4FieldManager {
G4ChordFinder*(G4FieldManager::*f1_GetChordFinder)()
= &G4FieldManager::GetChordFinder;
+
const G4ChordFinder*(G4FieldManager::*f2_GetChordFinder)() const
= &G4FieldManager::GetChordFinder;
+BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_SetDetectorField,
+ SetDetectorField, 1, 2);
+
}
using namespace pyG4FieldManager;
@@ -78,7 +71,8 @@ void export_G4FieldManager()
.def(init())
.def(init())
// ---
- .def("SetDetectorField", &G4FieldManager::SetDetectorField)
+ .def("SetDetectorField", &G4FieldManager::SetDetectorField,
+ f_SetDetectorField())
.def("GetDetectorField", &G4FieldManager::GetDetectorField,
return_internal_reference<>())
.def("DoesFieldExist", &G4FieldManager::DoesFieldExist)
@@ -103,4 +97,3 @@ void export_G4FieldManager()
.def("SetFieldChangesEnergy", &G4FieldManager::SetFieldChangesEnergy)
;
}
-
diff --git a/environments/g4py/source/global/pyG4RandomDirection.cc b/environments/g4py/source/global/pyG4RandomDirection.cc
index cb94b332a0..abae29fa3e 100644
--- a/environments/g4py/source/global/pyG4RandomDirection.cc
+++ b/environments/g4py/source/global/pyG4RandomDirection.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id: pyG4RandomDirection.cc 66892 2013-01-17 10:57:59Z gunter $
+// $Id: pyG4RandomDirection.cc 107590 2017-11-24 11:59:22Z gcosmo $
// ====================================================================
// pyG4RandomDirection.cc
//
@@ -34,11 +34,23 @@
using namespace boost::python;
+// ====================================================================
+// thin wrappers
+// ====================================================================
+namespace pyG4RandomDirection {
+
+G4ThreeVector(*G4RandomDirection_1)() = G4RandomDirection;
+G4ThreeVector(*G4RandomDirection_2)(double) = G4RandomDirection;
+
+}
+
+using namespace pyG4RandomDirection;
+
// ====================================================================
// module definition
// ====================================================================
void export_G4RandomDirection()
{
- def("G4RandomDirection", G4RandomDirection);
+ def("G4RandomDirection", G4RandomDirection_1);
+ def("G4RandomDirection", G4RandomDirection_2);
}
-
diff --git a/environments/g4py/source/global/pyG4TwoVector.cc b/environments/g4py/source/global/pyG4TwoVector.cc
index e0c1306f77..f6e166036d 100644
--- a/environments/g4py/source/global/pyG4TwoVector.cc
+++ b/environments/g4py/source/global/pyG4TwoVector.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id: pyG4TwoVector.cc 76884 2013-11-18 12:54:03Z gcosmo $
+// $Id: pyG4TwoVector.cc 107590 2017-11-24 11:59:22Z gcosmo $
// ====================================================================
// pyG4TwoVector.cc
//
@@ -31,8 +31,6 @@
// ====================================================================
#include
#include "G4Version.hh"
-
-#if G4VERSION_NUMBER >= 830
#include "G4TwoVector.hh"
using namespace boost::python;
@@ -53,15 +51,11 @@ BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_isOrthogonal, isOrthogonal, 1, 2)
using namespace pyG4TwoVector;
-#endif
-
// ====================================================================
// module definition
// ====================================================================
void export_G4TwoVector()
{
-#if G4VERSION_NUMBER >= 830
-
class_("G4TwoVector", "general 2-vector")
// constructors
.def(init())
@@ -112,8 +106,4 @@ void export_G4TwoVector()
.def(self >= self)
.def(self <= self)
;
-#endif
-
}
-
-
diff --git a/environments/g4py/source/global/pyglobals.cc b/environments/g4py/source/global/pyglobals.cc
index 0d81f07cbc..55449f1d97 100644
--- a/environments/g4py/source/global/pyglobals.cc
+++ b/environments/g4py/source/global/pyglobals.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id: pyglobals.cc 76884 2013-11-18 12:54:03Z gcosmo $
+// $Id: pyglobals.cc 107590 2017-11-24 11:59:22Z gcosmo $
// ====================================================================
// pyglobals.cc
//
@@ -65,9 +65,8 @@ typedef std::vector G4intVector;
typedef std::vector G4doubleVector;
typedef std::vector G4StringVector;
typedef std::vector G4ThreeVectorVector;
-#if G4VERSION_NUMBER >= 830
typedef std::vector G4TwoVectorVector;
-#endif
+
}
using namespace pyglobals;
@@ -96,11 +95,8 @@ void export_globals()
.def(vector_indexing_suite())
;
-#if G4VERSION_NUMBER >= 830
class_ ("G4StringVector", "2-vector vector")
.def(vector_indexing_suite())
;
-#endif
}
-
diff --git a/environments/g4py/source/python/__init__.py b/environments/g4py/source/python/__init__.py
index 9773f9d9c4..8d3b52225f 100644
--- a/environments/g4py/source/python/__init__.py
+++ b/environments/g4py/source/python/__init__.py
@@ -7,9 +7,9 @@
# This package contains a set of Python interface with Geant4.
# ==================================================================
"""
-# $Id: __init__.py 101648 2016-11-21 08:42:14Z gcosmo $
-__version__ ='10.3'
-__date__ = 'November/2016'
+# $Id: __init__.py 107590 2017-11-24 11:59:22Z gcosmo $
+__version__ ='10.4'
+__date__ = 'December/2017'
__author__ = 'K.Murakami (Koichi.Murakami@kek.jp)'
# import submodules
diff --git a/environments/g4py/source/python3/__init__.py b/environments/g4py/source/python3/__init__.py
index 7ec01feb37..be24c83a4b 100644
--- a/environments/g4py/source/python3/__init__.py
+++ b/environments/g4py/source/python3/__init__.py
@@ -7,9 +7,9 @@
# This package contains a set of Python interface with Geant4.
# ==================================================================
"""
-# $Id: __init__.py 101648 2016-11-21 08:42:14Z gcosmo $
-__version__ ='10.3'
-__date__ = 'November/2016'
+# $Id: __init__.py 107590 2017-11-24 11:59:22Z gcosmo $
+__version__ ='10.4'
+__date__ = 'December/2017'
__author__ = 'K.Murakami (Koichi.Murakami@kek.jp)'
# import submodules
diff --git a/environments/g4py/tests/README.html b/environments/g4py/tests/README.html
deleted file mode 100644
index aa966d4aad..0000000000
--- a/environments/g4py/tests/README.html
+++ /dev/null
@@ -1,653 +0,0 @@
-
-
-
-
-
-
-README
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Test Modules
-
-This module collects a set of tests for python wrapping of C++ elements.
-
-
-Notes:
-testXX
directories contain tests without Geant4 package.
-gtestXX
directories contain tests with Geant4 package.
-
-
-Basic tests
-
-
-
-
-| Test |
-Description |
-
-
-
-
-
-| test00 |
-hallo world |
-
-
-| test01 |
-simple class wrapping |
-
-
-| test02 |
-simple inheritance |
-
-
-| test03 |
-singleton w/o public constructor can NOT be compiled. |
-
-
-| test04 |
-call policies |
-
-
-| test05 |
-function overloading & default arguments |
-
-
-| test06 |
-python inheritance from base class |
-
-
-| test07 |
-enums |
-
-
-| test08 |
-static member function |
-
-
-| test09 |
-operators |
-
-
-| test10 |
-call by-reference |
-
-
-| test11 |
-no_init |
-
-
-| test12 |
-indexing a STL vector |
-
-
-| test13 |
-test for a list argument/return |
-
-
-
-
-Function tests
-
-
-
-
-| Test |
-Description |
-
-
-
-
-
-| gtest01 |
-user application |
-
-
-| gtest02 |
-test for using site-module packages |
-
-
-| gtest03 |
-test for EZsim package |
-
-
-| gtest04 |
-test for getting command tree and command information |
-
-
-| gtest05 |
-test for constructing CSG geometries in Python |
-
-
-| gtest06 |
-test for constructing/visualizing boolean geoemtries |
-
-
-| gtest07 |
-test for checking overlapped geometries |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/environments/zmq/CMakeLists.txt b/environments/zmq/CMakeLists.txt
new file mode 100644
index 0000000000..6da2ec897e
--- /dev/null
+++ b/environments/zmq/CMakeLists.txt
@@ -0,0 +1,99 @@
+#
+# CMakeLists.txt for buidlig zmq-geant4
+#
+# Copyright 2017 Koichi Murakami
+#
+# ***************************
+# !! DONOT EDIT THIS FILE !!
+# ***************************
+#
+cmake_minimum_required(VERSION 3.3)
+include(config.cmake)
+#==============================================================================
+project(ZMQ-GEANT4)
+#==============================================================================
+
+# version.h generation (true for release)
+if(DEVMODE)
+ set(SKIP_VERSION FALSE)
+else()
+ set(SKIP_VERSION TRUE)
+endif()
+
+# static / shared library
+#set (LIBRARY_TYPE "STATIC")
+
+# cmake modules
+set(CMAKE_MODULE_PATH
+ ${PROJECT_SOURCE_DIR}/cmake/Modules
+ ${CMAKE_MODULE_PATH})
+
+# library path (lib or lib64)
+if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
+ set(_LIBDIR_DEFAULT "lib")
+ if(CMAKE_SYSTEM_NAME MATCHES "Linux"
+ AND NOT EXISTS "/etc/debian_version")
+ if("${CMAKE_SIZEOF_VOID_P}" EQUAL "8")
+ set(_LIBDIR_DEFAULT "lib64")
+ endif()
+ endif()
+ set(CMAKE_INSTALL_LIBDIR "${_LIBDIR_DEFAULT}")
+endif()
+
+# find packages
+find_package(Geant4 REQUIRED)
+find_package(ZMQ REQUIRED)
+
+# c++11
+set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
+
+# build options
+if(NOT CMAKE_BUILD_TYPE)
+ if(DEBUG)
+ set(CMAKE_BUILD_TYPE "Debug")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDEBUG")
+ elseif(OPTIMIZE)
+ set(CMAKE_BUILD_TYPE "Release")
+ else()
+ set(CMAKE_BUILD_TYPE "RelWithDebInfo")
+ endif()
+endif()
+
+#------------------------------------------------------------------------------
+# parameters for building
+message(STATUS "--------------------------------------------------------")
+message(STATUS "Parameters for building")
+message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
+message(STATUS "CMAKE_CXX_COMPILER: ${CMAKE_CXX_COMPILER}")
+message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}")
+message(STATUS "GEANT4_LIBRARY_DIR: ${GEANT4_LIBRARY_DIR}")
+
+message(STATUS "--------------------------------------------------------")
+
+#------------------------------------------------------------------------------
+# version.h (#.##d# + rev# / dev flag d/a/b/rc)
+#if(NOT SKIP_VERSION)
+#set(G4ZMQ_VERSION_MAJOR 1)
+#set(G4ZMQ_VERSION_MINOR 0.1)
+#execute_process (COMMAND git rev-parse --short HEAD OUTPUT_VARIABLE
+# G4ZMQ_VERSION_BUILD OUTPUT_STRIP_TRAILING_WHITESPACE)
+#configure_file(
+# "${PROJECT_SOURCE_DIR}/cmake/version.h.in"
+# "${PROJECT_SOURCE_DIR}/zmq/version.h"
+#)
+#endif()
+
+#------------------------------------------------------------------------------
+# adding sub directories to the project
+add_subdirectory(zmq)
+
+# unit tests
+if(DEVMODE)
+include(CTest)
+enable_testing()
+#add_subdirectory(tests/ut)
+endif()
+
+# integration tests
+#add_subdirectory(tests/it EXCLUDE_FROM_ALL)
diff --git a/environments/zmq/History b/environments/zmq/History
new file mode 100644
index 0000000000..6be450a805
--- /dev/null
+++ b/environments/zmq/History
@@ -0,0 +1,15 @@
+ =========================================================
+ Geant4 - an Object-Oriented Toolkit for Simulation in HEP
+ =========================================================
+
+ G4ZMQ History file
+ ---------------------
+
+ZeroMQ Interface for Geant4
+
+ ----------------------------------------------------------
+ * Reverse chronological order (last date on top), please *
+ ----------------------------------------------------------
+
+24 Nov. 2017 K. Murakami
+ - First release for ZeroMQ interface (experimental)
diff --git a/environments/zmq/README.md b/environments/zmq/README.md
new file mode 100644
index 0000000000..69bfa90e24
--- /dev/null
+++ b/environments/zmq/README.md
@@ -0,0 +1,14 @@
+# ZeroMQ Interface for Geant4
+
+Copyright (c) 2017, Koichi Murakami
+
+zmq-geant4 is a [ZeroMQ](http://zeromq.org/) interface with Geant4,
+that is an alternative implementation of Geant4 UI session.
+The interface is designed for the purpose of Geant4 kernel
+for [Jupyter](http://jupyter.org/).
+A Jupyter kernel is provided in
+[igeant4](https://github.com/koichi-murakami/igeant4) repository.
+
+* [Releases](https://github.com/koichi-murakami/zmq-geant4/releases)
+* [Install Instructions](https://github.com/koichi-murakami/zmq-geant4/wiki/Installation)
+* [Issues](https://github.com/koichi-murakami/zmq-geant4/issues)
diff --git a/environments/zmq/cmake/Modules/FindGeant4.cmake b/environments/zmq/cmake/Modules/FindGeant4.cmake
new file mode 100644
index 0000000000..1a0a178925
--- /dev/null
+++ b/environments/zmq/cmake/Modules/FindGeant4.cmake
@@ -0,0 +1,54 @@
+# - Find Geant4 library
+# This module sets up Geant4 information
+# It defines:
+# GEANT4_FOUND If the Geant4 is found
+# GEANT4_INCLUDE_DIR PATH to the include directory
+# GEANT4_LIBRARY_DIR PATH to the library directory
+# GEANT4_LIBRARIES Most common libraries
+# GEANT4_LIBRARIES_WITH_VIS Most common libraries with visualization
+
+find_program(GEANT4_CONFIG NAMES geant4-config
+ PATHS $ENV{GEANT4_INSTALL}/bin
+ ${GEANT4_INSTALL}/bin
+ /usr/local/bin /opt/local/bin)
+
+if(GEANT4_CONFIG)
+ set(GEANT4_FOUND TRUE)
+
+ execute_process(COMMAND ${GEANT4_CONFIG} --prefix
+ OUTPUT_VARIABLE GEANT4_PREFIX
+ OUTPUT_STRIP_TRAILING_WHITESPACE)
+ execute_process(COMMAND ${GEANT4_CONFIG} --version
+ OUTPUT_VARIABLE GEANT4_VERSION
+ OUTPUT_STRIP_TRAILING_WHITESPACE)
+
+ message(STATUS "Found Geant4: ${GEANT4_PREFIX} (${GEANT4_VERSION})")
+
+else()
+ set(GEANT4_FOUND FALSE)
+ if (Geant4_FIND_REQUIRED)
+ message(FATAL_ERROR "NOT Found Geant4: set GEANT4_INSTALL.")
+ else()
+ message(WARNING "NOT Found Geant4: set GEANT4_INSTALL.")
+ endif()
+
+endif()
+
+set(GEANT4_INCLUDE_DIR ${GEANT4_PREFIX}/include/Geant4)
+set(GEANT4_LIBRARY_DIR ${GEANT4_PREFIX}/${_LIBDIR_DEFAULT})
+set(GEANT4_LIBRARIES G4interfaces G4persistency G4analysis
+ G4error_propagation G4readout G4physicslists
+ G4run G4event G4tracking G4parmodels G4processes
+ G4digits_hits G4track G4particles G4geometry
+ G4materials G4graphics_reps G4intercoms
+ G4global G4clhep G4zlib)
+
+set(GEANT4_LIBRARIES_WITH_VIS
+ G4OpenGL G4gl2ps G4Tree G4FR G4GMocren G4visHepRep
+ G4RayTracer G4VRML G4vis_management G4modeling
+ G4interfaces G4persistency G4analysis
+ G4error_propagation G4readout G4physicslists
+ G4run G4event G4tracking G4parmodels G4processes
+ G4digits_hits G4track G4particles G4geometry
+ G4materials G4graphics_reps G4intercoms
+ G4global G4clhep G4zlib)
diff --git a/environments/zmq/cmake/Modules/FindZMQ.cmake b/environments/zmq/cmake/Modules/FindZMQ.cmake
new file mode 100644
index 0000000000..ac10d10bf7
--- /dev/null
+++ b/environments/zmq/cmake/Modules/FindZMQ.cmake
@@ -0,0 +1,45 @@
+# - Find ZMQ library
+#
+# It defines:
+# ZMQ_FOUND If the ZeroMQ is found
+# ZMQ_INCLUDE_DIRS PATH to the include directory
+# ZMQ_LIBRARIES libraries
+#
+# ZMQ_DIR is used for guessing the installed path.
+#
+
+message("-- Detecting ZeroMQ package")
+
+find_package(PkgConfig QUIET)
+pkg_check_modules(ZMQ QUIET zmq)
+
+if(PC_ZMQ_FOUND)
+ set(ZMQ_FOUND 1)
+else()
+ set(ZMQ_FOUND 0)
+endif()
+
+# find include path
+find_path(ZMQ_INCLUDE_DIRS zmq.hpp
+ HINTS /usr/include ${ZMQ_DIR}/include ${PC_ZMQ_INCLUDE_DIRS})
+if(ZMQ_INCLUDE_DIRS MATCHES "^.*-NOTFOUND")
+ set(ZMQ_FOUND 0)
+endif()
+
+# find library
+find_library(ZMQ_LIBRARIES NAMES zmq
+ PATHS /usr/lib64 /usr/lib
+ ${ZMQ_DIR}/lib64 ${ZMQ_DIR}/lib ${PC_ZMQ_LIBRARY_DIRS})
+
+if(ZMQ_LIBRARIES MATCHES "^.*-NOTFOUND")
+ set(ZMQ_FOUND 0)
+endif()
+#
+include(FindPackageHandleStandardArgs)
+
+find_package_handle_standard_args(ZMQ DEFAULT_MSG
+ ZMQ_INCLUDE_DIRS ZMQ_LIBRARIES)
+
+mark_as_advanced(ZMQ_INCLUDE_DIRS ZMQ_LIBRARY_DIRS ZMQ_LIBRARIES)
+
+message("-- Detecting ZMQ package - done")
diff --git a/environments/zmq/config.cmake b/environments/zmq/config.cmake
new file mode 100644
index 0000000000..0a66743988
--- /dev/null
+++ b/environments/zmq/config.cmake
@@ -0,0 +1,28 @@
+#==============================================================================
+# CMake configuration
+#
+# NOTE:
+# CACHE variables can be changed in CMake CLI with -D option.
+#==============================================================================
+
+set(CMAKE_INSTALL_PREFIX /zzz
+ CACHE STRING "Install prefix")
+
+# Geant4 installation path
+set(GEANT4_INSTALL /zzz
+ CACHE STRING "Geant4 installation path")
+
+# visualization flag
+set(ENABLE_VIS FALSE CACHE BOOL "Enable visualization flag")
+
+# Optimizaton / Debug flags
+set(OPTIMIZE TRUE CACHE BOOL "Optimizaton flag (O3)")
+set(DEBUG FALSE CACHE BOOL "Debug mode")
+
+# Development flag (set false for release)
+set(DEVMODE FALSE CACHE BOOL "Development mode")
+
+# Optional configurations
+# Compiler
+#set(CMAKE_C_COMPILER /opt/gcc-4.8.5/bin/gcc)
+#set(CMAKE_CXX_COMPILER /opt/gcc-4.8.5/bin/g++)
diff --git a/environments/zmq/configure b/environments/zmq/configure
new file mode 100755
index 0000000000..170cda2f2a
--- /dev/null
+++ b/environments/zmq/configure
@@ -0,0 +1,169 @@
+#!/bin/sh -
+# ======================================================================
+# Configure script for G4Bench
+#
+# Note:
+# This script is an alternative cmake wrapper.
+# The script generates a cmake build directory in "build" directory.
+# You can do the same things with cmake command using -DXXX=VVV options.
+# ======================================================================
+export LANG=C
+
+# ======================================================================
+# help message
+# ======================================================================
+show_help() {
+cat <
+#include
+#include
+#include "G4UItcsh.hh"
+#include "G4UImanager.hh"
+#include "G4UIcommandTree.hh"
+#include "G4ZMQServer.hh"
+
+// --------------------------------------------------------------------------
+namespace {
+
+G4UImanager* ui_manager = nullptr;
+G4bool qexit = false;
+std::stringstream cout_stream;
+std::string black_str = "\033[30m";
+std::string command_list = "";
+
+void ThrowException(const std::string& message)
+{
+ std::stringstream ss;
+ ss << "[ERROR] " << message << std::endl;
+ throw std::runtime_error(ss.str());
+}
+
+// --------------------------------------------------------------------------
+void GetCommandTree(G4UIcommandTree* ctree)
+{
+ command_list += (ctree-> GetPathName() + " ");
+
+ auto n_cmd = ctree-> GetCommandEntry();
+ for ( auto icmd = 1; icmd <= n_cmd; icmd++ ) {
+ auto cmd_path = ctree-> GetCommand(icmd)-> GetCommandPath();
+ command_list += (cmd_path + " ");
+ }
+
+ auto n_tree = ctree-> GetTreeEntry();
+ for ( auto itr = 1; itr <= n_tree ; itr++ ) {
+ G4UIcommandTree* atree = ctree-> GetTree(itr);
+ ::GetCommandTree(atree);
+ }
+}
+
+} // end of namespace
+
+// --------------------------------------------------------------------------
+G4ZMQServer::G4ZMQServer()
+{
+ endpoint_ = "tcp://127.0.0.1:5555";
+ qdebug_ = false;
+ shell_= new G4UItcsh();
+ shell_-> SetLsColor(BLUE, RED);
+
+ ::ui_manager = G4UImanager::GetUIpointer();
+ ::ui_manager-> SetSession(this);
+ ::ui_manager-> SetCoutDestination(this);
+
+ ::qexit = false;
+}
+
+// --------------------------------------------------------------------------
+G4ZMQServer::~G4ZMQServer()
+{
+ delete shell_;
+}
+
+// --------------------------------------------------------------------------
+G4UIsession* G4ZMQServer::SessionStart()
+{
+ zmq::context_t context(1);
+ zmq::socket_t socket( context, ZMQ_REP );
+ socket.bind(endpoint_);
+
+ enum { kBufferSize = 4096 };
+ char buffer[kBufferSize];
+
+ while ( ! ::qexit ) {
+ if ( qdebug_ ) {
+ std::cout << "@@ Waiting..." << std::endl;
+ }
+
+ // waiting command
+ zmq::message_t request;
+ G4bool qok = socket.recv(&request);
+ if ( qok == false ) ::ThrowException("G4ZMQSever: socket recv error");
+ auto end_pos = request.size();
+ if ( end_pos >= kBufferSize ) end_pos = kBufferSize - 1;
+ std::memcpy(buffer, request.data(), end_pos);
+ buffer[end_pos] = '\0';
+ std::string cmd_str = buffer;
+
+ if ( qdebug_ ) {
+ std::cout << "@@ Recv=" << cmd_str << "<<" << std::endl;
+ }
+
+ // store output & send back response
+ ::cout_stream.str("");
+
+ if ( cmd_str == "@@ping" ) {
+ G4cout << "pong" << G4endl;
+
+ } else if ( cmd_str == "@@debug") {
+ qdebug_ = true;
+ G4cout << "G4ZMQ debug activated" << G4endl;
+
+ } else if ( cmd_str == "@@nodebug") {
+ qdebug_ = false;
+ G4cout << "G4ZMQ debug deactivated" << G4endl;
+
+ } else if ( cmd_str == "@@get_command_tree" ) {
+ auto cwd_name = GetCurrentWorkingDirectory();
+ auto cwd_tree = FindDirectory(cwd_name.c_str());
+ ::command_list = "";
+ ::GetCommandTree(cwd_tree);
+ G4cout << ::command_list << std::flush;
+
+ } else if ( cmd_str == "@@get_fullcommand_tree" ) {
+ auto root = ::ui_manager-> GetTree();
+ ::command_list = "";
+ ::GetCommandTree(root);
+ G4cout << ::command_list << std::flush;
+
+ } else if ( cmd_str == "help" ) {
+ G4cout << "help " << G4endl;
+
+ } else {
+ G4String new_command = GetCommand(cmd_str);
+ if ( qdebug_ ) {
+ std::cout << ::black_str << "@@ Cmd="
+ << new_command << "<<" << std::endl;
+ }
+ ExecuteCommand(new_command);
+ }
+
+ std::string reply = ::cout_stream.str();
+ size_t cout_size = reply.size();
+ zmq::message_t message(cout_size);
+ std::strncpy((char*)message.data(), reply.c_str(), cout_size);
+ qok = socket.send(message);
+ if ( qok == false ) ::ThrowException("G4ZMQServer: socket send error");
+ }
+
+ return nullptr;
+}
+
+// --------------------------------------------------------------------------
+void G4ZMQServer::PauseSessionStart(const G4String& msg)
+{
+}
+
+// --------------------------------------------------------------------------
+G4int G4ZMQServer::ReceiveG4cout(const G4String& coutString)
+{
+ if ( qdebug_ ) {
+ std::cout << coutString << std::flush;
+ }
+
+ ::cout_stream << coutString << std::flush;
+
+ return 0;
+}
+
+// --------------------------------------------------------------------------
+G4int G4ZMQServer::ReceiveG4cerr(const G4String& cerrString)
+{
+ if ( qdebug_ ) {
+ std::cerr << cerrString << std::flush;
+ }
+
+ ::cout_stream << cerrString << std::flush;
+
+ return 0;
+}
+
+// --------------------------------------------------------------------------
+G4String G4ZMQServer::GetCommand(const G4String& input)
+{
+ const std::string nullstr = "";
+ G4String cmdstr = input;
+
+ G4String cstr = cmdstr.strip(G4String::leading);
+ if ( cstr.length() == 0 ) {
+ cmdstr = nullstr;
+
+ // define built-in shell commands...
+ } else if ( cstr(0) == '#' ) {
+ G4cout << cstr << G4endl;
+ cmdstr = nullstr;
+
+ } else if ( cstr == "ls" || cstr.substr(0,3) == "ls " ) {
+ ListDirectory(cstr);
+ cmdstr = nullstr;
+
+ } else if ( cstr == "lc" || cstr.substr(0,3) == "lc " ) {
+ shell_-> ListCommand(cstr.remove(0,2));
+ cmdstr = nullstr;
+
+ } else if (cstr == "pwd" ) {
+ G4cout << "Current Command Directory : "
+ << GetCurrentWorkingDirectory() << G4endl;
+ cmdstr = nullstr;
+
+ } else if ( cstr == "cwd" ) {
+ shell_-> ShowCurrentDirectory();
+ cmdstr = nullstr;
+
+ } else if (cstr == "cd" || cstr.substr(0,3) == "cd " ) {
+ ChangeDirectoryCommand(cstr);
+ shell_-> SetCurrentDirectory(GetCurrentWorkingDirectory());
+ cmdstr = nullstr;
+
+ } else if ( cstr == "help" || cstr.substr(0,5) == "help " ) {
+ TerminalHelp(cstr);
+ cmdstr = nullstr;
+
+ } else if ( cstr(0) == '?' ) {
+ ShowCurrent(cstr);
+ cmdstr = nullstr;
+
+ } else if ( cstr == "history" ) {
+ auto nh= ::ui_manager-> GetNumberOfHistory();
+ for (auto i = 0; i < nh; i++) {
+ G4cout << i << ": " << ::ui_manager->GetPreviousCommand(i) << G4endl;
+ }
+ cmdstr = nullstr;
+
+ } else if ( cstr == "exit" ) {
+ ::qexit = true;
+ cmdstr = nullstr;
+ }
+
+ return ModifyToFullPathCommand(cmdstr);
+}
+
+// --------------------------------------------------------------------------
+void G4ZMQServer::ExecuteCommand(const G4String& command)
+{
+ auto rc = ::ui_manager-> ApplyCommand(command);
+ auto pcode = rc % 100;
+ auto status = rc - pcode;
+
+ G4UIcommand* cmd = nullptr;
+ if( status != fCommandSucceeded ) cmd = FindCommand(command);
+
+ switch ( status ) {
+ case fCommandSucceeded:
+ break;
+ case fCommandNotFound:
+ G4cerr << "command <" << ::ui_manager-> SolveAlias(command)
+ << "> not found" << G4endl;
+ break;
+ case fIllegalApplicationState:
+ G4cerr << "illegal application state -- command refused" << G4endl;
+ break;
+ case fParameterOutOfRange:
+ G4cerr << "Parameter is out of range" << G4endl;
+ break;
+ case fParameterOutOfCandidates:
+ G4cerr << "Parameter is out of candidate list (index "
+ << pcode << ")" << G4endl;
+ G4cerr << "Candidates : "
+ << cmd-> GetParameter(pcode)-> GetParameterCandidates()
+ << G4endl;
+ break;
+ case fParameterUnreadable:
+ G4cerr << "Parameter is wrong type and/or is not omittable (index "
+ << pcode << ")" << G4endl;
+ break;
+ case fAliasNotFound:
+ break;
+ default:
+ G4cerr << "command refused (" << status << ")" << G4endl;
+ break;
+ }
+}
+
+// --------------------------------------------------------------------------
+G4bool G4ZMQServer::GetHelpChoice(G4int&)
+{
+ return true;
+}
+
+// --------------------------------------------------------------------------
+void G4ZMQServer::ExitHelp() const
+{
+}
diff --git a/environments/zmq/zmq/G4ZMQServer.hh b/environments/zmq/zmq/G4ZMQServer.hh
new file mode 100644
index 0000000000..254b14a39e
--- /dev/null
+++ b/environments/zmq/zmq/G4ZMQServer.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. *
+// ********************************************************************
+//
+//
+// $Id: G4RunManager.hh 95232 2016-02-01 14:31:22Z gcosmo $
+//
+//
+#ifndef G4ZMQ_SERVER_H_
+#define G4ZMQ_SERVER_H_
+
+#include "G4VBasicShell.hh"
+
+class G4UItcsh;
+
+class G4ZMQServer : public G4VBasicShell {
+public:
+ G4ZMQServer();
+ ~G4ZMQServer();
+
+ void SetEndpoint(const G4String& endpoint);
+ G4String GetEndpoint() const;
+
+ void SetDebug(G4bool flag);
+
+ virtual G4UIsession* SessionStart();
+ virtual void PauseSessionStart(const G4String& message);
+
+ virtual G4int ReceiveG4cout(const G4String& coutString);
+ virtual G4int ReceiveG4cerr(const G4String& cerrString);
+
+private:
+ G4bool qdebug_;
+ G4String endpoint_;
+ G4UItcsh* shell_;
+
+ G4String GetCommand(const G4String& input);
+
+ virtual void ExecuteCommand(const G4String& command);
+ virtual G4bool GetHelpChoice(G4int& );
+ virtual void ExitHelp() const;
+
+};
+
+// ==========================================================================
+inline void G4ZMQServer::SetEndpoint(const G4String& endpoint)
+{
+ endpoint_ = endpoint;
+}
+
+inline G4String G4ZMQServer::GetEndpoint() const
+{
+ return endpoint_;
+}
+
+inline void G4ZMQServer::SetDebug(G4bool flag)
+{
+ qdebug_ = flag;
+}
+
+#endif
diff --git a/examples/.doxygen/Doxyfile b/examples/.doxygen/Doxyfile
index e36b8570e8..750c0a3b1a 100644
--- a/examples/.doxygen/Doxyfile
+++ b/examples/.doxygen/Doxyfile
@@ -152,7 +152,7 @@ FULL_PATH_NAMES = YES
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
-STRIP_FROM_PATH = /work/packages/geant4/geant4.10.1/examples/
+STRIP_FROM_PATH = /Users/ivana/work/packages/geant4/geant4-10-04-cand-01/examples/
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
@@ -776,6 +776,7 @@ INPUT = Doxymain.h \
Doxymodules_parallel.h \
Doxymodules_parameterisations.h \
Doxymodules_persistency.h \
+ Doxymodules_physicslists.h \
Doxymodules_polarisation.h \
Doxymodules_radioactivedecay.h \
Doxymodules_runAndEvent.h \
@@ -846,7 +847,6 @@ INPUT = Doxymain.h \
../extended/hadronic/Hadr02/.README.txt \
../extended/hadronic/Hadr03/.README.txt \
../extended/hadronic/Hadr04/.README.txt \
- ../extended/hadronic/Hadr05/.README.txt \
../extended/hadronic/Hadr06/.README.txt \
../extended/hadronic/Hadr07/.README.txt \
../extended/hadronic/FissionFragment \
@@ -866,8 +866,10 @@ INPUT = Doxymain.h \
../extended/medical/dna/clustering/.README.txt \
../extended/medical/dna/dnaphysics/.README.txt \
../extended/medical/dna/icsd/.README.txt \
+ ../extended/medical/dna/mfp/.README.txt \
../extended/medical/dna/microdosimetry/.README.txt \
../extended/medical/dna/microyz/.README.txt \
+ ../extended/medical/dna/neuron/.README.txt \
../extended/medical/dna/pdb4dna/.README.txt \
../extended/medical/dna/range/.README.txt \
../extended/medical/dna/slowing/.README.txt \
@@ -890,6 +892,10 @@ INPUT = Doxymain.h \
../extended/parallel/TopC/ParN04/.README.N04.txt \
../extended/parameterisations \
../extended/persistency \
+ ../extended/physicslists/.README.txt \
+ ../extended/physicslists/factory/.README.txt \
+ ../extended/physicslists/extensibleFactory/.README.txt \
+ ../extended/physicslists/genericPL/.README.txt \
../extended/polarisation/.README.txt \
../extended/polarisation/Pol01/.README.txt \
../extended/radioactivedecay/.README.txt \
diff --git a/examples/.doxygen/Doxyfile_standalone b/examples/.doxygen/Doxyfile_standalone
index 099300b1c5..8133e3ded2 100644
--- a/examples/.doxygen/Doxyfile_standalone
+++ b/examples/.doxygen/Doxyfile_standalone
@@ -152,7 +152,7 @@ FULL_PATH_NAMES = YES
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
-STRIP_FROM_PATH = /work/packages/geant4/geant4.10.1/examples/
+STRIP_FROM_PATH = /Users/ivana/work/packages/geant4/geant4-10-04-cand-01/examples/
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
diff --git a/examples/.doxygen/Doxymodules_hadronic.h b/examples/.doxygen/Doxymodules_hadronic.h
index 0f6966f6f1..b3b154ba22 100644
--- a/examples/.doxygen/Doxymodules_hadronic.h
+++ b/examples/.doxygen/Doxymodules_hadronic.h
@@ -1,4 +1,4 @@
-// $Id: Doxymodules_hadronic.h 101330 2016-11-14 15:38:27Z gcosmo $
+// $Id: Doxymodules_hadronic.h 107787 2017-11-30 13:11:33Z gcosmo $
// The example class categories definitions for Doxygen
/// \file Doxymodules_hadronic.h
@@ -55,15 +55,6 @@
/** @} */
-/** @defgroup extended_hadronic_Hadr05 Hadr05
- * The Hadr05 hadronic classes have their
- * standalone documentation
- * @ingroup extended_hadronic
- * @{
- */
-
-/** @} */
-
/** @defgroup extended_hadronic_Hadr06 Hadr06
* The Hadr06 hadronic classes have their
* standalone documentation
@@ -71,6 +62,8 @@
* @{
*/
+/** @} */
+
/** @defgroup extended_hadronic_Hadr07 Hadr07
* The Hadr07 hadronic classes have their
* standalone documentation
@@ -78,6 +71,8 @@
* @{
*/
+/** @} */
+
/** @defgroup extended_hadronic_FissionFragment FissionFragment
* Hadronic example FissionFragment
* @ingroup extended_hadronic
diff --git a/examples/.doxygen/Doxymodules_medical.h b/examples/.doxygen/Doxymodules_medical.h
index 8125110918..0bcded31d4 100644
--- a/examples/.doxygen/Doxymodules_medical.h
+++ b/examples/.doxygen/Doxymodules_medical.h
@@ -1,4 +1,4 @@
-// $Id: Doxymodules_medical.h 104750 2017-06-15 08:47:26Z gcosmo $
+// $Id: Doxymodules_medical.h 107787 2017-11-30 13:11:33Z gcosmo $
// The example class categories definitions for Doxygen
/// \file Doxymodules_medical.h
@@ -175,6 +175,15 @@
/** @} */
+/** @defgroup extended_medical_dna_mfp mfp
+ * Medical dna mfp example has its
+ * standalone documentation
+ * @ingroup extended_medical_dna
+ * @{
+ */
+
+/** @} */
+
/** @defgroup extended_medical_dna_microdosimetry microdosimetry
* Medical dna microdosimetry example has its
* standalone documentation
@@ -193,6 +202,15 @@
/** @} */
+/** @defgroup extended_medical_dna_neuron neuron
+ * Medical dna neuron example has its
+ * standalone documentation
+ * @ingroup extended_medical_dna
+ * @{
+ */
+
+/** @} */
+
/** @defgroup extended_medical_dna_pdb4dna pdb4dna
* Medical dna pdb4dna example has its
* standalone documentation
diff --git a/examples/.doxygen/Doxymodules_physicslists.h b/examples/.doxygen/Doxymodules_physicslists.h
new file mode 100644
index 0000000000..12e8ec4cad
--- /dev/null
+++ b/examples/.doxygen/Doxymodules_physicslists.h
@@ -0,0 +1,40 @@
+// $Id: Doxymodules_physicslists.h 107673 2017-11-28 15:28:12Z gcosmo $
+// The example class categories definitions for Doxygen
+
+/// \file Doxymodules_physicslists.h
+/// \brief The page that defines the extended/physicslists examples modules
+
+
+/** @defgroup extended_physicslists physicslists
+ * Extended examples physicslists classes
+ * @{
+ */
+
+/** @defgroup extended_physicslists_factory factory
+ * Exotic physics example factory has its
+ * standalone documentation
+ * @ingroup extended_physicslists
+ * @{
+ */
+
+/** @} */
+
+/** @defgroup extended_physicslists_extensibleFactory extensibleFactory
+ * physicslists extensibleFactory example has its
+ * standalone documentation
+ * @ingroup extended_physicslists
+ * @{
+ */
+
+/** @} */
+
+/** @defgroup extended_physicslists_genericPL genericPL
+ * physicslists genericPL example has its
+ * standalone documentation
+ * @ingroup extended_physicslists
+ * @{
+ */
+
+/** @} */
+
+/** @} */
diff --git a/examples/.doxygen/History b/examples/.doxygen/History
index 8cf8e45752..1ad5cc9709 100644
--- a/examples/.doxygen/History
+++ b/examples/.doxygen/History
@@ -18,6 +18,15 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+30/11/17 I.Hrivnacova (doxygen-V10-03-02)
+- Fixing documentation for 10.4:
+ - Added still missing new dna examples (mft, neuron)
+ - Removed Hadr05
+
+28/11/17 I.Hrivnacova (doxygen-V10-03-01)
+- Added new physicslists category
+- Fixed warning in Doxymodules_hadronic.h
+
13/06/17 I.Hrivnacova (doxygen-V10-03-00)
- Added new extended examples exoticphysics/dmparticle,
medical/dna/icsd, slowing, spower and radioactivedecay/Activation
diff --git a/examples/.doxygen/generate_standalone.sh b/examples/.doxygen/generate_standalone.sh
index 8a3add27b9..43a88d559b 100755
--- a/examples/.doxygen/generate_standalone.sh
+++ b/examples/.doxygen/generate_standalone.sh
@@ -45,12 +45,12 @@ generate() {
}
# process examples in second level directory in extended
-for DIR in analysis/shared analysis/AnaEx01 analysis/AnaEx02 analysis/AnaEx03 electromagnetic/TestEm0 electromagnetic/TestEm1 electromagnetic/TestEm2 electromagnetic/TestEm3 electromagnetic/TestEm4 electromagnetic/TestEm5 electromagnetic/TestEm6 electromagnetic/TestEm7 electromagnetic/TestEm8 electromagnetic/TestEm9 electromagnetic/TestEm10 electromagnetic/TestEm11 electromagnetic/TestEm12 electromagnetic/TestEm13 electromagnetic/TestEm14 electromagnetic/TestEm15 electromagnetic/TestEm16 electromagnetic/TestEm17 electromagnetic/TestEm18 eventgenerator/particleGun eventgenerator/exgps eventgenerator/userPrimaryGenerator exoticphysics/channeling exoticphysics/dmparticle exoticphysics/monopole geometry/transforms hadronic/Hadr00 hadronic/Hadr01 hadronic/Hadr02 hadronic/Hadr03 hadronic/Hadr04 hadronic/Hadr05 hadronic/Hadr06 hadronic/Hadr07 hadronic/NeutronSource medical/electronScattering medical/electronScattering2 medical/fanoCavity medical/fanoCavity2 medical/GammaTherapy polarisation/Pol01 radioactivedecay/Activation radioactivedecay/rdecay01 radioactivedecay/rdecay02; do
+for DIR in analysis/shared analysis/AnaEx01 analysis/AnaEx02 analysis/AnaEx03 electromagnetic/TestEm0 electromagnetic/TestEm1 electromagnetic/TestEm2 electromagnetic/TestEm3 electromagnetic/TestEm4 electromagnetic/TestEm5 electromagnetic/TestEm6 electromagnetic/TestEm7 electromagnetic/TestEm8 electromagnetic/TestEm9 electromagnetic/TestEm10 electromagnetic/TestEm11 electromagnetic/TestEm12 electromagnetic/TestEm13 electromagnetic/TestEm14 electromagnetic/TestEm15 electromagnetic/TestEm16 electromagnetic/TestEm17 electromagnetic/TestEm18 eventgenerator/particleGun eventgenerator/exgps eventgenerator/userPrimaryGenerator exoticphysics/channeling exoticphysics/dmparticle exoticphysics/monopole geometry/transforms hadronic/Hadr00 hadronic/Hadr01 hadronic/Hadr02 hadronic/Hadr03 hadronic/Hadr04 hadronic/Hadr06 hadronic/Hadr07 hadronic/NeutronSource medical/electronScattering medical/electronScattering2 medical/fanoCavity medical/fanoCavity2 medical/GammaTherapy physicslists/extensibleFactory physicslists/factory physicslists/genericPL polarisation/Pol01 radioactivedecay/Activation radioactivedecay/rdecay01 radioactivedecay/rdecay02; do
generate ${DIR} ${BACK_PATH2}
done
# process examples in third level directory in extended
-for DIR in eventgenerator/HepMC/MCTruth parallel/TopC/ParN02 parallel/TopC/ParN04 medical/dna/chem1 medical/dna/chem2 medical/dna/chem3 medical/dna/chem4 medical/dna/clustering medical/dna/dnaphysics medical/dna/microdosimetry medical/dna/microyz medical/dna/pdb4dna medical/dna/range medical/dna/svalue medical/dna/wholeNuclearDNA medical/dna/wvalue; do
+for DIR in eventgenerator/HepMC/MCTruth parallel/TopC/ParN02 parallel/TopC/ParN04 medical/dna/chem1 medical/dna/chem2 medical/dna/chem3 medical/dna/chem4 medical/dna/clustering medical/dna/dnaphysics medical/dna/icsd medical/dna/mfp medical/dna/microdosimetry medical/dna/microyz medical/dna/neuron medical/dna/pdb4dna medical/dna/range medical/dna/slowing medical/dna/spower medical/dna/svalue medical/dna/wholeNuclearDNA medical/dna/wvalue; do
generate ${DIR} ${BACK_PATH3}
done
diff --git a/examples/History b/examples/History
index 63b6d284c7..bd08381282 100644
--- a/examples/History
+++ b/examples/History
@@ -17,6 +17,53 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+8th December 2017 Gabriele Cosmo (examples-V10-04-00)
+- Updated reference outputs according to reference tag geant4-10-04-ref-00.
+- Includes tags: brachy-V10-03-01, exdna-V10-03-02, ChargeExchangeMC-V10-03-08,
+ eRosita-V10-03-02, iort_therapy-V10-03-01, AnaEx02-V10-03-01,
+ medical_linac-V10-03-02, ReverseMC01-V10-03-01, MPI-V10-03-02,
+ testem0-V10-03-01, testem5-V10-03-08, testem7-V10-03-01,
+ testem17-V10-03-00, monopole-V10-03-04, exHadronic-V10-03-00,
+ phononExample-V10-03-08, DICOM-V10-03-12, chem3-V10-03-00,
+ gtherapy-V10-03-08, expar01-V10-03-00, exampleP01-V10-03-01,
+ exampleP02-V10-03-01, extFactory-V10-03-00, factory-V10-03-01,
+ genericPL-V10-03-01, activation-V10-03-05, rdecay01-V10-03-13,
+ doxygen-V10-03-02.
+
+31st October 2017 Gabriele Cosmo (examples-V10-03-10)
+- Updated reference outputs according to reference tag geant4-10-03-ref-10.
+- Includes tags: ChargeExchangeMC-V10-03-06, hadrontherapy-V10-03-11,
+ iort_therapy-V10-03-00, microbeam-V10-03-04, fano-V10-03-02,
+ ReverseMC01-V10-03-00, excommon-V10-03-01, testem8-V10-03-01,
+ testem18-V10-03-06, p6decayer-V10-03-01, monopole-V10-03-01,
+ phononExample-V10-03-06, g3tog4Tests-V10-03-03,
+ dnaphysics-V10-03-14, microdosimetry-V10-03-06,
+ gtherapy-V10-03-07, factory-V10-03-00, genericPL-V10-03-00,
+ physicslistsShared-V10-03-00, activation-V10-03-04,
+ rdecay01-V10-03-12.
+
+28th September 2017 Gabriele Cosmo (examples-V10-03-09)
+- Updated reference outputs according to reference tag geant4-10-03-ref-09.
+- Includes tags: ExUCN-V10-03-01, exhadr00-V10-03-00, DICOM-V10-03-03,
+ range-V10-03-03, svalue-V10-03-03, wvalue-V10-03-03
+ MPI-V10-03-01.
+
+31st August 2017 Gabriele Cosmo (examples-V10-03-08)
+- Updated reference outputs according to reference tag geant4-10-03-ref-08.
+- Includes tags: microbeam-V10-03-03, AnaEx01-V10-03-00, AnaEx02-V10-03-00,
+ AnaEx03-V10-03-00, testem5-V10-03-06, testem8-V10-03-00,
+ testem14-V10-03-01, testem18-V10-03-05, exhadr03-V10-03-04,
+ channelingExample-V10-03-03, microdosimetry-V10-03-04,
+ clustering-V10-03-00, dnaphysics-V10-03-11, mfp-V10-03-00,
+ neuron-V10-03-02, range-V10-03-02, slowing-V10-03-02,
+ svalue-V10-03-02, wvalue-V10-03-02, OpNovice-V10-03-02,
+ ThreadsafeScorers-V10-03-02, rdecay01-V10-03-11.
+
+27th July 2017 Gabriele Cosmo (examples-V10-03-07)
+- Updated reference outputs according to reference tag geant4-10-03-ref-07.
+- Includes tags: testem18-V10-03-03, microyz-V10-03-01, range-V10-03-01,
+ rdecay01-V10-03-09, rdecay02-V10-03-01.
+
30th June 2017 Gabriele Cosmo (examples-V10-03-06)
- Updated reference outputs according to reference tag geant4-10-03-ref-06.
- Includes tags: doxygen-V10-03-00, hadrontherapy-V10-03-10, testem0-V10-03-00,
diff --git a/examples/advanced/ChargeExchangeMC/CMakeLists.txt b/examples/advanced/ChargeExchangeMC/CMakeLists.txt
index 9a2bbfc8c7..a0badffea3 100644
--- a/examples/advanced/ChargeExchangeMC/CMakeLists.txt
+++ b/examples/advanced/ChargeExchangeMC/CMakeLists.txt
@@ -4,16 +4,7 @@ include(CMakeDependentOption)
set(name ChargeExchangeMC)
project(${name})
-
-find_package(Geant4 REQUIRED)
-
-# the project requires Geant4 GDML support!
-find_package(gdml QUIET)
-if(NOT gdml_FOUND)
- message(STATUS "G4 Examples: GDML package not found. --> ChargeExchangeMC example disabled"
-)
- return()
-endif()
+find_package(Geant4 REQUIRED gdml)
# if CEXMC_USE_TCSH is 'yes' then tcsh session support will be built
option(CEXMC_USE_TCSH
@@ -48,7 +39,7 @@ set(EXTRA_LIBRARIES )
# written; requires boost::serialize headers and library
option(CEXMC_USE_PERSISTENCY
"Build ${name} with data persistency support
- (requires Boost Serialization library)" ON)
+ (requires Boost Serialization library)" OFF)
if(CEXMC_USE_PERSISTENCY)
find_package(Boost COMPONENTS serialization)
if(Boost_SERIALIZATION_FOUND)
@@ -121,7 +112,7 @@ if(CEXMC_USE_HISTOGRAMING)
find_package(ROOT QUIET)
if(ROOT_FOUND)
add_definitions(-DCEXMC_USE_ROOT)
- include_directories(${ROOT_INCLUDE_DIR})
+ include_directories(${ROOT_INCLUDE_DIRS})
list(APPEND EXTRA_LIBRARIES ${ROOT_LIBRARIES})
message(STATUS
"Libraries ${ROOT_LIBRARIES} were added to the linkage list")
@@ -143,8 +134,8 @@ if(CEXMC_USE_ROOTQT AND ROOT_FOUND)
NO_DEFAULT_PATH)
if(ROOTQT_LIBRARY)
add_definitions(-DCEXMC_USE_ROOTQT)
- list(APPEND EXTRA_LIBRARIES -lGQt)
- message(STATUS "Library -lGQt was added to the linkage list")
+ list(APPEND EXTRA_LIBRARIES ${ROOTQT_LIBRARY})
+ message(STATUS "ROOT Qt library was added to the linkage list")
else()
message(WARNING
"Could not find ROOT Qt library, skip GUI histograming support")
@@ -162,7 +153,7 @@ if(CEXMC_USE_GENBOD)
if(CERNLIB_CONFIG_EXE)
execute_process(
COMMAND ${CERNLIB_CONFIG_EXE} geant321 phtools packlib kernlib
- OUTPUT_VARIABLE CERNLIB_LIBRARIES
+ OUTPUT_VARIABLE CERNLIB_LIBRARIES
OUTPUT_STRIP_TRAILING_WHITESPACE)
add_definitions(-DCEXMC_USE_GENBOD)
list(APPEND EXTRA_LIBRARIES ${CERNLIB_LIBRARIES})
@@ -174,9 +165,6 @@ if(CEXMC_USE_GENBOD)
endif()
endif()
-# all classes in this project have same member names as their formal constructor
-# parameters, so -Wno-shadow option is mandatory to prevent multiple warnings!
-add_definitions(-Wno-shadow)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include ${Geant4_INCLUDE_DIR})
file(GLOB sources ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cc)
@@ -184,5 +172,25 @@ file(GLOB sources ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cc)
add_executable(${name} ${name}.cc ${sources})
target_link_libraries(${name} ${Geant4_LIBRARIES} ${EXTRA_LIBRARIES})
+#----------------------------------------------------------------------------
+# Copy all scripts to the build directory, i.e. the directory in which we
+# build ChargeExchangeMC. This is so that we can run the executable
+# directly because it relies on these scripts being in the current working
+# directory.
+
+set(chargeexchangemc_SCRIPTS
+ batch.mac replay.mac init.mac preinit.mac lht.gdml)
+
+foreach(_script ${chargeexchangemc_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 ${name} DESTINATION bin)
diff --git a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out
new file mode 100644
index 0000000000..7613a527f8
--- /dev/null
+++ b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out
@@ -0,0 +1,1506 @@
+
+ ############################################
+ !!! WARNING - FPE detection is activated !!!
+ ############################################
+
+*************************************************************
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
+ Copyright : Geant4 Collaboration
+ Reference : NIM A 506 (2003), 250-303
+ WWW : http://cern.ch/geant4
+*************************************************************
+
+<<< Geant4 Physics List simulation engine: FTFP_BERT 2.0
+
+--- Cexmc --- Production model 'ChargeExchange' instantiated
+G4GDML: Reading 'lht.gdml'...
+G4GDML: VALIDATION ERROR! value 'NCrystalsHor' does not match regular expression facet '[+\-]?[0-9]+' at line: 452
+G4GDML: VALIDATION ERROR! value 'NCrystalsVert' does not match regular expression facet '[+\-]?[0-9]+' at line: 464
+G4GDML: VALIDATION ERROR! ID attribute 'G4_Galactic' is referenced but was never declared at line: 637
+G4GDML: VALIDATION ERROR! ID attribute 'G4_AIR' is referenced but was never declared at line: 637
+G4GDML: VALIDATION ERROR! ID attribute 'G4_Al' is referenced but was never declared at line: 637
+G4GDML: VALIDATION ERROR! ID attribute 'G4_Cu' is referenced but was never declared at line: 637
+G4GDML: VALIDATION ERROR! ID attribute 'G4_lH2' is referenced but was never declared at line: 637
+G4GDML: VALIDATION ERROR! ID attribute 'G4_MYLAR' is referenced but was never declared at line: 637
+G4GDML: VALIDATION ERROR! ID attribute 'G4_Fe' is referenced but was never declared at line: 637
+G4GDML: Reading definitions...
+G4GDML: Reading materials...
+G4GDML: Reading solids...
+G4GDML: Reading structure...
+G4GDML: Reading setup...
+G4GDML: Reading 'lht.gdml' done!
+Stripping off GDML names of materials, solids and volumes ...
+--- Cexmc --- Monitor volume 'vMonitor' registered
+--- Cexmc --- ED Scorer of detector role 'Monitor' in volume 'vMonitor'
+--- Cexmc --- TP Scorer of detector role 'Monitor' in volume 'vMonitor'
+--- Cexmc --- Target volume 'vTarget' registered
+--- Cexmc --- TP Scorer of detector role 'Target' in volume 'vTarget'
+--- Cexmc --- ED Scorer of detector role 'Calorimeter' in volume 'vCrystal'
+--- Cexmc --- TP Scorer of detector role 'Calorimeter' in volume 'vCrystal'
+--- Cexmc --- Calorimeter volume 'vCalorimeter' registered
+--- Cexmc --- Sensitive Region for logical volume 'vCalorimeter' registered
+--- Cexmc --- VetoCounter volume 'vVetoCounter' registered
+--- Cexmc --- ED Scorer of detector role 'VetoCounter' in volume 'vVetoCounter'
+--- Cexmc --- TP Scorer of detector role 'VetoCounter' in volume 'vVetoCounter'
+
+ FTFP_BERT : new threshold between BERT and FTFP is over the interval
+ for pions : 3 to 12 GeV
+ for kaons : 3 to 12 GeV
+ for proton : 3 to 12 GeV
+ for neutron : 3 to 12 GeV
+
+### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0
+/run/verbose 1
+/event/verbose 0
+/particle/select eta
+/particle/property/decay/select 0
+/particle/property/decay/br 1
+/particle/property/decay/select 1
+/particle/property/decay/br 0
+/particle/property/decay/select 2
+/particle/property/decay/br 0
+/particle/property/decay/select 3
+/particle/property/decay/br 0
+/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-
+
+/cexmc/detector/calorimeterTriggerAlgorithm inner
+/cexmc/detector/Monitor/ED/threshold 125 keV
+/cexmc/detector/VetoCounter/ED/threshold 250 keV
+/cexmc/detector/Calorimeter/ED/threshold 40 MeV
+/cexmc/detector/outerCrystalsVetoAlgorithm none
+/cexmc/detector/outerCrystalsVetoFraction 0.5
+/cexmc/detector/applyFiniteCrystalResolution true
+/cexmc/detector/addCrystalResolutionRange 0. 0.04 0.48
+/cexmc/detector/addCrystalResolutionRange 0.04 0.06 0.27
+/cexmc/detector/addCrystalResolutionRange 0.06 0.10 0.22
+/cexmc/detector/addCrystalResolutionRange 0.10 0.20 0.18
+/cexmc/detector/addCrystalResolutionRange 0.20 2.00 0.15
+/cexmc/gun/particle pi-
+/cexmc/gun/position 0 0 -36 cm
+/cexmc/gun/direction 0 0 1
+/cexmc/gun/momentumAmp 732.1 MeV
+/cexmc/gun/fwhmPosX 3.0 cm
+/cexmc/gun/fwhmPosY 3.5 cm
+/cexmc/gun/fwhmDirX 1.12 deg
+/cexmc/gun/fwhmDirY 1.35 deg
+/cexmc/gun/fwhmMomentumAmp 0.015
+/cexmc/physics/setMaxILCorrection 0
+/cexmc/physics/applyFermiMotionInTarget false
+/cexmc/physics/setAngularRange 1.0 -1.0 10
+/cexmc/reconstructor/momentumAmpDiff -2.1 MeV
+/cexmc/reconstructor/edCollectionAlgo all
+/cexmc/reconstructor/useInnerRefCrystal true
+/cexmc/reconstructor/entryPointDefinitionAlgo sqrt
+/cexmc/reconstructor/crystalSelectionAlgo all
+/cexmc/reconstructor/entryPointDepthDefinitionAlgo plain
+/cexmc/reconstructor/entryPointDepth 0 cm
+/cexmc/reconstructor/useTableMass false
+/cexmc/reconstructor/useMassCut false
+/cexmc/reconstructor/mCutOPCenter 530 MeV
+/cexmc/reconstructor/mCutNOPCenter 970 MeV
+/cexmc/reconstructor/mCutOPWidth 10 MeV
+/cexmc/reconstructor/mCutNOPWidth 30 MeV
+/cexmc/reconstructor/mCutAngle 45 deg
+/cexmc/reconstructor/useAbsorbedEnergyCut false
+/cexmc/reconstructor/aeCutCLCenter 310 MeV
+/cexmc/reconstructor/aeCutCRCenter 310 MeV
+/cexmc/reconstructor/aeCutCLWidth 100 MeV
+/cexmc/reconstructor/aeCutCRWidth 180 MeV
+/cexmc/reconstructor/aeCutAngle 45 deg
+/cexmc/run/eventCountPolicy trigger
+/cexmc/run/eventDataVerboseLevel trigger
+/cexmc/event/verbose 2
+/cexmc/vis/verbose 2
+/run/beamOn 10
+
+phot: for gamma SubType= 12 BuildTable= 0
+ LambdaPrime table from 200 keV to 100 TeV in 61 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermorePhElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
+
+compt: for gamma SubType= 13 BuildTable= 1
+ Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1
+ LambdaPrime table from 1 MeV to 100 TeV in 56 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Klein-Nishina : Emin= 0 eV Emax= 100 TeV
+
+conv: for gamma SubType= 14 BuildTable= 1
+ Lambda table from 1.022 MeV to 100 TeV, 18 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BetheHeitler : Emin= 0 eV Emax= 80 GeV
+ BetheHeitlerLPM : Emin= 80 GeV Emax= 100 TeV
+
+Rayl: for gamma SubType= 11 BuildTable= 1
+ Lambda table from 100 eV to 100 keV, 7 bins per decade, spline: 0
+ LambdaPrime table from 100 keV to 100 TeV in 63 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator
+
+msc: for e- SubType= 10
+ RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
+ WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MollerBhabha : Emin= 0 eV Emax= 100 TeV
+
+eBrem: for e- SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 DipBustGen
+ eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen
+
+CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from 100 MeV to 100 TeV, 7 bins per 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.04, stepLimitType: 1, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
+ WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MollerBhabha : Emin= 0 eV Emax= 100 TeV
+
+eBrem: for e+ SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 DipBustGen
+ eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen
+
+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, 7 bins per 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for proton SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 2 MeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
+
+hBrems: for proton SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, 7 bins per 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, stepLimitType: 0, latDisplacement: 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02
+ Stopping Power data for 17 ion/material pairs
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BraggIon : Emin= 0 eV Emax= 2 MeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
+
+msc: for alpha SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+ionIoni: for alpha SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BraggIon : Emin= 0 eV Emax= 7.9452 MeV
+ BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
+
+msc: for anti_proton SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for anti_proton SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 2 MeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
+
+hBrems: for anti_proton SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, 7 bins per 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for kaon+ SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 1.05231 MeV
+ BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV
+
+hBrems: for kaon+ SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, 7 bins per 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for kaon- SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 1.05231 MeV
+ BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV
+
+hBrems: for kaon- SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+muIoni: for mu+ SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 200 keV
+ BetheBloch : Emin= 200 keV Emax= 1 GeV
+ MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
+
+muBrems: for mu+ SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, 7 bins per 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+muIoni: for mu- SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 200 keV
+ BetheBloch : Emin= 200 keV Emax= 1 GeV
+ MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
+
+muBrems: for mu- SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for pi+ SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 297.505 keV
+ BetheBloch : Emin= 297.505 keV Emax= 100 TeV
+
+hBrems: for pi+ SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, 7 bins per 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for pi- SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 297.505 keV
+ BetheBloch : Emin= 297.505 keV Emax= 100 TeV
+
+hBrems: for pi- SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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
+
+====================================================================
+ HADRONIC PROCESSES SUMMARY (verbose level 1)
+
+---------------------------------------------------
+ Hadronic Processes for neutron
+
+ Process: hadElastic
+ Model: hElasticCHIPS: 0 eV ---> 100 TeV
+ Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: neutronInelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: nCapture
+ Model: nRadCapture: 0 eV ---> 100 TeV
+ Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaCaptureXS: 0 eV ---> 100 TeV
+
+ Process: nKiller
+
+---------------------------------------------------
+ Hadronic Processes for GenericIon
+
+ Process: ionInelastic
+ Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n
+ Model: FTFP: 2 GeV/n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for He3
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: He3Inelastic
+ Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n
+ Model: FTFP: 2 GeV/n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for alpha
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: alphaInelastic
+ Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n
+ Model: FTFP: 2 GeV/n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for anti_He3
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
+ Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_He3Inelastic
+ Model: FTFP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hFritiofCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for anti_alpha
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
+ Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_alphaInelastic
+ Model: FTFP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hFritiofCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for anti_deuteron
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
+ Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_deuteronInelastic
+ Model: FTFP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hFritiofCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for anti_neutron
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_neutronInelastic
+ Model: FTFP: 0 eV ---> 100 TeV
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for anti_proton
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 100.1 MeV
+ Model: AntiAElastic: 100 MeV ---> 100 TeV
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_protonInelastic
+ Model: FTFP: 0 eV ---> 100 TeV
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hFritiofCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for anti_triton
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
+ Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_tritonInelastic
+ Model: FTFP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hFritiofCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for deuteron
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: dInelastic
+ Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n
+ Model: FTFP: 2 GeV/n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for e+
+
+ Process: positronNuclear
+ Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for e-
+
+ Process: electronNuclear
+ Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for gamma
+
+ Process: photonNuclear
+ Model: BertiniCascade: 0 eV ---> 3.5 GeV
+ Model: TheoFSGenerator: 3 GeV ---> 100 TeV
+ Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for kaon+
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: kaon+Inelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: ChipsKaonPlusInelasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for kaon-
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: kaon-Inelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: ChipsKaonMinusInelasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hBertiniCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for lambda
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: lambdaInelastic
+ Model: BertiniCascade: 0 eV ---> 6 GeV
+ Model: FTFP: 2 GeV ---> 100 TeV
+ Cr_sctns: ChipsHyperonInelasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for mu+
+
+ Process: muonNuclear
+ Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for mu-
+
+ Process: muonNuclear
+ Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV
+
+ Process: muMinusCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for pi+
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 1.0001 GeV
+ Model: hElasticGlauber: 1 GeV ---> 100 TeV
+ Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: pi+Inelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV
+ G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections
+ below 91 GeV, Glauber-Gribov above
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for pi-
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 1.0001 GeV
+ Model: hElasticGlauber: 1 GeV ---> 100 TeV
+ Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: pi-Inelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV
+ G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections
+ below 91 GeV, Glauber-Gribov above
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: Cexmc
+ Model: CexmcChargeExchange: 0 eV ---> 25 GeV
+ Cr_sctns: : 0 eV ---> 100 TeV
+
+ Process: hBertiniCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for proton
+
+ Process: hadElastic
+ Model: hElasticCHIPS: 0 eV ---> 100 TeV
+ Cr_sctns: ChipsProtonElasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: protonInelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for triton
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: tInelastic
+ Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n
+ Model: FTFP: 2 GeV/n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+================================================================
+=======================================================================
+====== Pre-compound/De-excitation Physics Parameters ========
+=======================================================================
+Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
+Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
+Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
+Level density (1/MeV) 0.1
+Time limit for long lived isomeres (ns) 1e+12
+Internal e- conversion flag 1
+Store e- internal conversion data 0
+Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
+=======================================================================
+
+========= Table of registered couples ==============================
+
+Index : 0 used in the geometry : Yes
+ Material : G4_AIR
+ Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um
+ Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV
+ Region(s) which use this couple :
+ DefaultRegionForTheWorld
+
+Index : 1 used in the geometry : Yes
+ Material : 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
+ Region(s) which use this couple :
+ DefaultRegionForTheWorld
+
+Index : 2 used in the geometry : Yes
+ Material : G4_Galactic
+ Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um
+ Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV
+ Region(s) which use this couple :
+ DefaultRegionForTheWorld
+
+Index : 3 used in the geometry : Yes
+ Material : G4_Al
+ Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um
+ Energy thresholds : gamma 5.85564 keV e- 460.395 keV e+ 442.201 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
+ 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
+ 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
+ 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
+ Region(s) which use this couple :
+ DefaultRegionForTheWorld
+
+Index : 8 used in the geometry : Yes
+ Material : G4_AIR
+ Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um
+ Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV
+ Region(s) which use this couple :
+ Calorimeter
+
+Index : 9 used in the geometry : Yes
+ Material : CsI_Crystal
+ Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um
+ Energy thresholds : gamma 30.6889 keV e- 526.624 keV e+ 502.425 keV proton 70 keV
+ Region(s) which use this couple :
+ Calorimeter
+
+====================================================================
+
+### Run 0 starts.
+Event 2684
+ --- Track Points
+ monitor : pi- [1,bp] 729 MeV : 1.645 -1.408 -0.125 cm [-0.008412, -0.003243, 1]
+ target : pi- [1,bp] 728.3 MeV : 4.172 2.755 -1.528 cm [-0.6487, -0.761, -0.00369]
+ : eta [3,op] 363.2 MeV : -0.3933 -2.601 -1.554 cm [-0.3988, -0.9076, 0.1316]
+ : neutron [4,np] 399.1 MeV : -0.3933 -2.601 -1.554 cm [-0.8192, -0.5585, -0.1303]
+ : gamma [6,opdp] 262 MeV : -0.3933 -2.601 -1.554 cm [-0.9832, 0.1799, 0.03161]
+ : gamma [5,opdp] 395.3 MeV : -0.3933 -2.601 -1.554 cm [0.2853, -0.9532, 0.09996]
+ vc (l) : gamma [5,opdp] 395.3 MeV : -9.744 4.189 -0.25 cm [-0.1443, 0.09996, 0.9845]
+ vc (r) : gamma [6,opdp] 262 MeV : 7.395 0.3194 -0.25 cm [0.08066, 0.03161, 0.9962]
+ cal (l) : gamma [5,opdp] 395.3 MeV : -9.927 4.316 -15 cm [-0.1443, 0.09996, 0.9845]
+ cal (r) : gamma [6,opdp] 262 MeV : 7.496 0.359 -15 cm [0.08066, 0.03161, 0.9962]
+ ---
+ angle between the eta decay products : 116.671 deg
+ --- Triggered angular ranges:
+ 3 [ 0.6000, 0.4000)
+ --- Production model data:
+ Incident particle (LAB) : pi- -6.2525 -4.2223 726.5644 MeV -- 739.8869 MeV
+ (SCM) : pi- -3.8782 -2.6189 450.6608 MeV -- 471.8017 MeV
+ Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton 3.8782 2.6189 -450.6608 MeV -- 1.0409 GeV
+ Output particle (LAB) : eta 100.9308 47.7971 345.6318 MeV -- 657.3323 MeV
+ (SCM) : eta 103.3236 49.4129 67.5845 MeV -- 563.7711 MeV
+ Nucleus output particle (LAB) : neutron -107.1833 -52.0193 380.9326 MeV -- 1.0208 GeV
+ (SCM) : neutron -103.3236 -49.4129 -67.5845 MeV -- 948.9300 MeV
+ --- Reconstructed data:
+ -- entry points:
+ left: -9.73693 3.00434 -15 cm
+ right: 6.70447 1.41575 -15 cm
+ target: 0 0 0 fm
+ -- the angle: 114.295 deg
+ -- mass of the output particle: 526.151 MeV
+ -- mass of the nucleus output particle: 974.44 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 57.3357 23.9996 343.1698 MeV -- 631.2398 MeV
+ (SCM) : eta 57.3357 23.9996 76.7333 MeV -- 535.3374 MeV
+ Nucleus output particle (LAB) : neutron -57.3357 -23.9996 386.8302 MeV -- 1.0503 GeV
+ (SCM) : neutron -57.3357 -23.9996 -76.7333 MeV -- 979.4312 MeV
+ -- triggered angular ranges:
+ 2 [ 0.8000, 0.6000)
+ --- Energy Deposit
+ monitor : 416.053 keV
+ vc (l) : 0 eV
+ vc (r) : 0 eV
+ cal (l) : 354.954 MeV
+ 0 0 1.236 0 4.014 6.201
+ 0 0 3.297 2.342 253.7 75.91
+ 0 0 0.03772 0 0.4666 7.257
+ 0 0 0.1862 0.3269 0 0
+ cal (r) : 276.286 MeV
+ 0.1369 1.147 8.258 0 0 0
+ 2.546 201.2 23.44 1.494 1.017 0
+ 1.866 27.41 5.161 0.2499 0.3991 0
+ 0.3674 1.112 0.5114 0 0 0
+Event 3511
+ --- Track Points
+ monitor : pi- [1,bp] 734.2 MeV : 6.092 6.953 -1.25 mm [-0.002513, -0.01841, 0.9998]
+ target : pi- [1,bp] 733.6 MeV : 3.647 3.421 0.1244 cm [-0.6427, -0.7659, -0.01872]
+ : eta [5,op] 289.4 MeV : 2.027 1.488 0.0763 cm [-0.9336, -0.357, 0.03013]
+ : neutron [6,np] 500.9 MeV : 2.027 1.488 0.0763 cm [-0.3995, -0.9156, -0.04513]
+ : gamma [8,opdp] 232.2 MeV : 2.027 1.488 0.0763 cm [0.4406, -0.8972, -0.0284]
+ : gamma [7,opdp] 387.4 MeV : 2.027 1.488 0.0763 cm [-0.9617, 0.2712, 0.03954]
+ vc (l) : gamma [8,opdp] 232.2 MeV : 3.662 -1.607 -0.25 cm [0.02017, -0.0284, 0.9994]
+ vc (r) : gamma [7,opdp] 387.4 MeV : -2.751 2.463 -0.25 cm [-0.01307, 0.03954, 0.9991]
+ cal (l) : gamma [8,opdp] 232.2 MeV : 3.687 -1.643 -15 cm [0.02017, -0.0284, 0.9994]
+ cal (r) : gamma [7,opdp] 387.4 MeV : -2.768 2.513 -15 cm [-0.01307, 0.03954, 0.9991]
+ ---
+ angle between the eta decay products : 131.932 deg
+ --- Triggered angular ranges:
+ 6 [ 0.0000, -0.2000)
+ --- Production model data:
+ Incident particle (LAB) : pi- 0.9117 -13.8822 732.7598 MeV -- 746.0632 MeV
+ (SCM) : pi- 0.5641 -8.5889 453.3569 MeV -- 474.4327 MeV
+ Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton -0.5641 8.5889 -453.3569 MeV -- 1.0421 GeV
+ Output particle (LAB) : eta -140.5741 8.7209 252.8174 MeV -- 619.6019 MeV
+ (SCM) : eta -140.9119 13.8636 -18.6363 MeV -- 566.1700 MeV
+ Nucleus output particle (LAB) : neutron 141.4859 -22.6031 479.9423 MeV -- 1.0647 GeV
+ (SCM) : neutron 140.9119 -13.8636 18.6363 MeV -- 950.3572 MeV
+ --- Reconstructed data:
+ -- entry points:
+ left: 3.04348 -1.47995 -15 cm
+ right: -2.76663 3.28182 -15 cm
+ target: 0 0 0 fm
+ -- the angle: 135.549 deg
+ -- mass of the output particle: 563.642 MeV
+ -- mass of the nucleus output particle: 932.019 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 -108.8874 13.9827 234.6853 MeV -- 620.3402 MeV
+ (SCM) : eta -108.8874 13.9827 -38.4390 MeV -- 575.5192 MeV
+ Nucleus output particle (LAB) : neutron 108.8874 -13.9827 495.3147 MeV -- 1.0612 GeV
+ (SCM) : neutron 108.8874 -13.9827 38.4390 MeV -- 939.2495 MeV
+ -- triggered angular ranges:
+ 7 [-0.2000, -0.4000)
+ --- Energy Deposit
+ monitor : 551.686 keV
+ vc (l) : 0 eV
+ vc (r) : 0 eV
+ cal (l) : 250.827 MeV
+ 0 0.3599 0 0.821 0 0
+ 0 1.008 8.107 6.562 0 0
+ 0 9.722 218.1 3.891 0 0
+ 0.218 0 2.068 0 0 0
+ cal (r) : 369.513 MeV
+ 0 0 1.59 38.28 2.548 0
+ 0 0.03219 9.61 290.7 11.31 0
+ 0 3.166 0.2577 6.799 5.177 0
+ 0 0 0 0 0 0
+Event 4807
+ --- Track Points
+ monitor : pi- [1,bp] 729.9 MeV : 2.92 0.266 -0.125 cm [0.001533, -0.004472, 1]
+ target : pi- [1,bp] 729.4 MeV : 4.869 1.137 0.1138 cm [-0.6402, -0.7682, -0.005757]
+ : eta [3,op] 381.3 MeV : 1.585 -2.804 0.08422 cm [-0.8269, -0.5619, 0.02181]
+ : neutron [4,np] 376.8 MeV : 1.585 -2.804 0.08422 cm [-0.4016, -0.9152, -0.03421]
+ : gamma [6,opdp] 388.8 MeV : 1.585 -2.804 0.08422 cm [-0.9897, 0.1422, -0.0131]
+ : gamma [5,opdp] 278.7 MeV : 1.585 -2.804 0.08422 cm [0.2493, -0.9672, 0.04812]
+ vc (l) : gamma [5,opdp] 278.7 MeV : -10.09 2.806 -0.25 cm [-0.1828, 0.04812, 0.982]
+ vc (r) : gamma [6,opdp] 388.8 MeV : 9.596 -0.7207 -0.25 cm [0.1188, -0.0131, 0.9928]
+ cal (l) : gamma [5,opdp] 278.7 MeV : -10.32 2.867 -15 cm [-0.1828, 0.04812, 0.982]
+ cal (r) : gamma [6,opdp] 388.8 MeV : 9.746 -0.7372 -15 cm [0.1188, -0.0131, 0.9928]
+ ---
+ angle between the eta decay products : 112.643 deg
+ --- Triggered angular ranges:
+ 2 [ 0.8000, 0.6000)
+ --- Production model data:
+ Incident particle (LAB) : pi- 1.9220 -4.5756 728.2725 MeV -- 741.5425 MeV
+ (SCM) : pi- 1.1914 -2.8361 451.4139 MeV -- 472.5080 MeV
+ Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton -1.1914 2.8361 -451.4139 MeV -- 1.0412 GeV
+ Output particle (LAB) : eta -103.8190 8.3172 366.8219 MeV -- 667.5018 MeV
+ (SCM) : eta -104.5605 10.0822 85.8890 MeV -- 564.4149 MeV
+ Nucleus output particle (LAB) : neutron 105.7411 -12.8927 361.4506 MeV -- 1.0123 GeV
+ (SCM) : neutron 104.5605 -10.0822 -85.8890 MeV -- 949.3127 MeV
+ --- Reconstructed data:
+ -- entry points:
+ left: -12.1616 2.94121 -15 cm
+ right: 10.9916 0.473653 -15 cm
+ target: 0 0 0 fm
+ -- the angle: 108.116 deg
+ -- mass of the output particle: 491.024 MeV
+ -- mass of the nucleus output particle: 1.00039 GeV
+ -- production model data:
+ Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
+ (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
+ Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
+ Output particle (LAB) : eta -69.2040 15.4279 358.1377 MeV -- 611.8774 MeV
+ (SCM) : eta -69.2040 15.4279 102.6798 MeV -- 506.6305 MeV
+ Nucleus output particle (LAB) : neutron 69.2040 -15.4279 371.8623 MeV -- 1.0696 GeV
+ (SCM) : neutron 69.2040 -15.4279 -102.6798 MeV -- 1.0081 GeV
+ -- triggered angular ranges:
+ 1 [ 1.0000, 0.8000)
+ --- Energy Deposit
+ monitor : 379.426 keV
+ vc (l) : 0 eV
+ vc (r) : 0 eV
+ cal (l) : 265.44 MeV
+ 0 0 0 0 1.279 5.95
+ 0 0 0.18 0.5361 82.05 167.7
+ 0 0 0 0 2.406 5.377
+ 0 0 0 0 0 0
+ cal (r) : 346.438 MeV
+ 9.535 0.797 0.7901 0.6891 0 0
+ 139.5 43.35 1.964 0 0 0
+ 26.27 116.3 1.13 0 0 0
+ 2.186 2.904 1.004 0 0 0
+Event 5130
+ --- Track Points
+ monitor : pi- [1,bp] 727.1 MeV : -9.82 -4.433 -1.25 mm [-0.0006103, 0.002481, 1]
+ target : pi- [1,bp] 726.5 MeV : 2.361 4.408 -0.3631 cm [-0.6443, -0.7648, 0.002579]
+ : eta [8,op] 191.1 MeV : -3.917 -3.03 -0.3464 cm [-0.9189, -0.3781, 0.1125]
+ : neutron [9,np] 562 MeV : -3.917 -3.03 -0.3464 cm [-0.5197, -0.8536, -0.03621]
+ : gamma [11,opdp] 253 MeV : -3.917 -3.03 -0.3464 cm [0.4382, -0.8979, -0.04193]
+ : gamma [10,opdp] 327.2 MeV : -3.917 -3.03 -0.3464 cm [-0.8754, 0.4734, 0.09814]
+ vc (l) : gamma [11,opdp] 253 MeV : -3.813 -2.767 -0.25 cm [0.01764, -0.04193, 0.999]
+ vc (r) : gamma [10,opdp] 327.2 MeV : -9.347 5.305 -0.25 cm [-0.2307, 0.09814, 0.9681]
+ cal (l) : gamma [11,opdp] 253 MeV : -3.791 -2.819 -15 cm [0.01764, -0.04193, 0.999]
+ cal (r) : gamma [10,opdp] 327.2 MeV : -9.645 5.432 -15 cm [-0.2307, 0.09814, 0.9681]
+ ---
+ angle between the eta decay products : 144.366 deg
+ --- Triggered angular ranges:
+ 9 [-0.6000, -0.8000)
+ --- Production model data:
+ Incident particle (LAB) : pi- -3.4814 1.1595 723.4132 MeV -- 736.7632 MeV
+ (SCM) : pi- -2.1621 0.7201 449.2821 MeV -- 470.4672 MeV
+ Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton 2.1621 -0.7201 -449.2821 MeV -- 1.0403 GeV
+ Output particle (LAB) : eta -88.0677 21.5060 168.2145 MeV -- 580.2304 MeV
+ (SCM) : eta -86.8189 21.0901 -91.2827 MeV -- 562.5546 MeV
+ Nucleus output particle (LAB) : neutron 84.5864 -20.3465 555.1987 MeV -- 1.0948 GeV
+ (SCM) : neutron 86.8189 -21.0901 91.2827 MeV -- 948.2077 MeV
+ --- Reconstructed data:
+ -- entry points:
+ left: -2.99765 -3.02445 -15 cm
+ right: -11.4033 5.76886 -15 cm
+ target: 0 0 0 fm
+ -- the angle: 137.944 deg
+ -- mass of the output particle: 509.795 MeV
+ -- mass of the nucleus output particle: 988.595 MeV
+ -- production model data:
+ Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV
+ (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV
+ Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV
+ Output particle (LAB) : eta -87.2906 17.1010 188.1492 MeV -- 550.6392 MeV
+ (SCM) : eta -87.2906 17.1010 -56.5068 MeV -- 520.5732 MeV
+ Nucleus output particle (LAB) : neutron 87.2906 -17.1010 541.8508 MeV -- 1.1309 GeV
+ (SCM) : neutron 87.2906 -17.1010 56.5068 MeV -- 994.1954 MeV
+ -- triggered angular ranges:
+ 8 [-0.4000, -0.6000)
+ --- Energy Deposit
+ monitor : 476 keV
+ vc (l) : 0 eV
+ vc (r) : 0 eV
+ cal (l) : 240.302 MeV
+ 0 0 0 0.4406 0 0
+ 0 0 0 3.155 4.304 0
+ 0 0 0.3797 206.1 16.13 0
+ 5.215 0 0 2.712 1.864 0
+ cal (r) : 310.338 MeV
+ 0 0 0 0 107.8 114.2
+ 0 0 0 0 70.46 13.84
+ 0 0 0 0 1.217 0
+ 0 0 0 0 2.833 0
+Event 6089
+ --- Track Points
+ monitor : pi- [1,bp] 732.1 MeV : 3.272 5.19 -1.25 mm [-0.01054, 0.005481, 0.9999]
+ target : pi- [1,bp] 731.4 MeV : 3.208 3.835 0.677 cm [-0.6514, -0.7587, 0.005774]
+ : eta [6,op] 349.3 MeV : 2.037 2.472 0.6876 cm [-0.3176, -0.9482, -0.003256]
+ : neutron [7,np] 428.2 MeV : 2.037 2.472 0.6876 cm [-0.8538, -0.5204, 0.01412]
+ : gamma [9,opdp] 392.2 MeV : 2.037 2.472 0.6876 cm [0.368, -0.9298, 0.005782]
+ : gamma [8,opdp] 257.5 MeV : 2.037 2.472 0.6876 cm [-0.9914, 0.1301, -0.01322]
+ vc (l) : gamma [9,opdp] 392.2 MeV : -0.6883 1.036 -0.25 cm [-0.05942, 0.005782, 0.9982]
+ vc (r) : gamma [8,opdp] 257.5 MeV : 5.018 -0.1139 -0.25 cm [0.1309, -0.01322, 0.9913]
+ cal (l) : gamma [9,opdp] 392.2 MeV : -0.7627 1.043 -15 cm [-0.05942, 0.005782, 0.9982]
+ cal (r) : gamma [8,opdp] 257.5 MeV : 5.183 -0.1306 -15 cm [0.1309, -0.01322, 0.9913]
+ ---
+ angle between the eta decay products : 119.072 deg
+ --- Triggered angular ranges:
+ 4 [ 0.4000, 0.2000)
+ --- Production model data:
+ Incident particle (LAB) : pi- -8.9001 4.9098 730.7145 MeV -- 743.9938 MeV
+ (SCM) : pi- -5.5111 3.0403 452.4736 MeV -- 473.5523 MeV
+ Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton 5.5111 -3.0403 -452.4736 MeV -- 1.0417 GeV
+ Output particle (LAB) : eta 127.9088 -1.1374 325.0206 MeV -- 649.7331 MeV
+ (SCM) : eta 131.2909 -3.0032 47.3387 MeV -- 565.3672 MeV
+ Nucleus output particle (LAB) : neutron -136.8089 6.0473 405.6939 MeV -- 1.0325 GeV
+ (SCM) : neutron -131.2909 3.0032 -47.3387 MeV -- 949.8791 MeV
+ --- Reconstructed data:
+ -- entry points:
+ left: -1.85771 1.60903 -15 cm
+ right: 7.63457 -1.14818 -15 cm
+ target: 0 0 0 fm
+ -- the angle: 120.991 deg
+ -- mass of the output particle: 538.416 MeV
+ -- mass of the nucleus output particle: 959.329 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 102.6918 4.7668 304.1597 MeV -- 626.8762 MeV
+ (SCM) : eta 102.6918 4.7668 35.5324 MeV -- 549.2933 MeV
+ Nucleus output particle (LAB) : neutron -102.6918 -4.7668 425.8403 MeV -- 1.0546 GeV
+ (SCM) : neutron -102.6918 -4.7668 -35.5324 MeV -- 965.4753 MeV
+ -- triggered angular ranges:
+ 4 [ 0.4000, 0.2000)
+ --- Energy Deposit
+ monitor : 444.426 keV
+ vc (l) : 0 eV
+ vc (r) : 0 eV
+ cal (l) : 364.063 MeV
+ 0 0.6867 0.7349 4.857 2.895 0.004753
+ 0 0 7.263 314.4 3.504 0
+ 0 1.602 5.284 17.03 3.879 0
+ 0.4098 0.2315 0.9773 0 0.3138 0
+ cal (r) : 262.813 MeV
+ 0 0 0.4785 0 0 0
+ 2.865 67.39 17.17 0 0 0
+ 1.356 113.5 54.69 0 0 0
+ 2.11 2.769 0.4435 0 0 0
+Event 6412
+ --- Track Points
+ monitor : pi- [1,bp] 735.5 MeV : -7.981 -9.401 -1.25 mm [0.002637, -0.01323, 0.9999]
+ target : pi- [1,bp] 735 MeV : 2.595 4.274 -1.34 cm [-0.6423, -0.7664, -0.01381]
+ : eta [8,op] 346.4 MeV : 1.293 2.721 -1.368 cm [-0.2983, -0.9458, 0.1282]
+ : neutron [9,np] 440.5 MeV : 1.293 2.721 -1.368 cm [-0.8358, -0.5343, -0.1261]
+ : gamma [11,opdp] 415.8 MeV : 1.293 2.721 -1.368 cm [0.2825, -0.9572, 0.06297]
+ : gamma [10,opdp] 232.4 MeV : 1.293 2.721 -1.368 cm [-0.9499, 0.3027, 0.07836]
+ vc (l) : gamma [11,opdp] 415.8 MeV : -6.81 2.503 -0.25 cm [-0.1485, 0.06297, 0.9869]
+ vc (r) : gamma [10,opdp] 232.4 MeV : -5.733 3.298 -0.25 cm [-0.04654, 0.07836, 0.9958]
+ cal (l) : gamma [11,opdp] 415.8 MeV : -6.998 2.583 -15 cm [-0.1485, 0.06297, 0.9869]
+ cal (r) : gamma [10,opdp] 232.4 MeV : -5.792 3.396 -15 cm [-0.04654, 0.07836, 0.9958]
+ ---
+ angle between the eta decay products : 123.581 deg
+ --- Triggered angular ranges:
+ 4 [ 0.4000, 0.2000)
+ --- Production model data:
+ Incident particle (LAB) : pi- 0.6686 -11.1502 734.3941 MeV -- 747.6224 MeV
+ (SCM) : pi- 0.4134 -6.8942 454.0792 MeV -- 475.0952 MeV
+ Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton -0.4134 6.8942 -454.0792 MeV -- 1.0424 GeV
+ Output particle (LAB) : eta 131.4282 44.3928 317.3850 MeV -- 648.1745 MeV
+ (SCM) : eta 131.1746 48.6217 38.8513 MeV -- 566.7742 MeV
+ Nucleus output particle (LAB) : neutron -130.7596 -55.5430 417.0090 MeV -- 1.0377 GeV
+ (SCM) : neutron -131.1746 -48.6217 -38.8513 MeV -- 950.7173 MeV
+ --- Reconstructed data:
+ -- entry points:
+ left: -8.20516 3.69906 -15 cm
+ right: -4.51974 2.47081 -15 cm
+ target: 0 0 0 fm
+ -- the angle: 126.228 deg
+ -- mass of the output particle: 526.12 MeV
+ -- mass of the nucleus output particle: 963.884 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 123.4954 33.0595 290.7210 MeV -- 614.5445 MeV
+ (SCM) : eta 123.4954 33.0595 26.5574 MeV -- 542.0808 MeV
+ Nucleus output particle (LAB) : neutron -123.4954 -33.0595 439.2790 MeV -- 1.0670 GeV
+ (SCM) : neutron -123.4954 -33.0595 -26.5574 MeV -- 972.6879 MeV
+ -- triggered angular ranges:
+ 4 [ 0.4000, 0.2000)
+ --- Energy Deposit
+ monitor : 394.351 keV
+ vc (l) : 0 eV
+ vc (r) : 0 eV
+ cal (l) : 393.45 MeV
+ 0 0 0 2.628 33.01 1.145
+ 0 0 0.2631 22.45 324.3 2.663
+ 0 0 0 1.012 5.467 0.5385
+ 0 0 0 0 0 0
+ cal (r) : 221.095 MeV
+ 0 0.4494 0.9386 1.879 4.662 0
+ 0 0.4307 2.014 129.3 73.1 0
+ 0 0 2.158 2.057 1.932 0.2162
+ 0 0 0 0 1.906 0.09413
+Event 8338
+ --- Track Points
+ monitor : pi- [1,bp] 732.8 MeV : -1.528 0.5568 -0.125 cm [0.003666, -0.01105, 0.9999]
+ target : pi- [1,bp] 732.4 MeV : 2.03 4.569 0.2315 cm [-0.6414, -0.7671, -0.0125]
+ : eta [6,op] 317.7 MeV : -2.52 -0.8733 0.1446 cm [-0.901, -0.4194, -0.1104]
+ : neutron [7,np] 465 MeV : -2.52 -0.8733 0.1446 cm [-0.3905, -0.9188, 0.05686]
+ : gamma [9,opdp] 392.5 MeV : -2.52 -0.8733 0.1446 cm [-0.9728, 0.2232, -0.06278]
+ : gamma [8,opdp] 240.8 MeV : -2.52 -0.8733 0.1446 cm [0.3967, -0.9169, -0.04328]
+ vc (l) : gamma [8,opdp] 240.8 MeV : -4.306 -2.413 -0.25 cm [-0.02798, -0.04328, 0.9987]
+ vc (r) : gamma [9,opdp] 392.5 MeV : 3.547 -3.415 -0.25 cm [0.03619, -0.06278, 0.9974]
+ cal (l) : gamma [8,opdp] 240.8 MeV : -4.341 -2.468 -15 cm [-0.02798, -0.04328, 0.9987]
+ cal (r) : gamma [9,opdp] 392.5 MeV : 3.593 -3.493 -15 cm [0.03619, -0.06278, 0.9974]
+ ---
+ angle between the eta decay products : 126.002 deg
+ --- Triggered angular ranges:
+ 5 [ 0.2000, 0.0000)
+ --- Production model data:
+ Incident particle (LAB) : pi- 1.9383 -8.6241 730.0936 MeV -- 743.3671 MeV
+ (SCM) : pi- 1.2006 -5.3416 452.2050 MeV -- 473.2855 MeV
+ Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton -1.2006 5.3416 -452.2050 MeV -- 1.0416 GeV
+ Output particle (LAB) : eta -133.6130 -35.0633 286.0479 MeV -- 633.2914 MeV
+ (SCM) : eta -134.3397 -31.8300 12.3248 MeV -- 565.1239 MeV
+ Nucleus output particle (LAB) : neutron 135.5513 26.4392 444.0457 MeV -- 1.0483 GeV
+ (SCM) : neutron 134.3397 31.8300 -12.3248 MeV -- 949.7343 MeV
+ --- Reconstructed data:
+ -- entry points:
+ left: -4.0975 -1.92448 -15 cm
+ right: 4.49474 -3.86817 -15 cm
+ target: 0 0 0 fm
+ -- the angle: 121.58 deg
+ -- mass of the output particle: 520.187 MeV
+ -- mass of the nucleus output particle: 963.225 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 -138.4806 -32.2453 300.1121 MeV -- 617.1531 MeV
+ (SCM) : eta -138.4806 -32.2453 35.7250 MeV -- 540.4507 MeV
+ Nucleus output particle (LAB) : neutron 138.4806 32.2453 429.8879 MeV -- 1.0643 GeV
+ (SCM) : neutron 138.4806 32.2453 -35.7250 MeV -- 974.3180 MeV
+ -- triggered angular ranges:
+ 4 [ 0.4000, 0.2000)
+ --- Energy Deposit
+ monitor : 333.151 keV
+ vc (l) : 0 eV
+ vc (r) : 0 eV
+ cal (l) : 228.43 MeV
+ 0 0 0 1.634 0 0
+ 0 0.7639 0 2.719 6.652 1.589
+ 0 0 2.122 200.9 4.6 0
+ 0 0 0 5.832 1.652 0
+ cal (r) : 388.723 MeV
+ 0 0 0.3932 0 0 0
+ 0 0.9119 5.073 5.474 0.3142 0
+ 0 46.75 253.3 1.571 0.2213 0
+ 2.057 45.62 26.76 0.2757 0 0
+Event 11488
+ --- Track Points
+ monitor : pi- [1,bp] 732.5 MeV : 1.451 0.6709 -0.125 cm [-0.01314, 0.00819, 0.9999]
+ target : pi- [1,bp] 732 MeV : 3.949 3.066 0.9292 cm [-0.653, -0.7573, 0.007972]
+ : eta [7,op] 281.8 MeV : -1.628 -3.422 0.993 cm [-0.2158, -0.9754, -0.04579]
+ : neutron [8,np] 498.1 MeV : -1.628 -3.422 0.993 cm [-0.8292, -0.5577, 0.03757]
+ : gamma [10,opdp] 248 MeV : -1.628 -3.422 0.993 cm [-0.9841, 0.1777, 0.006849]
+ : gamma [9,opdp] 368.1 MeV : -1.628 -3.422 0.993 cm [0.4977, -0.8664, -0.03967]
+ vc (l) : gamma [9,opdp] 368.1 MeV : 1.886 -1.252 -0.25 cm [0.08495, -0.03967, 0.9956]
+ vc (r) : gamma [10,opdp] 248 MeV : 8.564 1.392 -0.25 cm [0.08302, 0.006849, 0.9965]
+ cal (l) : gamma [9,opdp] 368.1 MeV : 1.992 -1.302 -15 cm [0.08495, -0.03967, 0.9956]
+ cal (r) : gamma [10,opdp] 248 MeV : 8.668 1.401 -15 cm [0.08302, 0.006849, 0.9965]
+ ---
+ angle between the eta decay products : 130.096 deg
+ --- Triggered angular ranges:
+ 6 [ 0.0000, -0.2000)
+ --- Production model data:
+ Incident particle (LAB) : pi- -7.7437 5.8109 727.9223 MeV -- 741.2451 MeV
+ (SCM) : pi- -4.8004 3.6023 451.2518 MeV -- 472.3812 MeV
+ Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton 4.8004 -3.6023 -451.2518 MeV -- 1.0412 GeV
+ Output particle (LAB) : eta 130.0885 -12.9041 249.6393 MeV -- 616.0861 MeV
+ (SCM) : eta 132.9511 -15.0523 -19.4532 MeV -- 564.2994 MeV
+ Nucleus output particle (LAB) : neutron -137.8322 18.7150 478.2829 MeV -- 1.0634 GeV
+ (SCM) : neutron -132.9511 15.0523 19.4532 MeV -- 949.2439 MeV
+ --- Reconstructed data:
+ -- entry points:
+ left: -0.600892 -1.37021 -15 cm
+ right: 9.15539 0.886546 -15 cm
+ target: 0 0 0 fm
+ -- the angle: 120.76 deg
+ -- mass of the output particle: 524.416 MeV
+ -- mass of the nucleus output particle: 961.807 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 136.4726 -5.0217 296.3521 MeV -- 617.6463 MeV
+ (SCM) : eta 136.4726 -5.0217 31.3135 MeV -- 542.8102 MeV
+ Nucleus output particle (LAB) : neutron -136.4726 5.0217 433.6479 MeV -- 1.0638 GeV
+ (SCM) : neutron -136.4726 5.0217 -31.3135 MeV -- 971.9585 MeV
+ -- triggered angular ranges:
+ 4 [ 0.4000, 0.2000)
+ --- Energy Deposit
+ monitor : 403.223 keV
+ vc (l) : 0 eV
+ vc (r) : 0 eV
+ cal (l) : 375.118 MeV
+ 0 0 0 0.5794 2.221 0
+ 0 1.096 6.994 4.929 7.024 2.73
+ 0 4.118 309.5 29.88 1.256 0.6914
+ 0 0 1.513 2.442 0.1168 0
+ cal (r) : 242.528 MeV
+ 1.121 1.19 0 0 0 0
+ 0.3418 196.8 2.208 0.5097 0 0
+ 9.694 27.07 2.367 0 0 0
+ 0.2309 1.007 0 0 0 0
+Event 11646
+ --- Track Points
+ monitor : pi- [1,bp] 737.1 MeV : -6.046 -2.121 -1.25 mm [-0.001289, -0.01302, 0.9999]
+ target : pi- [1,bp] 736.7 MeV : 2.736 4.185 -0.6009 cm [-0.6426, -0.7661, -0.01407]
+ : eta [3,op] 280.2 MeV : -1.594 7.331 -6.643 mm [-0.9257, -0.3471, 0.1504]
+ : neutron [4,np] 515.5 MeV : -1.594 7.331 -6.643 mm [-0.4137, -0.9047, -0.1019]
+ : gamma [6,opdp] 220.3 MeV : -1.594 7.331 -6.643 mm [0.5714, -0.818, 0.06627]
+ : gamma [5,opdp] 395.1 MeV : -1.594 7.331 -6.643 mm [-0.9752, 0.2099, 0.06973]
+ vc (l) : gamma [6,opdp] 220.3 MeV : 10.59 3.346 -0.25 cm [0.1722, 0.06627, 0.9828]
+ vc (r) : gamma [5,opdp] 395.1 MeV : 2.246 3.423 -0.25 cm [0.04969, 0.06973, 0.9963]
+ cal (l) : gamma [6,opdp] 220.3 MeV : 10.81 3.431 -15 cm [0.1722, 0.06627, 0.9828]
+ cal (r) : gamma [5,opdp] 395.1 MeV : 2.308 3.511 -15 cm [0.04969, 0.06973, 0.9963]
+ ---
+ angle between the eta decay products : 136.414 deg
+ --- Triggered angular ranges:
+ 7 [-0.2000, -0.4000)
+ --- Production model data:
+ Incident particle (LAB) : pi- 0.2035 -10.3836 735.5861 MeV -- 748.7820 MeV
+ (SCM) : pi- 0.1258 -6.4172 454.6015 MeV -- 475.5876 MeV
+ Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton -0.1258 6.4172 -454.6015 MeV -- 1.0426 GeV
+ Output particle (LAB) : eta -136.1878 42.1458 241.2640 MeV -- 615.3735 MeV
+ (SCM) : eta -136.2629 45.9769 -30.1339 MeV -- 567.2233 MeV
+ Nucleus output particle (LAB) : neutron 136.3913 -52.5294 494.3220 MeV -- 1.0717 GeV
+ (SCM) : neutron 136.2629 -45.9769 30.1339 MeV -- 950.9851 MeV
+ --- Reconstructed data:
+ -- entry points:
+ left: 10.8098 3.47853 -15 cm
+ right: 1.78346 3.2908 -15 cm
+ target: 0 0 0 fm
+ -- the angle: 138.041 deg
+ -- mass of the output particle: 523.519 MeV
+ -- mass of the nucleus output particle: 960.933 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 -136.1295 32.5300 222.5079 MeV -- 585.8080 MeV
+ (SCM) : eta -136.1295 32.5300 -35.3150 MeV -- 543.0547 MeV
+ Nucleus output particle (LAB) : neutron 136.1295 -32.5300 507.4921 MeV -- 1.0957 GeV
+ (SCM) : neutron 136.1295 -32.5300 35.3150 MeV -- 971.7140 MeV
+ -- triggered angular ranges:
+ 7 [-0.2000, -0.4000)
+ --- Energy Deposit
+ monitor : 353.615 keV
+ vc (l) : 0 eV
+ vc (r) : 0 eV
+ cal (l) : 208.051 MeV
+ 2.537 6.292 0.5001 0 0 0
+ 55.47 140.3 0.4875 0 0 0
+ 1.459 0.707 0.328 0 0 0
+ 0 0 0 0 0 0
+ cal (r) : 377.757 MeV
+ 0 3.831 12.87 6.572 0.1341 0
+ 0 13.84 324.4 6.928 0.4621 0
+ 0 0 2.041 0.8815 4.748 0
+ 0 0 0 1.034 0 0
+Event 11650
+ --- Track Points
+ monitor : pi- [1,bp] 728.6 MeV : -1.056 -1.962 -0.125 cm [0.001168, 0.001355, 1]
+ target : pi- [1,bp] 727.8 MeV : 2.387 4.393 -1.918 cm [-0.6418, -0.7669, 0.001403]
+ : eta [5,op] 410.3 MeV : 2.349 4.347 -1.918 cm [-0.5445, -0.8349, 0.08098]
+ : neutron [6,np] 326.9 MeV : 2.349 4.347 -1.918 cm [-0.7455, -0.6593, -0.09824]
+ : gamma [8,opdp] 371.3 MeV : 2.349 4.347 -1.918 cm [0.2403, -0.9681, 0.07096]
+ : gamma [7,opdp] 313.2 MeV : 2.349 4.347 -1.918 cm [-0.9983, 0.05396, 0.02196]
+ vc (l) : gamma [8,opdp] 371.3 MeV : -8.093 2.555 -0.25 cm [-0.1913, 0.07096, 0.979]
+ vc (r) : gamma [7,opdp] 313.2 MeV : 7.821 -0.5729 -0.25 cm [0.2063, 0.02196, 0.9783]
+ cal (l) : gamma [8,opdp] 371.3 MeV : -8.337 2.645 -15 cm [-0.1913, 0.07096, 0.979]
+ cal (r) : gamma [7,opdp] 313.2 MeV : 8.084 -0.5449 -15 cm [0.2063, 0.02196, 0.9783]
+ ---
+ angle between the eta decay products : 106.893 deg
+ --- Triggered angular ranges:
+ 1 [ 1.0000, 0.8000)
+ --- Production model data:
+ Incident particle (LAB) : pi- 0.8976 1.1116 727.7588 MeV -- 741.0228 MeV
+ (SCM) : pi- 0.5565 0.6891 451.1915 MeV -- 472.2863 MeV
+ Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV
+ (SCM) : proton -0.5565 -0.6891 -451.1915 MeV -- 1.0411 GeV
+ Output particle (LAB) : eta 49.0530 33.2267 406.0270 MeV -- 684.4859 MeV
+ (SCM) : eta 48.7019 32.7919 121.3929 MeV -- 564.2129 MeV
+ Nucleus output particle (LAB) : neutron -48.1554 -32.1151 321.7318 MeV -- 994.8089 MeV
+ (SCM) : neutron -48.7019 -32.7919 -121.3929 MeV -- 949.1925 MeV
+ --- Reconstructed data:
+ -- entry points:
+ left: -8.94542 2.93195 -15 cm
+ right: 9.13697 -1.17997 -15 cm
+ target: 0 0 0 fm
+ -- the angle: 112.887 deg
+ -- mass of the output particle: 550.733 MeV
+ -- mass of the nucleus output particle: 947.738 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 60.5955 12.0374 367.2496 MeV -- 664.8274 MeV
+ (SCM) : eta 60.5955 12.0374 87.2768 MeV -- 561.0174 MeV
+ Nucleus output particle (LAB) : neutron -60.5955 -12.0374 362.7504 MeV -- 1.0167 GeV
+ (SCM) : neutron -60.5955 -12.0374 -87.2768 MeV -- 953.7513 MeV
+ -- triggered angular ranges:
+ 1 [ 1.0000, 0.8000)
+ --- Energy Deposit
+ monitor : 699.825 keV
+ vc (l) : 0 eV
+ vc (r) : 0 eV
+ cal (l) : 368.619 MeV
+ 0 0.5628 0.6711 0.5229 7.419 3.367
+ 0 0.5139 0.8149 1.954 279.6 61.17
+ 0 0 0 0.2334 7.566 2.697
+ 0 0 0 1.482 0 0
+ cal (r) : 296.209 MeV
+ 0 0 0 0 0 0
+ 4.978 47.72 1.192 0 0 0
+ 6.629 233.5 0.7896 0.9243 0 0
+ 0 0.467 0.03969 0 0 0
+Run terminated.
+Run Summary
+ Number of events processed : 11651, effectively: 10
+ User=8.1s Real=8.12s Sys=0s
+
+ --- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)):
+ 1 [ 1.0000, 0.8000) | 0.00112108 ( 1 / 892 ) | 0.00224215 ( 2 / 892 / 1090 )
+ 2 [ 0.8000, 0.6000) | 0.00108932 ( 1 / 918 ) | 0.00108932 ( 1 / 918 / 1134 )
+ 3 [ 0.6000, 0.4000) | 0.00116279 ( 1 / 860 ) | 0.00000000 ( 0 / 860 / 1089 )
+ 4 [ 0.4000, 0.2000) | 0.00232288 ( 2 / 861 ) | 0.00464576 ( 4 / 861 / 1069 )
+ 5 [ 0.2000, 0.0000) | 0.00105932 ( 1 / 944 ) | 0.00000000 ( 0 / 944 / 1182 )
+ 6 [ 0.0000, -0.2000) | 0.00226757 ( 2 / 882 ) | 0.00000000 ( 0 / 882 / 1068 )
+ 7 [-0.2000, -0.4000) | 0.00114943 ( 1 / 870 ) | 0.00229885 ( 2 / 870 / 1085 )
+ 8 [-0.4000, -0.6000) | 0.00000000 ( 0 / 899 ) | 0.00111235 ( 1 / 899 / 1095 )
+ 9 [-0.6000, -0.8000) | 0.00112613 ( 1 / 888 ) | 0.00000000 ( 0 / 888 / 1088 )
+ 10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 889 ) | 0.00000000 ( 0 / 889 / 1106 )
+ ---
+ False hits (edt | rec): 0 | 0
+
+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.63 MB
+============================================================
+RunManagerKernel is deleted. Good bye :)
diff --git a/examples/advanced/ChargeExchangeMC/History b/examples/advanced/ChargeExchangeMC/History
index dd99661295..84de616e65 100644
--- a/examples/advanced/ChargeExchangeMC/History
+++ b/examples/advanced/ChargeExchangeMC/History
@@ -7,6 +7,38 @@ cirrone@lns.infn.it
History file of the ChargeExchangeMC application
====================================================
+29.11.2017 - B.Morgan, Tag ChargeExchangeMC-V10-03-08
+ Use full path to ROOT Qt library, if found
+
+28.11.2017 - B.Morgan, Tag ChargeExchangeMC-V10-03-07
+ Replace ROOT_INCLUDE_DIR with ROOT_INCLUDE_DIRS
+
+31.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-06
+ Clean up preinit.mac, to avoid a cerr when
+ ROOT is not available
+
+26.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-05
+ Edit CMakeLists.txt such to copy mac/gmdl in the
+ build directory
+
+25.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-04
+ Fix residual shadowing on gcc 4.9
+
+23.10.2017 - A. Radkov, Tag ChargeExchangeMC-V10-03-03
+ Fix shadowed variabiles (and removed flag from
+ CMakeLists.txt)
+
+12.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-02
+ Fix residual compiler warning on clang
+
+11.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-01
+ Fix compiler warnings in clang
+
+10.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-00
+ Fix CMakeLists.txt to allow for STT integration
+ Fix compilation error in CexmcHistoManager.hh (when
+ CEXMC_USE_ROOTQT is not defined)
+
02.11.2016 - L. Garnier, Tag ChargeExchangeMC-V10-02-00
Remove icons.mac. Automatically include since interfaces-V10-02-07
diff --git a/examples/advanced/ChargeExchangeMC/batch.mac b/examples/advanced/ChargeExchangeMC/batch.mac
new file mode 100644
index 0000000000..1c9247b36d
--- /dev/null
+++ b/examples/advanced/ChargeExchangeMC/batch.mac
@@ -0,0 +1,94 @@
+/control/verbose 1
+/run/verbose 1
+/event/verbose 0
+#/hits/verbose 0
+
+# here we define branching ratios of decay modes of eta meson
+# 0 - gamma gamma (original 0.3942)
+# 1 - pi0 pi0 pi0 (original 0.3256)
+# 2 - pi0 pi+ pi- (original 0.226)
+# 3 - gamma pi+ pi- (original 0.0468)
+/particle/select eta
+/particle/property/decay/select 0
+/particle/property/decay/br 1
+/particle/property/decay/select 1
+/particle/property/decay/br 0
+/particle/property/decay/select 2
+/particle/property/decay/br 0
+/particle/property/decay/select 3
+/particle/property/decay/br 0
+/particle/property/decay/dump
+
+#/run/setCutForRegion Calorimeter 1 mm
+
+#/cexmc/detector/Monitor/ED/verbose 1
+#/cexmc/detector/VetoCounter/ED/verbose 1
+#/cexmc/detector/Calorimeter/ED/verbose 1
+#/cexmc/detector/Target/TP/verbose 1
+#/cexmc/detector/Monitor/TP/verbose 1
+#/cexmc/detector/VetoCounter/TP/verbose 1
+#/cexmc/detector/Calorimeter/TP/verbose 1
+
+/cexmc/detector/calorimeterTriggerAlgorithm inner
+
+/cexmc/detector/Monitor/ED/threshold 125 keV
+/cexmc/detector/VetoCounter/ED/threshold 250 keV
+/cexmc/detector/Calorimeter/ED/threshold 40 MeV
+
+/cexmc/detector/outerCrystalsVetoAlgorithm none
+/cexmc/detector/outerCrystalsVetoFraction 0.5
+
+/cexmc/detector/applyFiniteCrystalResolution true
+/cexmc/detector/addCrystalResolutionRange 0. 0.04 0.48
+/cexmc/detector/addCrystalResolutionRange 0.04 0.06 0.27
+/cexmc/detector/addCrystalResolutionRange 0.06 0.10 0.22
+/cexmc/detector/addCrystalResolutionRange 0.10 0.20 0.18
+/cexmc/detector/addCrystalResolutionRange 0.20 2.00 0.15
+
+/cexmc/gun/particle pi-
+/cexmc/gun/position 0 0 -36 cm
+/cexmc/gun/direction 0 0 1
+/cexmc/gun/momentumAmp 732.1 MeV
+/cexmc/gun/fwhmPosX 3.0 cm
+/cexmc/gun/fwhmPosY 3.5 cm
+/cexmc/gun/fwhmDirX 1.12 deg
+/cexmc/gun/fwhmDirY 1.35 deg
+/cexmc/gun/fwhmMomentumAmp 0.015
+
+/cexmc/physics/setMaxILCorrection 0
+/cexmc/physics/applyFermiMotionInTarget false
+#/cexmc/physics/setAngularRange 0.1 -0.1 2
+#/cexmc/physics/addAngularRange 1.0 0.0 10
+#/cexmc/physics/addAngularRange -0.5 -0.8 2
+/cexmc/physics/setAngularRange 1.0 -1.0 10
+
+/cexmc/reconstructor/momentumAmpDiff -2.1 MeV
+
+/cexmc/reconstructor/edCollectionAlgo all
+/cexmc/reconstructor/useInnerRefCrystal true
+/cexmc/reconstructor/entryPointDefinitionAlgo sqrt
+/cexmc/reconstructor/crystalSelectionAlgo all
+/cexmc/reconstructor/entryPointDepthDefinitionAlgo plain
+/cexmc/reconstructor/entryPointDepth 0 cm
+/cexmc/reconstructor/useTableMass false
+
+/cexmc/reconstructor/useMassCut false
+/cexmc/reconstructor/mCutOPCenter 530 MeV
+/cexmc/reconstructor/mCutNOPCenter 970 MeV
+/cexmc/reconstructor/mCutOPWidth 10 MeV
+/cexmc/reconstructor/mCutNOPWidth 30 MeV
+/cexmc/reconstructor/mCutAngle 45 deg
+
+/cexmc/reconstructor/useAbsorbedEnergyCut false
+/cexmc/reconstructor/aeCutCLCenter 310 MeV
+/cexmc/reconstructor/aeCutCRCenter 310 MeV
+/cexmc/reconstructor/aeCutCLWidth 100 MeV
+/cexmc/reconstructor/aeCutCRWidth 180 MeV
+/cexmc/reconstructor/aeCutAngle 45 deg
+
+/cexmc/run/eventCountPolicy trigger
+/cexmc/run/eventDataVerboseLevel trigger
+/cexmc/event/verbose 2
+/cexmc/vis/verbose 2
+
+/run/beamOn 10
\ No newline at end of file
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcAST.hh b/examples/advanced/ChargeExchangeMC/include/CexmcAST.hh
index 5cfc7e6c0e..6eddae7bb3 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcAST.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcAST.hh
@@ -78,9 +78,9 @@ namespace CexmcAST
struct Operator
{
- Operator( OperatorType type = Uninitialized, int priority = 0,
- bool hasRLAssoc = false ) :
- type( type ), priority( priority ), hasRLAssoc( hasRLAssoc )
+ Operator( OperatorType type_ = Uninitialized, int priority_ = 0,
+ bool hasRLAssoc_ = false ) :
+ type( type_ ), priority( priority_ ), hasRLAssoc( hasRLAssoc_ )
{}
OperatorType type;
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcAngularRange.hh b/examples/advanced/ChargeExchangeMC/include/CexmcAngularRange.hh
index 61ca999f24..a508941ffa 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcAngularRange.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcAngularRange.hh
@@ -54,8 +54,8 @@ struct CexmcAngularRange
CexmcAngularRange()
{}
- CexmcAngularRange( G4double top, G4double bottom, G4int index ) :
- top( top ), bottom( bottom ), index( index )
+ CexmcAngularRange( G4double top_, G4double bottom_, G4int index_ ) :
+ top( top_ ), bottom( bottom_ ), index( index_ )
{}
G4double top;
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcChargeExchangeReconstructor.hh b/examples/advanced/ChargeExchangeMC/include/CexmcChargeExchangeReconstructor.hh
index 18125bba24..eae5570f39 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcChargeExchangeReconstructor.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcChargeExchangeReconstructor.hh
@@ -49,7 +49,7 @@
#include "CexmcCommon.hh"
class CexmcChargeExchangeReconstructorMessenger;
-class CexmcEnergyDepositStore;
+struct CexmcEnergyDepositStore;
class CexmcProductionModel;
class CexmcParticleGun;
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcCustomFilter.hh b/examples/advanced/ChargeExchangeMC/include/CexmcCustomFilter.hh
index a2888e8d41..24b8156f7a 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcCustomFilter.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcCustomFilter.hh
@@ -61,6 +61,7 @@ namespace CexmcCustomFilter
using namespace boost::spirit::ascii;
using namespace boost::phoenix;
using namespace CexmcAST;
+ using boost::spirit::qi::rule;
using boost::spirit::ascii::space;
using boost::spirit::ascii::space_type;
using boost::spirit::ascii::alpha;
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcEnergyDepositStore.hh b/examples/advanced/ChargeExchangeMC/include/CexmcEnergyDepositStore.hh
index 89f7cfc299..06bee7c383 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcEnergyDepositStore.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcEnergyDepositStore.hh
@@ -51,29 +51,29 @@
struct CexmcEnergyDepositStore
{
- CexmcEnergyDepositStore( G4double monitorED,
- G4double vetoCounterEDLeft,
- G4double vetoCounterEDRight,
- G4double calorimeterEDLeft,
- G4double calorimeterEDRight,
- G4int calorimeterEDLeftMaxX,
- G4int calorimeterEDLeftMaxY,
- G4int calorimeterEDRightMaxX,
- G4int calorimeterEDRightMaxY,
+ CexmcEnergyDepositStore( G4double monitorED_,
+ G4double vetoCounterEDLeft_,
+ G4double vetoCounterEDRight_,
+ G4double calorimeterEDLeft_,
+ G4double calorimeterEDRight_,
+ G4int calorimeterEDLeftMaxX_,
+ G4int calorimeterEDLeftMaxY_,
+ G4int calorimeterEDRightMaxX_,
+ G4int calorimeterEDRightMaxY_,
const CexmcEnergyDepositCalorimeterCollection &
- calorimeterEDLeftCollection,
+ calorimeterEDLeftCollection_,
const CexmcEnergyDepositCalorimeterCollection &
- calorimeterEDRightCollection ) :
- monitorED( monitorED ), vetoCounterEDLeft( vetoCounterEDLeft ),
- vetoCounterEDRight( vetoCounterEDRight ),
- calorimeterEDLeft( calorimeterEDLeft ),
- calorimeterEDRight( calorimeterEDRight ),
- calorimeterEDLeftMaxX( calorimeterEDLeftMaxX ),
- calorimeterEDLeftMaxY( calorimeterEDLeftMaxY ),
- calorimeterEDRightMaxX( calorimeterEDRightMaxX ),
- calorimeterEDRightMaxY( calorimeterEDRightMaxY ),
- calorimeterEDLeftCollection( calorimeterEDLeftCollection ),
- calorimeterEDRightCollection( calorimeterEDRightCollection )
+ calorimeterEDRightCollection_ ) :
+ monitorED( monitorED_ ), vetoCounterEDLeft( vetoCounterEDLeft_ ),
+ vetoCounterEDRight( vetoCounterEDRight_ ),
+ calorimeterEDLeft( calorimeterEDLeft_ ),
+ calorimeterEDRight( calorimeterEDRight_ ),
+ calorimeterEDLeftMaxX( calorimeterEDLeftMaxX_ ),
+ calorimeterEDLeftMaxY( calorimeterEDLeftMaxY_ ),
+ calorimeterEDRightMaxX( calorimeterEDRightMaxX_ ),
+ calorimeterEDRightMaxY( calorimeterEDRightMaxY_ ),
+ calorimeterEDLeftCollection( calorimeterEDLeftCollection_ ),
+ calorimeterEDRightCollection( calorimeterEDRightCollection_ )
{}
void * operator new( size_t size );
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcEventAction.hh b/examples/advanced/ChargeExchangeMC/include/CexmcEventAction.hh
index d0166be802..42c6595aaa 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcEventAction.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcEventAction.hh
@@ -50,11 +50,11 @@
class G4Event;
class CexmcPhysicsManager;
class CexmcEnergyDepositDigitizer;
-class CexmcEnergyDepositStore;
+struct CexmcEnergyDepositStore;
class CexmcTrackPointsDigitizer;
-class CexmcTrackPointsStore;
+struct CexmcTrackPointsStore;
class CexmcEventActionMessenger;
-class CexmcProductionModelData;
+struct CexmcProductionModelData;
class CexmcChargeExchangeReconstructor;
@@ -150,7 +150,9 @@ class CexmcEventAction : public G4UserEventAction
CexmcChargeExchangeReconstructor * reconstructor;
- G4double opKinEnergy;
+#ifdef CEXMC_USE_ROOT
+ G4double opKinEnergy;
+#endif
private:
G4int verbose;
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcHadronicPhysics.hh b/examples/advanced/ChargeExchangeMC/include/CexmcHadronicPhysics.hh
index de6a7d3e04..1977b261ea 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcHadronicPhysics.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcHadronicPhysics.hh
@@ -63,8 +63,8 @@ class CexmcHadronicPhysics : public CexmcStudiedPhysics< CexmcHadronicProcess >
template < typename ProductionModel >
CexmcHadronicPhysics< ProductionModel >::CexmcHadronicPhysics(
- CexmcPhysicsManager * physicsManager ) :
- CexmcStudiedPhysics< CexmcHadronicProcess >( physicsManager )
+ CexmcPhysicsManager * physicsManager_ ) :
+ CexmcStudiedPhysics< CexmcHadronicProcess >( physicsManager_ )
{
productionModel = new ProductionModel;
}
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcHistoManager.hh b/examples/advanced/ChargeExchangeMC/include/CexmcHistoManager.hh
index 79f735f47d..4856e68b0e 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcHistoManager.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcHistoManager.hh
@@ -128,9 +128,9 @@ class CexmcHistoManager
CexmcHistoAxisData() : nBins( 0 ), nBinsMin( 0 ), nBinsMax( 0 )
{}
- CexmcHistoAxisData( Int_t nBins, Double_t nBinsMin,
- Double_t nBinsMax ) :
- nBins( nBins ), nBinsMin( nBinsMin ), nBinsMax( nBinsMax )
+ CexmcHistoAxisData( Int_t nBins_, Double_t nBinsMin_,
+ Double_t nBinsMax_ ) :
+ nBins( nBins_ ), nBinsMin( nBinsMin_ ), nBinsMax( nBinsMax_ )
{}
Int_t nBins;
@@ -156,14 +156,14 @@ class CexmcHistoManager
isARHisto( false ), isARRec( false ), triggerType( CexmcTPT )
{}
- CexmcHistoData( CexmcHistoType type, CexmcHistoImpl impl,
- bool isARHisto, bool isARRec,
- CexmcTriggerType triggerType,
- const G4String & name, const G4String & title,
- const CexmcHistoAxes & axes ) :
- type( type ), impl( impl ), isARHisto( isARHisto ),
- isARRec( isARRec ), triggerType( triggerType ), name( name ),
- title( title ), axes( axes )
+ CexmcHistoData( CexmcHistoType type_, CexmcHistoImpl impl_,
+ bool isARHisto_, bool isARRec_,
+ CexmcTriggerType triggerType_,
+ const G4String & name_, const G4String & title_,
+ const CexmcHistoAxes & axes_ ) :
+ type( type_ ), impl( impl_ ), isARHisto( isARHisto_ ),
+ isARRec( isARRec_ ), triggerType( triggerType_ ), name( name_ ),
+ title( title_ ), axes( axes_ )
{}
CexmcHistoType type;
@@ -310,6 +310,7 @@ inline G4int CexmcHistoManager::GetVerboseLevel( void ) const
return verboseLevel;
}
+#ifdef CEXMC_USE_ROOTQT
inline void CexmcHistoManager::AddHistoMenu( const G4String & handle,
const G4String & label )
@@ -335,7 +336,7 @@ inline void CexmcHistoManager::SetDrawOptions3D( const G4String & value )
{
drawOptions3D = value;
}
-
+#endif //CEXMC_USE_ROOTQT
#endif
#endif
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcPhaseSpaceGenerator.hh b/examples/advanced/ChargeExchangeMC/include/CexmcPhaseSpaceGenerator.hh
index ce4097c96c..6c691eed61 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcPhaseSpaceGenerator.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcPhaseSpaceGenerator.hh
@@ -51,8 +51,9 @@
struct CexmcPhaseSpaceOutVectorElement
{
- CexmcPhaseSpaceOutVectorElement( G4LorentzVector * lVec, G4double mass ) :
- lVec( lVec ), mass( mass )
+ CexmcPhaseSpaceOutVectorElement( G4LorentzVector * lVec_,
+ G4double mass_ ) :
+ lVec( lVec_ ), mass( mass_ )
{}
G4LorentzVector * lVec;
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcReconstructor.hh b/examples/advanced/ChargeExchangeMC/include/CexmcReconstructor.hh
index 0820cd900e..c2d2dc670e 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcReconstructor.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcReconstructor.hh
@@ -50,7 +50,7 @@
#include "CexmcCommon.hh"
class CexmcReconstructorMessenger;
-class CexmcEnergyDepositStore;
+struct CexmcEnergyDepositStore;
class CexmcReconstructor
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcSimpleRangeWithValue.hh b/examples/advanced/ChargeExchangeMC/include/CexmcSimpleRangeWithValue.hh
index d3a1a4e963..b780138a8c 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcSimpleRangeWithValue.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcSimpleRangeWithValue.hh
@@ -63,9 +63,9 @@ struct CexmcSimpleRangeWithValue
CexmcSimpleRangeWithValue()
{}
- CexmcSimpleRangeWithValue( G4double bottom, G4double top,
- G4double value ) :
- bottom( bottom ), top( top ), value( value )
+ CexmcSimpleRangeWithValue( G4double bottom_, G4double top_,
+ G4double value_ ) :
+ bottom( bottom_ ), top( top_ ), value( value_ )
{}
G4double bottom;
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcStudiedPhysics.hh b/examples/advanced/ChargeExchangeMC/include/CexmcStudiedPhysics.hh
index 818eaa14ea..696268f6e2 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcStudiedPhysics.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcStudiedPhysics.hh
@@ -86,9 +86,10 @@ class CexmcStudiedPhysics : public G4VPhysicsConstructor
template < typename Process >
CexmcStudiedPhysics< Process >::CexmcStudiedPhysics(
- CexmcPhysicsManager * physicsManager ) :
- G4VPhysicsConstructor( "studiedPhysics" ), physicsManager( physicsManager ),
- productionModel( NULL ), wasActivated( false )
+ CexmcPhysicsManager * physicsManager_ ) :
+ G4VPhysicsConstructor( "studiedPhysics" ),
+ physicsManager( physicsManager_ ), productionModel( NULL ),
+ wasActivated( false )
{
}
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcTrackPointInfo.hh b/examples/advanced/ChargeExchangeMC/include/CexmcTrackPointInfo.hh
index a074f8f0a9..2bb124acc4 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcTrackPointInfo.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcTrackPointInfo.hh
@@ -55,20 +55,23 @@
struct CexmcTrackPointInfo
{
- CexmcTrackPointInfo() : trackId( CexmcInvalidTrackId )
- {}
+ // explicit argument is only needed by G4THitsMap template,
+ // it has no actual use here
+ explicit CexmcTrackPointInfo( G4double unused = 0. ) :
+ momentumAmp ( unused ), trackId( CexmcInvalidTrackId )
+ {}
- CexmcTrackPointInfo( const G4ThreeVector & positionLocal,
- const G4ThreeVector & positionWorld,
- const G4ThreeVector & directionLocal,
- const G4ThreeVector & directionWorld,
- G4double momentumAmp,
- const G4ParticleDefinition * particle,
- G4int trackId, CexmcTrackType trackType ) :
- positionLocal( positionLocal ), positionWorld( positionWorld ),
- directionLocal( directionLocal ), directionWorld( directionWorld ),
- momentumAmp( momentumAmp ), particle( particle ), trackId( trackId ),
- trackType( trackType )
+ CexmcTrackPointInfo( const G4ThreeVector & positionLocal_,
+ const G4ThreeVector & positionWorld_,
+ const G4ThreeVector & directionLocal_,
+ const G4ThreeVector & directionWorld_,
+ G4double momentumAmp_,
+ const G4ParticleDefinition * particle_,
+ G4int trackId_, CexmcTrackType trackType_ ) :
+ positionLocal( positionLocal_ ), positionWorld( positionWorld_ ),
+ directionLocal( directionLocal_ ), directionWorld( directionWorld_ ),
+ momentumAmp( momentumAmp_ ), particle( particle_ ), trackId( trackId_ ),
+ trackType( trackType_ )
{}
G4bool IsValid( void ) const
diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcTrackPointsStore.hh b/examples/advanced/ChargeExchangeMC/include/CexmcTrackPointsStore.hh
index 384ead2837..46ee184d64 100644
--- a/examples/advanced/ChargeExchangeMC/include/CexmcTrackPointsStore.hh
+++ b/examples/advanced/ChargeExchangeMC/include/CexmcTrackPointsStore.hh
@@ -50,27 +50,27 @@
struct CexmcTrackPointsStore
{
- CexmcTrackPointsStore( const CexmcTrackPointInfo & monitorTP,
- const CexmcTrackPointInfo & targetTPBeamParticle,
- const CexmcTrackPointInfo & targetTPOutputParticle,
- const CexmcTrackPointInfo & targetTPNucleusParticle,
- const CexmcTrackPointInfo & targetTPOutputParticleDecayProductParticle1,
- const CexmcTrackPointInfo & targetTPOutputParticleDecayProductParticle2,
- const CexmcTrackPointInfo & vetoCounterTPLeft,
- const CexmcTrackPointInfo & vetoCounterTPRight,
- const CexmcTrackPointInfo & calorimeterTPLeft,
- const CexmcTrackPointInfo & calorimeterTPRight ) :
- monitorTP( monitorTP ), targetTPBeamParticle( targetTPBeamParticle ),
- targetTPOutputParticle( targetTPOutputParticle ),
- targetTPNucleusParticle( targetTPNucleusParticle ),
+ CexmcTrackPointsStore( const CexmcTrackPointInfo & monitorTP_,
+ const CexmcTrackPointInfo & targetTPBeamParticle_,
+ const CexmcTrackPointInfo & targetTPOutputParticle_,
+ const CexmcTrackPointInfo & targetTPNucleusParticle_,
+ const CexmcTrackPointInfo & targetTPOutputParticleDecayProductParticle1_,
+ const CexmcTrackPointInfo & targetTPOutputParticleDecayProductParticle2_,
+ const CexmcTrackPointInfo & vetoCounterTPLeft_,
+ const CexmcTrackPointInfo & vetoCounterTPRight_,
+ const CexmcTrackPointInfo & calorimeterTPLeft_,
+ const CexmcTrackPointInfo & calorimeterTPRight_ ) :
+ monitorTP( monitorTP_ ), targetTPBeamParticle( targetTPBeamParticle_ ),
+ targetTPOutputParticle( targetTPOutputParticle_ ),
+ targetTPNucleusParticle( targetTPNucleusParticle_ ),
targetTPOutputParticleDecayProductParticle1(
- targetTPOutputParticleDecayProductParticle1 ),
+ targetTPOutputParticleDecayProductParticle1_ ),
targetTPOutputParticleDecayProductParticle2(
- targetTPOutputParticleDecayProductParticle2 ),
- vetoCounterTPLeft( vetoCounterTPLeft ),
- vetoCounterTPRight( vetoCounterTPRight ),
- calorimeterTPLeft( calorimeterTPLeft ),
- calorimeterTPRight( calorimeterTPRight )
+ targetTPOutputParticleDecayProductParticle2_ ),
+ vetoCounterTPLeft( vetoCounterTPLeft_ ),
+ vetoCounterTPRight( vetoCounterTPRight_ ),
+ calorimeterTPLeft( calorimeterTPLeft_ ),
+ calorimeterTPRight( calorimeterTPRight_ )
{}
void * operator new( size_t size );
diff --git a/examples/advanced/ChargeExchangeMC/preinit.mac b/examples/advanced/ChargeExchangeMC/preinit.mac
index 01c56d8c18..e42811e3a8 100644
--- a/examples/advanced/ChargeExchangeMC/preinit.mac
+++ b/examples/advanced/ChargeExchangeMC/preinit.mac
@@ -5,6 +5,5 @@
/cexmc/geometry/gdmlFile lht.gdml
/cexmc/geometry/validateGdmlFile
-/cexmc/histo/verbose 0
/cexmc/physics/productionModel eta
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcASTEval.cc b/examples/advanced/ChargeExchangeMC/src/CexmcASTEval.cc
index 8072918332..e33dbb74cb 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcASTEval.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcASTEval.cc
@@ -148,9 +148,9 @@ namespace
const G4double CexmcASTEval::constants[] = { eV, keV, MeV, GeV, mm, cm, m };
-CexmcASTEval::CexmcASTEval( const CexmcEventFastSObject * evFastSObject,
- const CexmcEventSObject * evSObject ) :
- evFastSObject( evFastSObject ), evSObject( evSObject )
+CexmcASTEval::CexmcASTEval( const CexmcEventFastSObject * evFastSObject_,
+ const CexmcEventSObject * evSObject_ ) :
+ evFastSObject( evFastSObject_ ), evSObject( evSObject_ )
{
}
@@ -208,10 +208,10 @@ CexmcAST::BasicEval::ScalarValueType CexmcASTEval::GetVarScalarValue(
}
else
{
- const int * const & addr( boost::get< const int * >( var.addr ) );
+ const int * const & addr_( boost::get< const int * >( var.addr ) );
- if ( addr )
- return *addr;
+ if ( addr_ )
+ return *addr_;
}
/* found in varAddrMap */
@@ -220,26 +220,26 @@ CexmcAST::BasicEval::ScalarValueType CexmcASTEval::GetVarScalarValue(
if ( found != varAddrMap.end() )
{
- const CexmcEnergyDepositCalorimeterCollection * const * addr(
+ const CexmcEnergyDepositCalorimeterCollection * const * addr_(
boost::get< const CexmcEnergyDepositCalorimeterCollection * >(
&found->second ) );
- if ( addr )
+ if ( addr_ )
{
- if ( *addr )
+ if ( *addr_ )
{
- if ( ( *addr )->size() == 0 )
+ if ( ( *addr_ )->size() == 0 )
throw CexmcException( CexmcCFUninitializedVector );
if ( var.index1 == 0 || var.index2 == 0 )
throw CexmcException( CexmcCFUnexpectedVectorIndex );
- return ( *addr )->at( var.index1 - 1 ).at( var.index2 - 1 );
+ return ( *addr_ )->at( var.index1 - 1 ).at( var.index2 - 1 );
}
}
else
{
- const bool * const & addr( boost::get< const bool * >(
+ const bool * const & addr__( boost::get< const bool * >(
found->second ) );
- if ( addr )
- return int( *addr );
+ if ( addr__ )
+ return int( *addr__ );
}
}
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcChargeExchangeReconstructorMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcChargeExchangeReconstructorMessenger.cc
index 30682f0038..2846a4d5b6 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcChargeExchangeReconstructorMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcChargeExchangeReconstructorMessenger.cc
@@ -51,8 +51,8 @@
CexmcChargeExchangeReconstructorMessenger::
CexmcChargeExchangeReconstructorMessenger(
- CexmcChargeExchangeReconstructor * reconstructor ) :
- reconstructor( reconstructor ), useTableMass( NULL ),
+ CexmcChargeExchangeReconstructor * reconstructor_ ) :
+ reconstructor( reconstructor_ ), useTableMass( NULL ),
useMassCut( NULL ), mCutOPCenter( NULL ), mCutNOPCenter( NULL ),
mCutOPWidth( NULL ), mCutNOPWidth( NULL ), mCutAngle( NULL ),
useAbsorbedEnergyCut( NULL ), aeCutCLCenter( NULL ),
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcCustomFilter.cc b/examples/advanced/ChargeExchangeMC/src/CexmcCustomFilter.cc
index 73b6a36209..9e29d4abab 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcCustomFilter.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcCustomFilter.cc
@@ -120,16 +120,16 @@ namespace CexmcCustomFilter
if ( candidate->children.size() < 2 )
break;
- bool haveSamePriorities( false );
+ bool haveSamePriorities_( false );
Operator * candidateOp( boost::get< Operator >(
&candidate->type ) );
if ( candidateOp )
- haveSamePriorities = value.priority == candidateOp->priority;
+ haveSamePriorities_ = value.priority == candidateOp->priority;
/* FIXME: what to do if candidate has RL association? Our grammar is
* not a subject of this issue; probably no grammar is a subject */
- if ( ! haveSamePriorities )
+ if ( ! haveSamePriorities_ )
break;
astDeepestRight = candidate;
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositDigitizerMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositDigitizerMessenger.cc
index aede89f55b..3bff3dd035 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositDigitizerMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositDigitizerMessenger.cc
@@ -54,8 +54,8 @@
CexmcEnergyDepositDigitizerMessenger::CexmcEnergyDepositDigitizerMessenger(
- CexmcEnergyDepositDigitizer * energyDepositDigitizer ) :
- energyDepositDigitizer( energyDepositDigitizer ),
+ CexmcEnergyDepositDigitizer * energyDepositDigitizer_ ) :
+ energyDepositDigitizer( energyDepositDigitizer_ ),
setMonitorThreshold( NULL ), setVetoCountersThreshold( NULL ),
setLeftVetoCounterThreshold( NULL ), setRightVetoCounterThreshold( NULL ),
setCalorimetersThreshold( NULL ), setLeftCalorimeterThreshold( NULL ),
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositInCalorimeter.cc b/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositInCalorimeter.cc
index e3029544bc..40ba4d0229 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositInCalorimeter.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositInCalorimeter.cc
@@ -52,8 +52,8 @@
CexmcEnergyDepositInCalorimeter::CexmcEnergyDepositInCalorimeter(
- const G4String & name, const CexmcSetup * setup ) :
- CexmcEnergyDepositInLeftRightSet( name, setup )
+ const G4String & name, const CexmcSetup * setup_ ) :
+ CexmcEnergyDepositInLeftRightSet( name, setup_ )
{
}
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositInLeftRightSet.cc b/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositInLeftRightSet.cc
index e77eb916c7..0d81bb23af 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositInLeftRightSet.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcEnergyDepositInLeftRightSet.cc
@@ -52,8 +52,8 @@
CexmcEnergyDepositInLeftRightSet::CexmcEnergyDepositInLeftRightSet(
- const G4String & name, const CexmcSetup * setup ) :
- CexmcSimpleEnergyDeposit( name ), setup( setup )
+ const G4String & name, const CexmcSetup * setup_ ) :
+ CexmcSimpleEnergyDeposit( name ), setup( setup_ )
{
}
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcEventAction.cc b/examples/advanced/ChargeExchangeMC/src/CexmcEventAction.cc
index f74a654975..28552426c2 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcEventAction.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcEventAction.cc
@@ -83,18 +83,22 @@ namespace
G4Colour CexmcTrackPointsMarkerColour( 0.0, 1.0, 0.4 );
G4Colour CexmcRecTrackPointsMarkerColour( 1.0, 0.4, 0.0 );
-
+#ifdef CEXMC_USE_ROOT
inline G4double CexmcGetKinEnergy( G4double momentumAmp, G4double mass )
{
return std::sqrt( momentumAmp * momentumAmp + mass * mass ) - mass;
}
+#endif
}
-CexmcEventAction::CexmcEventAction( CexmcPhysicsManager * physicsManager,
- G4int verbose ) :
- physicsManager( physicsManager ), reconstructor( NULL ), opKinEnergy( 0. ),
- verbose( verbose ), verboseDraw( 4 ), messenger( NULL )
+CexmcEventAction::CexmcEventAction( CexmcPhysicsManager * physicsManager_,
+ G4int verbose_ ) :
+ physicsManager( physicsManager_ ), reconstructor( NULL ),
+#ifdef CEXMC_USE_ROOT
+ opKinEnergy( 0. ),
+#endif
+ verbose( verbose_ ), verboseDraw( 4 ), messenger( NULL )
{
G4DigiManager * digiManager( G4DigiManager::GetDMpointer() );
digiManager->AddNewModule( new CexmcEnergyDepositDigitizer(
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcEventActionMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcEventActionMessenger.cc
index d17432d4ee..a2ca1aa837 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcEventActionMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcEventActionMessenger.cc
@@ -48,8 +48,8 @@
CexmcEventActionMessenger::CexmcEventActionMessenger(
- CexmcEventAction * eventAction ) :
- eventAction( eventAction ), setVerboseLevel( NULL ),
+ CexmcEventAction * eventAction_ ) :
+ eventAction( eventAction_ ), setVerboseLevel( NULL ),
setVerboseDrawLevel( NULL )
{
setVerboseLevel = new G4UIcmdWithAnInteger(
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcEventInfo.cc b/examples/advanced/ChargeExchangeMC/src/CexmcEventInfo.cc
index a8d20f3f57..6619258a51 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcEventInfo.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcEventInfo.cc
@@ -44,10 +44,10 @@
#include "CexmcEventInfo.hh"
-CexmcEventInfo::CexmcEventInfo( G4bool edTriggerIsOk, G4bool tpTriggerIsOk,
- G4bool reconstructionIsOk ) :
- edTriggerIsOk( edTriggerIsOk ), tpTriggerIsOk( tpTriggerIsOk ),
- reconstructionIsOk( reconstructionIsOk )
+CexmcEventInfo::CexmcEventInfo( G4bool edTriggerIsOk_, G4bool tpTriggerIsOk_,
+ G4bool reconstructionIsOk_ ) :
+ edTriggerIsOk( edTriggerIsOk_ ), tpTriggerIsOk( tpTriggerIsOk_ ),
+ reconstructionIsOk( reconstructionIsOk_ )
{
}
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcException.cc b/examples/advanced/ChargeExchangeMC/src/CexmcException.cc
index de8f63b959..66b72632d3 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcException.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcException.cc
@@ -46,7 +46,7 @@
#include "CexmcCommon.hh"
-CexmcException::CexmcException( CexmcExceptionType type ) : type( type )
+CexmcException::CexmcException( CexmcExceptionType type_ ) : type( type_ )
{
}
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcHistoManagerMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcHistoManagerMessenger.cc
index fda930b2a9..11e1402af8 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcHistoManagerMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcHistoManagerMessenger.cc
@@ -53,8 +53,8 @@
CexmcHistoManagerMessenger::CexmcHistoManagerMessenger(
- CexmcHistoManager * histoManager ) :
- histoManager( histoManager ), setVerboseLevel( NULL ), listHistos( NULL ),
+ CexmcHistoManager * histoManager_ ) :
+ histoManager( histoManager_ ), setVerboseLevel( NULL ), listHistos( NULL ),
printHisto( NULL )
#ifdef CEXMC_USE_ROOTQT
, drawHisto( NULL ), addHistoMenu( NULL ), drawHistoOptions1D( NULL ),
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcHistoWidget.cc b/examples/advanced/ChargeExchangeMC/src/CexmcHistoWidget.cc
index bcf0034c51..e852a9821f 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcHistoWidget.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcHistoWidget.cc
@@ -60,7 +60,7 @@ CexmcHistoWidget::CexmcHistoWidget()
}
-void CexmcHistoWidget::contextMenuEvent( QContextMenuEvent * event )
+void CexmcHistoWidget::contextMenuEvent( QContextMenuEvent * aEvent )
{
/* TRootContextMenu responsiveness is very ugly and unstable in Geant4
* environment, so we have to replace it with something more useful
@@ -69,7 +69,7 @@ void CexmcHistoWidget::contextMenuEvent( QContextMenuEvent * event )
* backend for its context menu.
* TQtWidget utilizes QContextMenuEvent::Other reason to draw
* TRootContextMenu object. */
- if ( event->reason() == QContextMenuEvent::Other )
+ if ( aEvent->reason() == QContextMenuEvent::Other )
{
TObject * object( NULL );
TListIter curPrimitive( fCanvas->GetListOfPrimitives() );
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcIncidentParticleTrackInfo.cc b/examples/advanced/ChargeExchangeMC/src/CexmcIncidentParticleTrackInfo.cc
index dba0bfeecd..6bbe98b4c5 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcIncidentParticleTrackInfo.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcIncidentParticleTrackInfo.cc
@@ -45,8 +45,8 @@
CexmcIncidentParticleTrackInfo::CexmcIncidentParticleTrackInfo(
- CexmcTrackType trackType ) :
- CexmcTrackInfo( trackType ), currentTrackLengthInTarget( 0. ),
+ CexmcTrackType trackType_ ) :
+ CexmcTrackInfo( trackType_ ), currentTrackLengthInTarget( 0. ),
finalTrackLengthInTarget( 0. ), isStudiedProcessActivated( false ),
needsTrackLengthResampling( false )
{
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcParticleGun.cc b/examples/advanced/ChargeExchangeMC/src/CexmcParticleGun.cc
index 6f9cd9e468..987a7f926a 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcParticleGun.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcParticleGun.cc
@@ -45,9 +45,9 @@
#include "CexmcParticleGunMessenger.hh"
-CexmcParticleGun::CexmcParticleGun( CexmcPhysicsManager * physicsManager,
+CexmcParticleGun::CexmcParticleGun( CexmcPhysicsManager * physicsManager_,
G4int nmbOfParticles ) :
- G4ParticleGun( nmbOfParticles ), physicsManager( physicsManager ),
+ G4ParticleGun( nmbOfParticles ), physicsManager( physicsManager_ ),
origPos( 0, 0, 0 ), origDir( 0, 0, 0 ), origMomentumAmp( 0 ),
messenger( NULL )
{
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcParticleGunMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcParticleGunMessenger.cc
index 975388f7e1..71a1d76adc 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcParticleGunMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcParticleGunMessenger.cc
@@ -55,8 +55,8 @@
CexmcParticleGunMessenger::CexmcParticleGunMessenger(
- CexmcParticleGun * particleGun ) :
- particleGun( particleGun ), setParticle( NULL ), setOrigPosition( NULL ),
+ CexmcParticleGun * particleGun_ ) :
+ particleGun( particleGun_ ), setParticle( NULL ), setOrigPosition( NULL ),
setOrigDirection( NULL ), setOrigMomentumAmp( NULL )
{
setParticle = new G4UIcmdWithAString(
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcPhysicsManagerMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcPhysicsManagerMessenger.cc
index 5d3757f225..2295ae58fb 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcPhysicsManagerMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcPhysicsManagerMessenger.cc
@@ -48,8 +48,8 @@
CexmcPhysicsManagerMessenger::CexmcPhysicsManagerMessenger(
- CexmcPhysicsManager * physicsManager ) :
- physicsManager( physicsManager ), setMaxILCorrection( NULL )
+ CexmcPhysicsManager * physicsManager_ ) :
+ physicsManager( physicsManager_ ), setMaxILCorrection( NULL )
{
setMaxILCorrection = new G4UIcmdWithADoubleAndUnit(
( CexmcMessenger::physicsDirName + "setMaxILCorrection" ).c_str(),
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcPrimaryGeneratorActionMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcPrimaryGeneratorActionMessenger.cc
index cd652ea136..9638b05fc9 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcPrimaryGeneratorActionMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcPrimaryGeneratorActionMessenger.cc
@@ -49,8 +49,8 @@
CexmcPrimaryGeneratorActionMessenger::CexmcPrimaryGeneratorActionMessenger(
- CexmcPrimaryGeneratorAction * primaryGeneratorAction ) :
- primaryGeneratorAction( primaryGeneratorAction ),
+ CexmcPrimaryGeneratorAction * primaryGeneratorAction_ ) :
+ primaryGeneratorAction( primaryGeneratorAction_ ),
fwhmPosX( NULL ), fwhmPosY( NULL ), fwhmDirX( NULL ), fwhmDirY( NULL ),
fwhmMomentumAmp( NULL )
{
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcProductionModel.cc b/examples/advanced/ChargeExchangeMC/src/CexmcProductionModel.cc
index 021e269184..33f85792c8 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcProductionModel.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcProductionModel.cc
@@ -46,10 +46,10 @@
#include "CexmcProductionModelMessenger.hh"
-CexmcProductionModel::CexmcProductionModel( const G4String & name,
- G4bool fermiMotionIsOn ) :
- name( name ), fermiMotionIsOn( fermiMotionIsOn ), incidentParticle( NULL ),
- nucleusParticle( NULL ), outputParticle( NULL ),
+CexmcProductionModel::CexmcProductionModel( const G4String & name_,
+ G4bool fermiMotionIsOn_ ) :
+ name( name_ ), fermiMotionIsOn( fermiMotionIsOn_ ),
+ incidentParticle( NULL ), nucleusParticle( NULL ), outputParticle( NULL ),
nucleusOutputParticle( NULL ), messenger( NULL )
{
angularRanges.push_back( CexmcAngularRange( 1.0, -1.0, 0 ) );
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcProductionModelData.cc b/examples/advanced/ChargeExchangeMC/src/CexmcProductionModelData.cc
index 6c6d306b41..a3b945afd6 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcProductionModelData.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcProductionModelData.cc
@@ -51,29 +51,29 @@ CexmcProductionModelData::CexmcProductionModelData()
CexmcProductionModelData::CexmcProductionModelData(
- const G4LorentzVector & incidentParticleSCM,
- const G4LorentzVector & incidentParticleLAB,
- const G4LorentzVector & nucleusParticleSCM,
- const G4LorentzVector & nucleusParticleLAB,
- const G4LorentzVector & outputParticleSCM,
- const G4LorentzVector & outputParticleLAB,
- const G4LorentzVector & nucleusOutputParticleSCM,
- const G4LorentzVector & nucleusOutputParticleLAB,
- const G4ParticleDefinition * incidentParticle,
- const G4ParticleDefinition * nucleusParticle,
- const G4ParticleDefinition * outputParticle,
- const G4ParticleDefinition * nucleusOutputParticle ) :
- incidentParticleSCM( incidentParticleSCM ),
- incidentParticleLAB( incidentParticleLAB ),
- nucleusParticleSCM( nucleusParticleSCM ),
- nucleusParticleLAB( nucleusParticleLAB ),
- outputParticleSCM( outputParticleSCM ),
- outputParticleLAB( outputParticleLAB ),
- nucleusOutputParticleSCM( nucleusOutputParticleSCM ),
- nucleusOutputParticleLAB( nucleusOutputParticleLAB ),
- incidentParticle( incidentParticle ), nucleusParticle( nucleusParticle ),
- outputParticle( outputParticle ),
- nucleusOutputParticle( nucleusOutputParticle )
+ const G4LorentzVector & incidentParticleSCM_,
+ const G4LorentzVector & incidentParticleLAB_,
+ const G4LorentzVector & nucleusParticleSCM_,
+ const G4LorentzVector & nucleusParticleLAB_,
+ const G4LorentzVector & outputParticleSCM_,
+ const G4LorentzVector & outputParticleLAB_,
+ const G4LorentzVector & nucleusOutputParticleSCM_,
+ const G4LorentzVector & nucleusOutputParticleLAB_,
+ const G4ParticleDefinition * incidentParticle_,
+ const G4ParticleDefinition * nucleusParticle_,
+ const G4ParticleDefinition * outputParticle_,
+ const G4ParticleDefinition * nucleusOutputParticle_ ) :
+ incidentParticleSCM( incidentParticleSCM_ ),
+ incidentParticleLAB( incidentParticleLAB_ ),
+ nucleusParticleSCM( nucleusParticleSCM_ ),
+ nucleusParticleLAB( nucleusParticleLAB_ ),
+ outputParticleSCM( outputParticleSCM_ ),
+ outputParticleLAB( outputParticleLAB_ ),
+ nucleusOutputParticleSCM( nucleusOutputParticleSCM_ ),
+ nucleusOutputParticleLAB( nucleusOutputParticleLAB_ ),
+ incidentParticle( incidentParticle_ ), nucleusParticle( nucleusParticle_ ),
+ outputParticle( outputParticle_ ),
+ nucleusOutputParticle( nucleusOutputParticle_ )
{
}
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcProductionModelMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcProductionModelMessenger.cc
index 7b23bb104e..4827a9c553 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcProductionModelMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcProductionModelMessenger.cc
@@ -49,8 +49,8 @@
CexmcProductionModelMessenger::CexmcProductionModelMessenger(
- CexmcProductionModel * productionModel ) :
- productionModel( productionModel ), applyFermiMotion( NULL ),
+ CexmcProductionModel * productionModel_ ) :
+ productionModel( productionModel_ ), applyFermiMotion( NULL ),
setAngularRange( NULL ), addAngularRange( NULL )
{
applyFermiMotion = new G4UIcmdWithABool(
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcReconstructorMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcReconstructorMessenger.cc
index ff18dbf3cb..0859906634 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcReconstructorMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcReconstructorMessenger.cc
@@ -51,8 +51,8 @@
CexmcReconstructorMessenger::CexmcReconstructorMessenger(
- CexmcReconstructor * reconstructor ) :
- reconstructor( reconstructor ),
+ CexmcReconstructor * reconstructor_ ) :
+ reconstructor( reconstructor_ ),
setCalorimeterEntryPointDefinitionAlgorithm( NULL ),
setCrystalSelectionAlgorithm( NULL ), useInnerRefCrystal( NULL ),
setCalorimeterEntryPointDepth( NULL )
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcReimplementedGenbod.cc b/examples/advanced/ChargeExchangeMC/src/CexmcReimplementedGenbod.cc
index 82a21ee235..daca4fa2c3 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcReimplementedGenbod.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcReimplementedGenbod.cc
@@ -178,8 +178,8 @@ G4double CexmcReimplementedGenbod::Generate( void )
++i;
}
- for ( int i( 0 ); i < nmbOfOutputParticles; ++i )
- *outVec[ i ].lVec *= GeV;
+ for ( int j( 0 ); j < nmbOfOutputParticles; ++j )
+ *outVec[ j ].lVec *= GeV;
//
//---> return the weigth of event
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcRunAction.cc b/examples/advanced/ChargeExchangeMC/src/CexmcRunAction.cc
index 3d30e472cf..39c3b33457 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcRunAction.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcRunAction.cc
@@ -53,8 +53,8 @@
#include "CexmcException.hh"
-CexmcRunAction::CexmcRunAction( CexmcPhysicsManager * physicsManager ) :
- physicsManager( physicsManager )
+CexmcRunAction::CexmcRunAction( CexmcPhysicsManager * physicsManager_ ) :
+ physicsManager( physicsManager_ )
{
}
@@ -167,8 +167,8 @@ void CexmcRunAction::PrintResults(
std::vector< std::string > auxString( nmbOfAuxColumns );
- for ( size_t i( 0 ); i < nmbOfAuxColumns; ++i )
- auxString[ i ] = auxStringStream[ i ].str();
+ for ( size_t j( 0 ); j < nmbOfAuxColumns; ++j )
+ auxString[ j ] = auxStringStream[ j ].str();
auxStrings.push_back( auxString );
}
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcRunManager.cc b/examples/advanced/ChargeExchangeMC/src/CexmcRunManager.cc
index ee2ccf6b1c..6878846e50 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcRunManager.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcRunManager.cc
@@ -102,14 +102,14 @@ namespace
}
-CexmcRunManager::CexmcRunManager( const G4String & projectId,
- const G4String & rProject,
+CexmcRunManager::CexmcRunManager( const G4String & projectId_,
+ const G4String & rProject_,
G4bool overrideExistingProject ) :
basePhysicsUsed( CexmcPMFactoryInstance::GetBasePhysics() ),
productionModelType( CexmcUnknownProductionModel ),
gdmlFileName( "default.gdml" ), shouldGdmlFileBeValidated( true ),
- zipGdmlFile( false ), projectsDir( "." ), projectId( projectId ),
- rProject( rProject ), guiMacroName( "" ), cfFileName( "" ),
+ zipGdmlFile( false ), projectsDir( "." ), projectId( projectId_ ),
+ rProject( rProject_ ), guiMacroName( "" ), cfFileName( "" ),
eventCountPolicy( CexmcCountAllEvents ),
skipInteractionsWithoutEDTonWrite( true ),
evDataVerboseLevel( CexmcWriteEventDataOnEveryEDT ),
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcRunManagerMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcRunManagerMessenger.cc
index a2bad91bac..da921019bb 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcRunManagerMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcRunManagerMessenger.cc
@@ -51,8 +51,8 @@
CexmcRunManagerMessenger::CexmcRunManagerMessenger(
- CexmcRunManager * runManager ) :
- runManager( runManager ), setProductionModel( NULL ), setGdmlFile( NULL ),
+ CexmcRunManager * runManager_ ) :
+ runManager( runManager_ ), setProductionModel( NULL ), setGdmlFile( NULL ),
setGuiMacro( NULL ), setEventCountPolicy( NULL ),
setEventDataVerboseLevel( NULL ),
#ifdef CEXMC_USE_PERSISTENCY
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcScenePrimitives.cc b/examples/advanced/ChargeExchangeMC/src/CexmcScenePrimitives.cc
index d8771f13b2..d22b7d5f5d 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcScenePrimitives.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcScenePrimitives.cc
@@ -68,8 +68,8 @@ namespace
}
-CexmcScenePrimitives::CexmcScenePrimitives( CexmcSetup * setup ) :
- setup( setup ), markTargetCenter( false ), highlightInnerCrystals( false ),
+CexmcScenePrimitives::CexmcScenePrimitives( CexmcSetup * setup_ ) :
+ setup( setup_ ), markTargetCenter( false ), highlightInnerCrystals( false ),
messenger( NULL )
{
messenger = new CexmcScenePrimitivesMessenger( this );
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcScenePrimitivesMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcScenePrimitivesMessenger.cc
index 57f74f3baf..f882748c9d 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcScenePrimitivesMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcScenePrimitivesMessenger.cc
@@ -55,8 +55,8 @@
CexmcScenePrimitivesMessenger::CexmcScenePrimitivesMessenger(
- CexmcScenePrimitives * scenePrimitives ) :
- scenePrimitives( scenePrimitives ), drawRadialLine( NULL ),
+ CexmcScenePrimitives * scenePrimitives_ ) :
+ scenePrimitives( scenePrimitives_ ), drawRadialLine( NULL ),
clearRadialLines( NULL ), markTargetCenter( NULL ),
highlightInnerCrystals( NULL ), setColour( NULL )
{
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcSensitiveDetectorMessenger.cc b/examples/advanced/ChargeExchangeMC/src/CexmcSensitiveDetectorMessenger.cc
index 36f27b6f4f..bc8d9fb34c 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcSensitiveDetectorMessenger.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcSensitiveDetectorMessenger.cc
@@ -53,8 +53,8 @@
CexmcSensitiveDetectorMessenger::CexmcSensitiveDetectorMessenger(
- G4VPrimitiveScorer * scorer ) :
- scorer( scorer ), detectorPath( NULL ), setVerboseLevel( NULL )
+ G4VPrimitiveScorer * scorer_ ) :
+ scorer( scorer_ ), detectorPath( NULL ), setVerboseLevel( NULL )
{
G4MultiFunctionalDetector * detector(
scorer->GetMultiFunctionalDetector() );
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcSetup.cc b/examples/advanced/ChargeExchangeMC/src/CexmcSetup.cc
index f58ba7fac2..6113248fa9 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcSetup.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcSetup.cc
@@ -68,8 +68,9 @@
#include "CexmcException.hh"
-CexmcSetup::CexmcSetup( const G4String & gdmlFile, G4bool validateGDMLFile ) :
- world( 0 ), gdmlFile( gdmlFile ), validateGDMLFile( validateGDMLFile ),
+CexmcSetup::CexmcSetup( const G4String & gdmlFile_,
+ G4bool validateGDMLFile_ ) :
+ world( 0 ), gdmlFile( gdmlFile_ ), validateGDMLFile( validateGDMLFile_ ),
calorimeterRegionInitialized( false ),
calorimeterGeometryDataInitialized( false ), monitorVolume( NULL ),
vetoCounterVolume( NULL ), calorimeterVolume( NULL ), targetVolume( NULL ),
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcSteppingAction.cc b/examples/advanced/ChargeExchangeMC/src/CexmcSteppingAction.cc
index 22237abea2..b9a0b23c99 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcSteppingAction.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcSteppingAction.cc
@@ -57,8 +57,8 @@
CexmcSteppingAction::CexmcSteppingAction(
- CexmcPhysicsManager * physicsManager ) :
- physicsManager( physicsManager ), targetVolume( NULL )
+ CexmcPhysicsManager * physicsManager_ ) :
+ physicsManager( physicsManager_ ), targetVolume( NULL )
{
G4RunManager * runManager( G4RunManager::GetRunManager() );
const CexmcSetup * setup( static_cast< const CexmcSetup * >(
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcStudiedProcess.cc b/examples/advanced/ChargeExchangeMC/src/CexmcStudiedProcess.cc
index 04b7f3dd24..bb9c450ca2 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcStudiedProcess.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcStudiedProcess.cc
@@ -48,10 +48,10 @@
#include "CexmcCommon.hh"
-CexmcStudiedProcess::CexmcStudiedProcess( CexmcPhysicsManager * physicsManager,
- G4ProcessType processType ) :
+CexmcStudiedProcess::CexmcStudiedProcess(
+ CexmcPhysicsManager * physicsManager_, G4ProcessType processType ) :
G4WrapperProcess( CexmcStudiedProcessFirstName, processType ),
- physicsManager( physicsManager )
+ physicsManager( physicsManager_ )
{
}
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcTrackInfo.cc b/examples/advanced/ChargeExchangeMC/src/CexmcTrackInfo.cc
index f87b82992d..269a07c098 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcTrackInfo.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcTrackInfo.cc
@@ -44,8 +44,9 @@
#include "CexmcTrackInfo.hh"
-CexmcTrackInfo::CexmcTrackInfo( CexmcTrackType trackType, G4int copyNumber ) :
- trackType( trackType ), copyNumber( copyNumber )
+CexmcTrackInfo::CexmcTrackInfo( CexmcTrackType trackType_,
+ G4int copyNumber_ ) :
+ trackType( trackType_ ), copyNumber( copyNumber_ )
{
}
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcTrackPointsInCalorimeter.cc b/examples/advanced/ChargeExchangeMC/src/CexmcTrackPointsInCalorimeter.cc
index a7d114bf23..553676dd86 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcTrackPointsInCalorimeter.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcTrackPointsInCalorimeter.cc
@@ -52,8 +52,8 @@
CexmcTrackPointsInCalorimeter::CexmcTrackPointsInCalorimeter(
- const G4String & name, const CexmcSetup * setup ) :
- CexmcTrackPointsInLeftRightSet( name, setup )
+ const G4String & name, const CexmcSetup * setup_ ) :
+ CexmcTrackPointsInLeftRightSet( name, setup_ )
{
}
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcTrackPointsInLeftRightSet.cc b/examples/advanced/ChargeExchangeMC/src/CexmcTrackPointsInLeftRightSet.cc
index ef481afcbd..280536effe 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcTrackPointsInLeftRightSet.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcTrackPointsInLeftRightSet.cc
@@ -52,8 +52,8 @@
CexmcTrackPointsInLeftRightSet::CexmcTrackPointsInLeftRightSet(
- const G4String & name, const CexmcSetup * setup ) :
- CexmcTrackPoints( name ), setup( setup )
+ const G4String & name, const CexmcSetup * setup_ ) :
+ CexmcTrackPoints( name ), setup( setup_ )
{
}
diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcTrackingAction.cc b/examples/advanced/ChargeExchangeMC/src/CexmcTrackingAction.cc
index b4f3092ff9..d69e9e0992 100644
--- a/examples/advanced/ChargeExchangeMC/src/CexmcTrackingAction.cc
+++ b/examples/advanced/ChargeExchangeMC/src/CexmcTrackingAction.cc
@@ -56,8 +56,8 @@
CexmcTrackingAction::CexmcTrackingAction(
- CexmcPhysicsManager * physicsManager ) :
- physicsManager( physicsManager ), targetVolume( NULL ),
+ CexmcPhysicsManager * physicsManager_ ) :
+ physicsManager( physicsManager_ ), targetVolume( NULL ),
outputParticleTrackId( CexmcInvalidTrackId ),
outputParticleDecayProductCopyNumber( 0 ), incidentParticle( NULL ),
outputParticle( NULL ), nucleusOutputParticle( NULL )
diff --git a/examples/advanced/air_shower/air_shower.out b/examples/advanced/air_shower/air_shower.out
index 9fa5ec6430..0db8350813 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-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -56,9 +56,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
/run/verbose 2
/event/verbose 0
/tracking/verbose 0
@@ -245,8 +243,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
ooo Run 0 starts (global).
--------- Ranlux engine status ---------
- Initial seed = 1498729087
- float_seed_table[] = 0.372294 0.134618 0.745975 0.555614 0.467548 0.459726 0.623951 0.803975 0.401252 0.864915 0.710693 0.707306 0.155621 0.178644 0.407868 0.484932 0.200683 0.278625 0.0259286 0.608261 0.107463 0.139536 0.480097 0.790497
+ Initial seed = 1512639137
+ float_seed_table[] = 0.124619 0.695181 0.155457 0.47333 0.852686 0.532062 0.00394803 0.039942 0.361449 0.00984371 0.928871 0.946047 0.180378 0.851498 0.950309 0.769556 0.1728 0.473445 0.485182 0.0711652 0.715449 0.163345 0.232751 0.349961
i_lag = 23, j_lag = 9
carry = 0, count24 = 0
luxury = 3 nskip = 199
@@ -257,7 +255,7 @@ mu- Mono Plane
Run terminated.
Run Summary
Number of events processed : 100
- User=3.57s Real=3.59s Sys=0s
+ User=2.39s Real=2.39s Sys=0s
### Run 0 (global) ended.
Graphics systems deleted.
Visualization Manager deleting...
@@ -272,22 +270,22 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
-Total navigation history collections cleaned: 9
+Total navigation history collections cleaned: 10
================== Deleting memory pools ===================
-Pool ID '20G4NavigationLevelRep', size : 0.0115 MB
+Pool ID '20G4NavigationLevelRep', size : 0.0135 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '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.0298 MB
-Pool ID '7G4Track', size : 0.0596 MB
+Pool ID '17G4DynamicParticle', size : 0.0308 MB
+Pool ID '7G4Track', size : 0.0606 MB
Pool ID '18G4TouchableHistory', size : 0.000961 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
-Pool ID '15UltraOpticalHit', size : 0.00577 MB
+Pool ID '15UltraOpticalHit', size : 0.00481 MB
Number of memory pools allocated: 12 of which, static: 0
-Dynamic pools deleted: 12 / Total memory freed: 0.11 MB
+Dynamic pools deleted: 12 / Total memory freed: 0.12 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
diff --git a/examples/advanced/amsEcal/run1.out b/examples/advanced/amsEcal/run1.out
index f1edcd65bf..b23308aaf5 100644
--- a/examples/advanced/amsEcal/run1.out
+++ b/examples/advanced/amsEcal/run1.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -177,7 +177,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 10000
- User=10.25s Real=10.28s Sys=0.01s
+ User=7.46s Real=7.46s Sys=0s
-------------------------------------------------------------
---> The calorimeter is 9 Modules
@@ -200,106 +200,106 @@ Run Summary
total Energy (rms/mean) visible Energy (rms/mean)
- layer 1: 1.5171 MeV +- 2.327 MeV (1.5e+02 %) 165.31 keV +- 947.4 keV (5.7e+02 %)
- layer 2: 1.4868 MeV +- 2.077 MeV (1.4e+02 %) 149.48 keV +- 385.1 keV (2.6e+02 %)
- layer 3: 1.5516 MeV +- 2.522 MeV (1.6e+02 %) 160.55 keV +- 802.4 keV (5e+02 %)
- layer 4: 1.5781 MeV +- 2.886 MeV (1.8e+02 %) 175.66 keV +- 1.155 MeV (6.6e+02 %)
- layer 5: 1.5366 MeV +- 2.442 MeV (1.6e+02 %) 175.72 keV +- 1.091 MeV (6.2e+02 %)
- layer 6: 1.5547 MeV +- 2.855 MeV (1.8e+02 %) 151.27 keV +- 581.7 keV (3.8e+02 %)
- layer 7: 1.4998 MeV +- 1.975 MeV (1.3e+02 %) 155.26 keV +- 625.8 keV (4e+02 %)
- layer 8: 1.5323 MeV +- 2.391 MeV (1.6e+02 %) 163.72 keV +- 887.5 keV (5.4e+02 %)
- layer 9: 1.5192 MeV +- 2.398 MeV (1.6e+02 %) 165.08 keV +- 733 keV (4.4e+02 %)
- layer 10: 1.5243 MeV +- 2.443 MeV (1.6e+02 %) 155.45 keV +- 619.2 keV (4e+02 %)
- layer 11: 1.5434 MeV +- 2.568 MeV (1.7e+02 %) 151.4 keV +- 631.1 keV (4.2e+02 %)
- layer 12: 1.5189 MeV +- 2.187 MeV (1.4e+02 %) 157.75 keV +- 470.1 keV (3e+02 %)
- layer 13: 1.4758 MeV +- 1.736 MeV (1.2e+02 %) 158.7 keV +- 532 keV (3.4e+02 %)
- layer 14: 1.519 MeV +- 2.239 MeV (1.5e+02 %) 149.18 keV +- 499.8 keV (3.4e+02 %)
- layer 15: 1.5243 MeV +- 2.214 MeV (1.5e+02 %) 182.29 keV +- 1.436 MeV (7.9e+02 %)
- layer 16: 1.5409 MeV +- 2.255 MeV (1.5e+02 %) 160.52 keV +- 679.1 keV (4.2e+02 %)
- layer 17: 1.5264 MeV +- 2.431 MeV (1.6e+02 %) 147.9 keV +- 329.5 keV (2.2e+02 %)
- layer 18: 1.5319 MeV +- 2.229 MeV (1.5e+02 %) 155.91 keV +- 576.2 keV (3.7e+02 %)
- layer 19: 1.5339 MeV +- 2.441 MeV (1.6e+02 %) 148.99 keV +- 276 keV (1.9e+02 %)
- layer 20: 1.5416 MeV +- 2.382 MeV (1.5e+02 %) 158.29 keV +- 555.8 keV (3.5e+02 %)
- layer 21: 1.51 MeV +- 2.128 MeV (1.4e+02 %) 154.82 keV +- 704.1 keV (4.5e+02 %)
- layer 22: 1.5438 MeV +- 2.456 MeV (1.6e+02 %) 148.94 keV +- 295.2 keV (2e+02 %)
- layer 23: 1.5408 MeV +- 2.47 MeV (1.6e+02 %) 155.37 keV +- 610.2 keV (3.9e+02 %)
- layer 24: 1.5222 MeV +- 2.238 MeV (1.5e+02 %) 163.18 keV +- 746.1 keV (4.6e+02 %)
- layer 25: 1.5003 MeV +- 1.97 MeV (1.3e+02 %) 154.74 keV +- 508.9 keV (3.3e+02 %)
- layer 26: 1.5306 MeV +- 2.304 MeV (1.5e+02 %) 166.47 keV +- 1.074 MeV (6.4e+02 %)
- layer 27: 1.5143 MeV +- 2.254 MeV (1.5e+02 %) 156.56 keV +- 760.8 keV (4.9e+02 %)
- layer 28: 1.5375 MeV +- 2.492 MeV (1.6e+02 %) 164.29 keV +- 661.4 keV (4e+02 %)
- layer 29: 1.56 MeV +- 2.681 MeV (1.7e+02 %) 154.39 keV +- 525.2 keV (3.4e+02 %)
- layer 30: 1.5786 MeV +- 2.827 MeV (1.8e+02 %) 163.52 keV +- 935.2 keV (5.7e+02 %)
- layer 31: 1.5793 MeV +- 2.66 MeV (1.7e+02 %) 170.64 keV +- 1.058 MeV (6.2e+02 %)
- layer 32: 1.5505 MeV +- 2.402 MeV (1.5e+02 %) 155.07 keV +- 699.1 keV (4.5e+02 %)
- layer 33: 1.5175 MeV +- 2.442 MeV (1.6e+02 %) 157.7 keV +- 618.1 keV (3.9e+02 %)
- layer 34: 1.5295 MeV +- 2.212 MeV (1.4e+02 %) 166.71 keV +- 901.9 keV (5.4e+02 %)
- layer 35: 1.5013 MeV +- 2.38 MeV (1.6e+02 %) 150.24 keV +- 311.8 keV (2.1e+02 %)
- layer 36: 1.5041 MeV +- 1.877 MeV (1.2e+02 %) 153.03 keV +- 399.4 keV (2.6e+02 %)
- layer 37: 1.5035 MeV +- 2.116 MeV (1.4e+02 %) 152.36 keV +- 565.1 keV (3.7e+02 %)
- layer 38: 1.4936 MeV +- 1.598 MeV (1.1e+02 %) 147.75 keV +- 271.7 keV (1.8e+02 %)
- layer 39: 1.5086 MeV +- 1.926 MeV (1.3e+02 %) 159.3 keV +- 611.6 keV (3.8e+02 %)
- layer 40: 1.5304 MeV +- 2.105 MeV (1.4e+02 %) 162.67 keV +- 920.2 keV (5.7e+02 %)
- layer 41: 1.5459 MeV +- 2.227 MeV (1.4e+02 %) 157.08 keV +- 521.5 keV (3.3e+02 %)
- layer 42: 1.5532 MeV +- 2.435 MeV (1.6e+02 %) 155.04 keV +- 439.6 keV (2.8e+02 %)
- layer 43: 1.5301 MeV +- 2.078 MeV (1.4e+02 %) 151.76 keV +- 353.1 keV (2.3e+02 %)
- layer 44: 1.5167 MeV +- 2.32 MeV (1.5e+02 %) 150.48 keV +- 650.7 keV (4.3e+02 %)
- layer 45: 1.5116 MeV +- 2.114 MeV (1.4e+02 %) 156.81 keV +- 559.2 keV (3.6e+02 %)
- layer 46: 1.5 MeV +- 2.093 MeV (1.4e+02 %) 166.1 keV +- 985.4 keV (5.9e+02 %)
- layer 47: 1.5614 MeV +- 2.482 MeV (1.6e+02 %) 164.56 keV +- 610.1 keV (3.7e+02 %)
- layer 48: 1.528 MeV +- 2.193 MeV (1.4e+02 %) 148.22 keV +- 306.6 keV (2.1e+02 %)
- layer 49: 1.5405 MeV +- 2.353 MeV (1.5e+02 %) 163.86 keV +- 824.8 keV (5e+02 %)
- layer 50: 1.4671 MeV +- 1.722 MeV (1.2e+02 %) 158.73 keV +- 653.4 keV (4.1e+02 %)
- layer 51: 1.5432 MeV +- 2.405 MeV (1.6e+02 %) 161.28 keV +- 670 keV (4.2e+02 %)
- layer 52: 1.4941 MeV +- 1.919 MeV (1.3e+02 %) 153.11 keV +- 463.4 keV (3e+02 %)
- layer 53: 1.5111 MeV +- 2.142 MeV (1.4e+02 %) 162.61 keV +- 946.7 keV (5.8e+02 %)
- layer 54: 1.5101 MeV +- 2.139 MeV (1.4e+02 %) 162.72 keV +- 919.2 keV (5.6e+02 %)
- layer 55: 1.52 MeV +- 2.01 MeV (1.3e+02 %) 156.65 keV +- 735.8 keV (4.7e+02 %)
- layer 56: 1.5261 MeV +- 2.415 MeV (1.6e+02 %) 157.67 keV +- 474.5 keV (3e+02 %)
- layer 57: 1.4998 MeV +- 1.992 MeV (1.3e+02 %) 157.55 keV +- 584.2 keV (3.7e+02 %)
- layer 58: 1.503 MeV +- 2.147 MeV (1.4e+02 %) 163.67 keV +- 841.2 keV (5.1e+02 %)
- layer 59: 1.5088 MeV +- 1.988 MeV (1.3e+02 %) 151.02 keV +- 535.6 keV (3.5e+02 %)
- layer 60: 1.4958 MeV +- 1.957 MeV (1.3e+02 %) 161.71 keV +- 586.6 keV (3.6e+02 %)
- layer 61: 1.4438 MeV +- 1.412 MeV ( 98 %) 149.18 keV +- 372.1 keV (2.5e+02 %)
- layer 62: 1.5556 MeV +- 2.11 MeV (1.4e+02 %) 163.3 keV +- 502.4 keV (3.1e+02 %)
- layer 63: 1.5149 MeV +- 2.123 MeV (1.4e+02 %) 154.03 keV +- 412.9 keV (2.7e+02 %)
- layer 64: 1.5054 MeV +- 1.719 MeV (1.1e+02 %) 146.66 keV +- 277.2 keV (1.9e+02 %)
- layer 65: 1.5346 MeV +- 2.506 MeV (1.6e+02 %) 154.49 keV +- 463.2 keV (3e+02 %)
- layer 66: 1.4956 MeV +- 2.04 MeV (1.4e+02 %) 148.03 keV +- 350.5 keV (2.4e+02 %)
- layer 67: 1.5347 MeV +- 2.264 MeV (1.5e+02 %) 154.22 keV +- 396.3 keV (2.6e+02 %)
- layer 68: 1.5283 MeV +- 2.178 MeV (1.4e+02 %) 156.1 keV +- 580 keV (3.7e+02 %)
- layer 69: 1.5328 MeV +- 2.599 MeV (1.7e+02 %) 152.76 keV +- 414.9 keV (2.7e+02 %)
- layer 70: 1.5227 MeV +- 2.261 MeV (1.5e+02 %) 163.96 keV +- 975.7 keV (6e+02 %)
- layer 71: 1.541 MeV +- 2.685 MeV (1.7e+02 %) 150.97 keV +- 538.6 keV (3.6e+02 %)
- layer 72: 1.5049 MeV +- 2.048 MeV (1.4e+02 %) 147.87 keV +- 493.8 keV (3.3e+02 %)
- layer 73: 1.5338 MeV +- 2.201 MeV (1.4e+02 %) 154.07 keV +- 376.9 keV (2.4e+02 %)
- layer 74: 1.4931 MeV +- 1.994 MeV (1.3e+02 %) 160.84 keV +- 931.1 keV (5.8e+02 %)
- layer 75: 1.4741 MeV +- 1.634 MeV (1.1e+02 %) 160.51 keV +- 676.1 keV (4.2e+02 %)
- layer 76: 1.4991 MeV +- 1.999 MeV (1.3e+02 %) 157.23 keV +- 585.3 keV (3.7e+02 %)
- layer 77: 1.5129 MeV +- 2.162 MeV (1.4e+02 %) 173.24 keV +- 982 keV (5.7e+02 %)
- layer 78: 1.5318 MeV +- 2.33 MeV (1.5e+02 %) 152.54 keV +- 465.9 keV (3.1e+02 %)
- layer 79: 1.5208 MeV +- 1.972 MeV (1.3e+02 %) 163.43 keV +- 849.7 keV (5.2e+02 %)
- layer 80: 1.5359 MeV +- 2.163 MeV (1.4e+02 %) 158.61 keV +- 681.7 keV (4.3e+02 %)
- layer 81: 1.5132 MeV +- 2.036 MeV (1.3e+02 %) 152.67 keV +- 445.8 keV (2.9e+02 %)
- layer 82: 1.5045 MeV +- 1.869 MeV (1.2e+02 %) 152.23 keV +- 424.8 keV (2.8e+02 %)
- layer 83: 1.5082 MeV +- 2.012 MeV (1.3e+02 %) 175.19 keV +- 1.003 MeV (5.7e+02 %)
- layer 84: 1.503 MeV +- 1.77 MeV (1.2e+02 %) 157.99 keV +- 709.1 keV (4.5e+02 %)
- layer 85: 1.5369 MeV +- 2.394 MeV (1.6e+02 %) 170.28 keV +- 1.056 MeV (6.2e+02 %)
- layer 86: 1.4961 MeV +- 1.855 MeV (1.2e+02 %) 155.32 keV +- 442.1 keV (2.8e+02 %)
- layer 87: 1.5118 MeV +- 2.182 MeV (1.4e+02 %) 170.75 keV +- 1.093 MeV (6.4e+02 %)
- layer 88: 1.5302 MeV +- 2.435 MeV (1.6e+02 %) 157.03 keV +- 523.8 keV (3.3e+02 %)
- layer 89: 1.5116 MeV +- 2.151 MeV (1.4e+02 %) 151.95 keV +- 584 keV (3.8e+02 %)
- layer 90: 1.5024 MeV +- 1.879 MeV (1.3e+02 %) 154.38 keV +- 582.4 keV (3.8e+02 %)
+ layer 1: 1.5547 MeV +- 2.485 MeV (1.6e+02 %) 161.09 keV +- 813.9 keV (5.1e+02 %)
+ layer 2: 1.522 MeV +- 2.184 MeV (1.4e+02 %) 154.46 keV +- 548.6 keV (3.6e+02 %)
+ layer 3: 1.5414 MeV +- 2.499 MeV (1.6e+02 %) 162.98 keV +- 737.3 keV (4.5e+02 %)
+ layer 4: 1.5072 MeV +- 2.144 MeV (1.4e+02 %) 152.66 keV +- 728.4 keV (4.8e+02 %)
+ layer 5: 1.5145 MeV +- 2.259 MeV (1.5e+02 %) 151.24 keV +- 454.8 keV (3e+02 %)
+ layer 6: 1.5186 MeV +- 2.347 MeV (1.5e+02 %) 154.7 keV +- 413.7 keV (2.7e+02 %)
+ layer 7: 1.512 MeV +- 1.976 MeV (1.3e+02 %) 160.87 keV +- 530.5 keV (3.3e+02 %)
+ layer 8: 1.559 MeV +- 2.805 MeV (1.8e+02 %) 179.35 keV +- 1.37 MeV (7.6e+02 %)
+ layer 9: 1.5257 MeV +- 2.313 MeV (1.5e+02 %) 152.59 keV +- 428 keV (2.8e+02 %)
+ layer 10: 1.538 MeV +- 2.539 MeV (1.7e+02 %) 168.36 keV +- 914.8 keV (5.4e+02 %)
+ layer 11: 1.4901 MeV +- 1.932 MeV (1.3e+02 %) 156.62 keV +- 650.3 keV (4.2e+02 %)
+ layer 12: 1.5468 MeV +- 2.539 MeV (1.6e+02 %) 145.27 keV +- 337.3 keV (2.3e+02 %)
+ layer 13: 1.5241 MeV +- 2.31 MeV (1.5e+02 %) 162.29 keV +- 916.6 keV (5.6e+02 %)
+ layer 14: 1.5241 MeV +- 2.319 MeV (1.5e+02 %) 169.09 keV +- 1.013 MeV (6e+02 %)
+ layer 15: 1.5749 MeV +- 2.578 MeV (1.6e+02 %) 152.96 keV +- 422.3 keV (2.8e+02 %)
+ layer 16: 1.5557 MeV +- 2.627 MeV (1.7e+02 %) 167.61 keV +- 1.123 MeV (6.7e+02 %)
+ layer 17: 1.5482 MeV +- 2.55 MeV (1.6e+02 %) 161.07 keV +- 843.4 keV (5.2e+02 %)
+ layer 18: 1.5333 MeV +- 2.502 MeV (1.6e+02 %) 156.53 keV +- 533.7 keV (3.4e+02 %)
+ layer 19: 1.5371 MeV +- 2.576 MeV (1.7e+02 %) 153.6 keV +- 418.9 keV (2.7e+02 %)
+ layer 20: 1.5328 MeV +- 2.292 MeV (1.5e+02 %) 169.55 keV +- 981.6 keV (5.8e+02 %)
+ layer 21: 1.5438 MeV +- 2.548 MeV (1.7e+02 %) 155.02 keV +- 918.9 keV (5.9e+02 %)
+ layer 22: 1.5554 MeV +- 2.784 MeV (1.8e+02 %) 162.5 keV +- 715.7 keV (4.4e+02 %)
+ layer 23: 1.4951 MeV +- 1.886 MeV (1.3e+02 %) 151.49 keV +- 381.5 keV (2.5e+02 %)
+ layer 24: 1.5001 MeV +- 2.154 MeV (1.4e+02 %) 167.84 keV +- 946.2 keV (5.6e+02 %)
+ layer 25: 1.5593 MeV +- 2.799 MeV (1.8e+02 %) 155.48 keV +- 549.5 keV (3.5e+02 %)
+ layer 26: 1.5316 MeV +- 2.533 MeV (1.7e+02 %) 158.95 keV +- 893.2 keV (5.6e+02 %)
+ layer 27: 1.5019 MeV +- 1.957 MeV (1.3e+02 %) 155.58 keV +- 535.1 keV (3.4e+02 %)
+ layer 28: 1.5067 MeV +- 2.359 MeV (1.6e+02 %) 163.41 keV +- 1.034 MeV (6.3e+02 %)
+ layer 29: 1.5345 MeV +- 2.429 MeV (1.6e+02 %) 164.09 keV +- 1.022 MeV (6.2e+02 %)
+ layer 30: 1.517 MeV +- 2.189 MeV (1.4e+02 %) 145.99 keV +- 289.5 keV (2e+02 %)
+ layer 31: 1.5284 MeV +- 2.457 MeV (1.6e+02 %) 168.51 keV +- 827.8 keV (4.9e+02 %)
+ layer 32: 1.4499 MeV +- 1.594 MeV (1.1e+02 %) 145.52 keV +- 257.3 keV (1.8e+02 %)
+ layer 33: 1.5321 MeV +- 2.246 MeV (1.5e+02 %) 147.84 keV +- 299.7 keV (2e+02 %)
+ layer 34: 1.4936 MeV +- 2.054 MeV (1.4e+02 %) 153.92 keV +- 418.4 keV (2.7e+02 %)
+ layer 35: 1.5394 MeV +- 2.295 MeV (1.5e+02 %) 163.56 keV +- 735.6 keV (4.5e+02 %)
+ layer 36: 1.5187 MeV +- 2.145 MeV (1.4e+02 %) 160.5 keV +- 668.9 keV (4.2e+02 %)
+ layer 37: 1.5506 MeV +- 2.592 MeV (1.7e+02 %) 159.82 keV +- 929.2 keV (5.8e+02 %)
+ layer 38: 1.5699 MeV +- 2.627 MeV (1.7e+02 %) 165.17 keV +- 658.6 keV (4e+02 %)
+ layer 39: 1.5312 MeV +- 2.42 MeV (1.6e+02 %) 153.94 keV +- 550.1 keV (3.6e+02 %)
+ layer 40: 1.5525 MeV +- 2.252 MeV (1.5e+02 %) 158.22 keV +- 686.5 keV (4.3e+02 %)
+ layer 41: 1.4735 MeV +- 1.746 MeV (1.2e+02 %) 152.37 keV +- 313.7 keV (2.1e+02 %)
+ layer 42: 1.5391 MeV +- 2.253 MeV (1.5e+02 %) 149.72 keV +- 357.3 keV (2.4e+02 %)
+ layer 43: 1.5415 MeV +- 2.7 MeV (1.8e+02 %) 160.93 keV +- 656.2 keV (4.1e+02 %)
+ layer 44: 1.4624 MeV +- 1.808 MeV (1.2e+02 %) 148.03 keV +- 325.9 keV (2.2e+02 %)
+ layer 45: 1.5439 MeV +- 2.337 MeV (1.5e+02 %) 165.48 keV +- 839.5 keV (5.1e+02 %)
+ layer 46: 1.5047 MeV +- 1.886 MeV (1.3e+02 %) 159.32 keV +- 590.9 keV (3.7e+02 %)
+ layer 47: 1.5399 MeV +- 2.542 MeV (1.7e+02 %) 158.92 keV +- 940.6 keV (5.9e+02 %)
+ layer 48: 1.5518 MeV +- 2.529 MeV (1.6e+02 %) 157.66 keV +- 665.1 keV (4.2e+02 %)
+ layer 49: 1.5055 MeV +- 1.855 MeV (1.2e+02 %) 150.55 keV +- 428.5 keV (2.8e+02 %)
+ layer 50: 1.5457 MeV +- 2.274 MeV (1.5e+02 %) 173.1 keV +- 1.009 MeV (5.8e+02 %)
+ layer 51: 1.5452 MeV +- 2.416 MeV (1.6e+02 %) 156.74 keV +- 658.8 keV (4.2e+02 %)
+ layer 52: 1.5188 MeV +- 2.118 MeV (1.4e+02 %) 152.48 keV +- 396 keV (2.6e+02 %)
+ layer 53: 1.5152 MeV +- 2.152 MeV (1.4e+02 %) 164.45 keV +- 998.2 keV (6.1e+02 %)
+ layer 54: 1.4876 MeV +- 1.919 MeV (1.3e+02 %) 162.08 keV +- 699.1 keV (4.3e+02 %)
+ layer 55: 1.5144 MeV +- 2.155 MeV (1.4e+02 %) 156.35 keV +- 519.2 keV (3.3e+02 %)
+ layer 56: 1.4996 MeV +- 2.116 MeV (1.4e+02 %) 146.73 keV +- 288.5 keV (2e+02 %)
+ layer 57: 1.5543 MeV +- 2.494 MeV (1.6e+02 %) 154.49 keV +- 680.9 keV (4.4e+02 %)
+ layer 58: 1.5167 MeV +- 2.202 MeV (1.5e+02 %) 150.12 keV +- 421.7 keV (2.8e+02 %)
+ layer 59: 1.5205 MeV +- 2.109 MeV (1.4e+02 %) 164 keV +- 828 keV (5e+02 %)
+ layer 60: 1.5158 MeV +- 2.13 MeV (1.4e+02 %) 156.92 keV +- 695.6 keV (4.4e+02 %)
+ layer 61: 1.5181 MeV +- 2.134 MeV (1.4e+02 %) 162.87 keV +- 918.5 keV (5.6e+02 %)
+ layer 62: 1.5256 MeV +- 2.554 MeV (1.7e+02 %) 159.87 keV +- 535.5 keV (3.3e+02 %)
+ layer 63: 1.5157 MeV +- 2.054 MeV (1.4e+02 %) 151.75 keV +- 478.8 keV (3.2e+02 %)
+ layer 64: 1.5132 MeV +- 2.218 MeV (1.5e+02 %) 148.31 keV +- 402.4 keV (2.7e+02 %)
+ layer 65: 1.5294 MeV +- 2.224 MeV (1.5e+02 %) 161.87 keV +- 909 keV (5.6e+02 %)
+ layer 66: 1.5072 MeV +- 1.766 MeV (1.2e+02 %) 165.39 keV +- 908.8 keV (5.5e+02 %)
+ layer 67: 1.5203 MeV +- 2.068 MeV (1.4e+02 %) 147.5 keV +- 359.6 keV (2.4e+02 %)
+ layer 68: 1.5281 MeV +- 2.272 MeV (1.5e+02 %) 164.36 keV +- 906.3 keV (5.5e+02 %)
+ layer 69: 1.4932 MeV +- 1.884 MeV (1.3e+02 %) 160.2 keV +- 821.9 keV (5.1e+02 %)
+ layer 70: 1.53 MeV +- 2.453 MeV (1.6e+02 %) 159.43 keV +- 847.8 keV (5.3e+02 %)
+ layer 71: 1.5311 MeV +- 2.244 MeV (1.5e+02 %) 161.37 keV +- 588.2 keV (3.6e+02 %)
+ layer 72: 1.5089 MeV +- 2.11 MeV (1.4e+02 %) 160.17 keV +- 832.4 keV (5.2e+02 %)
+ layer 73: 1.5611 MeV +- 2.555 MeV (1.6e+02 %) 163.25 keV +- 744.5 keV (4.6e+02 %)
+ layer 74: 1.5444 MeV +- 2.413 MeV (1.6e+02 %) 153.37 keV +- 376.7 keV (2.5e+02 %)
+ layer 75: 1.5104 MeV +- 2.285 MeV (1.5e+02 %) 151.83 keV +- 648.9 keV (4.3e+02 %)
+ layer 76: 1.4841 MeV +- 1.953 MeV (1.3e+02 %) 154.99 keV +- 413.5 keV (2.7e+02 %)
+ layer 77: 1.4959 MeV +- 1.871 MeV (1.3e+02 %) 164.49 keV +- 911.4 keV (5.5e+02 %)
+ layer 78: 1.5038 MeV +- 2.058 MeV (1.4e+02 %) 159.73 keV +- 713.8 keV (4.5e+02 %)
+ layer 79: 1.5237 MeV +- 2.227 MeV (1.5e+02 %) 150.33 keV +- 352 keV (2.3e+02 %)
+ layer 80: 1.5295 MeV +- 2.051 MeV (1.3e+02 %) 155.21 keV +- 587.9 keV (3.8e+02 %)
+ layer 81: 1.5129 MeV +- 2.023 MeV (1.3e+02 %) 151.83 keV +- 658.6 keV (4.3e+02 %)
+ layer 82: 1.5052 MeV +- 2.055 MeV (1.4e+02 %) 165.31 keV +- 759 keV (4.6e+02 %)
+ layer 83: 1.5271 MeV +- 2.033 MeV (1.3e+02 %) 163.65 keV +- 666.7 keV (4.1e+02 %)
+ layer 84: 1.4814 MeV +- 1.793 MeV (1.2e+02 %) 167.1 keV +- 751.8 keV (4.5e+02 %)
+ layer 85: 1.4956 MeV +- 1.801 MeV (1.2e+02 %) 144.79 keV +- 328.6 keV (2.3e+02 %)
+ layer 86: 1.5226 MeV +- 2.437 MeV (1.6e+02 %) 160.7 keV +- 753.1 keV (4.7e+02 %)
+ layer 87: 1.5337 MeV +- 2.433 MeV (1.6e+02 %) 169.91 keV +- 969.8 keV (5.7e+02 %)
+ layer 88: 1.4815 MeV +- 1.727 MeV (1.2e+02 %) 159.9 keV +- 606.5 keV (3.8e+02 %)
+ layer 89: 1.4862 MeV +- 1.865 MeV (1.3e+02 %) 154.85 keV +- 442.4 keV (2.9e+02 %)
+ layer 90: 1.5039 MeV +- 2.036 MeV (1.4e+02 %) 152.57 keV +- 418.4 keV (2.7e+02 %)
- total calor : 149.32 MeV +- 21.82 MeV ( 15 %) 14.227 MeV +- 6.535 MeV ( 46 %)
+ total calor : 149.5 MeV +- 21.71 MeV ( 15 %) 14.238 MeV +- 6.599 MeV ( 46 %)
------------------------------------------------------------
- Leakage : 850.68 MeV +- 21.82 MeV
- Eleak/Ebeam =85.1 % ( forward =85.1 % backward = 0 % lateral =0.00512 %)
+ Leakage : 850.5 MeV +- 21.71 MeV
+ Eleak/Ebeam = 85 % ( forward = 85 % backward = 0 % lateral = 0 %)
--------- Ranecu engine status ---------
Initial seed (index) = 0
- Current couple of seeds = 1418898368, 1305369185
+ Current couple of seeds = 1593609372, 739772223
----------------------------------------
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
diff --git a/examples/advanced/brachytherapy/Brachy.cc b/examples/advanced/brachytherapy/Brachy.cc
index 68014f81f9..c12dfcb49b 100644
--- a/examples/advanced/brachytherapy/Brachy.cc
+++ b/examples/advanced/brachytherapy/Brachy.cc
@@ -86,12 +86,8 @@ int main(int argc ,char ** argv)
G4RunManager* pRunManager = new G4RunManager;
#endif
- G4int seed = 0;
-
- G4Random::setTheSeed(seed);
-
G4cout << "***********************" << G4endl;
- G4cout << "*** " << seed << " ***" << G4endl;
+ G4cout << "*** " << G4Random::getTheSeed() << " ***" << G4endl;
G4cout << "***********************" << G4endl;
// Access to the Scoring Manager pointer
diff --git a/examples/advanced/brachytherapy/History b/examples/advanced/brachytherapy/History
index b14f6c82a9..ea9d4e8343 100644
--- a/examples/advanced/brachytherapy/History
+++ b/examples/advanced/brachytherapy/History
@@ -1,5 +1,5 @@
-------------------------------------------------------------------
-$Id: History 100821 2016-11-02 15:21:34Z gcosmo $
+$Id: History 107393 2017-11-10 08:14:22Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -8,6 +8,10 @@ $Id: History 100821 2016-11-02 15:21:34Z gcosmo $
Category History file
---------------------
+
+10.11.2017 - G. Cosmo; brachy-V10-03-01
+ Avoid setting the initial seed to zero.
+
1.11.2016 - S. Guatelli; brachy-V10-02-02
Added comparison to reference data for the Flexisource
Added Flexisurce and TG186 reference source; added method to calculate relative dose rate to compare to reference data
diff --git a/examples/advanced/brachytherapy/brachytherapy.out b/examples/advanced/brachytherapy/brachytherapy.out
index 82cb9f4686..f2a117f1bb 100644
--- a/examples/advanced/brachytherapy/brachytherapy.out
+++ b/examples/advanced/brachytherapy/brachytherapy.out
@@ -4,14 +4,14 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
*************************************************************
***********************
-*** 0 ***
+*** 1 ***
***********************
Checking overlaps for volume phys_steel_shell ... OK!
Checking overlaps for volume phys_air_gap ... OK!
@@ -66,9 +66,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
/tracking/verbose 0
/run/verbose 0
/event/verbose 0
@@ -233,7 +231,7 @@ G4ScoringBox : boxMesh_4 --- Shape: Box mesh
### === Deexcitation model UAtomDeexcitation is activated for 1 region:
DefaultRegionForTheWorld 1 1 0
### === Auger cascade flag: 1
-### === Ignore cuts flag: 1
+### === Ignore cuts flag: 0
phot: for gamma SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 1 TeV in 134 bins
@@ -282,7 +280,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
@@ -304,7 +302,7 @@ eBrem: for e+ SubType= 3
Lambda tables from threshold to 1 TeV, 20 bins per 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 DipBustGen
+ eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS
eBremLPM : Emin= 1 GeV Emax= 1 TeV DipBustGen
annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
@@ -313,14 +311,14 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
msc: for proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
hIoni: for proton SubType= 2
dE/dx and range tables from 100 eV to 1 TeV in 200 bins
@@ -363,6 +361,20 @@ 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 ========
+=======================================================================
+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
+=======================================================================
msc: for alpha SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
@@ -384,7 +396,7 @@ nuclearStopping: for alpha SubType= 8 BuildTable= 0
msc: for anti_proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
hIoni: for anti_proton SubType= 2
dE/dx and range tables from 100 eV to 1 TeV in 200 bins
@@ -496,7 +508,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 1 TeV
@@ -530,7 +542,7 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 1 TeV
diff --git a/examples/advanced/composite_calorimeter/composite_calorimeter.out b/examples/advanced/composite_calorimeter/composite_calorimeter.out
new file mode 100644
index 0000000000..57f2d3e4e8
--- /dev/null
+++ b/examples/advanced/composite_calorimeter/composite_calorimeter.out
@@ -0,0 +1,1004 @@
+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)
+OpenGLImmediateQt (OGLIQt, OGLI)
+OpenGLStoredQt (OGLSQt, OGL, OGLS)
+OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK)
+OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK)
+OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK)
+OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK)
+RayTracerX (RayTracerX)
+
+Registering model factories...
+
+You have successfully registered the following model factories.
+Registered model factories:
+ generic
+ drawByAttribute
+ drawByCharge
+ drawByOriginVolume
+ drawByParticleID
+ drawByEncounteredVolume
+
+Registered 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.
+
+ ############################################
+ !!! WARNING - FPE detection is activated !!!
+ ############################################
+
+*************************************************************
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
+ Copyright : Geant4 Collaboration
+ Reference : NIM A 506 (2003), 250-303
+ WWW : http://cern.ch/geant4
+*************************************************************
+
+### G4PhysListFactory WARNING: environment variable PHYSLIST is not defined
+ Default Physics Lists FTFP_BERT is instantiated
+G4PhysListFactory::GetReferencePhysList EMoption= 0
+<<< Geant4 Physics List simulation engine: FTFP_BERT 2.0
+
+<<< Reference Physics List FTFP_BERT is built
+
+
+*******************************************************************
+* *
+* CCalPrimaryGeneratorAction: Current settings : *
+* *
+* 1 pi- of 100 GeV
+* will be shot from (0,0,0)
+* in direction (0.705346,0.705346,0.0705346)
+* *
+* *
+*******************************************************************
+Now Instantiate stepping action
+... open Root analysis file : ccal.root - done
+********************************************
+* o/p file ccal
+********************************************
+
+Get Calorimter organisation
+end of instantiation of EndofEventAction
+userDetector->Construct() start.
+ ==> Opening file material.cms to read elements...
+ ==> Reading elements...
+ 67 elements read from file
+
+ ==> Opening file material.cms to read materials...
+ ==> Reading materials...
+ 346 materials read from material.cms
+
+ ==> Opening file rotation.cms...
+ 104 rotation matrices read in.
+ ==> Opening file fmap.tb96 to read magnetic field...
+ ==> Closing file fmap.tb96
+***************************
+* *
+* Magnetic Field is off *
+* *
+***************************
+ ==> Opening file testbeamhcal96.conf...
+ <== Closed file testbeamhcal96.conf
+ ==> Opening file g4testbeamhcal96.conf...
+ <== Closed file g4testbeamhcal96.conf
+ ==> Opening file tbhcal96.vis to read visualisation parameters...
+ ==> Closing file tbhcal96.vis
+ ==> Opening file tbhcal96.geom to read elements...
+ ==> Closing file tbhcal96.geom
+ ==> Opening file tbhcal96hcal.vis to read visualisation parameters...
+ ==> Closing file tbhcal96hcal.vis
+ ==> Opening file tbhcal96xtal.vis to read visualisation parameters...
+ ==> Closing file tbhcal96xtal.vis
+ ==> Opening file tbhcal96hcal.geom to read elements...
+ ==> Closing file tbhcal96hcal.geom
+ ==> Opening file tbhcal96xtal.geom to read elements...
+ ==> Closing file tbhcal96xtal.geom
+==>> Constructing CCalG4Hall...
+<<== End of CCalG4Hall construction ...
+==>> Constructing CCalG4Hcal...
+<<== End of CCalG4Hcal construction ...
+==>> Constructing CCalG4Ecal...
+<<== End of CCalG4Ecal construction ...
+*******************************************************
+* *
+* Constructing a CCaloSD with name HadronCalorimeter
+* *
+*******************************************************
+*******************************************************
+* *
+* Constructing a CCaloSD with name CrystalMatrix
+* *
+*******************************************************
+***CCalSensAssign creating a CCalStackingAction ***
+HcalTB96 is registered to the default region.
+physicsList->Construct() start.
+
+ FTFP_BERT : new threshold between BERT and FTFP is over the interval
+ for pions : 3 to 12 GeV
+ for kaons : 3 to 12 GeV
+ for proton : 3 to 12 GeV
+ for neutron : 3 to 12 GeV
+
+### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0
+physicsList->CheckParticleList() start.
+physicsList->setCut() start.
+
+phot: for gamma SubType= 12 BuildTable= 0
+ LambdaPrime table from 200 keV to 100 TeV in 61 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermorePhElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
+
+compt: for gamma SubType= 13 BuildTable= 1
+ Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1
+ LambdaPrime table from 1 MeV to 100 TeV in 56 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Klein-Nishina : Emin= 0 eV Emax= 100 TeV
+
+conv: for gamma SubType= 14 BuildTable= 1
+ Lambda table from 1.022 MeV to 100 TeV, 18 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BetheHeitler : Emin= 0 eV Emax= 80 GeV
+ BetheHeitlerLPM : Emin= 80 GeV Emax= 100 TeV
+
+Rayl: for gamma SubType= 11 BuildTable= 1
+ Lambda table from 100 eV to 100 keV, 7 bins per decade, spline: 0
+ LambdaPrime table from 100 keV to 100 TeV in 63 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator
+
+msc: for e- SubType= 10
+ RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
+ WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MollerBhabha : Emin= 0 eV Emax= 100 TeV
+
+eBrem: for e- SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 DipBustGen
+ eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen
+
+CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from 100 MeV to 100 TeV, 7 bins per 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.04, stepLimitType: 1, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV
+ WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MollerBhabha : Emin= 0 eV Emax= 100 TeV
+
+eBrem: for e+ SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 DipBustGen
+ eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen
+
+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, 7 bins per 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for proton SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 2 MeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
+
+hBrems: for proton SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, 7 bins per 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, stepLimitType: 0, latDisplacement: 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02
+ Stopping Power data for 17 ion/material pairs
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BraggIon : Emin= 0 eV Emax= 2 MeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
+
+msc: for alpha SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+ionIoni: for alpha SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BraggIon : Emin= 0 eV Emax= 7.9452 MeV
+ BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
+
+msc: for anti_proton SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for anti_proton SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 2 MeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
+
+hBrems: for anti_proton SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, 7 bins per 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for kaon+ SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 1.05231 MeV
+ BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV
+
+hBrems: for kaon+ SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, 7 bins per 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for kaon- SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 1.05231 MeV
+ BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV
+
+hBrems: for kaon- SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+muIoni: for mu+ SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 200 keV
+ BetheBloch : Emin= 200 keV Emax= 1 GeV
+ MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
+
+muBrems: for mu+ SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, 7 bins per 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+muIoni: for mu- SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 200 keV
+ BetheBloch : Emin= 200 keV Emax= 1 GeV
+ MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
+
+muBrems: for mu- SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for pi+ SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 297.505 keV
+ BetheBloch : Emin= 297.505 keV Emax= 100 TeV
+
+hBrems: for pi+ SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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, 7 bins per 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for pi- SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 297.505 keV
+ BetheBloch : Emin= 297.505 keV Emax= 100 TeV
+
+hBrems: for pi- SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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
+
+====================================================================
+ HADRONIC PROCESSES SUMMARY (verbose level 1)
+
+---------------------------------------------------
+ Hadronic Processes for neutron
+
+ Process: hadElastic
+ Model: hElasticCHIPS: 0 eV ---> 100 TeV
+ Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: neutronInelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: nCapture
+ Model: nRadCapture: 0 eV ---> 100 TeV
+ Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaCaptureXS: 0 eV ---> 100 TeV
+
+ Process: nKiller
+
+---------------------------------------------------
+ Hadronic Processes for GenericIon
+
+ Process: ionInelastic
+ Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n
+ Model: FTFP: 2 GeV/n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for He3
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: He3Inelastic
+ Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n
+ Model: FTFP: 2 GeV/n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for alpha
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: alphaInelastic
+ Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n
+ Model: FTFP: 2 GeV/n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for anti_He3
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
+ Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_He3Inelastic
+ Model: FTFP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hFritiofCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for anti_alpha
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
+ Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_alphaInelastic
+ Model: FTFP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hFritiofCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for anti_deuteron
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
+ Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_deuteronInelastic
+ Model: FTFP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hFritiofCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for anti_neutron
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_neutronInelastic
+ Model: FTFP: 0 eV ---> 100 TeV
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for anti_proton
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 100.1 MeV
+ Model: AntiAElastic: 100 MeV ---> 100 TeV
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_protonInelastic
+ Model: FTFP: 0 eV ---> 100 TeV
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hFritiofCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for anti_triton
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
+ Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: anti_tritonInelastic
+ Model: FTFP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hFritiofCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for deuteron
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: dInelastic
+ Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n
+ Model: FTFP: 2 GeV/n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for e+
+
+ Process: positronNuclear
+ Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for e-
+
+ Process: electronNuclear
+ Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for gamma
+
+ Process: photonNuclear
+ Model: BertiniCascade: 0 eV ---> 3.5 GeV
+ Model: TheoFSGenerator: 3 GeV ---> 100 TeV
+ Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for kaon+
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: kaon+Inelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: ChipsKaonPlusInelasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for kaon-
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: kaon-Inelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: ChipsKaonMinusInelasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hBertiniCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for lambda
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: lambdaInelastic
+ Model: BertiniCascade: 0 eV ---> 6 GeV
+ Model: FTFP: 2 GeV ---> 100 TeV
+ Cr_sctns: ChipsHyperonInelasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for mu+
+
+ Process: muonNuclear
+ Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for mu-
+
+ Process: muonNuclear
+ Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV
+
+ Process: muMinusCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for pi+
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 1.0001 GeV
+ Model: hElasticGlauber: 1 GeV ---> 100 TeV
+ Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: pi+Inelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV
+ G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections
+ below 91 GeV, Glauber-Gribov above
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for pi-
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV ---> 1.0001 GeV
+ Model: hElasticGlauber: 1 GeV ---> 100 TeV
+ Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: pi-Inelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV
+ G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections
+ below 91 GeV, Glauber-Gribov above
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+ Process: hBertiniCaptureAtRest
+
+---------------------------------------------------
+ Hadronic Processes for proton
+
+ Process: hadElastic
+ Model: hElasticCHIPS: 0 eV ---> 100 TeV
+ Cr_sctns: ChipsProtonElasticXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: protonInelastic
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
+ Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for triton
+
+ Process: hadElastic
+ Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n
+ Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
+
+ Process: tInelastic
+ Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n
+ Model: FTFP: 2 GeV/n ---> 100 TeV/n
+ Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+================================================================
+=======================================================================
+====== Pre-compound/De-excitation Physics Parameters ========
+=======================================================================
+Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
+Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
+Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
+Level density (1/MeV) 0.1
+Time limit for long lived isomeres (ns) 1e+12
+Internal e- conversion flag 1
+Store e- internal conversion data 0
+Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
+=======================================================================
+
+Region -- -- appears in world volume
+ This region is in the mass world.
+ Root logical volume(s) : HcalTB96
+ Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
+ Materials : Air Aluminium Polystyrene Scintillator Copper E_PbWO4
+ Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um
+
+Region -- -- is not associated to any world.
+ Root logical volume(s) :
+ Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
+ Materials :
+ Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um
+
+========= Table of registered couples ==============================
+
+Index : 0 used in the geometry : Yes
+ Material : Air
+ Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um
+ Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV
+ Region(s) which use this couple :
+ DefaultRegionForTheWorld
+
+Index : 1 used in the geometry : Yes
+ Material : 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
+ 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
+ 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
+ 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
+ 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
+ Region(s) which use this couple :
+ DefaultRegionForTheWorld
+
+====================================================================
+
+Start closing geometry.
+G4GeometryManager::ReportVoxelStats -- Voxel Statistics
+
+ 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 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 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
+### Run 0 starts.
+### Run 0 start.
+WARNING: Scene "none" not found.
+ /vis/scene/list to see scenes.
+
+*******************************************************************
+* *
+* CCalPrimaryGeneratorAction: Current settings : *
+* *
+* 1 pi- of 100 GeV
+* will be shot from (-1380,0,0)
+* in direction (1,0,0)
+* *
+* *
+*******************************************************************
+ --- End of event ---
+ --- End of event ---
+ --- End of event ---
+ --- End of event ---
+ --- End of event ---
+ --- End of event ---
+ --- End of event ---
+ --- End of event ---
+ --- End of event ---
+ --- End of event ---
+ Run terminated.
+Run Summary
+ Number of events processed : 10
+ User=13.27s Real=13.41s Sys=0.02s
+### Run 0 end.
+WARNING: command "/vis/viewer/update" could not be applied: no current viewer.
+... write Root file : ccal.root - done
+... close Root file : ccal.root - done
+G4 kernel has come to Quit state.
+UserDetectorConstruction deleted.
+UserPhysicsList deleted.
+UserRunAction deleted.
+UserPrimaryGenerator deleted.
+RunManager is deleting RunManagerKernel.
+CCaloSD: CrystalMatrix deleted
+ Deleting CCalEcalOrganization
+CCaloSD: HadronCalorimeter deleted
+CCalHcalOrganization deleted
+G4SDManager deleted.
+CCalSteppingAction deleted
+CCalEndOfEventAction deleted
+EventManager deleted.
+Units table cleared.
+TransportationManager deleted.
+Total navigation history collections cleaned: 208
+================== Deleting memory pools ===================
+Pool ID '20G4NavigationLevelRep', size : 0.313 MB
+Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
+Pool ID '17G4DynamicParticle', size : 0.12 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 '7G4Track', size : 0.239 MB
+Pool ID '18G4TouchableHistory', size : 0.025 MB
+Pool ID '15G4CountedObjectIvE', size : 0.00385 MB
+Pool ID '17G4ReactionProduct', size : 0.0135 MB
+Pool ID '10G4Fragment', size : 0.00481 MB
+Number of memory pools allocated: 13 of which, static: 0
+Dynamic pools deleted: 13 / Total memory freed: 0.73 MB
+============================================================
+G4Allocator objects are deleted.
+UImanager deleted.
+StateManager deleted.
+RunManagerKernel is deleted. Good bye :)
+Graphics systems deleted.
+Visualization Manager deleting...
diff --git a/examples/advanced/eRosita/CMakeLists.txt b/examples/advanced/eRosita/CMakeLists.txt
index 639ca2f8f5..5351a2b9a1 100644
--- a/examples/advanced/eRosita/CMakeLists.txt
+++ b/examples/advanced/eRosita/CMakeLists.txt
@@ -1,12 +1,96 @@
+#----------------------------------------------------------------------------
+# Setup the project
cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
+project(eRosita)
-set(name eRosita)
-project(${name})
-find_package(Geant4 REQUIRED)
+#----------------------------------------------------------------------------
+# 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()
+
+
+#-----------------------------------------------------------------------------------
+# Notice G4PIIDATA environment variable as appropriate to get acces to the PIXE data
+#
+# message("G4PIIDATA: " $ENV{G4PIIDATA})
+if(DEFINED ENV{G4PIIDATA})
+ message(STATUS "G4PIIDATA environment variable defined")
+else()
+ message(STATUS "Please set G4PIIDATA enviroment (e.g. G4PII1.3) in your system!")
+endif()
+
+
+#----------------------------------------------------------------------------
+# Setup Geant4 include directories and compile definitions
+# Setup include directory for this project
+#
include(${Geant4_USE_FILE})
+include_directories(${PROJECT_SOURCE_DIR}/application/include)
-include_directories(${CMAKE_CURRENT_SOURCE_DIR}/physics/include ${CMAKE_CURRENT_SOURCE_DIR}/application/include ${Geant4_INCLUDE_DIR})
-file(GLOB sources ${CMAKE_CURRENT_SOURCE_DIR}/physics/src/*.cc ${CMAKE_CURRENT_SOURCE_DIR}/application/src/*.cc)
+#----------------------------------------------------------------------------
+# Locate sources and headers for this project
+# NB: headers are included so they will show up in IDEs
+#
+file(GLOB sources ${PROJECT_SOURCE_DIR}/application/src/*.cc)
+file(GLOB headers ${PROJECT_SOURCE_DIR}/application/include/*.hh)
-add_executable(${name} EXCLUDE_FROM_ALL ${name}.cc ${sources})
-target_link_libraries(${name} ${Geant4_LIBRARIES})
+#-----------------------------------------------------------------------------------
+# Setup Geant4 physics mode
+#
+# ON : simulate Geant4 with PIXE data
+# OFF: simulate Geant4 with original Geant4 low energy physics processes
+# based on EEDL/EPDL/EADL data libraries
+option(PHYSICS_MODE "Please select Geant4 Physics model. ON:PIXE, OFF:OriginalGeant4Physics" ON)
+if(PHYSICS_MODE)
+ add_executable(eRosita eRosita.cc ${sources} ${headers})
+else()
+ add_definitions(-DORIGINAL_PHYSICS)
+ file(GLOB sourcesOriginal ${PROJECT_SOURCE_DIR}/physics/src/*.cc)
+ file(GLOB headersOriginal ${PROJECT_SOURCE_DIR}/physics/include/*.hh)
+ include_directories(${PROJECT_SOURCE_DIR}/physics/include)
+ add_executable(eRosita eRosita.cc ${sources} ${headers}
+ ${sourcesOriginal} ${headersOriginal} )
+endif()
+
+
+#----------------------------------------------------------------------------
+# Add the executable, and link it to the Geant4 libraries
+#
+target_link_libraries(eRosita ${Geant4_LIBRARIES})
+
+
+#----------------------------------------------------------------------------
+# Copy all scripts to the build directory, i.e. the directory in which we
+# build eRosita. This is so that we can run the executable directly because it
+# relies on these scripts being in the current working directory.
+#
+set(EXAMPLEeRosita_SCRIPTS
+ eRosita.in
+ eRositaLong.in
+)
+
+foreach(_script ${EXAMPLEeRosita_SCRIPTS})
+ configure_file(
+ ${PROJECT_SOURCE_DIR}/${_script}
+ ${PROJECT_BINARY_DIR}/${_script}
+ COPYONLY
+ )
+endforeach()
+
+#----------------------------------------------------------------------------
+# For internal Geant4 use - but has no effect if you build this
+# example standalone
+#
+#add_custom_target(eRosita DEPENDS eRosita)
+
+#----------------------------------------------------------------------------
+# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX
+#
+install(TARGETS eRosita DESTINATION bin)
diff --git a/examples/advanced/eRosita/GNUmakefile b/examples/advanced/eRosita/GNUmakefile
index 45da280fe1..93379f71dd 100644
--- a/examples/advanced/eRosita/GNUmakefile
+++ b/examples/advanced/eRosita/GNUmakefile
@@ -1,5 +1,5 @@
# --------------------------------------------------------------
-# $Id: GNUmakefile,v 1.2 2010-11-29 10:00:05 gcosmo Exp $
+# $Id: GNUmakefile 107473 2017-11-15 08:02:34Z gcosmo $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
@@ -9,7 +9,8 @@ name := eRosita
G4TARGET := $(name)
G4EXLIB := true
-SUBDIRS := physics application
+SUBDIRS := application
+#SUBDIRS := physics application
# ifdef G4ANALYSIS_USE
# SUBDIRS += analysis
diff --git a/examples/advanced/eRosita/History b/examples/advanced/eRosita/History
index 1be5e4e7e4..ef8c9f9b8e 100644
--- a/examples/advanced/eRosita/History
+++ b/examples/advanced/eRosita/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.11 2010-12-06 15:32:30 pia Exp $
+$Id: History 107473 2017-11-15 08:02:34Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,18 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+15.11.2017, G.Cosmo eRosita-V10-03-02
+ Fixed compilation warning.
+ Removed unnecessary dependency of PrimaryGeneratorAction on
+ DetectorConstruction.
+
+13.11.2017, L.Pandola eRosita-V10-03-01
+ Small changes to CMakeLists.txt, to allow integration in
+ ctests
+
+09.11.2017, MGP,M.C.Han tag eRosita-V10-03-00
+ Changes for ctest.
+
11.10.2012, G.Cosmo, tag eRosita-V09-05-00
Explicit inclusion of units and constants headers.
diff --git a/examples/advanced/eRosita/Makefile b/examples/advanced/eRosita/Makefile
new file mode 100644
index 0000000000..a36d5a44b5
--- /dev/null
+++ b/examples/advanced/eRosita/Makefile
@@ -0,0 +1,528 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.9
+
+# Default target executed when no arguments are given to make.
+default_target: all
+
+.PHONY : default_target
+
+# Allow only one "make -f Makefile2" at a time, but pass parallelism.
+.NOTPARALLEL:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /Applications/CMake.app/Contents/bin/cmake
+
+# The command to remove a file.
+RM = /Applications/CMake.app/Contents/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /Users/mchan/Geant4/examples/advanced/eRosita
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /Users/mchan/Geant4/examples/advanced/eRosita
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# Special rule for the target install/local
+install/local: preinstall
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
+ /Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+.PHONY : install/local
+
+# Special rule for the target install/local
+install/local/fast: preinstall/fast
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
+ /Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+.PHONY : install/local/fast
+
+# Special rule for the target install/strip
+install/strip: preinstall
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
+ /Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+.PHONY : install/strip
+
+# Special rule for the target install/strip
+install/strip/fast: preinstall/fast
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
+ /Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+.PHONY : install/strip/fast
+
+# Special rule for the target install
+install: preinstall
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+ /Applications/CMake.app/Contents/bin/cmake -P cmake_install.cmake
+.PHONY : install
+
+# Special rule for the target install
+install/fast: preinstall/fast
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+ /Applications/CMake.app/Contents/bin/cmake -P cmake_install.cmake
+.PHONY : install/fast
+
+# Special rule for the target list_install_components
+list_install_components:
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
+.PHONY : list_install_components
+
+# Special rule for the target list_install_components
+list_install_components/fast: list_install_components
+
+.PHONY : list_install_components/fast
+
+# Special rule for the target rebuild_cache
+rebuild_cache:
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
+ /Applications/CMake.app/Contents/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : rebuild_cache
+
+# Special rule for the target rebuild_cache
+rebuild_cache/fast: rebuild_cache
+
+.PHONY : rebuild_cache/fast
+
+# Special rule for the target edit_cache
+edit_cache:
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
+ /Applications/CMake.app/Contents/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : edit_cache
+
+# Special rule for the target edit_cache
+edit_cache/fast: edit_cache
+
+.PHONY : edit_cache/fast
+
+# The main all target
+all: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /Users/mchan/Geant4/examples/advanced/eRosita/CMakeFiles /Users/mchan/Geant4/examples/advanced/eRosita/CMakeFiles/progress.marks
+ $(MAKE) -f CMakeFiles/Makefile2 all
+ $(CMAKE_COMMAND) -E cmake_progress_start /Users/mchan/Geant4/examples/advanced/eRosita/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+ $(MAKE) -f CMakeFiles/Makefile2 clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+ $(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+ $(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+ $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+#=============================================================================
+# Target rules for targets named eRosita
+
+# Build rule for target.
+eRosita: cmake_check_build_system
+ $(MAKE) -f CMakeFiles/Makefile2 eRosita
+.PHONY : eRosita
+
+# fast build rule for target.
+eRosita/fast:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/build
+.PHONY : eRosita/fast
+
+application/src/AnalysisManager.o: application/src/AnalysisManager.cc.o
+
+.PHONY : application/src/AnalysisManager.o
+
+# target to build an object file
+application/src/AnalysisManager.cc.o:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/AnalysisManager.cc.o
+.PHONY : application/src/AnalysisManager.cc.o
+
+application/src/AnalysisManager.i: application/src/AnalysisManager.cc.i
+
+.PHONY : application/src/AnalysisManager.i
+
+# target to preprocess a source file
+application/src/AnalysisManager.cc.i:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/AnalysisManager.cc.i
+.PHONY : application/src/AnalysisManager.cc.i
+
+application/src/AnalysisManager.s: application/src/AnalysisManager.cc.s
+
+.PHONY : application/src/AnalysisManager.s
+
+# target to generate assembly for a file
+application/src/AnalysisManager.cc.s:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/AnalysisManager.cc.s
+.PHONY : application/src/AnalysisManager.cc.s
+
+application/src/eRositaDetectorConstruction.o: application/src/eRositaDetectorConstruction.cc.o
+
+.PHONY : application/src/eRositaDetectorConstruction.o
+
+# target to build an object file
+application/src/eRositaDetectorConstruction.cc.o:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaDetectorConstruction.cc.o
+.PHONY : application/src/eRositaDetectorConstruction.cc.o
+
+application/src/eRositaDetectorConstruction.i: application/src/eRositaDetectorConstruction.cc.i
+
+.PHONY : application/src/eRositaDetectorConstruction.i
+
+# target to preprocess a source file
+application/src/eRositaDetectorConstruction.cc.i:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaDetectorConstruction.cc.i
+.PHONY : application/src/eRositaDetectorConstruction.cc.i
+
+application/src/eRositaDetectorConstruction.s: application/src/eRositaDetectorConstruction.cc.s
+
+.PHONY : application/src/eRositaDetectorConstruction.s
+
+# target to generate assembly for a file
+application/src/eRositaDetectorConstruction.cc.s:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaDetectorConstruction.cc.s
+.PHONY : application/src/eRositaDetectorConstruction.cc.s
+
+application/src/eRositaEventAction.o: application/src/eRositaEventAction.cc.o
+
+.PHONY : application/src/eRositaEventAction.o
+
+# target to build an object file
+application/src/eRositaEventAction.cc.o:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaEventAction.cc.o
+.PHONY : application/src/eRositaEventAction.cc.o
+
+application/src/eRositaEventAction.i: application/src/eRositaEventAction.cc.i
+
+.PHONY : application/src/eRositaEventAction.i
+
+# target to preprocess a source file
+application/src/eRositaEventAction.cc.i:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaEventAction.cc.i
+.PHONY : application/src/eRositaEventAction.cc.i
+
+application/src/eRositaEventAction.s: application/src/eRositaEventAction.cc.s
+
+.PHONY : application/src/eRositaEventAction.s
+
+# target to generate assembly for a file
+application/src/eRositaEventAction.cc.s:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaEventAction.cc.s
+.PHONY : application/src/eRositaEventAction.cc.s
+
+application/src/eRositaPhysicsList.o: application/src/eRositaPhysicsList.cc.o
+
+.PHONY : application/src/eRositaPhysicsList.o
+
+# target to build an object file
+application/src/eRositaPhysicsList.cc.o:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPhysicsList.cc.o
+.PHONY : application/src/eRositaPhysicsList.cc.o
+
+application/src/eRositaPhysicsList.i: application/src/eRositaPhysicsList.cc.i
+
+.PHONY : application/src/eRositaPhysicsList.i
+
+# target to preprocess a source file
+application/src/eRositaPhysicsList.cc.i:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPhysicsList.cc.i
+.PHONY : application/src/eRositaPhysicsList.cc.i
+
+application/src/eRositaPhysicsList.s: application/src/eRositaPhysicsList.cc.s
+
+.PHONY : application/src/eRositaPhysicsList.s
+
+# target to generate assembly for a file
+application/src/eRositaPhysicsList.cc.s:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPhysicsList.cc.s
+.PHONY : application/src/eRositaPhysicsList.cc.s
+
+application/src/eRositaPrimaryGeneratorAction.o: application/src/eRositaPrimaryGeneratorAction.cc.o
+
+.PHONY : application/src/eRositaPrimaryGeneratorAction.o
+
+# target to build an object file
+application/src/eRositaPrimaryGeneratorAction.cc.o:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPrimaryGeneratorAction.cc.o
+.PHONY : application/src/eRositaPrimaryGeneratorAction.cc.o
+
+application/src/eRositaPrimaryGeneratorAction.i: application/src/eRositaPrimaryGeneratorAction.cc.i
+
+.PHONY : application/src/eRositaPrimaryGeneratorAction.i
+
+# target to preprocess a source file
+application/src/eRositaPrimaryGeneratorAction.cc.i:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPrimaryGeneratorAction.cc.i
+.PHONY : application/src/eRositaPrimaryGeneratorAction.cc.i
+
+application/src/eRositaPrimaryGeneratorAction.s: application/src/eRositaPrimaryGeneratorAction.cc.s
+
+.PHONY : application/src/eRositaPrimaryGeneratorAction.s
+
+# target to generate assembly for a file
+application/src/eRositaPrimaryGeneratorAction.cc.s:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPrimaryGeneratorAction.cc.s
+.PHONY : application/src/eRositaPrimaryGeneratorAction.cc.s
+
+application/src/eRositaRunAction.o: application/src/eRositaRunAction.cc.o
+
+.PHONY : application/src/eRositaRunAction.o
+
+# target to build an object file
+application/src/eRositaRunAction.cc.o:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaRunAction.cc.o
+.PHONY : application/src/eRositaRunAction.cc.o
+
+application/src/eRositaRunAction.i: application/src/eRositaRunAction.cc.i
+
+.PHONY : application/src/eRositaRunAction.i
+
+# target to preprocess a source file
+application/src/eRositaRunAction.cc.i:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaRunAction.cc.i
+.PHONY : application/src/eRositaRunAction.cc.i
+
+application/src/eRositaRunAction.s: application/src/eRositaRunAction.cc.s
+
+.PHONY : application/src/eRositaRunAction.s
+
+# target to generate assembly for a file
+application/src/eRositaRunAction.cc.s:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaRunAction.cc.s
+.PHONY : application/src/eRositaRunAction.cc.s
+
+application/src/eRositaSteppingAction.o: application/src/eRositaSteppingAction.cc.o
+
+.PHONY : application/src/eRositaSteppingAction.o
+
+# target to build an object file
+application/src/eRositaSteppingAction.cc.o:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingAction.cc.o
+.PHONY : application/src/eRositaSteppingAction.cc.o
+
+application/src/eRositaSteppingAction.i: application/src/eRositaSteppingAction.cc.i
+
+.PHONY : application/src/eRositaSteppingAction.i
+
+# target to preprocess a source file
+application/src/eRositaSteppingAction.cc.i:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingAction.cc.i
+.PHONY : application/src/eRositaSteppingAction.cc.i
+
+application/src/eRositaSteppingAction.s: application/src/eRositaSteppingAction.cc.s
+
+.PHONY : application/src/eRositaSteppingAction.s
+
+# target to generate assembly for a file
+application/src/eRositaSteppingAction.cc.s:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingAction.cc.s
+.PHONY : application/src/eRositaSteppingAction.cc.s
+
+application/src/eRositaSteppingVerbose.o: application/src/eRositaSteppingVerbose.cc.o
+
+.PHONY : application/src/eRositaSteppingVerbose.o
+
+# target to build an object file
+application/src/eRositaSteppingVerbose.cc.o:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingVerbose.cc.o
+.PHONY : application/src/eRositaSteppingVerbose.cc.o
+
+application/src/eRositaSteppingVerbose.i: application/src/eRositaSteppingVerbose.cc.i
+
+.PHONY : application/src/eRositaSteppingVerbose.i
+
+# target to preprocess a source file
+application/src/eRositaSteppingVerbose.cc.i:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingVerbose.cc.i
+.PHONY : application/src/eRositaSteppingVerbose.cc.i
+
+application/src/eRositaSteppingVerbose.s: application/src/eRositaSteppingVerbose.cc.s
+
+.PHONY : application/src/eRositaSteppingVerbose.s
+
+# target to generate assembly for a file
+application/src/eRositaSteppingVerbose.cc.s:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingVerbose.cc.s
+.PHONY : application/src/eRositaSteppingVerbose.cc.s
+
+application/src/eRositaTrackerHit.o: application/src/eRositaTrackerHit.cc.o
+
+.PHONY : application/src/eRositaTrackerHit.o
+
+# target to build an object file
+application/src/eRositaTrackerHit.cc.o:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerHit.cc.o
+.PHONY : application/src/eRositaTrackerHit.cc.o
+
+application/src/eRositaTrackerHit.i: application/src/eRositaTrackerHit.cc.i
+
+.PHONY : application/src/eRositaTrackerHit.i
+
+# target to preprocess a source file
+application/src/eRositaTrackerHit.cc.i:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerHit.cc.i
+.PHONY : application/src/eRositaTrackerHit.cc.i
+
+application/src/eRositaTrackerHit.s: application/src/eRositaTrackerHit.cc.s
+
+.PHONY : application/src/eRositaTrackerHit.s
+
+# target to generate assembly for a file
+application/src/eRositaTrackerHit.cc.s:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerHit.cc.s
+.PHONY : application/src/eRositaTrackerHit.cc.s
+
+application/src/eRositaTrackerSD.o: application/src/eRositaTrackerSD.cc.o
+
+.PHONY : application/src/eRositaTrackerSD.o
+
+# target to build an object file
+application/src/eRositaTrackerSD.cc.o:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerSD.cc.o
+.PHONY : application/src/eRositaTrackerSD.cc.o
+
+application/src/eRositaTrackerSD.i: application/src/eRositaTrackerSD.cc.i
+
+.PHONY : application/src/eRositaTrackerSD.i
+
+# target to preprocess a source file
+application/src/eRositaTrackerSD.cc.i:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerSD.cc.i
+.PHONY : application/src/eRositaTrackerSD.cc.i
+
+application/src/eRositaTrackerSD.s: application/src/eRositaTrackerSD.cc.s
+
+.PHONY : application/src/eRositaTrackerSD.s
+
+# target to generate assembly for a file
+application/src/eRositaTrackerSD.cc.s:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerSD.cc.s
+.PHONY : application/src/eRositaTrackerSD.cc.s
+
+eRosita.o: eRosita.cc.o
+
+.PHONY : eRosita.o
+
+# target to build an object file
+eRosita.cc.o:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/eRosita.cc.o
+.PHONY : eRosita.cc.o
+
+eRosita.i: eRosita.cc.i
+
+.PHONY : eRosita.i
+
+# target to preprocess a source file
+eRosita.cc.i:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/eRosita.cc.i
+.PHONY : eRosita.cc.i
+
+eRosita.s: eRosita.cc.s
+
+.PHONY : eRosita.s
+
+# target to generate assembly for a file
+eRosita.cc.s:
+ $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/eRosita.cc.s
+.PHONY : eRosita.cc.s
+
+# Help Target
+help:
+ @echo "The following are some of the valid targets for this Makefile:"
+ @echo "... all (the default if no target is provided)"
+ @echo "... clean"
+ @echo "... depend"
+ @echo "... install/local"
+ @echo "... install/strip"
+ @echo "... install"
+ @echo "... list_install_components"
+ @echo "... rebuild_cache"
+ @echo "... edit_cache"
+ @echo "... eRosita"
+ @echo "... application/src/AnalysisManager.o"
+ @echo "... application/src/AnalysisManager.i"
+ @echo "... application/src/AnalysisManager.s"
+ @echo "... application/src/eRositaDetectorConstruction.o"
+ @echo "... application/src/eRositaDetectorConstruction.i"
+ @echo "... application/src/eRositaDetectorConstruction.s"
+ @echo "... application/src/eRositaEventAction.o"
+ @echo "... application/src/eRositaEventAction.i"
+ @echo "... application/src/eRositaEventAction.s"
+ @echo "... application/src/eRositaPhysicsList.o"
+ @echo "... application/src/eRositaPhysicsList.i"
+ @echo "... application/src/eRositaPhysicsList.s"
+ @echo "... application/src/eRositaPrimaryGeneratorAction.o"
+ @echo "... application/src/eRositaPrimaryGeneratorAction.i"
+ @echo "... application/src/eRositaPrimaryGeneratorAction.s"
+ @echo "... application/src/eRositaRunAction.o"
+ @echo "... application/src/eRositaRunAction.i"
+ @echo "... application/src/eRositaRunAction.s"
+ @echo "... application/src/eRositaSteppingAction.o"
+ @echo "... application/src/eRositaSteppingAction.i"
+ @echo "... application/src/eRositaSteppingAction.s"
+ @echo "... application/src/eRositaSteppingVerbose.o"
+ @echo "... application/src/eRositaSteppingVerbose.i"
+ @echo "... application/src/eRositaSteppingVerbose.s"
+ @echo "... application/src/eRositaTrackerHit.o"
+ @echo "... application/src/eRositaTrackerHit.i"
+ @echo "... application/src/eRositaTrackerHit.s"
+ @echo "... application/src/eRositaTrackerSD.o"
+ @echo "... application/src/eRositaTrackerSD.i"
+ @echo "... application/src/eRositaTrackerSD.s"
+ @echo "... eRosita.o"
+ @echo "... eRosita.i"
+ @echo "... eRosita.s"
+.PHONY : help
+
+
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+ $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/examples/advanced/eRosita/README.txt b/examples/advanced/eRosita/README.txt
index 4743163a49..b2a05255ab 100644
--- a/examples/advanced/eRosita/README.txt
+++ b/examples/advanced/eRosita/README.txt
@@ -1,4 +1,4 @@
-$Id: README.txt,v 1.6 2010-11-30 13:44:05 pia Exp $
+$Id: README.txt 107396 2017-11-10 08:28:08Z gcosmo $
-------------------------------------------------------------------
=========================================================
diff --git a/examples/advanced/eRosita/TrackerPhotonEnergy.out b/examples/advanced/eRosita/TrackerPhotonEnergy.out
new file mode 100644
index 0000000000..321e28dceb
--- /dev/null
+++ b/examples/advanced/eRosita/TrackerPhotonEnergy.out
@@ -0,0 +1,24 @@
+0.014046
+0.0350679
+0.0551611
+0.000820161
+0.0303978
+0.0678637
+0.0581019
+0.0903615
+0.0540812
+0.0580977
+0.028536
+0.00033935
+0.0825919
+0.0925048
+0.0858539
+0.0373501
+0.0502226
+0.100689
+0.0486898
+0.0644975
+0.0457778
+0.0185423
+0.0477798
+0.0515857
diff --git a/examples/advanced/eRosita/application/include/eRositaDetectorConstruction.hh b/examples/advanced/eRosita/application/include/eRositaDetectorConstruction.hh
index 48fb8a4fa9..0a21ea32c2 100644
--- a/examples/advanced/eRosita/application/include/eRositaDetectorConstruction.hh
+++ b/examples/advanced/eRosita/application/include/eRositaDetectorConstruction.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaDetectorConstruction.hh 107396 2017-11-10 08:28:08Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/advanced/eRosita/application/include/eRositaEventAction.hh b/examples/advanced/eRosita/application/include/eRositaEventAction.hh
index 5602eaee3f..51af817389 100644
--- a/examples/advanced/eRosita/application/include/eRositaEventAction.hh
+++ b/examples/advanced/eRosita/application/include/eRositaEventAction.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaEventAction.hh 107396 2017-11-10 08:28:08Z gcosmo $
//
#ifndef eRositaEventAction_h
diff --git a/examples/advanced/eRosita/application/include/eRositaPhysicsList.hh b/examples/advanced/eRosita/application/include/eRositaPhysicsList.hh
index 5d9dab6bf3..361fa7b879 100644
--- a/examples/advanced/eRosita/application/include/eRositaPhysicsList.hh
+++ b/examples/advanced/eRosita/application/include/eRositaPhysicsList.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaPhysicsList.hh 107396 2017-11-10 08:28:08Z gcosmo $
//
#ifndef EROSITAPHYSICSLIST_HH
diff --git a/examples/advanced/eRosita/application/include/eRositaPrimaryGeneratorAction.hh b/examples/advanced/eRosita/application/include/eRositaPrimaryGeneratorAction.hh
index 0fae65226d..33458f37ba 100644
--- a/examples/advanced/eRosita/application/include/eRositaPrimaryGeneratorAction.hh
+++ b/examples/advanced/eRosita/application/include/eRositaPrimaryGeneratorAction.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaPrimaryGeneratorAction.hh 107473 2017-11-15 08:02:34Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -35,7 +35,6 @@
#include "globals.hh"
#include "G4VUserPrimaryGeneratorAction.hh"
-class eRositaDetectorConstruction;
class G4ParticleGun;
class G4Event;
@@ -44,7 +43,7 @@ class G4Event;
class eRositaPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
{
public:
- eRositaPrimaryGeneratorAction(eRositaDetectorConstruction*);
+ eRositaPrimaryGeneratorAction();
~eRositaPrimaryGeneratorAction();
public:
@@ -52,7 +51,6 @@ public:
private:
G4ParticleGun* particleGun;
- eRositaDetectorConstruction* myDetector;
G4double xposition; // x position of vertex
G4double yposition; // y -"-
diff --git a/examples/advanced/eRosita/application/include/eRositaRunAction.hh b/examples/advanced/eRosita/application/include/eRositaRunAction.hh
index 42e88093a2..623d96d702 100644
--- a/examples/advanced/eRosita/application/include/eRositaRunAction.hh
+++ b/examples/advanced/eRosita/application/include/eRositaRunAction.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaRunAction.hh 107396 2017-11-10 08:28:08Z gcosmo $
//
diff --git a/examples/advanced/eRosita/application/include/eRositaSteppingAction.hh b/examples/advanced/eRosita/application/include/eRositaSteppingAction.hh
index 89544a0b8e..b5918c4504 100644
--- a/examples/advanced/eRosita/application/include/eRositaSteppingAction.hh
+++ b/examples/advanced/eRosita/application/include/eRositaSteppingAction.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaSteppingAction.hh 107396 2017-11-10 08:28:08Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/advanced/eRosita/application/include/eRositaSteppingVerbose.hh b/examples/advanced/eRosita/application/include/eRositaSteppingVerbose.hh
index 582e79ac1a..f456a42d13 100644
--- a/examples/advanced/eRosita/application/include/eRositaSteppingVerbose.hh
+++ b/examples/advanced/eRosita/application/include/eRositaSteppingVerbose.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaSteppingVerbose.hh 107396 2017-11-10 08:28:08Z gcosmo $
//
// This class manages the verbose outputs in G4SteppingManager.
// It inherits from G4SteppingVerbose.
diff --git a/examples/advanced/eRosita/application/include/eRositaTrackerHit.hh b/examples/advanced/eRosita/application/include/eRositaTrackerHit.hh
index 9acdcb4323..23b7be4d06 100644
--- a/examples/advanced/eRosita/application/include/eRositaTrackerHit.hh
+++ b/examples/advanced/eRosita/application/include/eRositaTrackerHit.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaTrackerHit.hh 107396 2017-11-10 08:28:08Z gcosmo $
//
#ifndef eRositaTrackerHit_h
diff --git a/examples/advanced/eRosita/application/include/eRositaTrackerSD.hh b/examples/advanced/eRosita/application/include/eRositaTrackerSD.hh
index ec35f92601..28bb08de7d 100644
--- a/examples/advanced/eRosita/application/include/eRositaTrackerSD.hh
+++ b/examples/advanced/eRosita/application/include/eRositaTrackerSD.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaTrackerSD.hh 107396 2017-11-10 08:28:08Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/advanced/eRosita/application/src/eRositaDetectorConstruction.cc b/examples/advanced/eRosita/application/src/eRositaDetectorConstruction.cc
index 1518fafa43..7f5789317c 100644
--- a/examples/advanced/eRosita/application/src/eRositaDetectorConstruction.cc
+++ b/examples/advanced/eRosita/application/src/eRositaDetectorConstruction.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaDetectorConstruction.cc 107396 2017-11-10 08:28:08Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/advanced/eRosita/application/src/eRositaEventAction.cc b/examples/advanced/eRosita/application/src/eRositaEventAction.cc
index a08857aa55..a7a80cd1d5 100644
--- a/examples/advanced/eRosita/application/src/eRositaEventAction.cc
+++ b/examples/advanced/eRosita/application/src/eRositaEventAction.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaEventAction.cc 107396 2017-11-10 08:28:08Z gcosmo $
//
#include "eRositaEventAction.hh"
diff --git a/examples/advanced/eRosita/application/src/eRositaPhysicsList.cc b/examples/advanced/eRosita/application/src/eRositaPhysicsList.cc
index 4c7b8e461f..69e49b3b63 100644
--- a/examples/advanced/eRosita/application/src/eRositaPhysicsList.cc
+++ b/examples/advanced/eRosita/application/src/eRositaPhysicsList.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaPhysicsList.cc 107396 2017-11-10 08:28:08Z gcosmo $
//
#include "globals.hh"
@@ -35,12 +35,13 @@
#include "G4ProcessManager.hh"
#include "G4ParticleTypes.hh"
-#include "G4LowEnergyCompton.hh"
-#include "G4LowEnergyGammaConversion.hh"
-#include "G4LowEnergyPhotoElectric.hh"
-#include "G4LowEnergyRayleigh.hh"
-#include "G4LowEnergyIonisation.hh"
-#include "G4LowEnergyBremsstrahlung.hh"
+#include "G4PhotoElectricEffect.hh"
+#include "G4ComptonScattering.hh"
+#include "G4GammaConversion.hh"
+#include "G4RayleighScattering.hh"
+
+#include "G4eIonisation.hh"
+#include "G4eBremsstrahlung.hh"
#include "G4eMultipleScattering.hh"
#include "G4hMultipleScattering.hh"
@@ -177,6 +178,7 @@ void eRositaPhysicsList::ConstructProcess()
void eRositaPhysicsList::ConstructEM()
{
+ auto theParticleIterator=GetParticleIterator();
theParticleIterator->reset();
while( (*theParticleIterator)() ){
G4ParticleDefinition* particle = theParticleIterator->value();
@@ -187,13 +189,13 @@ void eRositaPhysicsList::ConstructEM()
// photon
- G4LowEnergyPhotoElectric* photoelectric = new G4LowEnergyPhotoElectric;
- photoelectric->ActivateAuger(true);
- photoelectric->SetCutForLowEnSecPhotons(0.250 * keV);
- photoelectric->SetCutForLowEnSecElectrons(0.250 * keV);
- G4LowEnergyCompton* compton = new G4LowEnergyCompton;
- G4LowEnergyGammaConversion* gammaConversion = new G4LowEnergyGammaConversion;
- G4LowEnergyRayleigh* rayleigh = new G4LowEnergyRayleigh;
+ G4PhotoElectricEffect* photoelectric = new G4PhotoElectricEffect;
+ //photoelectric->ActivateAuger(true);
+ //photoelectric->SetCutForLowEnSecPhotons(0.250 * keV);
+ //photoelectric->SetCutForLowEnSecElectrons(0.250 * keV);
+ G4ComptonScattering* compton = new G4ComptonScattering;
+ G4GammaConversion* gammaConversion = new G4GammaConversion;
+ G4RayleighScattering* rayleigh = new G4RayleighScattering;
processManager -> AddDiscreteProcess(photoelectric);
processManager -> AddDiscreteProcess(compton);
@@ -205,8 +207,8 @@ void eRositaPhysicsList::ConstructEM()
// electron
G4eMultipleScattering* eMultipleScattering = new G4eMultipleScattering();
- G4LowEnergyIonisation* eIonisation = new G4LowEnergyIonisation();
- G4LowEnergyBremsstrahlung* eBremsstrahlung = new G4LowEnergyBremsstrahlung();
+ G4eIonisation* eIonisation = new G4eIonisation();
+ G4eBremsstrahlung* eBremsstrahlung = new G4eBremsstrahlung();
processManager -> AddProcess(eMultipleScattering, -1, 1, 1);
processManager -> AddProcess(eIonisation, -1, 2, 2);
@@ -231,7 +233,7 @@ void eRositaPhysicsList::ConstructEM()
particleName == "pi-" ||
particleName == "pi+" ) {
//proton
-
+ /*
G4hImpactIonisation* hIonisation = new G4hImpactIonisation();
hIonisation->SetPixeCrossSectionK("ecpssr");
hIonisation->SetPixeCrossSectionL("ecpssr");
@@ -240,6 +242,8 @@ void eRositaPhysicsList::ConstructEM()
hIonisation->SetPixeProjectileMaxEnergy(200. * MeV);
hIonisation->SetCutForSecondaryPhotons(250. * eV);
hIonisation->SetCutForAugerElectrons(250. * eV);
+ */
+ G4hIonisation* hIonisation = new G4hIonisation();
G4hMultipleScattering* hMultipleScattering = new G4hMultipleScattering();
@@ -272,6 +276,7 @@ void eRositaPhysicsList::ConstructGeneral()
{
// Add Decay Process
G4Decay* theDecayProcess = new G4Decay();
+ auto theParticleIterator=GetParticleIterator();
theParticleIterator->reset();
while( (*theParticleIterator)() ){
G4ParticleDefinition* particle = theParticleIterator->value();
diff --git a/examples/advanced/eRosita/application/src/eRositaPrimaryGeneratorAction.cc b/examples/advanced/eRosita/application/src/eRositaPrimaryGeneratorAction.cc
index 75b9ce9a27..e81effd368 100644
--- a/examples/advanced/eRosita/application/src/eRositaPrimaryGeneratorAction.cc
+++ b/examples/advanced/eRosita/application/src/eRositaPrimaryGeneratorAction.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaPrimaryGeneratorAction.cc 107473 2017-11-15 08:02:34Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -41,9 +41,7 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-eRositaPrimaryGeneratorAction::eRositaPrimaryGeneratorAction(
- eRositaDetectorConstruction* myDC)
-:myDetector(myDC)
+eRositaPrimaryGeneratorAction::eRositaPrimaryGeneratorAction()
{
G4int n_particle = 1;
// G4int n_particle = 1000;
diff --git a/examples/advanced/eRosita/application/src/eRositaRunAction.cc b/examples/advanced/eRosita/application/src/eRositaRunAction.cc
index 41f8f275d6..522e1c08b4 100644
--- a/examples/advanced/eRosita/application/src/eRositaRunAction.cc
+++ b/examples/advanced/eRosita/application/src/eRositaRunAction.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaRunAction.cc 107396 2017-11-10 08:28:08Z gcosmo $
//
#include "eRositaRunAction.hh"
diff --git a/examples/advanced/eRosita/application/src/eRositaSteppingAction.cc b/examples/advanced/eRosita/application/src/eRositaSteppingAction.cc
index 32b32b7965..d7eb7064ca 100644
--- a/examples/advanced/eRosita/application/src/eRositaSteppingAction.cc
+++ b/examples/advanced/eRosita/application/src/eRositaSteppingAction.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaSteppingAction.cc 107396 2017-11-10 08:28:08Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/advanced/eRosita/application/src/eRositaSteppingVerbose.cc b/examples/advanced/eRosita/application/src/eRositaSteppingVerbose.cc
index a639c67381..3c286e5cd5 100644
--- a/examples/advanced/eRosita/application/src/eRositaSteppingVerbose.cc
+++ b/examples/advanced/eRosita/application/src/eRositaSteppingVerbose.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaSteppingVerbose.cc 107396 2017-11-10 08:28:08Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/advanced/eRosita/application/src/eRositaTrackerHit.cc b/examples/advanced/eRosita/application/src/eRositaTrackerHit.cc
index 50d5048f24..4e889c54b7 100644
--- a/examples/advanced/eRosita/application/src/eRositaTrackerHit.cc
+++ b/examples/advanced/eRosita/application/src/eRositaTrackerHit.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaTrackerHit.cc 107396 2017-11-10 08:28:08Z gcosmo $
//
#include "eRositaTrackerHit.hh"
diff --git a/examples/advanced/eRosita/application/src/eRositaTrackerSD.cc b/examples/advanced/eRosita/application/src/eRositaTrackerSD.cc
index cb87df95a2..5134f31515 100644
--- a/examples/advanced/eRosita/application/src/eRositaTrackerSD.cc
+++ b/examples/advanced/eRosita/application/src/eRositaTrackerSD.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRositaTrackerSD.cc 107396 2017-11-10 08:28:08Z gcosmo $
//
#include "eRositaTrackerSD.hh"
diff --git a/examples/advanced/eRosita/eRosita.cc b/examples/advanced/eRosita/eRosita.cc
index 9722904ad3..168b50195d 100644
--- a/examples/advanced/eRosita/eRosita.cc
+++ b/examples/advanced/eRosita/eRosita.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: eRosita.cc 107473 2017-11-15 08:02:34Z gcosmo $
//
//
@@ -69,7 +69,7 @@ int main(int argc,char** argv)
// User Action classes
//
- G4VUserPrimaryGeneratorAction* genAction = new eRositaPrimaryGeneratorAction(detector);
+ G4VUserPrimaryGeneratorAction* genAction = new eRositaPrimaryGeneratorAction();
runManager->SetUserAction(genAction);
//
G4UserRunAction* runAction = new eRositaRunAction;
diff --git a/examples/advanced/eRosita/eRosita.in b/examples/advanced/eRosita/eRosita.in
index 595d9e44df..3c77fa51dc 100644
--- a/examples/advanced/eRosita/eRosita.in
+++ b/examples/advanced/eRosita/eRosita.in
@@ -12,6 +12,6 @@
/gun/energy 100 MeV
/gun/particle proton
-/run/beamOn 1000
+/run/beamOn 10000
exit
diff --git a/examples/advanced/eRosita/eRosita.large_N.in b/examples/advanced/eRosita/eRosita.large_N.in
deleted file mode 100644
index bf3ea318b1..0000000000
--- a/examples/advanced/eRosita/eRosita.large_N.in
+++ /dev/null
@@ -1,7 +0,0 @@
-/tracking/verbose 0
-
-/gun/energy 100 MeV
-/gun/particle proton
-/run/beamOn 10000
-
-exit
diff --git a/examples/advanced/eRosita/eRosita.out b/examples/advanced/eRosita/eRosita.out
index e69de29bb2..37bde3c81f 100644
--- a/examples/advanced/eRosita/eRosita.out
+++ b/examples/advanced/eRosita/eRosita.out
@@ -0,0 +1,202 @@
+
+ ############################################
+ !!! WARNING - FPE detection is activated !!!
+ ############################################
+
+*************************************************************
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
+ Copyright : Geant4 Collaboration
+ Reference : NIM A 506 (2003), 250-303
+ WWW : http://cern.ch/geant4
+*************************************************************
+
+===============================================================================
+Geant4 eRosita example - based on a simplified version of eROSITA simulation
+Further details can be found in:
+M.G. Pia et al., 'PIXE Simulation With Geant4', IEEE Trans. Nucl. Sci., vol. 56, no. 6, pp. 3614-3649, 2009
+N. Meidinger et al., 'Development of the focal plane PNCCD camera system for the X-ray space telescope eROSITA',
+NIM A 624, 321-329, 2010
+===============================================================================
+
+===============================================================================
+ The use of G4LowEnergyIonisation, G4LowEnergyBremsstrahlung,
+G4LowEnergyPhotoElectric, G4LowEnergyCompton, G4LowEnergyGammaConversion
+in this example is intentional. These classes will be replaced by other classes
+appropriate to the problem domain in a forthcoming Geant4 version
+===============================================================================
+
+The materials defined are :
+
+
+***** Table : Nb of materials = 3 *****
+
+ Material: Copper density: 8.920 g/cm3 RadL: 1.442 cm Nucl.Int.Length: 15.658 cm
+ Imean: 322.000 eV temperature: 293.15 K pressure: 1.00 atm
+
+ ---> Element: Cu (Cu) Z = 29.0 N = 64 A = 63.550 g/mole
+ ---> Isotope: Cu63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.170 %
+ ---> Isotope: Cu65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.830 %
+ ElmMassFraction: 100.00 % ElmAbundance 100.00 %
+
+
+ Material: Silicon density: 2.330 g/cm3 RadL: 9.368 cm Nucl.Int.Length: 45.663 cm
+ Imean: 173.000 eV temperature: 293.15 K pressure: 1.00 atm
+
+ ---> Element: Si (Si) Z = 14.0 N = 28 A = 28.090 g/mole
+ ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 %
+ ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 %
+ ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 %
+ ElmMassFraction: 100.00 % ElmAbundance 100.00 %
+
+
+ Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc
+ Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm
+
+ ---> Element: H (H) Z = 1.0 N = 1 A = 1.010 g/mole
+ ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
+ ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 %
+ ElmMassFraction: 100.00 % ElmAbundance 100.00 %
+
+
+
+
+phot: for gamma SubType= 12 BuildTable= 0
+ LambdaPrime table from 200 keV to 100 TeV in 61 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ PhotoElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila
+
+compt: for gamma SubType= 13 BuildTable= 1
+ Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1
+ LambdaPrime table from 1 MeV to 100 TeV in 56 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Klein-Nishina : Emin= 0 eV Emax= 100 TeV
+
+conv: for gamma SubType= 14 BuildTable= 1
+ Lambda table from 1.022 MeV to 100 TeV, 18 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BetheHeitler : Emin= 0 eV Emax= 80 GeV
+ BetheHeitlerLPM : Emin= 80 GeV Emax= 100 TeV
+
+Rayl: for gamma SubType= 11 BuildTable= 1
+ Lambda table from 100 eV to 100 keV, 7 bins per decade, spline: 0
+ LambdaPrime table from 100 keV to 100 TeV in 63 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator
+
+msc: for e- SubType= 10
+ RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MollerBhabha : Emin= 0 eV Emax= 100 TeV
+
+eBrem: for e- SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 DipBustGen
+ eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen
+
+msc: for e+ SubType= 10
+ RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MollerBhabha : Emin= 0 eV Emax= 100 TeV
+
+eBrem: for e+ SubType= 3
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 DipBustGen
+ eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen
+
+annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eplus2gg : Emin= 0 eV Emax= 100 TeV
+
+msc: for proton SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for proton SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 2 MeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
+
+msc: for anti_proton SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for anti_proton SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 2 MeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
+
+========= Table of registered couples ==============================
+
+Index : 0 used in the geometry : Yes
+ Material : Galactic
+ Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um
+ Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 100 eV
+ Region(s) which use this couple :
+ DefaultRegionForTheWorld
+
+Index : 1 used in the geometry : Yes
+ Material : Copper
+ Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um
+ Energy thresholds : gamma 250 eV e- 6.79154 keV e+ 6.59324 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
+ Region(s) which use this couple :
+ DefaultRegionForTheWorld
+
+====================================================================
+
+--- Run 0 start.
+---- eRosita event counter: 100
+---- eRosita event counter: 200
+---- eRosita event counter: 300
+---- eRosita event counter: 400
+---- eRosita event counter: 500
+---- eRosita event counter: 600
+---- eRosita event counter: 700
+---- eRosita event counter: 800
+---- eRosita event counter: 900
+---- eRosita event counter: 1000
+---- eRosita event counter: 2000
+---- eRosita event counter: 3000
+---- eRosita event counter: 4000
+---- eRosita event counter: 5000
+---- eRosita event counter: 6000
+---- eRosita event counter: 7000
+---- eRosita event counter: 8000
+---- eRosita event counter: 9000
+---- eRosita event counter: 10000
+--- Run 00 ends (Number of events = 10000).
+ User=38.88s Real=38.91s Sys=0s
diff --git a/examples/advanced/eRosita/eRositaLong.in b/examples/advanced/eRosita/eRositaLong.in
new file mode 100644
index 0000000000..2caa8f5d4f
--- /dev/null
+++ b/examples/advanced/eRosita/eRositaLong.in
@@ -0,0 +1,17 @@
+#-------------------------------------------------
+#
+# example input file for running eRosita
+#
+# 1000 protons with energy 100 MeV are simulated
+#
+#-------------------------------------------------
+
+#/control/verbose 2
+#/run/verbose 2
+#/tracking/verbose 2
+
+/gun/energy 100 MeV
+/gun/particle proton
+/run/beamOn 1000
+
+exit
diff --git a/examples/advanced/eRosita/physics/include/G4LowEnergyBremsstrahlung.hh b/examples/advanced/eRosita/physics/include/G4LowEnergyBremsstrahlung.hh
index ac674f1789..3c2282c75c 100644
--- a/examples/advanced/eRosita/physics/include/G4LowEnergyBremsstrahlung.hh
+++ b/examples/advanced/eRosita/physics/include/G4LowEnergyBremsstrahlung.hh
@@ -25,7 +25,7 @@
//
//
// -------------------------------------------------------------------
-// $Id$
+// $Id: G4LowEnergyBremsstrahlung.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: A. Forti
diff --git a/examples/advanced/eRosita/physics/include/G4LowEnergyCompton.hh b/examples/advanced/eRosita/physics/include/G4LowEnergyCompton.hh
index 9cc83bfbbb..62b4ca5288 100644
--- a/examples/advanced/eRosita/physics/include/G4LowEnergyCompton.hh
+++ b/examples/advanced/eRosita/physics/include/G4LowEnergyCompton.hh
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id$
+// $Id: G4LowEnergyCompton.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: A. Forti
diff --git a/examples/advanced/eRosita/physics/include/G4LowEnergyGammaConversion.hh b/examples/advanced/eRosita/physics/include/G4LowEnergyGammaConversion.hh
index 885184e013..8eae5f3ee9 100644
--- a/examples/advanced/eRosita/physics/include/G4LowEnergyGammaConversion.hh
+++ b/examples/advanced/eRosita/physics/include/G4LowEnergyGammaConversion.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4LowEnergyGammaConversion.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: A. Forti
diff --git a/examples/advanced/eRosita/physics/include/G4LowEnergyIonisation.hh b/examples/advanced/eRosita/physics/include/G4LowEnergyIonisation.hh
index 6ffde276dd..43690f0527 100644
--- a/examples/advanced/eRosita/physics/include/G4LowEnergyIonisation.hh
+++ b/examples/advanced/eRosita/physics/include/G4LowEnergyIonisation.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
// -------------------------------------------------------------------
-// $Id$
+// $Id: G4LowEnergyIonisation.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: A. Forti
diff --git a/examples/advanced/eRosita/physics/include/G4LowEnergyPhotoElectric.hh b/examples/advanced/eRosita/physics/include/G4LowEnergyPhotoElectric.hh
index 333d8b8267..528028a2a1 100644
--- a/examples/advanced/eRosita/physics/include/G4LowEnergyPhotoElectric.hh
+++ b/examples/advanced/eRosita/physics/include/G4LowEnergyPhotoElectric.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4LowEnergyPhotoElectric.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: A. Forti
diff --git a/examples/advanced/eRosita/physics/include/G4LowEnergyPolarizedCompton.hh b/examples/advanced/eRosita/physics/include/G4LowEnergyPolarizedCompton.hh
index b242e8a9ad..58a7ddf1d9 100644
--- a/examples/advanced/eRosita/physics/include/G4LowEnergyPolarizedCompton.hh
+++ b/examples/advanced/eRosita/physics/include/G4LowEnergyPolarizedCompton.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4LowEnergyPolarizedCompton.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// ------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/include/G4LowEnergyRayleigh.hh b/examples/advanced/eRosita/physics/include/G4LowEnergyRayleigh.hh
index 863ad8f343..75e5e55d1e 100644
--- a/examples/advanced/eRosita/physics/include/G4LowEnergyRayleigh.hh
+++ b/examples/advanced/eRosita/physics/include/G4LowEnergyRayleigh.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4LowEnergyRayleigh.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
//
diff --git a/examples/advanced/eRosita/physics/include/G4RDBremsstrahlungParameters.hh b/examples/advanced/eRosita/physics/include/G4RDBremsstrahlungParameters.hh
index f7e04e7475..c6f30a3594 100644
--- a/examples/advanced/eRosita/physics/include/G4RDBremsstrahlungParameters.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDBremsstrahlungParameters.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDBremsstrahlungParameters.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDCompositeEMDataSet.hh b/examples/advanced/eRosita/physics/include/G4RDCompositeEMDataSet.hh
index 3a6a518925..5616419151 100644
--- a/examples/advanced/eRosita/physics/include/G4RDCompositeEMDataSet.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDCompositeEMDataSet.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDCompositeEMDataSet.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDCrossSectionHandler.hh b/examples/advanced/eRosita/physics/include/G4RDCrossSectionHandler.hh
index 9454d993d0..518b4c566b 100644
--- a/examples/advanced/eRosita/physics/include/G4RDCrossSectionHandler.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDCrossSectionHandler.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDCrossSectionHandler.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDDopplerProfile.hh b/examples/advanced/eRosita/physics/include/G4RDDopplerProfile.hh
index 4a5a217408..5515db903f 100644
--- a/examples/advanced/eRosita/physics/include/G4RDDopplerProfile.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDDopplerProfile.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDDopplerProfile.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDEMDataSet.hh b/examples/advanced/eRosita/physics/include/G4RDEMDataSet.hh
index da6a5ad104..78358d0211 100644
--- a/examples/advanced/eRosita/physics/include/G4RDEMDataSet.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDEMDataSet.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDEMDataSet.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDLinInterpolation.hh b/examples/advanced/eRosita/physics/include/G4RDLinInterpolation.hh
index 9f155e6bd3..5e146adb19 100644
--- a/examples/advanced/eRosita/physics/include/G4RDLinInterpolation.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDLinInterpolation.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDLinInterpolation.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDLogLogInterpolation.hh b/examples/advanced/eRosita/physics/include/G4RDLogLogInterpolation.hh
index 9726e2ac64..b8b03e3ded 100644
--- a/examples/advanced/eRosita/physics/include/G4RDLogLogInterpolation.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDLogLogInterpolation.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDLogLogInterpolation.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDRangeNoTest.hh b/examples/advanced/eRosita/physics/include/G4RDRangeNoTest.hh
index 7926bdaa57..688f00d86a 100644
--- a/examples/advanced/eRosita/physics/include/G4RDRangeNoTest.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDRangeNoTest.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDRangeNoTest.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDRangeTest.hh b/examples/advanced/eRosita/physics/include/G4RDRangeTest.hh
index 6302f071ce..415bcde411 100644
--- a/examples/advanced/eRosita/physics/include/G4RDRangeTest.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDRangeTest.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDRangeTest.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDSemiLogInterpolation.hh b/examples/advanced/eRosita/physics/include/G4RDSemiLogInterpolation.hh
index ecc6f953f7..16b89aee73 100644
--- a/examples/advanced/eRosita/physics/include/G4RDSemiLogInterpolation.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDSemiLogInterpolation.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDSemiLogInterpolation.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDShellData.hh b/examples/advanced/eRosita/physics/include/G4RDShellData.hh
index 6e0f393804..cdd30dc11e 100644
--- a/examples/advanced/eRosita/physics/include/G4RDShellData.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDShellData.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDShellData.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDShellEMDataSet.hh b/examples/advanced/eRosita/physics/include/G4RDShellEMDataSet.hh
index d4262cca1f..f4a14e81dc 100644
--- a/examples/advanced/eRosita/physics/include/G4RDShellEMDataSet.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDShellEMDataSet.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDShellEMDataSet.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDVCrossSectionHandler.hh b/examples/advanced/eRosita/physics/include/G4RDVCrossSectionHandler.hh
index 576ee3a390..8764eff727 100644
--- a/examples/advanced/eRosita/physics/include/G4RDVCrossSectionHandler.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDVCrossSectionHandler.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDVCrossSectionHandler.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDVDataSetAlgorithm.hh b/examples/advanced/eRosita/physics/include/G4RDVDataSetAlgorithm.hh
index 38e2266b8b..aca3801d8d 100644
--- a/examples/advanced/eRosita/physics/include/G4RDVDataSetAlgorithm.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDVDataSetAlgorithm.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDVDataSetAlgorithm.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDVEMDataSet.hh b/examples/advanced/eRosita/physics/include/G4RDVEMDataSet.hh
index 6c22950c8e..45453a94de 100644
--- a/examples/advanced/eRosita/physics/include/G4RDVEMDataSet.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDVEMDataSet.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDVEMDataSet.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDVRangeTest.hh b/examples/advanced/eRosita/physics/include/G4RDVRangeTest.hh
index f79a2afd6f..622c06b53f 100644
--- a/examples/advanced/eRosita/physics/include/G4RDVRangeTest.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDVRangeTest.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDVRangeTest.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDVeLowEnergyLoss.hh b/examples/advanced/eRosita/physics/include/G4RDVeLowEnergyLoss.hh
index 8929d77edf..02d7f6c1a0 100644
--- a/examples/advanced/eRosita/physics/include/G4RDVeLowEnergyLoss.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDVeLowEnergyLoss.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDVeLowEnergyLoss.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// 3.4.2000 Veronique Lefebure:
diff --git a/examples/advanced/eRosita/physics/include/G4RDeBremsstrahlungSpectrum.hh b/examples/advanced/eRosita/physics/include/G4RDeBremsstrahlungSpectrum.hh
index cbb71c7072..0fa2eb9f96 100644
--- a/examples/advanced/eRosita/physics/include/G4RDeBremsstrahlungSpectrum.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDeBremsstrahlungSpectrum.hh
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id$
+// $Id: G4RDeBremsstrahlungSpectrum.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// -------------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/include/G4RDeIonisationCrossSectionHandler.hh b/examples/advanced/eRosita/physics/include/G4RDeIonisationCrossSectionHandler.hh
index 820e222977..52d99a674f 100644
--- a/examples/advanced/eRosita/physics/include/G4RDeIonisationCrossSectionHandler.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDeIonisationCrossSectionHandler.hh
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id$
+// $Id: G4RDeIonisationCrossSectionHandler.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// -------------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/include/G4RDeIonisationParameters.hh b/examples/advanced/eRosita/physics/include/G4RDeIonisationParameters.hh
index 2e4ee4c4de..8a34489564 100644
--- a/examples/advanced/eRosita/physics/include/G4RDeIonisationParameters.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDeIonisationParameters.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDeIonisationParameters.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/include/G4RDeIonisationSpectrum.hh b/examples/advanced/eRosita/physics/include/G4RDeIonisationSpectrum.hh
index 750ddc5dd7..0cc583dd65 100644
--- a/examples/advanced/eRosita/physics/include/G4RDeIonisationSpectrum.hh
+++ b/examples/advanced/eRosita/physics/include/G4RDeIonisationSpectrum.hh
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id$
+// $Id: G4RDeIonisationSpectrum.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// -------------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/include/G4eLowEnergyLoss.hh b/examples/advanced/eRosita/physics/include/G4eLowEnergyLoss.hh
index a4c5d37332..d5bf0d9ce8 100644
--- a/examples/advanced/eRosita/physics/include/G4eLowEnergyLoss.hh
+++ b/examples/advanced/eRosita/physics/include/G4eLowEnergyLoss.hh
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4eLowEnergyLoss.hh 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// -------------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/include/G4eLowEnergyLoss.icc b/examples/advanced/eRosita/physics/include/G4eLowEnergyLoss.icc
index a8c41a68a0..fdcb79570a 100644
--- a/examples/advanced/eRosita/physics/include/G4eLowEnergyLoss.icc
+++ b/examples/advanced/eRosita/physics/include/G4eLowEnergyLoss.icc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4eLowEnergyLoss.icc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// ---------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/src/G4LowEnergyBremsstrahlung.cc b/examples/advanced/eRosita/physics/src/G4LowEnergyBremsstrahlung.cc
index 0bffa7d49b..40b5d67101 100644
--- a/examples/advanced/eRosita/physics/src/G4LowEnergyBremsstrahlung.cc
+++ b/examples/advanced/eRosita/physics/src/G4LowEnergyBremsstrahlung.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id$
+// $Id: G4LowEnergyBremsstrahlung.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// --------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/src/G4LowEnergyCompton.cc b/examples/advanced/eRosita/physics/src/G4LowEnergyCompton.cc
index 0e6eceaa2d..d44ebeaa8d 100644
--- a/examples/advanced/eRosita/physics/src/G4LowEnergyCompton.cc
+++ b/examples/advanced/eRosita/physics/src/G4LowEnergyCompton.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id$
+// $Id: G4LowEnergyCompton.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: A. Forti
diff --git a/examples/advanced/eRosita/physics/src/G4LowEnergyGammaConversion.cc b/examples/advanced/eRosita/physics/src/G4LowEnergyGammaConversion.cc
index 325f7f689f..b276d78a9b 100644
--- a/examples/advanced/eRosita/physics/src/G4LowEnergyGammaConversion.cc
+++ b/examples/advanced/eRosita/physics/src/G4LowEnergyGammaConversion.cc
@@ -25,7 +25,7 @@
//
// --------------------------------------------------------------------
///
-// $Id$
+// $Id: G4LowEnergyGammaConversion.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
//
diff --git a/examples/advanced/eRosita/physics/src/G4LowEnergyIonisation.cc b/examples/advanced/eRosita/physics/src/G4LowEnergyIonisation.cc
index 82d0f05508..8b9a6acf86 100644
--- a/examples/advanced/eRosita/physics/src/G4LowEnergyIonisation.cc
+++ b/examples/advanced/eRosita/physics/src/G4LowEnergyIonisation.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id$
+// $Id: G4LowEnergyIonisation.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// --------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/src/G4LowEnergyPhotoElectric.cc b/examples/advanced/eRosita/physics/src/G4LowEnergyPhotoElectric.cc
index 2a47d0ce08..24cacb04ae 100644
--- a/examples/advanced/eRosita/physics/src/G4LowEnergyPhotoElectric.cc
+++ b/examples/advanced/eRosita/physics/src/G4LowEnergyPhotoElectric.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4LowEnergyPhotoElectric.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: A. Forti
diff --git a/examples/advanced/eRosita/physics/src/G4LowEnergyPolarizedCompton.cc b/examples/advanced/eRosita/physics/src/G4LowEnergyPolarizedCompton.cc
index 11ee50fe77..37fa258fe6 100644
--- a/examples/advanced/eRosita/physics/src/G4LowEnergyPolarizedCompton.cc
+++ b/examples/advanced/eRosita/physics/src/G4LowEnergyPolarizedCompton.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4LowEnergyPolarizedCompton.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// ------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/src/G4LowEnergyRayleigh.cc b/examples/advanced/eRosita/physics/src/G4LowEnergyRayleigh.cc
index 78d7e17dde..e077cdb570 100644
--- a/examples/advanced/eRosita/physics/src/G4LowEnergyRayleigh.cc
+++ b/examples/advanced/eRosita/physics/src/G4LowEnergyRayleigh.cc
@@ -25,7 +25,7 @@
//
// --------------------------------------------------------------------
//
-// $Id$
+// $Id: G4LowEnergyRayleigh.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: A. Forti
diff --git a/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungCrossSectionHandler.cc b/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungCrossSectionHandler.cc
index 43acddfed9..3d511472f0 100644
--- a/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungCrossSectionHandler.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungCrossSectionHandler.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id$
+// $Id: G4RDBremsstrahlungCrossSectionHandler.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// -------------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungParameters.cc b/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungParameters.cc
index 0fc0e2e5dc..cefaa61c84 100644
--- a/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungParameters.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungParameters.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDBremsstrahlungParameters.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDCompositeEMDataSet.cc b/examples/advanced/eRosita/physics/src/G4RDCompositeEMDataSet.cc
index 6ecd5084d4..e197eb2dd4 100644
--- a/examples/advanced/eRosita/physics/src/G4RDCompositeEMDataSet.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDCompositeEMDataSet.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDCompositeEMDataSet.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDCrossSectionHandler.cc b/examples/advanced/eRosita/physics/src/G4RDCrossSectionHandler.cc
index ea43b4d524..595e773f4b 100644
--- a/examples/advanced/eRosita/physics/src/G4RDCrossSectionHandler.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDCrossSectionHandler.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDCrossSectionHandler.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDDopplerProfile.cc b/examples/advanced/eRosita/physics/src/G4RDDopplerProfile.cc
index bd4cd7e235..3de7f8ca7f 100644
--- a/examples/advanced/eRosita/physics/src/G4RDDopplerProfile.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDDopplerProfile.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDDopplerProfile.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDEMDataSet.cc b/examples/advanced/eRosita/physics/src/G4RDEMDataSet.cc
index fc72112089..4a0f47ad45 100644
--- a/examples/advanced/eRosita/physics/src/G4RDEMDataSet.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDEMDataSet.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDEMDataSet.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDLinInterpolation.cc b/examples/advanced/eRosita/physics/src/G4RDLinInterpolation.cc
index c7c7f5205f..4566eae4f5 100644
--- a/examples/advanced/eRosita/physics/src/G4RDLinInterpolation.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDLinInterpolation.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDLinInterpolation.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDLogLogInterpolation.cc b/examples/advanced/eRosita/physics/src/G4RDLogLogInterpolation.cc
index fe714a45e6..9eafa24076 100644
--- a/examples/advanced/eRosita/physics/src/G4RDLogLogInterpolation.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDLogLogInterpolation.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDLogLogInterpolation.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDRangeTest.cc b/examples/advanced/eRosita/physics/src/G4RDRangeTest.cc
index 3ff52442fd..1e350e51fd 100644
--- a/examples/advanced/eRosita/physics/src/G4RDRangeTest.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDRangeTest.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDRangeTest.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDSemiLogInterpolation.cc b/examples/advanced/eRosita/physics/src/G4RDSemiLogInterpolation.cc
index 627e85d201..026f18478e 100644
--- a/examples/advanced/eRosita/physics/src/G4RDSemiLogInterpolation.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDSemiLogInterpolation.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDSemiLogInterpolation.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDShellData.cc b/examples/advanced/eRosita/physics/src/G4RDShellData.cc
index 3ebf520d84..9b21ac3c17 100644
--- a/examples/advanced/eRosita/physics/src/G4RDShellData.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDShellData.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDShellData.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDShellEMDataSet.cc b/examples/advanced/eRosita/physics/src/G4RDShellEMDataSet.cc
index 676f374215..c27ea2050e 100644
--- a/examples/advanced/eRosita/physics/src/G4RDShellEMDataSet.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDShellEMDataSet.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDShellEMDataSet.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDVCrossSectionHandler.cc b/examples/advanced/eRosita/physics/src/G4RDVCrossSectionHandler.cc
index 7cd9c6bf9a..4487e0bbc0 100644
--- a/examples/advanced/eRosita/physics/src/G4RDVCrossSectionHandler.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDVCrossSectionHandler.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDVCrossSectionHandler.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDVeLowEnergyLoss.cc b/examples/advanced/eRosita/physics/src/G4RDVeLowEnergyLoss.cc
index 5ede3018b5..f7331dd49f 100644
--- a/examples/advanced/eRosita/physics/src/G4RDVeLowEnergyLoss.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDVeLowEnergyLoss.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDVeLowEnergyLoss.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
//
diff --git a/examples/advanced/eRosita/physics/src/G4RDeBremsstrahlungSpectrum.cc b/examples/advanced/eRosita/physics/src/G4RDeBremsstrahlungSpectrum.cc
index 95d5d4af0b..3f246fb871 100644
--- a/examples/advanced/eRosita/physics/src/G4RDeBremsstrahlungSpectrum.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDeBremsstrahlungSpectrum.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id$
+// $Id: G4RDeBremsstrahlungSpectrum.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// -------------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/src/G4RDeIonisationCrossSectionHandler.cc b/examples/advanced/eRosita/physics/src/G4RDeIonisationCrossSectionHandler.cc
index 7780a5d6bf..ca17733135 100644
--- a/examples/advanced/eRosita/physics/src/G4RDeIonisationCrossSectionHandler.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDeIonisationCrossSectionHandler.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id$
+// $Id: G4RDeIonisationCrossSectionHandler.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// -------------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/src/G4RDeIonisationParameters.cc b/examples/advanced/eRosita/physics/src/G4RDeIonisationParameters.cc
index 864af454d1..8547dbd1ca 100644
--- a/examples/advanced/eRosita/physics/src/G4RDeIonisationParameters.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDeIonisationParameters.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4RDeIonisationParameters.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
diff --git a/examples/advanced/eRosita/physics/src/G4RDeIonisationSpectrum.cc b/examples/advanced/eRosita/physics/src/G4RDeIonisationSpectrum.cc
index e9cad84fd6..bef43e0029 100644
--- a/examples/advanced/eRosita/physics/src/G4RDeIonisationSpectrum.cc
+++ b/examples/advanced/eRosita/physics/src/G4RDeIonisationSpectrum.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
-// $Id$
+// $Id: G4RDeIonisationSpectrum.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// -------------------------------------------------------------------
diff --git a/examples/advanced/eRosita/physics/src/G4eLowEnergyLoss.cc b/examples/advanced/eRosita/physics/src/G4eLowEnergyLoss.cc
index 505b4358b2..51eef57fdf 100644
--- a/examples/advanced/eRosita/physics/src/G4eLowEnergyLoss.cc
+++ b/examples/advanced/eRosita/physics/src/G4eLowEnergyLoss.cc
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
-// $Id$
+// $Id: G4eLowEnergyLoss.cc 107396 2017-11-10 08:28:08Z gcosmo $
// GEANT4 tag $Name: geant4-09-01-ref-00 $
//
// -----------------------------------------------------------
diff --git a/examples/advanced/eRosita/vis.mac b/examples/advanced/eRosita/vis.mac
index e0b10524de..cc948171bd 100644
--- a/examples/advanced/eRosita/vis.mac
+++ b/examples/advanced/eRosita/vis.mac
@@ -13,6 +13,7 @@
#
#/vis/open OGL 600x600-0+0
/vis/open OGL
+/vis/ogl/set/displayListLimit 100000
#
####/vis/open OGLSXm
####/vis/open HepRepXML
diff --git a/examples/advanced/gammaknife/gammaknife.out b/examples/advanced/gammaknife/gammaknife.out
index 3b36ba625e..8dfe30991f 100644
--- a/examples/advanced/gammaknife/gammaknife.out
+++ b/examples/advanced/gammaknife/gammaknife.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -58,9 +58,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
/tracking/verbose 0
/run/verbose 1
/event/verbose 0
@@ -103,8 +101,8 @@ G4ScoringBox : boxMesh_1 --- Shape: Box mesh
# of segments: (45, 45, 45)
displacement: (0, 0, 0) [cm]
rotation matrix: 1 0 0
- 0 1 2.44921e-16
- 0 -2.44921e-16 1
+ 0 1 2.44929e-16
+ 0 -2.44929e-16 1
registered primitve scorers :
0 eDep
/run/initialize
@@ -518,8 +516,8 @@ Run 0 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0 Real TOT = 0
+ User=0.01s Real=0.18s Sys=0s
+ User TOT = 0.01 Real TOT = 0.18
Summary of Run 0 :
/run/geometryModified
@@ -588,8 +586,8 @@ Run 1 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.01 Real TOT = 0.01
+ User=0s Real=0.35s Sys=0s
+ User TOT = 0.01 Real TOT = 0.53
Summary of Run 1 :
/run/geometryModified
@@ -658,8 +656,8 @@ Run 2 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.01 Real TOT = 0.01
+ User=0.01s Real=0.17s Sys=0s
+ User TOT = 0.02 Real TOT = 0.7
Summary of Run 2 :
/run/geometryModified
@@ -728,8 +726,8 @@ Run 3 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.01 Real TOT = 0.02
+ User=0s Real=0.22s Sys=0s
+ User TOT = 0.02 Real TOT = 0.92
Summary of Run 3 :
/run/geometryModified
@@ -798,8 +796,8 @@ Run 4 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.02 Real TOT = 0.02
+ User=0.01s Real=0.22s Sys=0s
+ User TOT = 0.03 Real TOT = 1.14
Summary of Run 4 :
/run/geometryModified
@@ -868,8 +866,8 @@ Run 5 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.02 Real TOT = 0.02
+ User=0s Real=0.22s Sys=0.01s
+ User TOT = 0.03 Real TOT = 1.36
Summary of Run 5 :
/run/geometryModified
@@ -938,8 +936,8 @@ Run 6 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.03 Real TOT = 0.03
+ User=0s Real=0.22s Sys=0s
+ User TOT = 0.03 Real TOT = 1.58
Summary of Run 6 :
/run/geometryModified
@@ -1008,8 +1006,8 @@ Run 7 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.03 Real TOT = 0.03
+ User=0s Real=0.23s Sys=0s
+ User TOT = 0.03 Real TOT = 1.81
Summary of Run 7 :
/run/geometryModified
@@ -1078,8 +1076,8 @@ Run 8 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.03 Real TOT = 0.04
+ User=0s Real=0.24s Sys=0s
+ User TOT = 0.03 Real TOT = 2.05
Summary of Run 8 :
/run/geometryModified
@@ -1148,8 +1146,8 @@ Run 9 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.03 Real TOT = 0.04
+ User=0s Real=0.93s Sys=0s
+ User TOT = 0.03 Real TOT = 2.98
Summary of Run 9 :
/run/geometryModified
@@ -1218,8 +1216,8 @@ Run 10 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.03 Real TOT = 0.04
+ User=0.01s Real=0.07s Sys=0s
+ User TOT = 0.04 Real TOT = 3.05
Summary of Run 10 :
/run/geometryModified
@@ -1288,8 +1286,8 @@ Run 11 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.03 Real TOT = 0.05
+ User=0s Real=0.22s Sys=0s
+ User TOT = 0.04 Real TOT = 3.27
Summary of Run 11 :
/run/geometryModified
@@ -1358,8 +1356,8 @@ Run 12 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.04 Real TOT = 0.05
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.04 Real TOT = 3.48
Summary of Run 12 :
/run/geometryModified
@@ -1428,8 +1426,8 @@ Run 13 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.04 Real TOT = 0.05
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.04 Real TOT = 3.69
Summary of Run 13 :
/run/geometryModified
@@ -1498,8 +1496,8 @@ Run 14 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.04 Real TOT = 0.06
+ User=0s Real=0.24s Sys=0s
+ User TOT = 0.04 Real TOT = 3.93
Summary of Run 14 :
/run/geometryModified
@@ -1568,8 +1566,8 @@ Run 15 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.04 Real TOT = 0.06
+ User=0s Real=0.66s Sys=0s
+ User TOT = 0.04 Real TOT = 4.59
Summary of Run 15 :
/run/geometryModified
@@ -1638,8 +1636,8 @@ Run 16 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.05 Real TOT = 0.06
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.05 Real TOT = 4.8
Summary of Run 16 :
/run/geometryModified
@@ -1708,8 +1706,8 @@ Run 17 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.05 Real TOT = 0.07
+ User=0s Real=0.21s Sys=0.01s
+ User TOT = 0.05 Real TOT = 5.01
Summary of Run 17 :
/run/geometryModified
@@ -1778,8 +1776,8 @@ Run 18 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0.01s
- User TOT = 0.05 Real TOT = 0.07
+ User=0s Real=0.12s Sys=0s
+ User TOT = 0.05 Real TOT = 5.13
Summary of Run 18 :
/run/geometryModified
@@ -1848,8 +1846,8 @@ Run 19 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.05 Real TOT = 0.07
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.05 Real TOT = 5.24
Summary of Run 19 :
/run/geometryModified
@@ -1918,8 +1916,8 @@ Run 20 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.05 Real TOT = 0.08
+ User=0s Real=0.1s Sys=0s
+ User TOT = 0.05 Real TOT = 5.34
Summary of Run 20 :
/run/geometryModified
@@ -1988,8 +1986,8 @@ Run 21 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.05 Real TOT = 0.08
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.05 Real TOT = 5.45
Summary of Run 21 :
/run/geometryModified
@@ -2058,8 +2056,8 @@ Run 22 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.05 Real TOT = 0.08
+ User=0s Real=0.28s Sys=0s
+ User TOT = 0.05 Real TOT = 5.73
Summary of Run 22 :
/run/geometryModified
@@ -2128,8 +2126,8 @@ Run 23 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.05 Real TOT = 0.09
+ User=0s Real=0.23s Sys=0s
+ User TOT = 0.05 Real TOT = 5.96
Summary of Run 23 :
/run/geometryModified
@@ -2198,8 +2196,8 @@ Run 24 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.05 Real TOT = 0.09
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.05 Real TOT = 6.17
Summary of Run 24 :
/run/geometryModified
@@ -2268,8 +2266,8 @@ Run 25 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.05 Real TOT = 0.09
+ User=0s Real=0.11s Sys=0.01s
+ User TOT = 0.05 Real TOT = 6.28
Summary of Run 25 :
/run/geometryModified
@@ -2338,8 +2336,8 @@ Run 26 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.06 Real TOT = 0.09
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.05 Real TOT = 6.39
Summary of Run 26 :
/run/geometryModified
@@ -2408,8 +2406,8 @@ Run 27 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.06 Real TOT = 0.09
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.05 Real TOT = 6.5
Summary of Run 27 :
/run/geometryModified
@@ -2478,8 +2476,8 @@ Run 28 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.06 Real TOT = 0.1
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.05 Real TOT = 6.61
Summary of Run 28 :
/run/geometryModified
@@ -2548,8 +2546,8 @@ Run 29 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.06 Real TOT = 0.1
+ User=0.01s Real=0.11s Sys=0s
+ User TOT = 0.06 Real TOT = 6.72
Summary of Run 29 :
/run/geometryModified
@@ -2618,8 +2616,8 @@ Run 30 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.06 Real TOT = 0.1
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.06 Real TOT = 6.83
Summary of Run 30 :
/run/geometryModified
@@ -2688,8 +2686,8 @@ Run 31 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.06 Real TOT = 0.11
+ User=0s Real=0.22s Sys=0s
+ User TOT = 0.06 Real TOT = 7.05
Summary of Run 31 :
/run/geometryModified
@@ -2758,8 +2756,8 @@ Run 32 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.07 Real TOT = 0.11
+ User=0s Real=0.02s Sys=0s
+ User TOT = 0.06 Real TOT = 7.07
Summary of Run 32 :
/run/geometryModified
@@ -2828,8 +2826,8 @@ Run 33 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.07 Real TOT = 0.11
+ User=0.01s Real=0.11s Sys=0s
+ User TOT = 0.07 Real TOT = 7.18
Summary of Run 33 :
/run/geometryModified
@@ -2898,8 +2896,8 @@ Run 34 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.07 Real TOT = 0.12
+ User=0s Real=0.39s Sys=0s
+ User TOT = 0.07 Real TOT = 7.57
Summary of Run 34 :
/run/geometryModified
@@ -2968,8 +2966,8 @@ Run 35 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.08 Real TOT = 0.12
+ User=0s Real=0.08s Sys=0s
+ User TOT = 0.07 Real TOT = 7.65
Summary of Run 35 :
/run/geometryModified
@@ -3038,8 +3036,8 @@ Run 36 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.08 Real TOT = 0.13
+ User=0.01s Real=0.14s Sys=0s
+ User TOT = 0.08 Real TOT = 7.79
Summary of Run 36 :
/run/geometryModified
@@ -3108,8 +3106,8 @@ Run 37 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.08 Real TOT = 0.13
+ User=0s Real=0.1s Sys=0.01s
+ User TOT = 0.08 Real TOT = 7.89
Summary of Run 37 :
/run/geometryModified
@@ -3178,8 +3176,8 @@ Run 38 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.09 Real TOT = 0.13
+ User=0s Real=0.16s Sys=0s
+ User TOT = 0.08 Real TOT = 8.05
Summary of Run 38 :
/run/geometryModified
@@ -3248,8 +3246,8 @@ Run 39 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.09 Real TOT = 0.14
+ User=0.01s Real=0.2s Sys=0s
+ User TOT = 0.09 Real TOT = 8.25
Summary of Run 39 :
/run/geometryModified
@@ -3318,8 +3316,8 @@ Run 40 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.09 Real TOT = 0.14
+ User=0s Real=0.2s Sys=0s
+ User TOT = 0.09 Real TOT = 8.45
Summary of Run 40 :
/run/geometryModified
@@ -3388,8 +3386,8 @@ Run 41 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.1 Real TOT = 0.14
+ User=0s Real=0.2s Sys=0s
+ User TOT = 0.09 Real TOT = 8.65
Summary of Run 41 :
/run/geometryModified
@@ -3458,8 +3456,8 @@ Run 42 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.1 Real TOT = 0.15
+ User=0s Real=0.2s Sys=0s
+ User TOT = 0.09 Real TOT = 8.85
Summary of Run 42 :
/run/geometryModified
@@ -3528,8 +3526,8 @@ Run 43 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.1 Real TOT = 0.15
+ User=0s Real=0.87s Sys=0s
+ User TOT = 0.09 Real TOT = 9.72
Summary of Run 43 :
/run/geometryModified
@@ -3598,8 +3596,8 @@ Run 44 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.1 Real TOT = 0.16
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.1 Real TOT = 9.93
Summary of Run 44 :
/run/geometryModified
@@ -3668,8 +3666,8 @@ Run 45 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.1 Real TOT = 0.16
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.1 Real TOT = 10.14
Summary of Run 45 :
/run/geometryModified
@@ -3738,8 +3736,8 @@ Run 46 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.1 Real TOT = 0.16
+ User=0s Real=0.24s Sys=0s
+ User TOT = 0.1 Real TOT = 10.38
Summary of Run 46 :
/run/geometryModified
@@ -3808,8 +3806,8 @@ Run 47 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.11 Real TOT = 0.17
+ User=0.01s Real=0.17s Sys=0s
+ User TOT = 0.11 Real TOT = 10.55
Summary of Run 47 :
/run/geometryModified
@@ -3878,8 +3876,8 @@ Run 48 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.11 Real TOT = 0.17
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.11 Real TOT = 10.76
Summary of Run 48 :
/run/geometryModified
@@ -3948,8 +3946,8 @@ Run 49 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.11 Real TOT = 0.17
+ User=0s Real=0.2s Sys=0s
+ User TOT = 0.11 Real TOT = 10.96
Summary of Run 49 :
/run/geometryModified
@@ -4018,8 +4016,8 @@ Run 50 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.11 Real TOT = 0.17
+ User=0.01s Real=0.41s Sys=0.01s
+ User TOT = 0.12 Real TOT = 11.38
Summary of Run 50 :
/run/geometryModified
@@ -4088,8 +4086,8 @@ Run 51 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.11 Real TOT = 0.17
+ User=0s Real=1.34s Sys=0s
+ User TOT = 0.12 Real TOT = 12.72
Summary of Run 51 :
/run/geometryModified
@@ -4158,8 +4156,8 @@ Run 52 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.11 Real TOT = 0.17
+ User=0s Real=0.2s Sys=0s
+ User TOT = 0.12 Real TOT = 12.92
Summary of Run 52 :
/run/geometryModified
@@ -4228,8 +4226,8 @@ Run 53 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.11 Real TOT = 0.17
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.12 Real TOT = 13.13
Summary of Run 53 :
/run/geometryModified
@@ -4298,8 +4296,8 @@ Run 54 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.11 Real TOT = 0.17
+ User=0s Real=0.2s Sys=0s
+ User TOT = 0.12 Real TOT = 13.33
Summary of Run 54 :
/run/geometryModified
@@ -4368,8 +4366,8 @@ Run 55 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.12 Real TOT = 0.18
+ User=0.01s Real=0.2s Sys=0s
+ User TOT = 0.13 Real TOT = 13.53
Summary of Run 55 :
/run/geometryModified
@@ -4438,8 +4436,8 @@ Run 56 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.12 Real TOT = 0.18
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.13 Real TOT = 13.74
Summary of Run 56 :
/run/geometryModified
@@ -4508,8 +4506,8 @@ Run 57 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.12 Real TOT = 0.19
+ User=0.01s Real=0.16s Sys=0s
+ User TOT = 0.14 Real TOT = 13.9
Summary of Run 57 :
/run/geometryModified
@@ -4578,8 +4576,8 @@ Run 58 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.13 Real TOT = 0.19
+ User=0s Real=0.2s Sys=0s
+ User TOT = 0.14 Real TOT = 14.1
Summary of Run 58 :
/run/geometryModified
@@ -4648,8 +4646,8 @@ Run 59 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.13 Real TOT = 0.19
+ User=0.01s Real=0.3s Sys=0s
+ User TOT = 0.15 Real TOT = 14.4
Summary of Run 59 :
/run/geometryModified
@@ -4718,8 +4716,8 @@ Run 60 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0.01s
- User TOT = 0.13 Real TOT = 0.2
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.15 Real TOT = 14.61
Summary of Run 60 :
/run/geometryModified
@@ -4788,8 +4786,8 @@ Run 61 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.14 Real TOT = 0.2
+ User=0s Real=0.2s Sys=0s
+ User TOT = 0.15 Real TOT = 14.81
Summary of Run 61 :
/run/geometryModified
@@ -4858,8 +4856,8 @@ Run 62 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.14 Real TOT = 0.2
+ User=0.01s Real=0.81s Sys=0s
+ User TOT = 0.16 Real TOT = 15.62
Summary of Run 62 :
/run/geometryModified
@@ -4928,8 +4926,8 @@ Run 63 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.14 Real TOT = 0.2
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.16 Real TOT = 15.83
Summary of Run 63 :
/run/geometryModified
@@ -4998,8 +4996,8 @@ Run 64 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.14 Real TOT = 0.2
+ User=0s Real=0.39s Sys=0s
+ User TOT = 0.16 Real TOT = 16.22
Summary of Run 64 :
/run/geometryModified
@@ -5068,8 +5066,8 @@ Run 65 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.14 Real TOT = 0.21
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.16 Real TOT = 16.43
Summary of Run 65 :
/run/geometryModified
@@ -5138,8 +5136,8 @@ Run 66 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.14 Real TOT = 0.21
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.16 Real TOT = 16.64
Summary of Run 66 :
/run/geometryModified
@@ -5208,8 +5206,8 @@ Run 67 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.15 Real TOT = 0.22
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.16 Real TOT = 16.85
Summary of Run 67 :
/run/geometryModified
@@ -5278,8 +5276,8 @@ Run 68 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.15 Real TOT = 0.22
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.17 Real TOT = 17.06
Summary of Run 68 :
/run/geometryModified
@@ -5348,8 +5346,8 @@ Run 69 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.15 Real TOT = 0.22
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.17 Real TOT = 17.27
Summary of Run 69 :
/run/geometryModified
@@ -5418,8 +5416,8 @@ Run 70 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.16 Real TOT = 0.23
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.18 Real TOT = 17.48
Summary of Run 70 :
/run/geometryModified
@@ -5488,8 +5486,8 @@ Run 71 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.16 Real TOT = 0.23
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.18 Real TOT = 17.69
Summary of Run 71 :
/run/geometryModified
@@ -5558,8 +5556,8 @@ Run 72 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.17 Real TOT = 0.24
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.18 Real TOT = 17.9
Summary of Run 72 :
/run/geometryModified
@@ -5628,8 +5626,8 @@ Run 73 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0.01s
- User TOT = 0.17 Real TOT = 0.24
+ User=0s Real=0.21s Sys=0.01s
+ User TOT = 0.18 Real TOT = 18.11
Summary of Run 73 :
/run/geometryModified
@@ -5698,8 +5696,8 @@ Run 74 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.17 Real TOT = 0.24
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.18 Real TOT = 18.32
Summary of Run 74 :
/run/geometryModified
@@ -5768,8 +5766,8 @@ Run 75 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.17 Real TOT = 0.24
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.18 Real TOT = 18.53
Summary of Run 75 :
/run/geometryModified
@@ -5838,8 +5836,8 @@ Run 76 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.18 Real TOT = 0.24
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.19 Real TOT = 18.74
Summary of Run 76 :
/run/geometryModified
@@ -5908,8 +5906,8 @@ Run 77 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.18 Real TOT = 0.25
+ User=0s Real=0.22s Sys=0s
+ User TOT = 0.19 Real TOT = 18.96
Summary of Run 77 :
/run/geometryModified
@@ -5978,8 +5976,8 @@ Run 78 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.18 Real TOT = 0.25
+ User=0s Real=0.35s Sys=0s
+ User TOT = 0.19 Real TOT = 19.31
Summary of Run 78 :
/run/geometryModified
@@ -6048,8 +6046,8 @@ Run 79 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.18 Real TOT = 0.25
+ User=0.01s Real=0.22s Sys=0s
+ User TOT = 0.2 Real TOT = 19.53
Summary of Run 79 :
/run/geometryModified
@@ -6118,8 +6116,8 @@ Run 80 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.19 Real TOT = 0.26
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.2 Real TOT = 19.74
Summary of Run 80 :
/run/geometryModified
@@ -6188,8 +6186,8 @@ Run 81 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.19 Real TOT = 0.26
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.2 Real TOT = 19.95
Summary of Run 81 :
/run/geometryModified
@@ -6258,8 +6256,8 @@ Run 82 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.2 Real TOT = 0.26
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.2 Real TOT = 20.16
Summary of Run 82 :
/run/geometryModified
@@ -6328,8 +6326,8 @@ Run 83 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.2 Real TOT = 0.27
+ User=0s Real=0.21s Sys=0.01s
+ User TOT = 0.2 Real TOT = 20.37
Summary of Run 83 :
/run/geometryModified
@@ -6398,8 +6396,8 @@ Run 84 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.21 Real TOT = 0.27
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.21 Real TOT = 20.58
Summary of Run 84 :
/run/geometryModified
@@ -6468,8 +6466,8 @@ Run 85 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.21 Real TOT = 0.28
+ User=0s Real=0.33s Sys=0s
+ User TOT = 0.21 Real TOT = 20.91
Summary of Run 85 :
/run/geometryModified
@@ -6538,8 +6536,8 @@ Run 86 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.21 Real TOT = 0.28
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.21 Real TOT = 21.12
Summary of Run 86 :
/run/geometryModified
@@ -6608,8 +6606,8 @@ Run 87 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.21 Real TOT = 0.29
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.22 Real TOT = 21.33
Summary of Run 87 :
/run/geometryModified
@@ -6678,8 +6676,8 @@ Run 88 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.21 Real TOT = 0.29
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.22 Real TOT = 21.54
Summary of Run 88 :
/run/geometryModified
@@ -6748,8 +6746,8 @@ Run 89 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.22 Real TOT = 0.29
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.22 Real TOT = 21.75
Summary of Run 89 :
/run/geometryModified
@@ -6818,8 +6816,8 @@ Run 90 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.22 Real TOT = 0.3
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.23 Real TOT = 21.96
Summary of Run 90 :
/run/geometryModified
@@ -6888,8 +6886,8 @@ Run 91 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.22 Real TOT = 0.3
+ User=0s Real=0.32s Sys=0.01s
+ User TOT = 0.23 Real TOT = 22.28
Summary of Run 91 :
/run/geometryModified
@@ -6958,8 +6956,8 @@ Run 92 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.22 Real TOT = 0.3
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.23 Real TOT = 22.49
Summary of Run 92 :
/run/geometryModified
@@ -7028,8 +7026,8 @@ Run 93 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.22 Real TOT = 0.31
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.24 Real TOT = 22.7
Summary of Run 93 :
/run/geometryModified
@@ -7098,8 +7096,8 @@ Run 94 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.22 Real TOT = 0.31
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.24 Real TOT = 22.91
Summary of Run 94 :
/run/geometryModified
@@ -7168,8 +7166,8 @@ Run 95 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.23 Real TOT = 0.31
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.25 Real TOT = 23.12
Summary of Run 95 :
/run/geometryModified
@@ -7238,8 +7236,8 @@ Run 96 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.23 Real TOT = 0.32
+ User=0s Real=0.23s Sys=0s
+ User TOT = 0.25 Real TOT = 23.35
Summary of Run 96 :
/run/geometryModified
@@ -7308,8 +7306,8 @@ Run 97 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.23 Real TOT = 0.32
+ User=0s Real=0.19s Sys=0s
+ User TOT = 0.25 Real TOT = 23.54
Summary of Run 97 :
/run/geometryModified
@@ -7378,8 +7376,8 @@ Run 98 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.23 Real TOT = 0.32
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.26 Real TOT = 23.75
Summary of Run 98 :
/run/geometryModified
@@ -7448,8 +7446,8 @@ Run 99 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.24 Real TOT = 0.33
+ User=0s Real=0.22s Sys=0s
+ User TOT = 0.26 Real TOT = 23.97
Summary of Run 99 :
/run/geometryModified
@@ -7518,8 +7516,8 @@ Run 100 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.24 Real TOT = 0.33
+ User=0s Real=0.37s Sys=0s
+ User TOT = 0.26 Real TOT = 24.34
Summary of Run 100 :
/run/geometryModified
@@ -7588,8 +7586,8 @@ Run 101 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.24 Real TOT = 0.33
+ User=0.01s Real=0.33s Sys=0s
+ User TOT = 0.27 Real TOT = 24.67
Summary of Run 101 :
/run/geometryModified
@@ -7658,8 +7656,8 @@ Run 102 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.25 Real TOT = 0.33
+ User=0s Real=0.25s Sys=0s
+ User TOT = 0.27 Real TOT = 24.92
Summary of Run 102 :
/run/geometryModified
@@ -7728,8 +7726,8 @@ Run 103 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.25 Real TOT = 0.33
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.27 Real TOT = 25.13
Summary of Run 103 :
/run/geometryModified
@@ -7798,8 +7796,8 @@ Run 104 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.25 Real TOT = 0.33
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.27 Real TOT = 25.34
Summary of Run 104 :
/run/geometryModified
@@ -7868,8 +7866,8 @@ Run 105 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.25 Real TOT = 0.34
+ User=0s Real=0.22s Sys=0s
+ User TOT = 0.27 Real TOT = 25.56
Summary of Run 105 :
/run/geometryModified
@@ -7938,8 +7936,8 @@ Run 106 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.26 Real TOT = 0.34
+ User=0.01s Real=0.23s Sys=0s
+ User TOT = 0.28 Real TOT = 25.79
Summary of Run 106 :
/run/geometryModified
@@ -8008,8 +8006,8 @@ Run 107 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0.01s
- User TOT = 0.26 Real TOT = 0.35
+ User=0s Real=0.23s Sys=0s
+ User TOT = 0.28 Real TOT = 26.02
Summary of Run 107 :
/run/geometryModified
@@ -8078,8 +8076,8 @@ Run 108 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.26 Real TOT = 0.35
+ User=0s Real=0.31s Sys=0s
+ User TOT = 0.28 Real TOT = 26.33
Summary of Run 108 :
/run/geometryModified
@@ -8148,8 +8146,8 @@ Run 109 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.27 Real TOT = 0.35
+ User=0s Real=0.22s Sys=0.01s
+ User TOT = 0.28 Real TOT = 26.55
Summary of Run 109 :
/run/geometryModified
@@ -8218,8 +8216,8 @@ Run 110 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.27 Real TOT = 0.36
+ User=0s Real=0.22s Sys=0s
+ User TOT = 0.28 Real TOT = 26.77
Summary of Run 110 :
/run/geometryModified
@@ -8288,8 +8286,8 @@ Run 111 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.27 Real TOT = 0.36
+ User=0.01s Real=0.25s Sys=0s
+ User TOT = 0.29 Real TOT = 27.02
Summary of Run 111 :
/run/geometryModified
@@ -8358,8 +8356,8 @@ Run 112 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.28 Real TOT = 0.36
+ User=0s Real=0.23s Sys=0s
+ User TOT = 0.29 Real TOT = 27.25
Summary of Run 112 :
/run/geometryModified
@@ -8428,8 +8426,8 @@ Run 113 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.28 Real TOT = 0.37
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.29 Real TOT = 27.46
Summary of Run 113 :
/run/geometryModified
@@ -8498,8 +8496,8 @@ Run 114 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.28 Real TOT = 0.37
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.3 Real TOT = 27.67
Summary of Run 114 :
/run/geometryModified
@@ -8568,8 +8566,8 @@ Run 115 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.29 Real TOT = 0.38
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.3 Real TOT = 27.88
Summary of Run 115 :
/run/geometryModified
@@ -8638,8 +8636,8 @@ Run 116 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.29 Real TOT = 0.38
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.3 Real TOT = 28.09
Summary of Run 116 :
/run/geometryModified
@@ -8708,8 +8706,8 @@ Run 117 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.29 Real TOT = 0.38
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.31 Real TOT = 28.3
Summary of Run 117 :
/run/geometryModified
@@ -8778,8 +8776,8 @@ Run 118 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.3 Real TOT = 0.39
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.31 Real TOT = 28.51
Summary of Run 118 :
/run/geometryModified
@@ -8848,8 +8846,8 @@ Run 119 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.3 Real TOT = 0.39
+ User=0s Real=0.23s Sys=0s
+ User TOT = 0.31 Real TOT = 28.74
Summary of Run 119 :
/run/geometryModified
@@ -8918,8 +8916,8 @@ Run 120 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.3 Real TOT = 0.39
+ User=0.01s Real=0.2s Sys=0s
+ User TOT = 0.32 Real TOT = 28.94
Summary of Run 120 :
/run/geometryModified
@@ -8988,8 +8986,8 @@ Run 121 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.3 Real TOT = 0.4
+ User=0s Real=0.25s Sys=0s
+ User TOT = 0.32 Real TOT = 29.19
Summary of Run 121 :
/run/geometryModified
@@ -9058,8 +9056,8 @@ Run 122 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.31 Real TOT = 0.4
+ User=0s Real=0.45s Sys=0s
+ User TOT = 0.32 Real TOT = 29.64
Summary of Run 122 :
/run/geometryModified
@@ -9128,8 +9126,8 @@ Run 123 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0.01s
- User TOT = 0.31 Real TOT = 0.4
+ User=0.01s Real=0.38s Sys=0s
+ User TOT = 0.33 Real TOT = 30.02
Summary of Run 123 :
/run/geometryModified
@@ -9198,8 +9196,8 @@ Run 124 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.31 Real TOT = 0.4
+ User=0s Real=0.13s Sys=0s
+ User TOT = 0.33 Real TOT = 30.15
Summary of Run 124 :
/run/geometryModified
@@ -9268,8 +9266,8 @@ Run 125 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.31 Real TOT = 0.4
+ User=0s Real=0.12s Sys=0s
+ User TOT = 0.33 Real TOT = 30.27
Summary of Run 125 :
/run/geometryModified
@@ -9338,8 +9336,8 @@ Run 126 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.31 Real TOT = 0.4
+ User=0s Real=0.2s Sys=0s
+ User TOT = 0.33 Real TOT = 30.47
Summary of Run 126 :
/run/geometryModified
@@ -9408,8 +9406,8 @@ Run 127 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.31 Real TOT = 0.41
+ User=0s Real=0.13s Sys=0s
+ User TOT = 0.33 Real TOT = 30.6
Summary of Run 127 :
/run/geometryModified
@@ -9478,8 +9476,8 @@ Run 128 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.31 Real TOT = 0.41
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.33 Real TOT = 30.81
Summary of Run 128 :
/run/geometryModified
@@ -9548,8 +9546,8 @@ Run 129 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.32 Real TOT = 0.41
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.33 Real TOT = 31.02
Summary of Run 129 :
/run/geometryModified
@@ -9618,8 +9616,8 @@ Run 130 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.32 Real TOT = 0.42
+ User=0s Real=0.53s Sys=0.01s
+ User TOT = 0.33 Real TOT = 31.55
Summary of Run 130 :
/run/geometryModified
@@ -9688,8 +9686,8 @@ Run 131 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.32 Real TOT = 0.42
+ User=0.01s Real=0.13s Sys=0s
+ User TOT = 0.34 Real TOT = 31.68
Summary of Run 131 :
/run/geometryModified
@@ -9758,8 +9756,8 @@ Run 132 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.32 Real TOT = 0.43
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.34 Real TOT = 31.89
Summary of Run 132 :
/run/geometryModified
@@ -9828,8 +9826,8 @@ Run 133 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.32 Real TOT = 0.43
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.34 Real TOT = 32.1
Summary of Run 133 :
/run/geometryModified
@@ -9898,8 +9896,8 @@ Run 134 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.32 Real TOT = 0.43
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.34 Real TOT = 32.31
Summary of Run 134 :
/run/geometryModified
@@ -9968,8 +9966,8 @@ Run 135 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.33 Real TOT = 0.44
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.34 Real TOT = 32.52
Summary of Run 135 :
/run/geometryModified
@@ -10038,8 +10036,8 @@ Run 136 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.33 Real TOT = 0.44
+ User=0.01s Real=0.21s Sys=0s
+ User TOT = 0.35 Real TOT = 32.73
Summary of Run 136 :
/run/geometryModified
@@ -10108,8 +10106,8 @@ Run 137 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.33 Real TOT = 0.44
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.35 Real TOT = 32.94
Summary of Run 137 :
/run/geometryModified
@@ -10178,8 +10176,8 @@ Run 138 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.34 Real TOT = 0.44
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.35 Real TOT = 33.15
Summary of Run 138 :
/run/geometryModified
@@ -10248,8 +10246,8 @@ Run 139 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.34 Real TOT = 0.44
+ User=0.01s Real=0.22s Sys=0s
+ User TOT = 0.36 Real TOT = 33.37
Summary of Run 139 :
/run/geometryModified
@@ -10318,8 +10316,8 @@ Run 140 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.34 Real TOT = 0.44
+ User=0s Real=0.2s Sys=0s
+ User TOT = 0.36 Real TOT = 33.57
Summary of Run 140 :
/run/geometryModified
@@ -10388,8 +10386,8 @@ Run 141 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.35 Real TOT = 0.45
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.36 Real TOT = 33.78
Summary of Run 141 :
/run/geometryModified
@@ -10458,8 +10456,8 @@ Run 142 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.35 Real TOT = 0.45
+ User=0s Real=0.21s Sys=0s
+ User TOT = 0.36 Real TOT = 33.99
Summary of Run 142 :
/run/geometryModified
@@ -10528,8 +10526,8 @@ Run 143 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.35 Real TOT = 0.46
+ User=0s Real=0.67s Sys=0s
+ User TOT = 0.36 Real TOT = 34.66
Summary of Run 143 :
/run/geometryModified
@@ -10598,8 +10596,8 @@ Run 144 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.36 Real TOT = 0.46
+ User=0.01s Real=0.24s Sys=0s
+ User TOT = 0.37 Real TOT = 34.9
Summary of Run 144 :
/run/geometryModified
@@ -10668,8 +10666,8 @@ Run 145 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.36 Real TOT = 0.46
+ User=0s Real=0.15s Sys=0s
+ User TOT = 0.37 Real TOT = 35.05
Summary of Run 145 :
/run/geometryModified
@@ -10738,8 +10736,8 @@ Run 146 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.37 Real TOT = 0.47
+ User=0s Real=0.47s Sys=0s
+ User TOT = 0.37 Real TOT = 35.52
Summary of Run 146 :
/run/geometryModified
@@ -10808,8 +10806,8 @@ Run 147 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.37 Real TOT = 0.47
+ User=0.01s Real=0.12s Sys=0s
+ User TOT = 0.38 Real TOT = 35.64
Summary of Run 147 :
/run/geometryModified
@@ -10878,8 +10876,8 @@ Run 148 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.37 Real TOT = 0.48
+ User=0s Real=0.1s Sys=0s
+ User TOT = 0.38 Real TOT = 35.74
Summary of Run 148 :
/run/geometryModified
@@ -10948,8 +10946,8 @@ Run 149 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.37 Real TOT = 0.48
+ User=0s Real=0.14s Sys=0.01s
+ User TOT = 0.38 Real TOT = 35.88
Summary of Run 149 :
/run/geometryModified
@@ -11018,8 +11016,8 @@ Run 150 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.38 Real TOT = 0.48
+ User=0s Real=0.12s Sys=0s
+ User TOT = 0.39 Real TOT = 36
Summary of Run 150 :
/run/geometryModified
@@ -11088,8 +11086,8 @@ Run 151 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.39 Real TOT = 0.49
+ User=0s Real=0.99s Sys=0s
+ User TOT = 0.39 Real TOT = 36.99
Summary of Run 151 :
/run/geometryModified
@@ -11158,8 +11156,8 @@ Run 152 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.39 Real TOT = 0.5
+ User=0s Real=0.03s Sys=0s
+ User TOT = 0.39 Real TOT = 37.02
Summary of Run 152 :
/run/geometryModified
@@ -11228,8 +11226,8 @@ Run 153 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0.01s
- User TOT = 0.39 Real TOT = 0.5
+ User=0s Real=0.12s Sys=0s
+ User TOT = 0.39 Real TOT = 37.14
Summary of Run 153 :
/run/geometryModified
@@ -11298,8 +11296,8 @@ Run 154 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.4 Real TOT = 0.5
+ User=0s Real=0.12s Sys=0s
+ User TOT = 0.39 Real TOT = 37.26
Summary of Run 154 :
/run/geometryModified
@@ -11368,8 +11366,8 @@ Run 155 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.4 Real TOT = 0.51
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.39 Real TOT = 37.37
Summary of Run 155 :
/run/geometryModified
@@ -11438,8 +11436,8 @@ Run 156 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.4 Real TOT = 0.51
+ User=0.01s Real=0.11s Sys=0s
+ User TOT = 0.4 Real TOT = 37.48
Summary of Run 156 :
/run/geometryModified
@@ -11508,8 +11506,8 @@ Run 157 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.41 Real TOT = 0.52
+ User=0s Real=0.13s Sys=0.01s
+ User TOT = 0.4 Real TOT = 37.61
Summary of Run 157 :
/run/geometryModified
@@ -11578,8 +11576,8 @@ Run 158 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.41 Real TOT = 0.52
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.4 Real TOT = 37.72
Summary of Run 158 :
/run/geometryModified
@@ -11648,8 +11646,8 @@ Run 159 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.41 Real TOT = 0.52
+ User=0s Real=0.13s Sys=0s
+ User TOT = 0.4 Real TOT = 37.85
Summary of Run 159 :
/run/geometryModified
@@ -11718,8 +11716,8 @@ Run 160 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.42 Real TOT = 0.53
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.4 Real TOT = 37.96
Summary of Run 160 :
/run/geometryModified
@@ -11788,8 +11786,8 @@ Run 161 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.42 Real TOT = 0.53
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.4 Real TOT = 38.07
Summary of Run 161 :
/run/geometryModified
@@ -11858,8 +11856,8 @@ Run 162 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.43 Real TOT = 0.54
+ User=0.01s Real=0.11s Sys=0s
+ User TOT = 0.41 Real TOT = 38.18
Summary of Run 162 :
/run/geometryModified
@@ -11928,8 +11926,8 @@ Run 163 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.43 Real TOT = 0.54
+ User=0s Real=0.12s Sys=0s
+ User TOT = 0.41 Real TOT = 38.3
Summary of Run 163 :
/run/geometryModified
@@ -11998,8 +11996,8 @@ Run 164 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.43 Real TOT = 0.54
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.41 Real TOT = 38.41
Summary of Run 164 :
/run/geometryModified
@@ -12068,8 +12066,8 @@ Run 165 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.43 Real TOT = 0.55
+ User=0.01s Real=0.11s Sys=0s
+ User TOT = 0.42 Real TOT = 38.52
Summary of Run 165 :
/run/geometryModified
@@ -12138,8 +12136,8 @@ Run 166 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.43 Real TOT = 0.55
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.42 Real TOT = 38.63
Summary of Run 166 :
/run/geometryModified
@@ -12208,8 +12206,8 @@ Run 167 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0.01s
- User TOT = 0.43 Real TOT = 0.56
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.42 Real TOT = 38.74
Summary of Run 167 :
/run/geometryModified
@@ -12278,8 +12276,8 @@ Run 168 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.43 Real TOT = 0.56
+ User=0.01s Real=0.11s Sys=0s
+ User TOT = 0.43 Real TOT = 38.85
Summary of Run 168 :
/run/geometryModified
@@ -12348,8 +12346,8 @@ Run 169 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.44 Real TOT = 0.57
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.43 Real TOT = 38.96
Summary of Run 169 :
/run/geometryModified
@@ -12418,8 +12416,8 @@ Run 170 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.44 Real TOT = 0.57
+ User=0s Real=2.63s Sys=0s
+ User TOT = 0.43 Real TOT = 41.59
Summary of Run 170 :
/run/geometryModified
@@ -12488,8 +12486,8 @@ Run 171 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.44 Real TOT = 0.57
+ User=0.01s Real=1.47s Sys=0s
+ User TOT = 0.44 Real TOT = 43.06
Summary of Run 171 :
/run/geometryModified
@@ -12558,8 +12556,8 @@ Run 172 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.44 Real TOT = 0.57
+ User=0s Real=0.25s Sys=0s
+ User TOT = 0.44 Real TOT = 43.31
Summary of Run 172 :
/run/geometryModified
@@ -12628,8 +12626,8 @@ Run 173 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.44 Real TOT = 0.57
+ User=0s Real=0.23s Sys=0s
+ User TOT = 0.44 Real TOT = 43.54
Summary of Run 173 :
/run/geometryModified
@@ -12698,8 +12696,8 @@ Run 174 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.45 Real TOT = 0.57
+ User=0.01s Real=0.17s Sys=0s
+ User TOT = 0.45 Real TOT = 43.71
Summary of Run 174 :
/run/geometryModified
@@ -12768,8 +12766,8 @@ Run 175 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.45 Real TOT = 0.57
+ User=0s Real=0.1s Sys=0s
+ User TOT = 0.45 Real TOT = 43.81
Summary of Run 175 :
/run/geometryModified
@@ -12838,8 +12836,8 @@ Run 176 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.45 Real TOT = 0.58
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.45 Real TOT = 43.92
Summary of Run 176 :
/run/geometryModified
@@ -12908,8 +12906,8 @@ Run 177 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.45 Real TOT = 0.58
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.45 Real TOT = 44.03
Summary of Run 177 :
/run/geometryModified
@@ -12978,8 +12976,8 @@ Run 178 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.45 Real TOT = 0.59
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.45 Real TOT = 44.14
Summary of Run 178 :
/run/geometryModified
@@ -13048,8 +13046,8 @@ Run 179 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.45 Real TOT = 0.59
+ User=0s Real=0.86s Sys=0s
+ User TOT = 0.45 Real TOT = 45
Summary of Run 179 :
/run/geometryModified
@@ -13118,8 +13116,8 @@ Run 180 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.46 Real TOT = 0.59
+ User=0.01s Real=0.12s Sys=0s
+ User TOT = 0.46 Real TOT = 45.12
Summary of Run 180 :
/run/geometryModified
@@ -13188,8 +13186,8 @@ Run 181 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.46 Real TOT = 0.59
+ User=0s Real=0.11s Sys=0.01s
+ User TOT = 0.46 Real TOT = 45.23
Summary of Run 181 :
/run/geometryModified
@@ -13258,8 +13256,8 @@ Run 182 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.46 Real TOT = 0.59
+ User=0s Real=0.12s Sys=0s
+ User TOT = 0.46 Real TOT = 45.35
Summary of Run 182 :
/run/geometryModified
@@ -13328,8 +13326,8 @@ Run 183 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.47 Real TOT = 0.6
+ User=0.01s Real=0.11s Sys=0s
+ User TOT = 0.47 Real TOT = 45.46
Summary of Run 183 :
/run/geometryModified
@@ -13398,8 +13396,8 @@ Run 184 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.47 Real TOT = 0.6
+ User=0s Real=0.13s Sys=0s
+ User TOT = 0.47 Real TOT = 45.59
Summary of Run 184 :
/run/geometryModified
@@ -13468,8 +13466,8 @@ Run 185 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.47 Real TOT = 0.6
+ User=0s Real=0.13s Sys=0s
+ User TOT = 0.47 Real TOT = 45.72
Summary of Run 185 :
/run/geometryModified
@@ -13538,8 +13536,8 @@ Run 186 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.47 Real TOT = 0.6
+ User=0.01s Real=0.11s Sys=0s
+ User TOT = 0.48 Real TOT = 45.83
Summary of Run 186 :
/run/geometryModified
@@ -13608,8 +13606,8 @@ Run 187 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.47 Real TOT = 0.6
+ User=0s Real=0.12s Sys=0s
+ User TOT = 0.48 Real TOT = 45.95
Summary of Run 187 :
/run/geometryModified
@@ -13678,8 +13676,8 @@ Run 188 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.48 Real TOT = 0.61
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.48 Real TOT = 46.06
Summary of Run 188 :
/run/geometryModified
@@ -13748,8 +13746,8 @@ Run 189 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.48 Real TOT = 0.61
+ User=0.01s Real=0.12s Sys=0s
+ User TOT = 0.49 Real TOT = 46.18
Summary of Run 189 :
/run/geometryModified
@@ -13818,8 +13816,8 @@ Run 190 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
- User TOT = 0.49 Real TOT = 0.62
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.49 Real TOT = 46.29
Summary of Run 190 :
/run/geometryModified
@@ -13888,8 +13886,8 @@ Run 191 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.49 Real TOT = 0.62
+ User=0s Real=0.12s Sys=0s
+ User TOT = 0.49 Real TOT = 46.41
Summary of Run 191 :
/run/geometryModified
@@ -13958,8 +13956,8 @@ Run 192 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.49 Real TOT = 0.62
+ User=0.01s Real=0.11s Sys=0s
+ User TOT = 0.5 Real TOT = 46.52
Summary of Run 192 :
/run/geometryModified
@@ -14028,8 +14026,8 @@ Run 193 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.5 Real TOT = 0.62
+ User=0s Real=0.15s Sys=0s
+ User TOT = 0.5 Real TOT = 46.67
Summary of Run 193 :
/run/geometryModified
@@ -14098,8 +14096,8 @@ Run 194 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.5 Real TOT = 0.62
+ User=0s Real=0.09s Sys=0.01s
+ User TOT = 0.5 Real TOT = 46.76
Summary of Run 194 :
/run/geometryModified
@@ -14168,8 +14166,8 @@ Run 195 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.5 Real TOT = 0.63
+ User=0s Real=0.13s Sys=0s
+ User TOT = 0.5 Real TOT = 46.89
Summary of Run 195 :
/run/geometryModified
@@ -14238,8 +14236,8 @@ Run 196 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.51 Real TOT = 0.63
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.5 Real TOT = 47
Summary of Run 196 :
/run/geometryModified
@@ -14308,8 +14306,8 @@ Run 197 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.51 Real TOT = 0.63
+ User=0s Real=0.11s Sys=0s
+ User TOT = 0.5 Real TOT = 47.11
Summary of Run 197 :
/run/geometryModified
@@ -14378,8 +14376,8 @@ Run 198 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0s Sys=0s
- User TOT = 0.51 Real TOT = 0.63
+ User=0s Real=0.12s Sys=0s
+ User TOT = 0.5 Real TOT = 47.23
Summary of Run 198 :
/run/geometryModified
@@ -14448,8 +14446,8 @@ Run 199 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
- User TOT = 0.52 Real TOT = 0.63
+ User=0.01s Real=0.11s Sys=0s
+ User TOT = 0.51 Real TOT = 47.34
Summary of Run 199 :
/run/geometryModified
@@ -14518,8 +14516,8 @@ Run 200 starts ...
Run terminated.
Run Summary
Number of events processed : 10
- User=0s Real=0.01s Sys=0s
- User TOT = 0.52 Real TOT = 0.64
+ User=0s Real=0.12s Sys=0.01s
+ User TOT = 0.51 Real TOT = 47.46
Summary of Run 200 :
/score/dumpQuantityToFile boxMesh_1 eDep eDep_scorer.out
Graphics systems deleted.
@@ -14527,6 +14525,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.053 MB
+Dynamic pools deleted: 11 / Total memory freed: 0.041 MB
============================================================
RunManagerKernel is deleted. Good bye :)
diff --git a/examples/advanced/gammaray_telescope/gammaraytel.out b/examples/advanced/gammaray_telescope/gammaraytel.out
index 23a9942914..00486926ae 100644
--- a/examples/advanced/gammaray_telescope/gammaraytel.out
+++ b/examples/advanced/gammaray_telescope/gammaraytel.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -56,9 +56,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
/control/saveHistory
/run/verbose 1
/control/execute physics.mac
@@ -225,7 +223,7 @@ PhysicsList::SetCuts:CutLength : 100 um
### === Deexcitation model UAtomDeexcitation is activated for 1 region:
DefaultRegionForTheWorld 1 1 0
### === Auger cascade flag: 1
-### === Ignore cuts flag: 1
+### === Ignore cuts flag: 0
phot: for gamma SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 1 TeV in 134 bins
@@ -274,7 +272,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
@@ -296,7 +294,7 @@ eBrem: for e+ SubType= 3
Lambda tables from threshold to 1 TeV, 20 bins per 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 DipBustGen
+ eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS
eBremLPM : Emin= 1 GeV Emax= 1 TeV DipBustGen
annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
@@ -305,14 +303,14 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
msc: for proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
hIoni: for proton SubType= 2
dE/dx and range tables from 100 eV to 1 TeV in 200 bins
@@ -355,6 +353,20 @@ 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 ========
+=======================================================================
+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
+=======================================================================
msc: for alpha SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
@@ -376,7 +388,7 @@ nuclearStopping: for alpha SubType= 8 BuildTable= 0
msc: for anti_proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
hIoni: for anti_proton SubType= 2
dE/dx and range tables from 100 eV to 1 TeV in 200 bins
@@ -488,7 +500,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 1 TeV
@@ -522,7 +534,7 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 1 TeV
NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.5/Capture/CrossSection/6_nat_Carbon
@@ -740,6 +752,7 @@ hPairProd: for pi- SubType= 4
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -755,6 +768,7 @@ hPairProd: for pi- SubType= 4
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -888,16 +902,21 @@ hPairProd: for pi- SubType= 4
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1442.7
-Use new data files 1
-Use complete data files 1
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 1
Electron internal conversion ID 0
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
========= Table of registered couples ==============================
@@ -946,1955 +965,1678 @@ WARNING: Scene "none" not found.
Opening output file gammaraytel ... done
proton
Event: 0
-Number of tracker hits in this event = 10
- 0 142.113 900 4 1 0.177249 0.124453 -84.45
- 0 131.682 900 4 0 0.178239 0.132145 -85.85
- 0 111.927 900 3 1 0.215834 0.315191 -114.45
- 0 130.137 901 3 0 0.219916 0.321389 -115.85
- 0 197.346 901 2 1 0.302627 0.456813 -144.45
- 0 105.614 902 2 0 0.307748 0.463069 -145.85
- 0 124.769 901 1 1 0.412934 0.605777 -174.45
- 0 176.743 902 1 0 0.414546 0.610409 -175.85
- 0 363.834 901 0 1 0.445929 0.698257 -204.45
- 0 233.662 903 0 0 0.451184 0.703477 -205.85
-Number of digits in this event = 9
+Number of tracker hits in this event = 12
+ 0 115.543 899 4 1 -0.0702755 -0.228122 -84.45
+ 0 124.339 899 4 0 -0.0785017 -0.230221 -85.85
+ 0 238.96 898 3 1 -0.259603 -0.249942 -114.45
+ 0 188.398 898 3 0 -0.270487 -0.252456 -115.85
+ 0 120.571 897 2 1 -0.513675 -0.330422 -144.45
+ 0 142.667 898 2 0 -0.532629 -0.328452 -145.85
+ 0 179.126 895 1 1 -0.923308 -0.288506 -174.45
+ 0 125.482 898 1 0 -0.937724 -0.285362 -175.85
+ 0 121.945 893 0 1 -1.26921 -0.211954 -204.45
+ 0 167.08 899 0 0 -1.2833 -0.206499 -205.85
+ 0 10.406 900 6 1 0.0760427 0.0500307 -24.8138
+ 0 130.342 901 6 0 0.47749 0.305319 -25.8501
+Number of digits in this event = 12
proton
Event: 1
-Number of tracker hits in this event = 9
- 1 172.096 897 3 1 -0.468113 -0.0957119 -114.45
- 1 253.63 899 3 0 -0.480265 -0.0987904 -115.85
- 1 122.502 896 2 1 -0.718683 -0.172758 -144.45
- 1 158.723 899 2 0 -0.730772 -0.176117 -145.85
- 1 220.702 895 1 1 -0.960158 -0.253752 -174.45
- 1 94.6884 898 1 0 -0.968993 -0.259397 -175.85
- 1 176.64 894 0 1 -1.16453 -0.36638 -204.45
- 1 138.971 898 0 0 -1.17116 -0.36965 -205.85
- 1 111.3 900 5 1 0.0500389 0.215231 -54.6081
+Number of tracker hits in this event = 10
+ 1 177.131 899 5 1 -0.103957 -0.0554525 -54.45
+ 1 209.819 899 5 0 -0.107077 -0.0563307 -55.85
+ 1 129.729 899 3 1 -0.219696 0.0886231 -114.45
+ 1 111.11 900 3 0 -0.219991 0.0941943 -115.85
+ 1 125.904 898 2 1 -0.259904 0.196187 -144.45
+ 1 113.021 900 2 0 -0.267218 0.19621 -145.85
+ 1 126.552 898 1 1 -0.4023 0.195359 -174.45
+ 1 149.5 900 1 0 -0.408909 0.193406 -175.85
+ 1 116.659 897 0 1 -0.547284 0.132408 -204.45
+ 1 124.358 900 0 0 -0.55976 0.123495 -205.85
Number of digits in this event = 8
proton
Event: 2
-Number of tracker hits in this event = 6
- 2 186.108 900 2 1 0.161838 0.380327 -144.45
- 2 150.104 901 2 0 0.173316 0.390262 -145.85
- 2 142.851 901 1 1 0.408581 0.597711 -174.45
- 2 193.887 902 1 0 0.436579 0.616608 -175.85
- 2 152.101 904 0 1 1.00933 1.03607 -204.45
- 2 131.334 905 0 0 1.03459 1.05366 -205.85
-Number of digits in this event = 7
-proton
-Event: 3
-Number of tracker hits in this event = 13
- 3 120.128 900 4 1 0.087649 0.235932 -84.45
- 3 129.329 900 4 0 0.0927851 0.244976 -85.85
- 3 151.153 900 3 1 0.199719 0.441711 -114.45
- 3 237.599 902 3 0 0.209665 0.454151 -115.85
- 3 140.419 901 2 1 0.364034 0.692169 -144.45
- 3 145.179 903 2 0 0.369918 0.708168 -145.85
- 3 124.408 901 1 1 0.445998 1.05762 -174.45
- 3 119.995 905 1 0 0.450526 1.07197 -175.85
- 3 147.893 902 0 1 0.532204 1.39753 -204.45
- 3 102.078 906 0 0 0.53285 1.40953 -205.85
- 3 12.0789 895 2 0 0.967633 -1.02363 -145.85
- 3 244.043 894 2 0 0.970141 -1.05006 -145.86
- 3 92.869 893 2 0 0.9709 -1.25 -146.076
-Number of digits in this event = 10
-proton
-Event: 4
-Number of tracker hits in this event = 16
- 4 202.264 900 4 1 0.137215 0.155125 -84.45
- 4 248.532 900 4 0 0.146917 0.16323 -85.85
- 4 200.753 901 3 1 0.348706 0.330882 -114.45
- 4 141.292 901 3 0 0.358164 0.334893 -115.85
- 4 168.909 902 2 1 0.554215 0.419869 -144.45
- 4 185.264 901 2 0 0.568891 0.42281 -145.85
- 4 124.859 904 1 1 0.875859 0.488085 -174.45
- 4 156.339 902 1 0 0.890024 0.492185 -175.85
- 4 148.758 905 0 1 1.18053 0.598417 -204.45
- 4 368.94 902 0 0 1.1918 0.608103 -205.85
- 4 66.4834 906 5 0 0.532146 1.26845 -55.8501
- 4 66.4981 907 5 0 0.560264 1.45009 -55.9414
- 4 230.665 908 5 0 0.524324 1.65 -55.9601
- 4 16.4871 909 5 0 0.744461 1.85 -55.936
- 4 1.0995 924 5 1 5.04695 0.204435 -54.85
- 4 152.389 925 5 1 5.05 0.203479 -54.8494
-Number of digits in this event = 13
-proton
-Event: 5
-Number of tracker hits in this event = 10
- 5 141.681 900 2 1 0.0961198 0.466817 -144.45
- 5 261.129 902 2 0 0.089411 0.473932 -145.85
- 5 15.1336 899 1 1 -0.05 0.636885 -174.796
- 5 179.358 902 1 0 -0.057683 0.643919 -175.85
- 5 134.469 898 0 1 -0.265032 0.830922 -204.45
- 5 122.346 903 0 0 -0.272698 0.839617 -205.85
- 5 73.4817 904 0 0 -0.277334 0.850066 -206.089
- 5 140.256 899 3 1 -0.05 0.4602 -114.6
- 5 191.535 900 5 0 -0.05 0.0878444 -55.9002
- 5 94.1722 899 5 1 -0.05 0.0909611 -54.6306
-Number of digits in this event = 10
-proton
-Event: 6
-Number of tracker hits in this event = 6
- 6 154.89 899 3 1 -0.0858324 -0.0615013 -114.45
- 6 123.832 899 3 0 -0.0824521 -0.0604611 -115.85
- 6 155.532 1334 6 0 -54.1753 86.9562 -26.25
- 6 191.313 1335 6 0 -54.1804 87.05 -26.1445
- 6 18.9726 141 1 0 -64.5059 -151.75 -175.96
- 6 15.2893 1363 8 1 92.9303 155.823 35.2707
-Number of digits in this event = 7
-proton
-Event: 7
-Number of tracker hits in this event = 15
- 7 144.53 899 3 1 -0.0530797 0.639332 -114.45
- 7 135.643 903 3 0 -0.0574364 0.651436 -115.85
- 7 104.322 899 2 1 -0.180354 0.940316 -144.45
- 7 155.175 904 2 0 -0.176684 0.960551 -145.85
- 7 220.391 899 1 1 -0.116156 1.37563 -174.45
- 7 152.786 906 1 0 -0.117427 1.40109 -175.85
- 7 110.386 899 0 1 -0.141787 1.92385 -204.45
- 7 205.627 909 0 0 -0.140788 1.94886 -205.85
- 7 313.447 899 5 1 -0.0500961 0.143743 -54.5323
- 7 56.0167 898 5 1 -0.25 0.143111 -54.7087
- 7 120.203 897 5 1 -0.45 0.118045 -54.7102
- 7 486.368 896 5 1 -0.650099 0.473493 -54.6036
- 7 124.646 895 5 1 -0.850101 0.425857 -54.4633
- 7 41.6357 900 5 1 0.05 0.204984 -54.5171
- 7 19.6268 848 1 0 123.675 -10.3014 -176.032
-Number of digits in this event = 13
-proton
-Event: 8
-Number of tracker hits in this event = 26
- 8 171.396 898 4 1 -0.299158 0.106788 -84.45
- 8 249.515 900 4 0 -0.309191 0.106002 -85.85
- 8 145.386 897 3 1 -0.518056 0.0850964 -114.45
- 8 105.903 900 3 0 -0.525565 0.0821262 -115.85
- 8 109.341 750 1 0 19.5746 -30.0357 -176.25
- 8 1107.07 749 1 0 19.5844 -30.05 -176.237
- 8 1142.52 748 1 0 19.7235 -30.25 -176.049
- 8 110.108 747 1 0 19.859 -30.45 -175.868
- 8 472.158 1002 1 1 20.5987 -31.5504 -174.85
- 8 1986.02 1003 1 1 20.65 -31.6268 -174.779
- 8 331.241 1004 1 1 20.85 -31.935 -174.499
- 8 1534.33 603 2 0 43.5217 -59.3627 -146.25
- 8 5852.88 602 2 0 43.5938 -59.45 -146.16
- 8 272.645 895 0 1 -0.931483 -0.50855 -204.45
- 8 456.122 896 0 1 -0.85 -0.662352 -204.528
- 8 348.664 897 0 1 -0.65 -1.03986 -204.719
- 8 243.723 883 0 0 0.527868 -3.26655 -205.85
- 8 261.696 882 0 0 0.624917 -3.45 -205.943
- 8 268.437 881 0 0 0.731146 -3.65 -206.045
- 8 256.291 880 0 0 0.837807 -3.85 -206.147
- 8 1.90832 879 0 0 0.943777 -4.05 -206.249
- 8 22.8472 1319 1 1 83.9589 -27.9019 -174.85
- 8 56.847 701 7 0 -105.946 -39.6654 3.75
- 8 145.922 700 7 0 -106.159 -39.8501 4.12018
- 8 74.2654 699 7 0 -106.433 -40.0501 4.01867
- 8 289.148 369 7 1 -106.311 -39.8841 5.15
-Number of digits in this event = 23
-proton
-Event: 9
-Number of tracker hits in this event = 21
- 9 149.806 900 5 0 -0.0526224 0.0895681 -55.85
- 9 183.636 899 4 1 -0.154142 0.227354 -84.45
- 9 121.005 900 4 0 -0.159839 0.234721 -85.85
- 9 154.368 898 3 1 -0.27511 0.382981 -114.45
- 9 121.912 901 3 0 -0.273893 0.392791 -115.85
- 9 357.875 899 2 1 -0.246463 0.577894 -144.45
- 9 118.81 902 2 0 -0.245921 0.589335 -145.85
- 9 160.737 899 1 1 -0.245936 0.849951 -174.45
- 9 209.945 904 1 0 -0.249227 0.860399 -175.85
- 9 125.738 898 0 1 -0.316472 1.06547 -204.45
- 9 116.007 905 0 0 -0.324995 1.07428 -205.85
- 9 115.915 903 2 0 -0.163734 0.779472 -145.85
- 9 240.916 904 2 0 -0.11888 0.850042 -145.911
- 9 51.8716 905 2 0 0.680187 1.05 -146.125
- 9 96.1172 900 4 1 0.05 0.152687 -84.6305
- 9 65.3137 904 4 0 0.0720256 0.878163 -85.8501
- 9 61.5239 905 4 0 -0.0737716 1.05 -86.0895
- 9 103.124 871 4 0 42.8014 -5.78396 -86.25
- 9 306.682 899 5 0 -0.0972624 -0.05 -56.1516
- 9 3.28312 1386 7 0 -146.603 97.3602 3.75
- 9 38.8927 1430 1 1 106.278 158.494 -174.807
-Number of digits in this event = 14
-proton
-Event: 10
-Number of tracker hits in this event = 4
- 10 115.281 900 4 1 0.0536902 -0.172934 -84.45
- 10 109.354 899 4 0 0.0510551 -0.181266 -85.85
- 10 69.2709 898 3 0 0.0500226 -0.351893 -115.906
- 10 49.6927 906 3 1 1.33525 -1.00503 -114.85
-Number of digits in this event = 1
-proton
-Event: 11
-Number of tracker hits in this event = 13
- 11 197.806 899 5 1 -0.191601 0.181097 -54.45
- 11 159.917 900 5 0 -0.202581 0.191933 -55.85
- 11 125.192 898 4 1 -0.428827 0.420276 -84.45
- 11 111.085 901 4 0 -0.437547 0.431832 -85.85
- 11 114.206 897 3 1 -0.600261 0.63994 -114.45
- 11 141.565 902 3 0 -0.611482 0.647569 -115.85
- 11 153.324 896 2 1 -0.842207 0.813015 -144.45
- 11 138.514 903 2 0 -0.845131 0.827041 -145.85
- 11 219.894 895 1 1 -0.922169 1.12981 -174.45
- 11 119.424 905 1 0 -0.929144 1.1508 -175.85
- 11 127.172 894 0 1 -1.06578 1.58294 -204.45
- 11 153.256 907 0 0 -1.07371 1.60409 -205.85
- 11 38.8366 576 6 0 133.732 -64.8418 -25.8761
-Number of digits in this event = 13
-proton
-Event: 12
-Number of tracker hits in this event = 10
- 12 117.775 900 4 1 0.100266 0.0788338 -84.45
- 12 123.74 900 4 0 0.102835 0.0851127 -85.85
- 12 157.255 900 3 1 0.159719 0.21553 -114.45
- 12 130.643 900 3 0 0.162596 0.224657 -115.85
- 12 132.72 900 2 1 0.228683 0.402802 -144.45
- 12 191.095 901 2 0 0.231687 0.419493 -145.85
- 12 222.297 901 1 1 0.282949 0.759892 -174.45
- 12 174.816 903 1 0 0.288588 0.781544 -175.85
- 12 120.896 901 0 1 0.376459 1.22037 -204.45
- 12 145.398 906 0 0 0.388255 1.25126 -205.85
-Number of digits in this event = 10
-proton
-Event: 13
-Number of tracker hits in this event = 15
- 13 149.315 899 3 1 -0.123934 0.170776 -114.45
- 13 155.456 900 3 0 -0.128169 0.174639 -115.85
- 13 121.409 899 2 1 -0.226536 0.308518 -144.45
- 13 118.243 901 2 0 -0.227951 0.310311 -145.85
- 13 139.962 898 1 1 -0.251531 0.347228 -174.45
- 13 139.716 901 1 0 -0.251902 0.343647 -175.85
- 13 179.907 898 0 1 -0.251002 0.244617 -204.45
- 13 149.757 900 0 0 -0.2535 0.244166 -205.85
- 13 253.487 1222 6 1 64.6105 115.749 -24.45
- 13 92.274 673 1 0 17.6119 -45.2612 -176.25
- 13 113.943 1618 3 0 173.082 143.75 -116.078
- 13 62.2285 1619 3 0 173.256 143.95 -115.951
- 13 278.571 1767 3 1 173.644 145.437 -114.85
- 13 43.7937 1766 3 1 173.55 145.679 -114.787
- 13 121.877 1630 3 0 173.4 146.317 -115.85
-Number of digits in this event = 12
-proton
-Event: 14
-Number of tracker hits in this event = 7
- 14 237.906 899 2 1 -0.13721 -0.866108 -144.45
- 14 120.143 895 2 0 -0.142624 -0.875118 -145.85
- 14 115.355 898 1 1 -0.270658 -1.06374 -174.45
- 14 142.237 894 1 0 -0.278604 -1.07257 -175.85
- 14 139.168 898 0 1 -0.442985 -1.23859 -204.45
- 14 73.2714 894 0 0 -0.450123 -1.24846 -205.85
- 14 59.1231 893 0 0 -0.451275 -1.25 -206.071
-Number of digits in this event = 5
-proton
-Event: 15
-Number of tracker hits in this event = 6
- 15 143.087 898 3 1 -0.281412 -0.101957 -114.45
- 15 145.792 899 3 0 -0.285878 -0.102291 -115.85
- 15 147.627 898 2 1 -0.405803 -0.0817265 -144.45
- 15 249.061 899 2 0 -0.413484 -0.0786519 -145.85
- 15 7.30316 897 1 1 -0.639536 0.05 -174.516
- 15 307.964 896 1 1 -0.65 0.0518368 -174.524
-Number of digits in this event = 6
-proton
-Event: 16
-Number of tracker hits in this event = 10
- 16 144.538 899 5 1 -0.138575 -0.0579192 -54.45
- 16 144.096 899 5 0 -0.141838 -0.0602671 -55.85
- 16 163.862 899 4 1 -0.199421 -0.106251 -84.45
- 16 129.761 899 4 0 -0.206453 -0.10648 -85.85
- 16 158.299 898 3 1 -0.332009 -0.110499 -114.45
- 16 109.325 899 3 0 -0.336488 -0.109777 -115.85
- 16 135.538 898 2 1 -0.431765 -0.0846261 -144.45
- 16 205.666 899 2 0 -0.434974 -0.0806608 -145.85
- 16 121.016 897 0 1 -0.631442 0.154925 -204.45
- 16 204.827 900 0 0 -0.636738 0.159016 -205.85
-Number of digits in this event = 10
-proton
-Event: 17
-Number of tracker hits in this event = 13
- 17 149.455 899 4 1 -0.102749 -0.251438 -84.45
- 17 119.459 898 4 0 -0.107426 -0.259272 -85.85
- 17 97.2691 899 3 1 -0.248456 -0.417864 -114.45
- 17 175.496 898 3 1 -0.25 -0.418949 -114.778
- 17 140.278 898 3 0 -0.255933 -0.423498 -115.85
- 17 143.287 898 2 1 -0.4167 -0.543152 -144.45
- 17 138.666 897 2 0 -0.425922 -0.549483 -145.85
- 17 193.597 897 1 1 -0.616744 -0.681986 -174.45
- 17 115.876 896 1 0 -0.627535 -0.689409 -175.85
- 17 165.755 896 0 1 -0.843993 -0.859002 -204.45
- 17 157.186 895 0 0 -0.851299 -0.867948 -205.85
- 17 171.638 899 5 0 -0.0500499 -0.165556 -55.9999
- 17 156.62 904 6 0 0.196919 0.863653 -25.85
-Number of digits in this event = 11
-proton
-Event: 18
-Number of tracker hits in this event = 11
- 18 117.989 899 5 0 0.0522144 -0.0927403 -55.85
- 18 158.872 900 4 1 0.195839 -0.286308 -84.45
- 18 135.547 898 4 0 0.199918 -0.299421 -85.85
- 18 156.647 901 3 1 0.265271 -0.571103 -114.45
- 18 129.095 897 3 0 0.267047 -0.58506 -115.85
- 18 113.531 901 2 1 0.305652 -0.863789 -144.45
- 18 114.694 895 2 0 0.306484 -0.875035 -145.85
- 18 125.455 901 1 1 0.314483 -1.10711 -174.45
- 18 135.724 894 1 0 0.315499 -1.1198 -175.85
- 18 166.068 901 0 1 0.342073 -1.38649 -204.45
- 18 126.149 893 0 0 0.340795 -1.39446 -205.85
+Number of tracker hits in this event = 18
+ 2 120.336 900 4 1 0.138343 0.160902 -84.45
+ 2 117.657 900 4 0 0.143385 0.16734 -85.85
+ 2 106.294 900 3 1 0.237726 0.305897 -114.45
+ 2 109.484 901 3 0 0.245325 0.318067 -115.85
+ 2 151.169 901 2 1 0.382637 0.572639 -144.45
+ 2 162.599 902 2 0 0.389071 0.582751 -145.85
+ 2 110.981 902 1 1 0.537992 0.799478 -174.45
+ 2 133.881 903 1 0 0.545078 0.809047 -175.85
+ 2 136.285 903 0 1 0.688431 0.989204 -204.45
+ 2 138.199 904 0 0 0.697436 0.998529 -205.85
+ 2 103.256 902 2 1 0.450081 0.61429 -144.606
+ 2 31.2383 903 2 1 0.65007 0.801377 -144.793
+ 2 96.5778 906 2 0 1.29583 1.31143 -145.85
+ 2 27.9531 740 2 0 0.494013 -31.9653 -146.25
+ 2 61.1272 739 2 0 0.479206 -32.05 -146.212
+ 2 203.379 461 2 0 -44.2913 -87.7083 -146.25
+ 2 210.365 462 2 0 -44.3442 -87.65 -146.175
+ 2 11.2894 463 2 0 -44.2435 -87.45 -146.11
Number of digits in this event = 9
proton
-Event: 19
-Number of tracker hits in this event = 13
- 19 114.554 899 4 1 -0.0704414 0.0753008 -84.45
- 19 131.673 900 4 0 -0.0774677 0.0796889 -85.85
- 19 130.569 899 3 1 -0.193632 0.188462 -114.45
- 19 269.5 900 3 0 -0.198265 0.191756 -115.85
- 19 106.798 898 2 1 -0.300805 0.2584 -144.45
- 19 121.794 901 2 0 -0.307989 0.257249 -145.85
- 19 119.412 898 1 1 -0.442284 0.250314 -174.45
- 19 136.964 901 1 0 -0.448224 0.250377 -175.85
- 19 129.139 897 0 1 -0.580115 0.250933 -204.45
- 19 115.942 900 0 0 -0.59005 0.249895 -205.85
- 19 63.1106 905 6 0 1.01426 1.1466 -25.85
- 19 225.171 906 6 0 0.967356 1.25006 -25.9317
- 19 49.5272 907 6 0 0.977113 1.45 -25.9857
-Number of digits in this event = 10
-proton
-Event: 20
+Event: 3
Number of tracker hits in this event = 6
- 20 121.994 899 3 1 -0.10122 -0.06902 -114.45
- 20 132.785 899 3 0 -0.103643 -0.0693272 -115.85
- 20 183.753 899 2 1 -0.160402 -0.0739244 -144.45
- 20 120.668 899 2 0 -0.157307 -0.0717298 -145.85
- 20 162.783 900 0 1 0.0571616 0.225319 -204.45
- 20 216.153 900 0 0 0.0555717 0.236443 -205.85
+ 3 157.926 901 3 1 0.439536 -0.0562741 -114.45
+ 3 227.68 899 3 0 0.444905 -0.0570432 -115.85
+ 3 117.761 902 2 1 0.574311 -0.0509328 -144.45
+ 3 118.357 899 2 0 0.586453 -0.0515072 -145.85
+ 3 109.167 903 1 1 0.839795 -0.0612769 -174.45
+ 3 122.664 899 1 0 0.85332 -0.0545866 -175.85
+Number of digits in this event = 4
+proton
+Event: 4
+Number of tracker hits in this event = 18
+ 4 119.92 900 5 1 0.0508073 0.0791498 -54.45
+ 4 130.949 900 5 0 0.0579714 0.082755 -55.85
+ 4 150.49 900 4 1 0.21983 0.175673 -84.45
+ 4 139.656 900 4 0 0.22948 0.184399 -85.85
+ 4 135.442 901 3 1 0.404552 0.361045 -114.45
+ 4 215.755 901 3 0 0.410942 0.365651 -115.85
+ 4 118.585 902 2 1 0.530981 0.446634 -144.45
+ 4 165.436 902 2 0 0.536573 0.454097 -145.85
+ 4 116.159 903 1 1 0.659377 0.597952 -174.45
+ 4 178.315 902 1 0 0.667517 0.610026 -175.85
+ 4 118.131 903 0 1 0.846399 0.878501 -204.45
+ 4 2.33244 904 0 1 0.85 0.881779 -204.846
+ 4 128.456 904 0 0 0.859218 0.890493 -205.85
+ 4 66.981 897 0 0 1.83701 -0.58958 -205.85
+ 4 131.189 911 0 1 2.36232 -0.716853 -204.85
+ 4 118.211 890 3 0 -14.0313 -1.99845 -116.25
+ 4 240.421 891 3 0 -14.1927 -1.85 -115.983
+ 4 240.906 892 3 0 -14.4127 -1.64995 -115.949
+Number of digits in this event = 12
+proton
+Event: 5
+Number of tracker hits in this event = 7
+ 5 130.064 897 2 1 -0.620728 -0.0947533 -144.45
+ 5 135.406 899 2 0 -0.635017 -0.0940756 -145.85
+ 5 154.45 896 1 1 -0.822599 0.0778497 -174.45
+ 5 139.651 900 1 0 -0.835483 0.0822482 -175.85
+ 5 192.181 894 0 1 -1.0954 0.182542 -204.45
+ 5 127.401 900 0 0 -1.10993 0.185844 -205.85
+ 5 36.6579 899 3 0 -0.32509 -0.05 -116.19
Number of digits in this event = 7
proton
-Event: 21
-Number of tracker hits in this event = 8
- 21 107.164 900 3 1 0.118709 0.0532587 -114.45
- 21 170.485 900 2 1 0.0964887 -0.202974 -144.45
- 21 143.23 899 2 0 0.101191 -0.216224 -145.85
- 21 159.539 900 1 1 0.205734 -0.469003 -174.45
- 21 127.908 897 1 0 0.208916 -0.475181 -175.85
- 21 147.869 901 0 1 0.263899 -0.585878 -204.45
- 21 130.431 897 0 0 0.267787 -0.5931 -205.85
- 21 275.979 900 6 1 0.05 0.11444 -24.5991
+Event: 6
+Number of tracker hits in this event = 11
+ 6 134.98 900 5 1 0.0893391 -0.0765992 -54.45
+ 6 196.407 899 5 0 0.0891753 -0.0821317 -55.85
+ 6 183.038 900 4 1 0.0738206 -0.194512 -84.45
+ 6 130.222 899 4 0 0.0730862 -0.200151 -85.85
+ 6 458.507 900 3 1 0.0580483 -0.317859 -114.45
+ 6 140.155 898 3 0 0.0556766 -0.317394 -115.85
+ 6 141.934 899 1 1 -0.143477 -0.140739 -174.45
+ 6 102.98 899 1 0 -0.150512 -0.133455 -175.85
+ 6 32.5749 899 0 1 -0.24685 -0.050042 -204.531
+ 6 131.187 898 0 1 -0.250039 -0.10348 -204.506
+ 6 68.3554 901 3 1 0.250037 -0.539315 -114.466
+Number of digits in this event = 9
+proton
+Event: 7
+Number of tracker hits in this event = 7
+ 7 133.67 901 2 1 0.360153 0.09684 -144.45
+ 7 128.01 900 2 0 0.363784 0.0949321 -145.85
+ 7 268.576 901 1 1 0.431385 0.0837375 -174.45
+ 7 129.714 900 1 0 0.430409 0.0826634 -175.85
+ 7 131.083 901 0 1 0.394491 0.062743 -204.45
+ 7 144.212 900 0 0 0.396833 0.0604936 -205.85
+ 7 51.1673 873 3 1 -5.25066 -16.2391 -114.85
+Number of digits in this event = 7
+proton
+Event: 8
+Number of tracker hits in this event = 12
+ 8 104.77 900 5 1 0.095195 -0.16437 -54.45
+ 8 107.732 899 5 0 0.0995547 -0.175924 -55.85
+ 8 127.74 900 4 1 0.16392 -0.397885 -84.45
+ 8 162.748 898 4 0 0.170859 -0.41047 -85.85
+ 8 155.889 901 3 1 0.304545 -0.690855 -114.45
+ 8 127.265 896 3 0 0.309052 -0.70347 -115.85
+ 8 141.555 901 2 1 0.39994 -0.972303 -144.45
+ 8 134.805 895 2 0 0.405977 -0.986817 -145.85
+ 8 141.624 902 1 1 0.508488 -1.27284 -174.45
+ 8 186.802 893 1 0 0.50725 -1.29277 -175.85
+ 8 180.215 902 0 1 0.497728 -1.6762 -204.45
+ 8 120.298 891 0 0 0.50066 -1.70362 -205.85
+Number of digits in this event = 11
+proton
+Event: 9
+Number of tracker hits in this event = 16
+ 9 145.27 899 5 1 -0.0862193 0.0873408 -54.45
+ 9 149.007 900 5 0 -0.0906224 0.0893368 -55.85
+ 9 173.027 899 4 1 -0.137676 0.134357 -84.45
+ 9 164.553 900 4 0 -0.140955 0.143915 -85.85
+ 9 228.839 899 3 1 -0.199715 0.325058 -114.45
+ 9 125.588 901 3 0 -0.199113 0.335968 -115.85
+ 9 309.573 899 2 1 -0.187487 0.561215 -144.45
+ 9 188.366 902 2 0 -0.183241 0.575162 -145.85
+ 9 146.229 899 1 1 -0.0718134 0.880041 -174.45
+ 9 147.257 904 1 0 -0.0665547 0.896079 -175.85
+ 9 120.971 900 0 1 0.0504578 1.23868 -204.45
+ 9 163.594 906 0 0 0.0589836 1.25716 -205.85
+ 9 79.9449 898 2 1 -0.25 0.601828 -144.644
+ 9 165.49 903 2 0 -1.35164 0.769463 -145.85
+ 9 287.649 888 2 1 -2.35566 0.453252 -144.85
+ 9 290.997 887 2 1 -2.45005 0.427214 -144.714
+Number of digits in this event = 16
+proton
+Event: 10
+Number of tracker hits in this event = 15
+ 10 130.145 898 4 1 -0.404649 -0.11714 -84.45
+ 10 118.725 899 4 0 -0.414764 -0.118098 -85.85
+ 10 135.072 897 3 1 -0.610229 -0.147797 -114.45
+ 10 126.302 899 3 0 -0.615099 -0.14974 -115.85
+ 10 151.558 896 2 1 -0.716896 -0.185736 -144.45
+ 10 171.396 899 2 0 -0.725038 -0.187601 -145.85
+ 10 150.834 895 1 1 -0.892951 -0.231214 -174.45
+ 10 169.449 899 1 0 -0.901611 -0.2351 -175.85
+ 10 152.534 894 0 1 -1.05081 -0.310559 -204.45
+ 10 163.483 898 0 0 -1.0639 -0.311766 -205.85
+ 10 6.96817 898 1 0 -0.927915 -0.25 -176.227
+ 10 271.166 802 1 0 -5.27182 -19.5431 -176.25
+ 10 130.913 878 1 1 -4.35837 -19.5212 -174.85
+ 10 251.205 879 1 1 -4.25 -19.6964 -174.666
+ 10 65.1211 809 1 0 -3.86769 -18.0974 -175.85
+Number of digits in this event = 13
+proton
+Event: 11
+Number of tracker hits in this event = 16
+ 11 222.586 900 4 1 0.0570416 -0.400544 -84.45
+ 11 228.636 898 4 0 0.0612335 -0.412448 -85.85
+ 11 249.565 900 3 1 0.12752 -0.618281 -114.45
+ 11 141.814 897 3 0 0.130783 -0.627528 -115.85
+ 11 118.838 900 2 1 0.224675 -0.790625 -144.45
+ 11 116.556 896 2 0 0.232004 -0.793056 -145.85
+ 11 142.622 902 1 1 0.469092 -0.815779 -174.45
+ 11 134.853 896 1 0 0.478275 -0.81622 -175.85
+ 11 136.857 903 0 1 0.671322 -0.821577 -204.45
+ 11 102.585 896 0 0 0.67542 -0.825016 -205.85
+ 11 119.579 901 1 1 0.449982 -0.834053 -174.486
+ 11 289.327 894 1 0 -0.389534 -1.09412 -175.85
+ 11 115.84 893 1 0 -0.358283 -1.25 -176.082
+ 11 117.87 895 1 0 -0.257882 -1.04999 -176.148
+ 11 71.8201 899 5 0 0.0500763 -0.132088 -56.0959
+ 11 141.999 900 5 0 0.322027 0.05 -56.1721
+Number of digits in this event = 10
+proton
+Event: 12
+Number of tracker hits in this event = 9
+ 12 153.426 897 3 1 -0.513266 -0.0909189 -114.45
+ 12 156.016 899 3 0 -0.522517 -0.0957327 -115.85
+ 12 133.775 896 2 1 -0.722248 -0.174491 -144.45
+ 12 205.087 899 2 0 -0.726297 -0.175253 -145.85
+ 12 109.444 896 1 1 -0.797121 -0.186222 -174.45
+ 12 123.217 899 1 0 -0.802522 -0.184553 -175.85
+ 12 126.549 895 0 1 -0.928006 -0.171908 -204.45
+ 12 106.693 899 0 0 -0.934696 -0.174903 -205.85
+ 12 110.177 883 2 1 -3.40055 1.66465 -144.85
+Number of digits in this event = 7
+proton
+Event: 13
+Number of tracker hits in this event = 10
+ 13 158.638 900 5 1 0.0910005 -0.0519091 -54.45
+ 13 208.257 899 5 0 0.098654 -0.0514937 -55.85
+ 13 164.86 901 3 1 0.361957 0.05453 -114.45
+ 13 192.532 900 3 0 0.363113 0.0553657 -115.85
+ 13 119.726 901 2 1 0.393888 0.101869 -144.45
+ 13 208.009 900 2 0 0.389549 0.102666 -145.85
+ 13 153.88 901 1 1 0.33317 0.125224 -174.45
+ 13 139.665 900 1 0 0.324277 0.128394 -175.85
+ 13 164.033 900 0 1 0.199547 0.0727746 -204.45
+ 13 124.751 900 0 0 0.189313 0.0713608 -205.85
+Number of digits in this event = 10
+proton
+Event: 14
+Number of tracker hits in this event = 10
+ 14 268.747 900 4 0 -0.30001 0.0510898 -85.85
+ 14 128.385 898 3 1 -0.380839 0.209828 -114.45
+ 14 144.81 900 3 0 -0.38676 0.219464 -115.85
+ 14 195.07 897 2 1 -0.520496 0.407076 -144.45
+ 14 147.537 901 2 0 -0.533214 0.411127 -145.85
+ 14 408.101 896 1 1 -0.806096 0.498457 -174.45
+ 14 234.087 902 1 0 -0.831638 0.499965 -175.85
+ 14 116.935 893 0 1 -1.3575 0.553948 -204.45
+ 14 124.704 902 0 0 -1.39235 0.558203 -205.85
+ 14 183.469 898 2 1 -0.449956 0.420354 -144.615
+Number of digits in this event = 10
+proton
+Event: 15
+Number of tracker hits in this event = 10
+ 15 156.426 899 4 1 -0.094197 -0.0610123 -84.45
+ 15 207.827 899 4 0 -0.0987873 -0.0630273 -85.85
+ 15 105.273 899 3 1 -0.188525 -0.0925479 -114.45
+ 15 154.862 899 3 0 -0.191756 -0.1008 -115.85
+ 15 129.308 898 2 1 -0.264767 -0.323311 -144.45
+ 15 167.595 898 2 0 -0.261962 -0.343817 -145.85
+ 15 213.377 899 1 1 -0.208051 -0.785726 -174.45
+ 15 123.266 896 1 0 -0.210175 -0.806137 -175.85
+ 15 136.126 898 0 1 -0.266931 -1.23026 -204.45
+ 15 119.245 893 0 0 -0.269226 -1.25306 -205.85
+Number of digits in this event = 9
+proton
+Event: 16
+Number of tracker hits in this event = 11
+ 16 111.416 899 4 1 -0.0880038 -0.291944 -84.45
+ 16 133.576 898 4 0 -0.0898506 -0.298151 -85.85
+ 16 128.661 899 3 1 -0.129723 -0.458208 -114.45
+ 16 105.796 897 3 0 -0.122014 -0.471635 -115.85
+ 16 190.069 900 1 1 0.161304 -1.13258 -174.45
+ 16 153.776 894 1 0 0.171825 -1.15002 -175.85
+ 16 157.113 901 0 1 0.372503 -1.49001 -204.45
+ 16 149.852 892 0 0 0.386631 -1.51397 -205.85
+ 16 30.9153 899 5 0 0.0500348 -0.151515 -56.2093
+ 16 68.955 1334 5 0 -19.9587 86.9548 -56.25
+ 16 24.3019 900 6 0 -0.0574332 0.0500224 -26.124
+Number of digits in this event = 9
+proton
+Event: 17
+Number of tracker hits in this event = 10
+ 17 181.203 899 5 1 -0.0697143 -0.0750179 -54.45
+ 17 137.775 899 5 0 -0.077032 -0.0765477 -55.85
+ 17 128.49 899 4 1 -0.208013 -0.0803745 -84.45
+ 17 194.845 899 4 0 -0.217093 -0.0775611 -85.85
+ 17 129.484 896 2 1 -0.709747 0.143542 -144.45
+ 17 126.148 900 2 0 -0.726996 0.150117 -145.85
+ 17 396.095 894 1 1 -1.08672 0.308671 -174.45
+ 17 119.194 901 1 0 -1.10526 0.318058 -175.85
+ 17 113.92 892 0 1 -1.49399 0.498932 -204.45
+ 17 113.121 902 0 0 -1.51385 0.509933 -205.85
Number of digits in this event = 8
proton
-Event: 22
-Number of tracker hits in this event = 11
- 22 163.889 899 4 1 -0.0825964 -0.180798 -84.45
- 22 192.513 899 4 0 -0.0660746 -0.189381 -85.85
- 22 182.541 901 3 1 0.253861 -0.360089 -114.45
- 22 164.808 898 3 0 0.275799 -0.387678 -115.85
- 22 132.2 903 2 1 0.712627 -0.959388 -144.45
- 22 176.654 895 2 0 0.727623 -0.991548 -145.85
- 22 167.048 904 1 1 1.02432 -1.67305 -174.45
- 22 134.354 891 1 0 1.03207 -1.70625 -175.85
- 22 190.331 905 0 1 1.19044 -2.39247 -204.45
- 22 160.466 888 0 0 1.19836 -2.42325 -205.85
- 22 18.0821 894 2 0 0.717429 -1.05 -146.188
+Event: 18
+Number of tracker hits in this event = 8
+ 18 108.38 899 3 1 -0.11775 -0.0759952 -114.45
+ 18 231.969 899 3 0 -0.118322 -0.0837001 -115.85
+ 18 153.229 899 2 1 -0.134394 -0.244138 -144.45
+ 18 102.059 898 2 0 -0.135309 -0.252912 -145.85
+ 18 131.467 899 1 1 -0.179577 -0.435817 -174.45
+ 18 113.875 897 1 0 -0.178888 -0.45018 -175.85
+ 18 231.885 899 0 1 -0.146549 -0.714033 -204.45
+ 18 184.301 896 0 0 -0.144051 -0.728042 -205.85
+Number of digits in this event = 7
+proton
+Event: 19
+Number of tracker hits in this event = 18
+ 19 7.14579 1557 1 0 63.7691 131.75 -176.02
+ 19 203.541 896 5 1 -0.701727 4.64449 -54.45
+ 19 166.204 924 5 0 -0.737537 4.85648 -55.85
+ 19 8.40423 893 4 1 -1.44941 9.21289 -84.45
+ 19 152.514 892 4 1 -1.45 9.21665 -84.4744
+ 19 41.7493 946 4 0 -1.48336 9.42963 -85.85
+ 19 84.2716 947 4 0 -1.48655 9.45 -85.9815
+ 19 123.843 889 3 1 -2.18959 13.8708 -114.45
+ 19 148.979 970 3 0 -2.22535 14.0936 -115.85
+ 19 131.947 885 2 1 -2.96501 18.6552 -144.45
+ 19 131.476 994 2 0 -3.00276 18.8715 -145.85
+ 19 146.932 881 1 1 -3.7719 23.2953 -174.45
+ 19 135.212 1017 1 0 -3.8097 23.5191 -175.85
+ 19 116.083 877 0 1 -4.58641 28.1084 -204.45
+ 19 113.745 1041 0 0 -4.62414 28.3302 -205.85
+ 19 25.0212 897 5 1 -0.649968 4.7397 -54.798
+ 19 37.6101 921 5 0 -0.428447 4.43865 -55.8501
+ 19 256.564 922 5 0 -0.438563 4.45004 -55.9404
Number of digits in this event = 11
proton
+Event: 20
+Number of tracker hits in this event = 15
+ 20 169.416 899 5 1 -0.198601 -0.055851 -54.45
+ 20 274.146 899 5 0 -0.205462 -0.0695086 -55.85
+ 20 170.377 898 4 1 -0.349317 -0.382934 -84.45
+ 20 235.105 898 4 0 -0.354037 -0.400462 -85.85
+ 20 119.062 897 3 1 -0.456471 -0.758385 -114.45
+ 20 131.492 896 3 0 -0.462034 -0.775495 -115.85
+ 20 196.695 897 2 1 -0.576722 -1.12464 -144.45
+ 20 129.26 894 2 0 -0.584595 -1.14173 -145.85
+ 20 259.156 896 1 1 -0.756422 -1.4904 -174.45
+ 20 118.755 892 1 0 -0.770577 -1.50829 -175.85
+ 20 132.907 894 0 1 -1.06732 -1.86265 -204.45
+ 20 163.464 890 0 0 -1.08514 -1.87676 -205.85
+ 20 50.8811 896 1 0 -0.982318 -0.714173 -175.85
+ 20 104.936 897 1 0 -0.994088 -0.649959 -175.98
+ 20 132.469 898 5 1 -0.250046 -0.0727755 -54.7676
+Number of digits in this event = 12
+proton
+Event: 21
+Number of tracker hits in this event = 5
+ 21 139.483 899 3 1 -0.0552206 -0.446684 -114.45
+ 21 126.73 897 3 0 -0.0554584 -0.459842 -115.85
+ 21 150.538 895 1 0 -0.051212 -0.976255 -175.85
+ 21 155.212 899 0 1 -0.0780208 -1.38191 -204.45
+ 21 135.661 893 0 0 -0.0755298 -1.40896 -205.85
+Number of digits in this event = 6
+proton
+Event: 22
+Number of tracker hits in this event = 21
+ 22 115.686 898 3 1 -0.25287 0.479734 -114.45
+ 22 216.872 902 3 0 -0.265337 0.487467 -115.85
+ 22 119.328 897 2 1 -0.5305 0.612281 -144.45
+ 22 119.623 902 2 0 -0.549417 0.608071 -145.85
+ 22 230.539 895 1 1 -0.931373 0.54502 -174.45
+ 22 132.671 902 1 0 -0.949771 0.541146 -175.85
+ 22 111.13 893 0 1 -1.3013 0.458454 -204.45
+ 22 116.84 902 0 0 -1.31724 0.453671 -205.85
+ 22 57.4529 899 5 0 0.151471 -0.05 -56.0186
+ 22 103.619 284 5 0 112.927 -123.166 -56.25
+ 22 90.3556 283 5 0 113.126 -123.35 -56.2069
+ 22 377.857 282 5 0 113.242 -123.55 -56.1875
+ 22 66.0972 530 0 1 -73.988 -53.5127 -204.45
+ 22 97.4545 531 0 1 -73.8499 -53.6585 -204.612
+ 22 4.20248 532 0 1 -73.65 -53.7416 -204.834
+ 22 124.776 628 0 0 -72.8191 -54.3672 -205.85
+ 22 250.68 635 0 0 -44.1652 -52.9668 -206.25
+ 22 222.981 674 0 1 -45.1744 -53.2935 -204.85
+ 22 41.9042 673 0 1 -45.25 -53.3299 -204.789
+ 22 91.2832 675 0 1 -45.05 -53.3751 -204.635
+ 22 62.8732 846 11 1 -10.7782 -130.867 125.173
+Number of digits in this event = 10
+proton
Event: 23
Number of tracker hits in this event = 12
- 23 151.915 899 5 1 -0.0546137 0.0513625 -54.45
- 23 241.598 900 5 0 -0.0546365 0.05666 -55.85
- 23 132.464 899 4 1 -0.0713028 0.204297 -84.45
- 23 225.216 900 4 0 -0.0756304 0.208151 -85.85
- 23 122.246 899 3 1 -0.16874 0.301464 -114.45
- 23 189.321 901 3 0 -0.170144 0.308097 -115.85
- 23 124.56 899 2 1 -0.220972 0.436864 -144.45
- 23 121.351 901 2 0 -0.221903 0.440698 -145.85
- 23 156.688 899 1 1 -0.243951 0.516387 -174.45
- 23 133.698 902 1 0 -0.240293 0.518704 -175.85
- 23 126.418 899 0 1 -0.181194 0.570127 -204.45
- 23 120.942 902 0 0 -0.181638 0.582947 -205.85
-Number of digits in this event = 13
+ 23 147.371 900 5 1 0.088174 0.126052 -54.45
+ 23 138.978 900 5 0 0.0900209 0.134966 -55.85
+ 23 158.159 900 4 1 0.167719 0.297077 -84.45
+ 23 151.912 901 4 0 0.167492 0.3046 -85.85
+ 23 125.312 900 3 1 0.148932 0.440426 -114.45
+ 23 152.588 902 3 0 0.152372 0.452159 -115.85
+ 23 126.162 901 2 1 0.256286 0.667821 -144.45
+ 23 175.309 903 2 0 0.255224 0.694346 -145.85
+ 23 131.907 901 1 1 0.262094 1.25004 -174.45
+ 23 159.533 906 1 0 0.263733 1.27753 -175.85
+ 23 197.229 901 0 1 0.29801 1.83489 -204.45
+ 23 150.171 909 0 0 0.302324 1.86482 -205.85
+Number of digits in this event = 15
proton
Event: 24
-Number of tracker hits in this event = 12
- 24 121.166 900 5 1 0.0866416 0.082062 -54.45
- 24 124.478 900 5 0 0.0897385 0.0882192 -55.85
- 24 113.372 900 4 1 0.166295 0.205251 -84.45
- 24 162.581 900 4 0 0.166221 0.213275 -85.85
- 24 167.739 900 3 1 0.233413 0.362463 -114.45
- 24 115.099 901 3 0 0.237097 0.37581 -115.85
- 24 109.939 901 2 1 0.318738 0.626492 -144.45
- 24 147.834 902 2 0 0.320169 0.63447 -145.85
- 24 140.838 901 1 1 0.31485 0.777811 -174.45
- 24 277.808 903 1 0 0.313575 0.790302 -175.85
- 24 131.95 901 0 1 0.263793 1.01573 -204.45
- 24 190.871 904 0 0 0.264562 1.02366 -205.85
-Number of digits in this event = 10
+Number of tracker hits in this event = 13
+ 24 119.62 900 5 1 0.0598119 0.0886951 -54.45
+ 24 141.304 900 5 0 0.0631278 0.0921241 -55.85
+ 24 133.179 900 4 1 0.141959 0.191616 -84.45
+ 24 122.544 900 4 0 0.146815 0.198463 -85.85
+ 24 143.776 901 3 1 0.257872 0.33789 -114.45
+ 24 144.284 901 3 0 0.268554 0.34878 -115.85
+ 24 266.984 902 2 1 0.49086 0.573671 -144.45
+ 24 136.181 902 2 0 0.498596 0.584931 -145.85
+ 24 118.833 903 1 1 0.670244 0.824803 -174.45
+ 24 270.545 903 1 0 0.68026 0.837931 -175.85
+ 24 143.602 904 0 1 0.911531 1.08579 -204.45
+ 24 252.102 905 0 0 0.918217 1.10354 -205.85
+ 24 134.375 904 1 0 0.671653 0.85 -175.971
+Number of digits in this event = 12
proton
Event: 25
-Number of tracker hits in this event = 4
- 25 156.724 899 1 1 -0.113304 -0.262517 -174.45
- 25 137.539 898 1 0 -0.113573 -0.263112 -175.85
- 25 156.287 899 0 1 -0.135042 -0.256003 -204.45
- 25 131.674 898 0 0 -0.133219 -0.252475 -205.85
-Number of digits in this event = 8
+Number of tracker hits in this event = 11
+ 25 111.179 900 4 1 0.146599 0.15794 -84.45
+ 25 151.742 900 4 0 0.145716 0.159714 -85.85
+ 25 155.613 900 3 1 0.133153 0.202186 -114.45
+ 25 159.926 900 3 0 0.131302 0.209215 -115.85
+ 25 197.948 900 2 1 0.0940332 0.361317 -144.45
+ 25 119.964 901 2 0 0.0941745 0.367707 -145.85
+ 25 109.697 900 1 1 0.0925852 0.515932 -174.45
+ 25 115.714 902 1 0 0.088791 0.517325 -175.85
+ 25 11.3179 899 0 1 -0.0500177 0.542744 -204.824
+ 25 114.715 902 0 0 -0.331074 0.489713 -205.85
+ 25 21.4899 409 2 1 -98.2301 107.915 -144.759
+Number of digits in this event = 7
proton
Event: 26
-Number of tracker hits in this event = 13
- 26 133.624 899 4 1 -0.241008 0.152155 -84.45
- 26 121.363 900 4 0 -0.244869 0.153347 -85.85
- 26 231.688 898 3 1 -0.344416 0.171175 -114.45
- 26 172.625 900 3 0 -0.350568 0.174128 -115.85
- 26 124.083 897 2 1 -0.493084 0.23718 -144.45
- 26 126.149 900 2 0 -0.494646 0.241253 -145.85
- 26 140.716 897 1 1 -0.540332 0.301952 -174.45
- 26 132.03 901 1 0 -0.545769 0.312177 -175.85
- 26 227.331 897 0 1 -0.647836 0.517701 -204.45
- 26 123.708 902 0 0 -0.650513 0.528949 -205.85
- 26 85.8895 897 3 1 -0.45 0.305907 -114.596
- 26 6.27276 352 3 0 -79.8755 -109.55 -116.169
- 26 242.61 405 3 1 -99.0918 -101.624 -114.61
-Number of digits in this event = 13
+Number of tracker hits in this event = 32
+ 26 122.575 899 5 1 -0.0622417 -0.0530494 -54.45
+ 26 4.88742 899 5 0 -0.0594557 -0.050017 -55.85
+ 26 148.271 899 3 1 -0.0565407 0.0958387 -114.45
+ 26 114.557 900 3 0 -0.0571742 0.0986957 -115.85
+ 26 119.537 899 2 1 -0.066466 0.147585 -144.45
+ 26 131.179 900 2 0 -0.0652664 0.151135 -145.85
+ 26 213.474 900 0 1 0.152702 0.365526 -204.45
+ 26 134.636 901 0 0 0.171567 0.372765 -205.85
+ 26 22.1698 901 0 1 0.250089 0.278628 -204.831
+ 26 136.754 893 0 0 7.77309 -1.40683 -205.85
+ 26 172.761 892 0 0 8.10819 -1.45005 -205.861
+ 26 110.635 813 0 0 4.27843 -17.4374 -206.25
+ 26 270.493 856 0 0 -42.8989 -8.80355 -206.25
+ 26 182.062 855 0 0 -43.2506 -8.85 -206.013
+ 26 5.82191 675 0 1 -45.0461 -9.0744 -204.85
+ 26 147.223 674 0 1 -45.05 -9.07489 -204.847
+ 26 137.663 673 0 1 -45.25 -9.10015 -204.719
+ 26 151.398 672 0 1 -45.45 -9.12765 -204.593
+ 26 46.6782 671 0 1 -45.65 -9.15627 -204.464
+ 26 437.055 830 1 0 -94.9734 -14.008 -176.25
+ 26 231.827 829 1 0 -95.4029 -14.05 -176.005
+ 26 60.2165 413 1 1 -97.4623 -14.2496 -174.85
+ 26 160.54 412 1 1 -97.55 -14.2582 -174.801
+ 26 151.481 411 1 1 -97.75 -14.2793 -174.689
+ 26 159.309 410 1 1 -97.95 -14.2991 -174.577
+ 26 28.5159 409 1 1 -98.15 -14.3146 -174.465
+ 26 254.944 769 2 0 -145.862 -26.1796 -146.25
+ 26 407.051 768 2 0 -146.143 -26.25 -146.084
+ 26 119.078 160 2 1 -148.022 -26.77 -144.85
+ 26 372.432 159 2 1 -148.15 -26.806 -144.765
+ 26 288.956 158 2 1 -148.35 -26.8617 -144.632
+ 26 64.938 157 2 1 -148.55 -26.9239 -144.495
+Number of digits in this event = 25
proton
Event: 27
-Number of tracker hits in this event = 10
- 27 270.665 899 4 1 -0.179474 -0.266348 -84.45
- 27 123.774 898 4 0 -0.187402 -0.272842 -85.85
- 27 154.981 898 3 1 -0.362806 -0.411478 -114.45
- 27 152.269 898 3 0 -0.370807 -0.428629 -115.85
- 27 143.891 897 2 1 -0.551001 -0.779582 -144.45
- 27 194.059 896 2 0 -0.558095 -0.792018 -145.85
- 27 168.825 896 1 1 -0.715516 -1.04666 -174.45
- 27 142.717 894 1 0 -0.715741 -1.06198 -175.85
- 27 169.705 896 0 1 -0.723286 -1.36276 -204.45
- 27 158.145 893 0 0 -0.727614 -1.3766 -205.85
+Number of tracker hits in this event = 13
+ 27 152.083 900 5 1 0.0585638 0.122022 -54.45
+ 27 131.226 900 5 0 0.0600036 0.132273 -55.85
+ 27 204.51 900 4 1 0.0890567 0.346586 -84.45
+ 27 158.209 901 4 0 0.0932271 0.355448 -85.85
+ 27 134.145 900 3 1 0.199604 0.542919 -114.45
+ 27 126.269 902 3 0 0.201708 0.551194 -115.85
+ 27 126.515 900 2 1 0.219632 0.732817 -144.45
+ 27 186.009 903 2 0 0.223515 0.742946 -145.85
+ 27 134.884 901 1 1 0.324022 0.965857 -174.45
+ 27 127.703 904 1 0 0.337733 0.980217 -175.85
+ 27 73.4639 902 0 1 0.646684 1.27409 -204.45
+ 27 37.9307 903 0 1 0.65 1.27627 -204.736
+ 27 109.78 906 0 0 0.663511 1.28473 -205.85
Number of digits in this event = 11
proton
Event: 28
-Number of tracker hits in this event = 199
- 28 117.477 898 3 1 -0.370724 0.112599 -114.45
- 28 113.538 900 3 0 -0.376495 0.115384 -115.85
- 28 217.887 897 2 1 -0.475691 0.205999 -144.45
- 28 110.362 900 2 0 -0.484118 0.223907 -145.85
- 28 121.606 897 1 1 -0.637399 0.577874 -174.45
- 28 149.124 902 1 0 -0.64454 0.598455 -175.85
- 28 127.757 896 0 1 -0.796089 1.03174 -204.45
- 28 131.836 905 0 0 -0.806087 1.05234 -205.85
- 28 61.5662 900 4 0 -0.276703 0.0500308 -86.0615
- 28 30.1763 641 0 0 -74.7171 -51.7958 -206.25
- 28 363.353 640 0 0 -74.7724 -51.85 -206.224
- 28 141.977 639 0 0 -74.9768 -52.05 -206.129
- 28 302.25 638 0 0 -75.18 -52.25 -206.035
- 28 198.829 637 0 0 -75.3821 -52.45 -205.942
- 28 10.1249 512 0 1 -77.6381 -54.6594 -204.85
- 28 176.098 511 0 1 -77.65 -54.6711 -204.844
- 28 169.678 510 0 1 -77.85 -54.8678 -204.748
- 28 153.838 509 0 1 -78.05 -55.0657 -204.649
- 28 193.617 508 0 1 -78.25 -55.2627 -204.549
- 28 112.718 503 0 1 -79.25 -55.4853 -204.787
- 28 220.418 1116 2 0 11.6769 43.363 -146.25
- 28 74.3852 1117 2 0 11.6825 43.45 -146.097
- 28 124.912 958 2 1 11.7468 44.1557 -144.85
- 28 6.90863 1201 3 0 19.3782 60.4371 -116.25
- 28 99.4737 1202 3 0 19.3841 60.45 -116.228
- 28 36.5176 1203 3 0 19.437 60.65 -115.947
- 28 130.346 997 3 1 19.5856 61.4855 -114.85
- 28 27.5873 1285 4 0 10.3304 77.1904 -86.25
- 28 92.302 1286 4 0 10.2907 77.25 -86.1412
- 28 112.967 948 4 1 9.78028 77.8926 -84.85
- 28 16.1227 947 4 1 9.65 78.0483 -84.5121
- 28 40.3712 1441 5 0 34.2393 108.471 -56.25
- 28 101.089 1442 5 0 34.3106 108.55 -56.18
- 28 141.488 1443 5 0 34.5368 108.75 -56.055
- 28 84.709 1444 5 0 34.7486 108.95 -56.0258
- 28 78.0481 1445 5 0 34.9498 109.15 -56.0181
- 28 128.716 1446 5 0 35.1352 109.35 -56.027
- 28 81.0801 1447 5 0 35.3587 109.55 -56.071
- 28 96.1939 1448 5 0 35.5887 109.75 -56.1681
- 28 12.9745 1449 5 0 35.8596 109.95 -56.2421
- 28 26.4625 1545 4 1 129.261 176.934 -84.4502
- 28 121.505 1546 4 1 129.35 176.972 -84.5414
- 28 48.9045 1547 4 1 129.55 177.048 -84.7284
- 28 761.017 1786 4 0 130.687 177.468 -85.85
- 28 127.754 1785 4 0 132.842 177.35 -86.2325
- 28 127.2 1784 4 0 133.261 177.15 -86.1945
- 28 172.213 1783 4 0 133.677 176.95 -86.0921
- 28 129.105 1782 4 0 134.293 176.75 -86.0064
- 28 81.943 1583 4 1 136.755 176.907 -84.85
- 28 65.1159 1584 4 1 136.95 176.933 -84.7625
- 28 72.1694 1585 4 1 137.15 176.926 -84.6409
- 28 19.176 1586 4 1 137.35 176.925 -84.505
- 28 132.279 1757 5 0 142.172 171.658 -56.2499
- 28 142.646 1610 5 1 142.241 171.633 -54.8499
- 28 81.7131 814 0 0 -18.5599 -17.2113 -206.25
- 28 46.0033 813 0 0 -18.7527 -17.25 -205.981
- 28 186.881 802 0 1 -19.5061 -17.3375 -204.85
- 28 64.0152 801 0 1 -19.65 -17.3586 -204.637
- 28 0.0944679 839 1 0 -36.4408 -12.0501 -176.25
- 28 141.253 840 1 0 -36.441 -12.05 -176.25
- 28 39.6976 713 1 1 -37.3688 -11.5318 -174.85
- 28 112.03 712 1 1 -37.45 -11.4982 -174.726
- 28 16.4896 510 4 1 -77.9517 -92.2137 -84.8312
- 28 73.8373 1133 2 0 14.9777 46.7034 -146.25
- 28 82.353 1134 2 0 15.0091 46.8502 -146.02
- 28 138.447 975 2 1 15.1697 47.5609 -144.85
- 28 10.4338 1227 3 0 14.6669 65.6312 -116.25
- 28 95.7971 1228 3 0 14.6663 65.65 -116.22
- 28 33.5108 1229 3 0 14.6589 65.8502 -115.907
- 28 128.878 973 3 1 14.6596 66.5294 -114.85
- 28 56.325 1304 4 0 12.6634 80.9654 -86.25
- 28 78.2255 1305 4 0 12.6554 81.05 -86.0865
- 28 208.648 962 4 1 12.5986 81.6714 -84.85
- 28 244.415 1389 5 0 12.2597 97.9519 -56.25
- 28 18.0018 1390 5 0 12.2558 98.15 -55.9083
- 28 188.914 960 5 1 12.2452 98.7217 -54.85
- 28 57.4437 1453 6 0 8.32834 110.849 -26.25
- 28 44.4864 1454 6 0 8.29415 110.95 -26.01
- 28 188.547 940 6 1 8.16605 111.453 -24.85
- 28 28.7656 1550 7 0 -5.46537 130.284 3.75
- 28 154.584 1551 7 0 -5.51093 130.35 3.84692
- 28 0.499969 1552 7 0 -5.61757 130.55 4.14785
- 28 221.02 870 7 1 -5.8838 131.2 5.15
- 28 69.475 1636 8 0 1.56303 147.454 33.75
- 28 74.7636 1637 8 0 1.61534 147.55 33.9246
- 28 119.969 909 8 1 1.95468 148.286 35.15
- 28 10.9862 910 8 1 2.05 148.511 35.511
- 28 61.6292 1758 9 0 7.37562 171.811 63.75
- 28 79.7583 1759 9 0 7.40327 171.95 63.915
- 28 44.3579 937 9 1 7.62601 172.963 65.15
- 28 109.579 938 9 1 7.65 173.07 65.2831
- 28 76.6378 1562 6 0 63.9365 132.678 -26.25
- 28 198.285 1563 6 0 64.0348 132.75 -26.196
- 28 151.545 1564 6 0 64.3147 132.95 -26.1066
- 28 296.528 1565 6 0 64.7607 133.15 -26.0137
- 28 221.775 1566 6 0 65.7473 133.35 -26.0181
- 28 237.518 1567 6 0 66.479 133.55 -26.1511
- 28 28.4159 1236 6 1 67.2527 134.154 -24.85
- 28 105.145 1235 6 1 67.25 134.184 -24.7776
- 28 128.073 1234 6 1 67.0499 134.363 -24.6608
- 28 69.8178 672 0 0 -19.1775 -45.4776 -206.25
- 28 66.2545 671 0 0 -19.2534 -45.65 -206.153
- 28 67.5106 670 0 0 -19.3415 -45.85 -206.039
- 28 61.8203 669 0 0 -19.4305 -46.05 -205.924
- 28 160.295 798 0 1 -20.2717 -47.9026 -204.85
- 28 116.138 797 0 1 -20.45 -48.294 -204.621
- 28 211.808 399 1 0 -47.1201 -100.187 -176.25
- 28 80.9737 398 1 0 -47.206 -100.35 -176.163
- 28 76.1876 397 1 0 -47.3113 -100.55 -176.058
- 28 98.1443 396 1 0 -47.4163 -100.75 -175.952
- 28 104.517 657 1 1 -48.4878 -102.832 -174.85
- 28 245.75 656 1 1 -48.65 -103.151 -174.683
- 28 13.3209 655 1 1 -48.85 -103.543 -174.475
- 28 81.7136 155 2 0 -69.9277 -149.031 -146.25
- 28 107.351 154 2 0 -69.9841 -149.15 -146.176
- 28 112.337 153 2 0 -70.0782 -149.35 -146.051
- 28 47.1455 152 2 0 -70.1715 -149.55 -145.929
- 28 49.1062 545 2 1 -70.9896 -151.284 -144.85
- 28 175.087 544 2 1 -71.05 -151.411 -144.771
- 28 44.8127 543 2 1 -71.25 -151.827 -144.507
- 28 70.1523 666 1 1 -46.7903 -101.059 -174.85
- 28 85.9227 667 1 1 -46.65 -101.148 -174.703
- 28 85.3366 668 1 1 -46.4499 -101.1 -174.567
- 28 67.1212 1391 1 0 -62.6537 98.35 -176.018
- 28 147.463 290 2 0 -71.1116 -121.959 -146.25
- 28 18.0092 289 2 0 -71.374 -122.15 -145.909
- 28 45.2412 538 2 1 -72.3542 -122.669 -144.85
- 28 100.895 537 2 1 -72.45 -122.715 -144.729
- 28 25.8403 536 2 1 -72.65 -122.741 -144.534
- 28 129.544 308 3 0 -89.2686 -118.465 -116.25
- 28 132.424 450 3 1 -89.9104 -118.388 -114.85
- 28 59.483 1704 5 0 128.692 160.95 -55.8647
- 28 84.7369 1667 9 0 5.25119 153.648 63.7501
- 28 116.366 1668 9 0 5.17434 153.75 63.8808
- 28 21.5108 920 9 1 4.09479 153.875 65.15
- 28 132.597 919 9 1 4.05 153.871 65.1965
- 28 98.9742 1167 2 0 40.6852 53.4625 -146.25
- 28 179.186 1104 2 1 40.9046 53.5364 -144.85
- 28 63.7987 968 3 0 38.1522 13.8222 -116.25
- 28 52.3998 967 3 0 38.1447 13.65 -116.166
- 28 40.3375 966 3 0 38.1327 13.45 -116.06
- 28 51.1371 965 3 0 38.127 13.25 -116.032
- 28 46.8775 964 3 0 38.1285 13.05 -116.022
- 28 60.9927 963 3 0 38.105 12.85 -116.008
- 28 48.8685 962 3 0 38.0505 12.65 -116.044
- 28 107.193 961 3 0 38.0259 12.45 -116.072
- 28 67.0764 960 3 0 37.9768 12.2498 -116.054
- 28 43.7006 959 3 0 37.8984 12.0499 -116.062
- 28 50.3921 958 3 0 37.8392 11.85 -116.093
- 28 49.1643 957 3 0 37.8127 11.6498 -116.141
- 28 8.11703 956 3 0 37.8172 11.45 -116.221
- 28 245.883 862 3 0 41.6818 -7.64327 -116.25
- 28 36.8249 863 3 0 41.626 -7.45 -115.913
- 28 125.532 1108 3 1 41.672 -6.76809 -114.85
- 28 303.083 1107 3 1 41.65 -6.68546 -114.816
- 28 120.26 402 2 0 -46.304 -99.6602 -146.25
- 28 90.3247 667 2 1 -46.4805 -99.6715 -144.85
- 28 9.87257 506 3 0 -58.6279 -78.6717 -116.25
- 28 69.1009 507 3 0 -58.6429 -78.6499 -116.224
- 28 79.8843 508 3 0 -58.7658 -78.4499 -116.105
- 28 82.6688 509 3 0 -58.8714 -78.25 -116.025
- 28 35.9105 510 3 0 -58.8528 -78.05 -115.943
- 28 110.76 609 3 1 -58.1461 -76.3977 -114.85
- 28 94.5048 610 3 1 -58.05 -76.179 -114.563
- 28 146.956 611 3 1 -57.85 -75.9025 -114.478
- 28 63.9926 612 3 1 -57.65 -75.6551 -114.52
- 28 336.124 861 3 0 41.6742 -7.65002 -116.076
- 28 91.0633 1616 9 0 25.054 143.506 63.75
- 28 29.8145 1617 9 0 25.1018 143.55 64.0317
- 28 23.4894 1025 9 1 25.2366 143.688 65.15
- 28 98.1327 1026 9 1 25.25 143.699 65.2416
- 28 101.071 1639 10 0 27.3778 148.062 93.75
- 28 128.364 1036 10 1 27.4129 148.236 95.15
- 28 23.1533 1408 11 0 32.8938 101.801 123.75
- 28 59.3127 1407 11 0 32.9 101.75 123.783
- 28 69.174 1406 11 0 32.9377 101.55 123.928
- 28 19.9654 1405 11 0 32.9709 101.35 124.105
- 28 123.947 1065 11 1 33.1782 100.304 125.15
- 28 26.457 1066 11 1 33.25 99.9981 125.477
- 28 126.311 1425 12 0 46.2765 105.226 153.75
- 28 50.3503 1136 12 1 47.3565 105.158 155.15
- 28 94.4183 1137 12 1 47.45 105.139 155.274
- 28 12.119 1138 12 1 47.65 105.115 155.539
- 28 34.8389 1596 13 0 62.3581 139.48 183.75
- 28 91.6224 1597 13 0 62.387 139.55 183.806
- 28 89.177 1598 13 0 62.5335 139.75 184.025
- 28 164.176 1216 13 1 63.2617 140.632 185.15
- 28 100.449 1217 13 1 63.6096 141.121 185.55
- 28 68.0958 1606 13 0 63.4142 141.467 184.15
- 28 53.8814 1607 13 0 63.3962 141.55 183.939
- 28 208.841 1692 11 0 -3.71098 158.617 123.75
- 28 166.132 874 11 1 -5.09179 158.899 125.15
- 28 18.1593 1159 2 1 51.85 57.9268 -144.768
- 28 14.8452 687 7 1 -42.4861 -38.1497 5.51495
- 28 16.8875 1395 1 0 -108.349 99.15 -176.15
- 28 210.185 1396 1 0 -108.652 99.3501 -176.016
- 28 43.6735 351 1 1 -109.894 99.5304 -174.85
- 28 28.2388 350 1 1 -109.95 99.5722 -174.806
- 28 130.251 1399 1 0 -109.123 99.9863 -175.85
-Number of digits in this event = 69
+Number of tracker hits in this event = 3
+ 28 135.116 896 1 0 0.052462 -0.739118 -175.85
+ 28 149.667 900 0 1 0.148688 -0.948755 -204.45
+ 28 142.127 895 0 0 0.1528 -0.959618 -205.85
+Number of digits in this event = 6
proton
Event: 29
-Number of tracker hits in this event = 9
- 29 129.329 900 3 0 -0.0606032 0.161424 -115.85
- 29 126.839 897 2 1 -0.591668 -0.326803 -144.45
- 29 267.343 898 2 0 -0.615069 -0.350977 -145.85
- 29 127.52 894 1 1 -1.08738 -0.8855 -174.45
- 29 203.19 895 1 0 -1.11418 -0.907002 -175.85
- 29 249.976 891 0 1 -1.65311 -1.34636 -204.45
- 29 131.76 893 0 0 -1.68225 -1.36852 -205.85
- 29 77.9234 896 1 0 -1.1476 -0.849969 -176.237
- 29 240.078 953 3 1 10.6577 -73.2424 -114.85
-Number of digits in this event = 10
+Number of tracker hits in this event = 10
+ 29 81.3335 899 4 1 -0.05 -0.409751 -84.6849
+ 29 171.527 898 4 0 -0.0557264 -0.422828 -85.85
+ 29 116.584 899 3 1 -0.195169 -0.731645 -114.45
+ 29 190.385 896 3 0 -0.199518 -0.749673 -115.85
+ 29 139.394 898 2 1 -0.307131 -1.12148 -144.45
+ 29 129.651 894 2 0 -0.312436 -1.14183 -145.85
+ 29 144.725 898 1 1 -0.420636 -1.54436 -174.45
+ 29 133.881 892 1 0 -0.430891 -1.56021 -175.85
+ 29 143.48 896 0 1 -0.650223 -1.86305 -204.45
+ 29 143.587 890 0 0 -0.659949 -1.8774 -205.85
+Number of digits in this event = 9
proton
Event: 30
-Number of tracker hits in this event = 10
- 30 172.844 903 3 1 0.725068 0.0797925 -114.45
- 30 182.293 900 3 0 0.743937 0.0829871 -115.85
- 30 254.299 905 2 1 1.13813 0.136777 -144.45
- 30 369.647 900 2 0 1.16251 0.139339 -145.85
- 30 159.318 908 1 1 1.68447 0.167727 -174.45
- 30 192.385 900 1 0 1.70731 0.171205 -175.85
- 30 228.655 910 0 1 2.17997 0.222315 -204.45
- 30 347.592 900 0 0 2.20566 0.223717 -205.85
- 30 262.099 901 0 0 1.50283 0.25 -206.212
- 30 9.01324 1569 2 0 -161.496 134.055 -146.25
-Number of digits in this event = 11
+Number of tracker hits in this event = 13
+ 30 129.226 900 3 1 0.0622422 -0.15541 -114.45
+ 30 140.603 899 3 0 0.0643061 -0.159329 -115.85
+ 30 118.426 900 2 1 0.111705 -0.254663 -144.45
+ 30 133.094 898 2 0 0.117298 -0.254855 -145.85
+ 30 135.519 900 1 1 0.225081 -0.264539 -174.45
+ 30 152.554 898 1 0 0.228389 -0.265543 -175.85
+ 30 124.548 901 0 1 0.28214 -0.3184 -204.45
+ 30 111.594 898 0 0 0.286626 -0.319922 -205.85
+ 30 128.902 1128 0 0 -52.7301 45.65 -206.036
+ 30 16.9047 1129 0 0 -52.7337 45.85 -206.224
+ 30 266.145 1299 0 0 -23.5093 80.003 -206.25
+ 30 90.523 1298 0 0 -23.4485 79.85 -206.132
+ 30 102.247 739 2 1 -32.1212 94.8481 -144.844
+Number of digits in this event = 12
proton
Event: 31
-Number of tracker hits in this event = 14
- 31 109.16 900 4 1 0.0566687 0.182392 -84.45
- 31 290.324 900 4 0 0.0623488 0.18455 -85.85
- 31 140.791 900 3 1 0.205025 0.201892 -114.45
- 31 131.975 900 3 0 0.210044 0.1989 -115.85
- 31 214.54 901 2 1 0.427714 0.141312 -144.45
- 31 115.309 900 2 0 0.420549 0.106722 -145.85
- 31 134.752 901 1 1 0.271533 -0.587301 -174.45
- 31 179.528 897 1 0 0.260998 -0.619133 -175.85
- 31 81.2691 896 1 0 0.19328 -0.65009 -175.981
- 31 125.064 895 1 0 0.119989 -0.85009 -175.913
- 31 114.408 894 1 0 0.253084 -1.05 -175.958
- 31 58.9762 900 1 1 0.131834 -2.69986 -174.85
- 31 67.568 881 1 0 0.872596 -3.83269 -175.85
- 31 56.5026 880 1 0 0.876437 -3.85 -175.868
-Number of digits in this event = 8
+Number of tracker hits in this event = 8
+ 31 151.171 902 3 1 0.592206 -0.0553909 -114.45
+ 31 165.585 899 3 0 0.603543 -0.0626304 -115.85
+ 31 163.84 903 2 1 0.82946 -0.200626 -144.45
+ 31 136.022 899 2 0 0.836433 -0.211257 -145.85
+ 31 129.461 904 1 1 0.959216 -0.419588 -174.45
+ 31 273.678 898 1 0 0.968279 -0.427506 -175.85
+ 31 317.338 905 0 1 1.14334 -0.583625 -204.45
+ 31 138.852 897 0 0 1.14776 -0.589277 -205.85
+Number of digits in this event = 9
proton
Event: 32
-Number of tracker hits in this event = 15
- 32 115.467 899 4 1 -0.0975709 0.0552529 -84.45
- 32 125.13 900 4 0 -0.092615 0.0640492 -85.85
- 32 132.149 900 2 1 0.125684 0.468634 -144.45
- 32 107.521 902 2 0 0.131557 0.475563 -145.85
- 32 159.322 900 1 1 0.229039 0.608073 -174.45
- 32 183.088 902 1 0 0.227254 0.621826 -175.85
- 32 353.798 900 0 1 0.191794 0.908725 -204.45
- 32 142.683 904 0 0 0.191715 0.918784 -205.85
- 32 35.9342 751 1 0 -67.7769 -29.65 -175.965
- 32 30.9286 555 1 1 -68.9626 -29.8481 -174.85
- 32 72.3504 554 1 1 -69.05 -29.8682 -174.769
- 32 289.655 553 1 1 -69.25 -29.9064 -174.633
- 32 62.5101 552 1 1 -69.45 -29.919 -174.532
- 32 69.4811 551 1 1 -69.65 -29.9125 -174.46
- 32 148.267 747 1 0 -69.7583 -30.4645 -175.85
-Number of digits in this event = 11
+Number of tracker hits in this event = 7
+ 32 189.639 899 2 1 -0.0707885 -0.96257 -144.45
+ 32 160.636 895 2 0 -0.0740795 -0.985929 -145.85
+ 32 166.304 899 1 1 -0.140102 -1.45346 -174.45
+ 32 237.979 892 1 0 -0.147013 -1.47727 -175.85
+ 32 150.719 898 0 1 -0.26465 -1.93778 -204.45
+ 32 113.257 890 0 0 -0.267791 -1.95644 -205.85
+ 32 119.653 899 0 1 -0.249965 -1.98534 -204.817
+Number of digits in this event = 6
proton
Event: 33
-Number of tracker hits in this event = 18
- 33 131.772 899 5 1 -0.0608483 0.0977734 -54.45
- 33 137.688 900 5 0 -0.062724 0.0990379 -55.85
- 33 122.759 899 4 1 -0.0843642 0.119716 -84.45
- 33 182.312 900 4 0 -0.0888695 0.118164 -85.85
- 33 156.028 899 3 1 -0.195781 0.0553592 -114.45
- 33 139.316 900 3 0 -0.203181 0.0562066 -115.85
- 33 153.504 898 2 1 -0.354992 0.0643265 -144.45
- 33 124.831 900 2 0 -0.362524 0.0667865 -145.85
- 33 299.116 897 1 1 -0.54218 0.132125 -174.45
- 33 118.183 900 1 0 -0.554955 0.136502 -175.85
- 33 156.932 896 0 1 -0.82533 0.223033 -204.45
- 33 125.517 900 0 0 -0.841565 0.225003 -205.85
- 33 42.0854 898 1 1 -0.449943 0.0847283 -174.737
- 33 213.999 899 1 1 -0.249959 -0.0911066 -174.69
- 33 95.0101 898 2 0 -0.924392 -0.339441 -145.85
- 33 169.546 1098 6 0 -15.8828 39.6516 -26.25
- 33 224.291 1099 6 0 -16.1598 39.85 -26.1403
- 33 194.089 1100 6 0 -16.1413 40.05 -25.9511
-Number of digits in this event = 16
+Number of tracker hits in this event = 13
+ 33 170.557 899 5 1 -0.102675 -0.117568 -54.45
+ 33 406.606 899 5 0 -0.105277 -0.126499 -55.85
+ 33 120.086 899 4 1 -0.148555 -0.298091 -84.45
+ 33 109.619 898 4 0 -0.157571 -0.306728 -85.85
+ 33 115.141 898 3 1 -0.33602 -0.494564 -114.45
+ 33 122.089 897 3 0 -0.345242 -0.509833 -115.85
+ 33 192.681 897 2 1 -0.535817 -0.813054 -144.45
+ 33 124.549 896 2 0 -0.54085 -0.827927 -145.85
+ 33 145.093 897 1 1 -0.631529 -1.10205 -174.45
+ 33 161.169 894 1 0 -0.640427 -1.11391 -175.85
+ 33 125.316 896 0 1 -0.809552 -1.34724 -204.45
+ 33 115.763 893 0 0 -0.809247 -1.35516 -205.85
+ 33 104.944 859 1 0 -15.2731 -8.22685 -176.25
+Number of digits in this event = 10
proton
Event: 34
-Number of tracker hits in this event = 14
- 34 147.118 900 4 1 0.0661192 0.0630065 -84.45
- 34 169.012 898 3 1 -0.418957 0.123218 -114.45
- 34 120.853 900 3 0 -0.446838 0.126504 -115.85
- 34 135.816 895 2 1 -1.00903 0.184496 -144.45
- 34 121.475 900 2 0 -1.03719 0.18488 -145.85
- 34 128.745 892 1 1 -1.62616 0.203073 -174.45
- 34 146.26 900 1 0 -1.64216 0.206762 -175.85
- 34 112.387 890 0 1 -1.97884 0.280196 -204.45
- 34 126.541 901 0 0 -1.99455 0.284092 -205.85
- 34 43.3648 900 5 1 0.105169 0.05 -54.7364
- 34 64.0541 903 5 0 0.302224 0.678143 -55.85
- 34 109.855 904 5 0 0.323156 0.850103 -55.9805
- 34 202.696 1136 5 0 12.798 47.4375 -56.2499
- 34 285.402 1137 5 0 12.8016 47.45 -56.2386
+Number of tracker hits in this event = 10
+ 34 178.048 899 4 1 -0.0742064 0.180249 -84.45
+ 34 138.332 900 4 0 -0.0771548 0.182861 -85.85
+ 34 169.518 899 3 1 -0.148103 0.244901 -114.45
+ 34 133.268 901 3 0 -0.148192 0.258056 -115.85
+ 34 123.006 899 2 1 -0.155827 0.521237 -144.45
+ 34 133.335 902 2 0 -0.164089 0.535337 -145.85
+ 34 165.007 898 1 1 -0.355699 0.825295 -174.45
+ 34 129.709 903 1 0 -0.369072 0.837467 -175.85
+ 34 126.639 897 0 1 -0.590342 1.10382 -204.45
+ 34 133.608 905 0 0 -0.59692 1.11787 -205.85
Number of digits in this event = 11
proton
Event: 35
-Number of tracker hits in this event = 7
- 35 134.149 899 2 1 -0.165806 -0.421368 -144.45
- 35 155.352 898 2 0 -0.171658 -0.432716 -145.85
- 35 115.783 898 1 1 -0.297281 -0.662149 -174.45
- 35 164.453 896 1 0 -0.292117 -0.682687 -175.85
- 35 227.25 899 0 1 -0.171666 -1.07247 -204.45
- 35 147.213 894 0 0 -0.162427 -1.0928 -205.85
- 35 123.312 898 3 0 -0.0500343 -0.262329 -116.053
-Number of digits in this event = 7
-proton
-Event: 36
-Number of tracker hits in this event = 12
- 36 114.479 899 5 1 -0.120455 -0.128213 -54.45
- 36 213.751 899 5 0 -0.127857 -0.13605 -55.85
- 36 216.577 898 4 1 -0.296813 -0.283312 -84.45
- 36 117.897 898 4 0 -0.310245 -0.293827 -85.85
- 36 109.179 897 3 1 -0.588884 -0.503539 -114.45
- 36 143.31 897 3 0 -0.597995 -0.509692 -115.85
- 36 143.327 896 2 1 -0.777586 -0.629861 -144.45
- 36 256.33 897 2 0 -0.784771 -0.632947 -145.85
- 36 125.887 895 1 1 -0.933614 -0.689802 -174.45
- 36 129.901 896 1 0 -0.941231 -0.694829 -175.85
- 36 137.042 894 0 1 -1.10075 -0.790792 -204.45
- 36 120.149 896 0 0 -1.11085 -0.79252 -205.85
-Number of digits in this event = 11
-proton
-Event: 37
Number of tracker hits in this event = 10
- 37 180.451 899 4 1 -0.128206 -0.157243 -84.45
- 37 137.391 899 4 0 -0.137767 -0.161557 -85.85
- 37 122.668 898 3 1 -0.309891 -0.247719 -114.45
- 37 117.879 898 3 0 -0.321545 -0.251569 -115.85
- 37 123.764 897 2 1 -0.574607 -0.33348 -144.45
- 37 143.071 898 2 0 -0.586637 -0.338552 -145.85
- 37 149.935 896 1 1 -0.828019 -0.462148 -174.45
- 37 118.871 897 1 0 -0.834105 -0.468518 -175.85
- 37 132.398 895 0 1 -0.9419 -0.618526 -204.45
- 37 116.718 897 0 0 -0.948313 -0.623235 -205.85
-Number of digits in this event = 8
-proton
-Event: 38
-Number of tracker hits in this event = 6
- 38 112.805 901 3 1 0.260101 0.0621429 -114.45
- 38 129.935 900 3 0 0.265981 0.0586955 -115.85
- 38 226.551 902 1 1 0.60425 -0.102491 -174.45
- 38 154.679 899 1 0 0.618197 -0.106031 -175.85
- 38 135.934 904 0 1 0.896772 -0.173979 -204.45
- 38 135.761 899 0 0 0.909871 -0.17807 -205.85
-Number of digits in this event = 6
-proton
-Event: 39
-Number of tracker hits in this event = 10
- 39 122.155 899 5 1 -0.0515096 0.0748424 -54.45
- 39 169.182 900 5 0 -0.0507812 0.0762747 -55.85
- 39 121.983 899 2 1 -0.12453 0.3439 -144.45
- 39 146.103 901 2 0 -0.119376 0.348387 -145.85
- 39 361.475 900 0 1 0.142288 0.647411 -204.45
- 39 129.869 903 0 0 0.147307 0.653223 -205.85
- 39 124.274 899 3 1 -0.05 0.171799 -114.549
- 39 98.1451 900 4 0 -0.0500399 0.102988 -86.159
- 39 10.9547 1285 4 0 -22.2382 77.2237 -86.25
- 39 230.658 1286 4 0 -22.2463 77.2501 -86.2391
-Number of digits in this event = 10
-proton
-Event: 40
-Number of tracker hits in this event = 10
- 40 177.487 900 4 1 0.118519 -0.133535 -84.45
- 40 150.008 899 4 0 0.128243 -0.132617 -85.85
- 40 136.453 901 3 1 0.330647 -0.0996385 -114.45
- 40 116.334 899 3 0 0.334034 -0.107757 -115.85
- 40 140.391 901 2 1 0.400717 -0.268944 -144.45
- 40 138.397 898 2 0 0.402401 -0.280465 -145.85
- 40 156.845 901 1 1 0.426677 -0.5081 -174.45
- 40 146.473 897 1 0 0.423399 -0.521686 -175.85
- 40 141.465 901 0 1 0.32533 -0.797608 -204.45
- 40 123.41 896 0 0 0.321341 -0.807344 -205.85
-Number of digits in this event = 10
-proton
-Event: 41
-Number of tracker hits in this event = 92
- 41 163.235 901 3 1 0.298602 0.25286 -114.45
- 41 117.726 901 3 0 0.307565 0.264463 -115.85
- 41 160.396 902 2 1 0.509059 0.500422 -144.45
- 41 103.128 902 2 0 0.518603 0.502667 -145.85
- 41 138.572 903 1 1 0.718468 0.557879 -174.45
- 41 154.781 902 1 0 0.730634 0.557435 -175.85
- 41 16341.9 904 0 1 0.980364 0.533834 -204.45
- 41 282.639 905 0 1 1.05 0.534226 -204.629
- 41 386.616 906 0 1 1.25 0.536149 -204.628
- 41 455.334 907 0 1 1.45 0.537851 -204.626
- 41 299.082 908 0 1 1.65 0.538978 -204.625
- 41 307.608 909 0 1 1.85 0.539992 -204.624
- 41 335.35 910 0 1 2.05 0.54149 -204.623
- 41 294.724 911 0 1 2.25 0.544606 -204.624
- 41 291.435 912 0 1 2.45 0.547934 -204.625
- 41 300.541 913 0 1 2.65 0.551152 -204.626
- 41 453.356 914 0 1 2.85 0.554222 -204.628
- 41 309.46 915 0 1 3.05 0.557393 -204.631
- 41 270.799 916 0 1 3.25 0.562364 -204.635
- 41 437.472 917 0 1 3.45 0.568107 -204.639
- 41 423.496 918 0 1 3.65 0.574004 -204.645
- 41 274.793 919 0 1 3.85 0.580318 -204.651
- 41 351.44 920 0 1 4.05 0.586381 -204.657
- 41 282.989 921 0 1 4.25 0.592515 -204.663
- 41 313.898 922 0 1 4.45 0.598743 -204.668
- 41 321.881 923 0 1 4.65 0.605486 -204.675
- 41 437.049 924 0 1 4.85 0.613401 -204.682
- 41 316.005 925 0 1 5.05 0.620502 -204.689
- 41 319.413 926 0 1 5.25 0.628033 -204.695
- 41 347.43 927 0 1 5.45 0.637185 -204.702
- 41 338.051 928 0 1 5.65 0.646163 -204.708
- 41 329.734 929 0 1 5.85 0.654844 -204.714
- 41 330.62 930 0 1 6.05 0.664901 -204.721
- 41 477.177 931 0 1 6.25 0.676026 -204.726
- 41 398.918 932 0 1 6.45 0.687333 -204.732
- 41 324.636 933 0 1 6.65 0.697742 -204.739
- 41 374.198 934 0 1 6.85 0.708025 -204.746
- 41 464.089 935 0 1 7.05 0.718754 -204.753
- 41 428.416 936 0 1 7.25 0.729756 -204.761
- 41 338.034 937 0 1 7.45 0.740302 -204.769
- 41 375.821 938 0 1 7.65 0.75174 -204.777
- 41 328.059 939 0 1 7.85 0.76391 -204.785
- 41 376.196 940 0 1 8.05 0.776096 -204.792
- 41 390.451 941 0 1 8.25 0.790238 -204.801
- 41 397.643 942 0 1 8.45 0.804027 -204.809
- 41 376.076 943 0 1 8.65 0.818036 -204.817
- 41 399.6 944 0 1 8.85 0.83225 -204.825
- 41 361.886 945 0 1 9.05 0.847556 -204.833
- 41 391.346 946 0 1 9.25 0.862256 -204.839
- 41 108.133 947 0 1 9.45 0.878782 -204.847
- 41 1628.38 911 0 0 29.9685 2.38735 -205.85
- 41 5434.76 912 0 0 30.8207 2.45 -205.892
- 41 5417.23 913 0 0 33.5287 2.65 -206.018
- 41 3545.94 914 0 0 35.8078 2.85 -206.133
- 41 751.542 915 0 0 37.2352 3.05 -206.228
- 41 80.0171 900 4 0 0.152813 0.05 -85.9688
- 41 111.413 871 4 0 39.3488 -5.79345 -86.2499
- 41 82.3545 870 4 0 39.3369 -5.85 -86.0431
- 41 5.52869 1087 4 1 37.5849 -9.33759 -84.85
- 41 85.4152 836 4 0 37.2906 -12.6534 -85.85
- 41 247.049 835 4 0 37.2718 -12.8501 -85.9457
- 41 36.3963 244 12 1 -131.15 -61.9304 155.166
- 41 20.7688 703 1 0 -5.74708 -39.3989 -176.25
- 41 82.2629 702 1 0 -5.75566 -39.45 -176.214
- 41 199.963 701 1 0 -5.78867 -39.65 -176.071
- 41 39.5673 700 1 0 -5.82181 -39.85 -175.928
- 41 279.417 869 1 1 -6.06176 -41.3598 -174.85
- 41 23.985 471 2 0 -10.8976 -85.7912 -146.25
- 41 80.9051 470 2 0 -10.9039 -85.85 -146.212
- 41 83.1487 469 2 0 -10.9252 -86.05 -146.084
- 41 120.18 468 2 0 -10.946 -86.25 -145.956
- 41 264.17 844 2 1 -11.1259 -87.9508 -144.85
- 41 127.173 261 3 0 -17.0262 -127.783 -116.25
- 41 79.7601 260 3 0 -17.0512 -127.95 -116.13
- 41 69.7709 259 3 0 -17.0812 -128.15 -115.986
- 41 280.302 813 3 1 -17.313 -129.703 -114.85
- 41 106.03 79 4 0 -25.4558 -164.152 -86.25
- 41 137.154 78 4 0 -25.5031 -164.35 -86.0849
- 41 285.046 77 4 0 -25.5507 -164.55 -85.9175
- 41 430.198 770 4 1 -25.8517 -165.824 -84.85
- 41 119.206 76 4 0 -25.6971 -164.75 -86.1467
- 41 245.182 467 2 0 -11.007 -86.45 -145.974
- 41 99.8076 466 2 0 -11.1132 -86.65 -146.146
- 41 42.3456 80 2 0 -136.435 -163.999 -146.25
- 41 3.34134 79 2 0 -136.412 -164.15 -146.242
- 41 77.8238 243 12 1 -131.35 -62.0172 155.498
- 41 106.28 242 12 1 -131.55 -62.2484 155.451
- 41 82.1031 241 12 1 -131.75 -62.3541 155.323
- 41 241.072 240 12 1 -131.95 -62.4348 155.359
- 41 299.293 239 12 1 -132.15 -62.5103 155.343
- 41 47.262 587 12 0 -131.515 -62.6149 154.15
- 41 157.898 586 12 0 -131.541 -62.65 154.13
-Number of digits in this event = 69
-proton
-Event: 42
-Number of tracker hits in this event = 15
- 42 184.879 899 4 1 -0.143065 0.327844 -84.45
- 42 349.598 901 4 0 -0.148781 0.338309 -85.85
- 42 104.362 898 3 1 -0.251071 0.578109 -114.45
- 42 143.831 902 3 0 -0.258821 0.586662 -115.85
- 42 128.822 898 2 1 -0.418066 0.76732 -144.45
- 42 128.188 903 2 0 -0.422161 0.772652 -145.85
- 42 137.463 897 1 1 -0.536028 0.886363 -174.45
- 42 177.823 904 1 0 -0.544202 0.888779 -175.85
- 42 123.781 896 0 1 -0.704143 0.916008 -204.45
- 42 116.575 904 0 0 -0.708164 0.920766 -205.85
- 42 131.079 963 7 0 8.05215 12.7106 3.7501
- 42 31.0309 964 7 0 8.10302 12.85 4.06765
- 42 4.08213 944 7 1 9.0335 13.7014 5.15
- 42 443.614 945 7 1 9.05009 13.7129 5.16506
- 42 86.752 946 7 1 9.25 13.6763 5.37995
-Number of digits in this event = 11
-proton
-Event: 43
-Number of tracker hits in this event = 11
- 43 169.749 901 4 1 0.266852 0.267942 -84.45
- 43 261.687 901 4 0 0.276876 0.280527 -85.85
- 43 206.537 902 3 1 0.49469 0.548551 -114.45
- 43 124.361 902 3 0 0.506618 0.564768 -115.85
- 43 132.451 903 2 1 0.746881 0.904424 -144.45
- 43 138.809 904 2 0 0.755129 0.920703 -145.85
- 43 130.837 904 1 1 0.938616 1.24625 -174.45
- 43 105.522 906 1 0 0.943577 1.26505 -175.85
- 43 118.033 905 0 1 1.05235 1.64766 -204.45
- 43 139.761 908 0 0 1.06518 1.66418 -205.85
- 43 220.989 1449 0 0 -48.7108 110.14 -206.024
-Number of digits in this event = 12
-proton
-Event: 44
-Number of tracker hits in this event = 2
- 44 233.695 894 0 1 -1.22625 0.0733173 -204.45
- 44 135.87 900 0 0 -1.24165 0.0720301 -205.85
-Number of digits in this event = 4
-proton
-Event: 45
-Number of tracker hits in this event = 14
- 45 102.796 900 4 1 0.223944 0.147283 -84.45
- 45 140.96 900 4 0 0.229245 0.154487 -85.85
- 45 226.449 901 3 1 0.335986 0.307073 -114.45
- 45 193.801 901 3 0 0.343346 0.314716 -115.85
- 45 121.517 902 2 1 0.497556 0.452649 -144.45
- 45 136.854 902 2 0 0.512158 0.459806 -145.85
- 45 140.519 903 1 1 0.822475 0.586551 -174.45
- 45 161.658 902 1 0 0.836432 0.602182 -175.85
- 45 151.728 905 0 1 1.12326 0.909802 -204.45
- 45 140.089 904 0 0 1.13539 0.905412 -205.85
- 45 2.5558 597 0 1 -60.645 30.323 -204.45
- 45 101.385 596 0 1 -60.65 30.3167 -204.462
- 45 138.842 1049 0 0 -60.8031 30.0097 -205.85
- 45 12.9952 1048 0 0 -60.8197 29.85 -206.222
-Number of digits in this event = 11
-proton
-Event: 46
-Number of tracker hits in this event = 9
- 46 118.647 899 2 1 -0.0504996 -0.492684 -144.45
- 46 117.815 897 2 0 -0.0527572 -0.509532 -145.85
- 46 274.657 899 1 1 -0.104736 -0.846964 -174.45
- 46 134.609 895 1 0 -0.104364 -0.86771 -175.85
- 46 161.494 899 0 1 -0.101965 -1.28669 -204.45
- 46 113.193 893 0 0 -0.105532 -1.3127 -205.85
- 46 129.392 897 1 0 -0.397174 -0.510378 -175.85
- 46 151.479 898 1 0 -0.456171 -0.45 -175.99
- 46 296.78 899 1 0 -0.496421 -0.249916 -176.052
-Number of digits in this event = 8
-proton
-Event: 47
-Number of tracker hits in this event = 2
- 47 283.155 899 0 1 -0.05 -0.183362 -204.452
- 47 119.073 898 0 1 -0.25 -0.155531 -204.46
-Number of digits in this event = 2
-proton
-Event: 48
-Number of tracker hits in this event = 8
- 48 136.112 900 5 1 0.059696 -0.114275 -54.45
- 48 137.274 899 5 0 0.0587257 -0.113771 -55.85
- 48 150.647 899 2 1 -0.168692 0.05 -144.632
- 48 108.404 900 2 0 -0.174852 0.0544331 -145.85
- 48 158.93 898 1 1 -0.336793 0.154251 -174.45
- 48 130.986 900 1 0 -0.348467 0.159463 -175.85
- 48 139.812 897 0 1 -0.568977 0.285608 -204.45
- 48 119.968 901 0 0 -0.584363 0.288083 -205.85
-Number of digits in this event = 7
-proton
-Event: 49
-Number of tracker hits in this event = 12
- 49 110.031 900 5 1 0.165673 -0.115684 -54.45
- 49 144.167 899 5 0 0.173223 -0.121796 -55.85
- 49 113.217 901 4 1 0.324054 -0.247781 -84.45
- 49 116.54 898 4 0 0.329375 -0.254234 -85.85
- 49 140.64 901 3 1 0.437885 -0.399116 -114.45
- 49 122.939 898 3 0 0.443652 -0.409368 -115.85
- 49 128.786 902 2 1 0.575055 -0.596161 -144.45
- 49 142.787 897 2 0 0.576565 -0.608801 -145.85
- 49 165.096 902 1 1 0.594148 -0.874273 -174.45
- 49 159.635 895 1 0 0.594774 -0.885916 -175.85
- 49 119.083 902 0 1 0.614291 -1.12644 -204.45
- 49 158.044 894 0 0 0.608498 -1.13803 -205.85
+ 35 132.413 900 4 0 0.0500067 0.214766 -85.85
+ 35 133.947 900 3 1 0.101611 0.261728 -114.45
+ 35 154.364 901 3 0 0.111374 0.267387 -115.85
+ 35 184.281 901 2 1 0.342796 0.354162 -144.45
+ 35 132.644 901 2 0 0.357496 0.355414 -145.85
+ 35 142.665 902 1 1 0.647543 0.380143 -174.45
+ 35 47.0162 903 1 1 0.65 0.380497 -174.707
+ 35 255.811 901 1 0 0.660186 0.381902 -175.85
+ 35 119.723 904 0 1 0.901188 0.436841 -204.45
+ 35 129.805 901 0 0 0.908779 0.438515 -205.85
Number of digits in this event = 9
proton
+Event: 36
+Number of tracker hits in this event = 54
+ 36 105.514 900 5 1 0.147711 0.201939 -54.45
+ 36 165.163 900 5 0 0.1596 0.210157 -55.85
+ 36 112.552 901 4 1 0.381233 0.371439 -84.45
+ 36 130.087 901 4 0 0.38805 0.3744 -85.85
+ 36 203.414 902 3 1 0.553167 0.444407 -114.45
+ 36 134.593 901 3 0 0.566741 0.4492 -115.85
+ 36 49.2294 902 3 0 0.569022 0.45 -116.083
+ 36 163.115 903 2 1 0.83407 0.554489 -144.45
+ 36 159.997 902 2 0 0.851029 0.555308 -145.85
+ 36 206.619 905 1 1 1.19787 0.593395 -174.45
+ 36 149.98 902 1 0 1.208 0.604518 -175.85
+ 36 191.83 906 0 1 1.4151 0.816211 -204.45
+ 36 144.607 903 0 0 1.42248 0.825141 -205.85
+ 36 126 904 1 1 1.05 0.674393 -174.507
+ 36 132.153 901 3 1 0.449963 0.490755 -114.732
+ 36 43.4801 900 3 0 0.847759 0.230291 -115.85
+ 36 85.5432 1072 0 0 84.6216 34.6098 -206.25
+ 36 128.004 1071 0 0 84.3655 34.4498 -206.156
+ 36 110.86 1070 0 0 84.0606 34.25 -206.023
+ 36 26.2808 1069 0 0 83.7463 34.05 -205.882
+ 36 35.0247 1307 0 1 81.5234 32.6324 -204.85
+ 36 78.6137 1306 0 1 81.45 32.5857 -204.817
+ 36 94.2422 1305 0 1 81.25 32.4615 -204.73
+ 36 78.9684 1304 0 1 81.05 32.3433 -204.644
+ 36 72.6638 1303 0 1 80.85 32.2197 -204.554
+ 36 8.51815 1302 0 1 80.65 32.0959 -204.465
+ 36 60.3498 447 1 0 -10.2115 -90.5571 -176.25
+ 36 73.0674 446 1 0 -10.3514 -90.7503 -176.206
+ 36 68.4998 445 1 0 -10.4944 -90.9503 -176.165
+ 36 55.0943 444 1 0 -10.6375 -91.15 -176.12
+ 36 95.8646 443 1 0 -10.7826 -91.3503 -176.077
+ 36 62.1431 442 1 0 -10.93 -91.5503 -176.029
+ 36 83.0064 441 1 0 -11.0724 -91.75 -175.981
+ 36 62.6386 440 1 0 -11.2236 -91.95 -175.934
+ 36 43.4431 439 1 0 -11.3797 -92.1503 -175.883
+ 36 68.8951 828 1 1 -14.3609 -95.8782 -174.85
+ 36 117.156 827 1 1 -14.4502 -95.9906 -174.818
+ 36 135.185 826 1 1 -14.6502 -96.238 -174.746
+ 36 112.869 825 1 1 -14.85 -96.4939 -174.667
+ 36 79.2547 824 1 1 -15.05 -96.7443 -174.583
+ 36 51.7164 823 1 1 -15.25 -96.9989 -174.497
+ 36 53.0891 56 2 0 -83.9963 -168.811 -146.25
+ 36 80.4493 55 2 0 -84.1315 -168.95 -146.194
+ 36 121.106 54 2 0 -84.3198 -169.15 -146.122
+ 36 84.8112 53 2 0 -84.507 -169.35 -146.046
+ 36 79.723 52 2 0 -84.6956 -169.55 -145.951
+ 36 3.04056 51 2 0 -84.8881 -169.75 -145.854
+ 36 40.7686 465 2 1 -86.9988 -171.881 -144.85
+ 36 86.0542 464 2 1 -87.05 -171.932 -144.826
+ 36 114.767 463 2 1 -87.2502 -172.134 -144.727
+ 36 83.3774 462 2 1 -87.4503 -172.333 -144.632
+ 36 110.345 461 2 1 -87.65 -172.537 -144.539
+ 36 7.06488 545 2 1 -70.85 -138.316 -144.68
+ 36 274.59 544 2 1 -71.0501 -138.455 -144.573
+Number of digits in this event = 18
+proton
+Event: 37
+Number of tracker hits in this event = 22
+ 37 197.867 899 5 1 -0.0638628 0.0736919 -54.45
+ 37 136.678 900 5 0 -0.066784 0.0736952 -55.85
+ 37 127.322 899 4 1 -0.113319 0.0801116 -84.45
+ 37 156.815 900 4 0 -0.116374 0.0815112 -85.85
+ 37 156.414 899 3 1 -0.205636 0.0926447 -114.45
+ 37 103.277 900 3 0 -0.211665 0.0947793 -115.85
+ 37 140.79 898 2 1 -0.341058 0.144748 -144.45
+ 37 129.076 900 2 0 -0.336471 0.147474 -145.85
+ 37 140.563 899 1 1 -0.243406 0.199846 -174.45
+ 37 134.924 900 1 0 -0.238796 0.206292 -175.85
+ 37 118.95 899 0 1 -0.14978 0.329502 -204.45
+ 37 114.887 901 0 0 -0.152891 0.332786 -205.85
+ 37 76.3346 899 6 0 -0.0594994 -0.0500183 -25.9742
+ 37 150.693 380 0 0 -41.0247 -103.96 -206.25
+ 37 26.9369 690 0 1 -41.9747 -104.258 -204.85
+ 37 112.295 689 0 1 -42.05 -104.283 -204.74
+ 37 20.6513 688 0 1 -42.25 -104.332 -204.501
+ 37 238.347 401 1 0 -69.2554 -99.8765 -176.25
+ 37 50.7775 550 1 1 -69.9816 -99.6612 -174.85
+ 37 67.3892 549 1 1 -70.05 -99.6371 -174.665
+ 37 249.225 403 1 0 -65.5175 -99.4959 -176.25
+ 37 10.2963 846 1 0 84.1249 -10.6584 -176.055
+Number of digits in this event = 14
+proton
+Event: 38
+Number of tracker hits in this event = 8
+ 38 118.536 900 3 1 0.0676181 0.100324 -114.45
+ 38 124.117 900 3 0 0.0592044 0.110123 -115.85
+ 38 145.896 899 2 1 -0.132087 0.307687 -144.45
+ 38 204.756 901 2 0 -0.135074 0.31816 -145.85
+ 38 123.734 899 1 1 -0.205261 0.539739 -174.45
+ 38 151.063 902 1 0 -0.210834 0.540876 -175.85
+ 38 117.416 898 0 1 -0.313456 0.561639 -204.45
+ 38 136.527 902 0 0 -0.313516 0.574355 -205.85
+Number of digits in this event = 7
+proton
+Event: 39
+Number of tracker hits in this event = 21
+ 39 127.39 900 4 1 0.0617922 -0.317288 -84.45
+ 39 126.053 898 4 0 0.0597113 -0.312306 -85.85
+ 39 108.387 899 2 1 -0.0649494 -0.1236 -144.45
+ 39 312.507 899 2 0 -0.0666643 -0.117858 -145.85
+ 39 133.418 899 0 1 -0.0868293 0.123373 -204.45
+ 39 177.697 900 0 0 -0.0807978 0.125717 -205.85
+ 39 122.62 900 3 1 0.0500636 -0.172811 -114.492
+ 39 71.804 894 3 0 -0.0678707 -1.05355 -115.85
+ 39 52.1821 893 3 0 -0.12226 -1.25015 -115.95
+ 39 91.2884 892 3 0 -0.156743 -1.45 -115.96
+ 39 72.2516 891 3 0 -0.239862 -1.65 -115.888
+ 39 84.0066 890 3 0 -0.359975 -1.85009 -115.887
+ 39 56.0312 889 3 0 -0.55972 -2.05011 -115.998
+ 39 104.174 888 3 0 -0.635885 -2.25012 -116.015
+ 39 80.3887 887 3 0 -0.690484 -2.45012 -116.031
+ 39 28.3524 886 3 0 -0.716005 -2.65 -116.17
+ 39 51.9133 622 3 0 -53.9621 -55.5906 -116.25
+ 39 96.8008 621 3 0 -54.0665 -55.65 -116.206
+ 39 72.0121 620 3 0 -54.1937 -55.8501 -116.204
+ 39 102.145 619 3 0 -54.2751 -56.05 -116.182
+ 39 17.4981 884 3 0 -0.814505 -3.05 -116.138
+Number of digits in this event = 7
+proton
+Event: 40
+Number of tracker hits in this event = 12
+ 40 126.224 900 4 1 0.17338 -0.538674 -84.45
+ 40 104.696 897 4 0 0.185191 -0.552242 -85.85
+ 40 177.607 901 3 1 0.421224 -0.847779 -114.45
+ 40 331.939 895 3 0 0.428424 -0.863356 -115.85
+ 40 144.372 902 2 1 0.578951 -1.15963 -144.45
+ 40 173.472 894 2 0 0.588802 -1.1714 -145.85
+ 40 149.196 903 1 1 0.79685 -1.41611 -174.45
+ 40 136.038 893 1 0 0.804594 -1.43061 -175.85
+ 40 185.845 904 0 1 0.941165 -1.72169 -204.45
+ 40 121.196 891 0 0 0.951658 -1.74006 -205.85
+ 40 144.913 899 6 0 -0.05 -0.114591 -26.0592
+ 40 16.3034 964 1 0 -48.6125 13.034 -175.872
+Number of digits in this event = 12
+proton
+Event: 41
+Number of tracker hits in this event = 10
+ 41 121.307 900 4 1 0.155339 -0.371182 -84.45
+ 41 167.303 898 4 0 0.16332 -0.386358 -85.85
+ 41 142.576 901 3 1 0.326821 -0.697618 -114.45
+ 41 147.448 896 3 0 0.335035 -0.71298 -115.85
+ 41 116.156 902 2 1 0.504284 -1.01135 -144.45
+ 41 157.493 895 2 0 0.512943 -1.02123 -145.85
+ 41 167.378 903 1 1 0.696858 -1.21185 -174.45
+ 41 129.078 894 1 0 0.70207 -1.22161 -175.85
+ 41 131.234 903 0 1 0.810883 -1.41146 -204.45
+ 41 148.59 893 0 0 0.81845 -1.41242 -205.85
+Number of digits in this event = 10
+proton
+Event: 42
+Number of tracker hits in this event = 7
+ 42 127.632 900 3 1 0.194416 0.178044 -114.45
+ 42 130.665 900 3 0 0.204221 0.179134 -115.85
+ 42 131.22 901 2 1 0.41072 0.18831 -144.45
+ 42 115.684 900 2 0 0.42209 0.185977 -145.85
+ 42 118.047 903 1 1 0.653591 0.1415 -174.45
+ 42 126.85 900 1 0 0.661848 0.134725 -175.85
+ 42 28.592 1458 8 1 111.888 150.354 35.2581
+Number of digits in this event = 7
+proton
+Event: 43
+Number of tracker hits in this event = 5
+ 43 149.96 895 1 1 -0.979501 0.146199 -174.45
+ 43 115.546 900 1 0 -0.985071 0.155752 -175.85
+ 43 127.914 894 0 1 -1.06933 0.336252 -204.45
+ 43 135.827 901 0 0 -1.08019 0.339256 -205.85
+ 43 33.6517 900 5 1 0.0500588 0.0713441 -54.4902
+Number of digits in this event = 4
+proton
+Event: 44
+Number of tracker hits in this event = 10
+ 44 134.273 899 4 1 -0.0750754 -0.277769 -84.45
+ 44 170.676 898 4 0 -0.0758727 -0.290283 -85.85
+ 44 137.839 899 3 1 -0.0988389 -0.554921 -114.45
+ 44 117.534 897 3 0 -0.0972686 -0.563258 -115.85
+ 44 138.879 899 2 1 -0.0718318 -0.729864 -144.45
+ 44 132.906 896 2 0 -0.0661032 -0.742967 -145.85
+ 44 164.165 900 1 1 0.0806862 -1.03775 -174.45
+ 44 118.177 894 1 0 0.0837261 -1.05069 -175.85
+ 44 126.139 900 0 1 0.171042 -1.30283 -204.45
+ 44 120.315 893 0 0 0.171215 -1.31575 -205.85
+Number of digits in this event = 9
+proton
+Event: 45
+Number of tracker hits in this event = 11
+ 45 112.55 899 4 1 -0.0562323 0.07986 -84.45
+ 45 160.512 900 4 0 -0.0632793 0.0826519 -85.85
+ 45 118.723 899 3 1 -0.218054 0.148935 -114.45
+ 45 246.507 900 3 0 -0.223252 0.153794 -115.85
+ 45 116.608 898 2 1 -0.33779 0.265924 -144.45
+ 45 110.189 901 2 0 -0.345312 0.271974 -145.85
+ 45 523.601 897 1 1 -0.47461 0.377011 -174.45
+ 45 211.248 901 1 0 -0.482276 0.380834 -175.85
+ 45 120.465 896 0 1 -0.654063 0.461762 -204.45
+ 45 162.533 902 0 0 -0.662 0.461969 -205.85
+ 45 27.3903 898 1 1 -0.449982 0.302697 -174.655
+Number of digits in this event = 7
+proton
+Event: 46
+Number of tracker hits in this event = 16
+ 46 251.403 899 5 1 -0.146102 0.293791 -54.45
+ 46 112.502 901 5 0 -0.157008 0.313543 -55.85
+ 46 131.252 898 4 1 -0.397572 0.696602 -84.45
+ 46 139.294 903 4 0 -0.406687 0.717839 -85.85
+ 46 188.38 897 3 1 -0.599666 1.16219 -114.45
+ 46 153.58 905 3 0 -0.610179 1.18672 -115.85
+ 46 120.306 896 2 1 -0.829435 1.67895 -144.45
+ 46 133.232 908 2 0 -0.841155 1.70989 -145.85
+ 46 139.006 894 1 1 -1.08694 2.3703 -174.45
+ 46 168.222 911 1 0 -1.09884 2.3948 -175.85
+ 46 135.532 893 0 1 -1.34042 2.90835 -204.45
+ 46 123.15 914 0 0 -1.35577 2.93115 -205.85
+ 46 74.235 895 1 1 -1.05 2.40552 -174.599
+ 46 109.902 896 1 1 -0.849941 2.3833 -174.764
+ 46 131.811 908 1 0 -1.29487 1.80038 -175.85
+ 46 135.335 907 1 0 -1.27311 1.64996 -176.059
+Number of digits in this event = 16
+proton
+Event: 47
+Number of tracker hits in this event = 12
+ 47 67.45 899 4 0 -0.0939714 -0.05 -86.0273
+ 47 112.227 899 3 1 -0.165492 -0.0773884 -114.45
+ 47 119.244 899 3 0 -0.172482 -0.0769754 -115.85
+ 47 158.376 898 2 1 -0.303286 -0.0618522 -144.45
+ 47 255.468 899 2 0 -0.308085 -0.0583758 -145.85
+ 47 133.593 897 0 1 -0.450334 0.238584 -204.45
+ 47 131.877 901 0 0 -0.450146 0.251442 -205.85
+ 47 162.51 830 3 0 7.49057 -13.8527 -116.25
+ 47 157.407 932 3 1 6.50952 -13.9114 -114.85
+ 47 21.6662 931 3 1 6.44996 -13.9314 -114.742
+ 47 382.521 933 3 1 6.65008 -13.9302 -114.534
+ 47 159.776 899 4 1 -0.0762334 -0.05 -84.4503
+Number of digits in this event = 9
+proton
+Event: 48
+Number of tracker hits in this event = 14
+ 48 135.726 899 5 1 -0.0710459 -0.0527255 -54.45
+ 48 125.571 899 5 0 -0.0767441 -0.0541767 -55.85
+ 48 168.62 899 4 1 -0.169537 -0.0604867 -84.45
+ 48 133.34 899 4 0 -0.171825 -0.0596679 -85.85
+ 48 161.145 899 3 1 -0.205145 -0.0502165 -114.45
+ 48 105.035 899 3 0 -0.210407 -0.0575885 -115.85
+ 48 147.166 898 2 1 -0.318899 -0.237065 -144.45
+ 48 120.586 899 2 0 -0.320703 -0.242349 -145.85
+ 48 149.187 898 1 1 -0.372152 -0.33982 -174.45
+ 48 199.494 898 1 0 -0.366415 -0.336623 -175.85
+ 48 13.8675 898 0 1 -0.250338 -0.285266 -204.45
+ 48 127.525 899 0 1 -0.25 -0.285278 -204.494
+ 48 151.936 898 0 0 -0.231879 -0.287178 -205.85
+ 48 397.296 891 1 0 35.1276 -1.74894 -176.25
+Number of digits in this event = 13
+proton
+Event: 49
+Number of tracker hits in this event = 27
+ 49 26.7939 900 6 1 0.05 0.0972106 -24.7664
+ 49 44.8802 390 3 1 -101.95 82.5265 -114.531
+ 49 242.906 391 3 1 -101.95 82.5856 -114.608
+ 49 262.481 903 6 0 0.775503 0.738185 -25.8501
+ 49 42.2111 814 11 0 140.315 -17.2003 123.75
+ 49 21.688 1717 11 1 163.55 10.3984 125.316
+ 49 1371.15 1015 7 0 21.5392 23.0793 3.75
+ 49 1221.23 1016 7 0 21.6987 23.25 3.95886
+ 49 718.346 1012 7 1 22.5718 24.2099 5.15
+ 49 1977.35 1013 7 1 22.65 24.2965 5.2576
+ 49 54.7177 1014 7 1 22.85 24.5221 5.54389
+ 49 4355.48 1132 8 0 47.1514 46.4808 33.75
+ 49 119.651 901 6 0 0.147091 0.309854 -25.85
+ 49 187.925 915 5 1 3.12032 6.59447 -54.45
+ 49 182.543 934 5 0 3.26409 6.89514 -55.85
+ 49 126.037 930 4 1 6.18318 13.0629 -84.45
+ 49 202.357 966 4 0 6.32851 13.3626 -85.85
+ 49 133.487 946 3 1 9.31385 19.4935 -114.45
+ 49 77.2189 998 3 0 9.46322 19.7971 -115.85
+ 49 63.899 999 3 0 9.48924 19.85 -116.094
+ 49 137.693 962 2 1 12.5442 26.0029 -144.45
+ 49 141.826 1031 2 0 12.6909 26.3022 -145.85
+ 49 150.22 978 1 1 15.6742 32.4132 -174.45
+ 49 145.501 1063 1 0 15.822 32.709 -175.85
+ 49 133.31 994 0 1 18.8869 38.7906 -204.45
+ 49 236.987 1095 0 0 19.0316 39.0841 -205.85
+ 49 274.902 1042 2 0 2.57411 28.613 -146.25
+Number of digits in this event = 21
+proton
Event: 50
-Number of tracker hits in this event = 13
- 50 115.857 899 5 1 -0.121165 0.154163 -54.45
- 50 189.255 900 5 0 -0.122541 0.160478 -55.85
- 50 121.109 899 4 1 -0.162536 0.293534 -84.45
- 50 140.728 901 4 0 -0.170757 0.299027 -85.85
- 50 137.692 898 3 1 -0.344797 0.416151 -114.45
- 50 177.091 901 3 0 -0.355089 0.423013 -115.85
- 50 230.409 897 2 1 -0.550598 0.568546 -144.45
- 50 185.287 902 2 0 -0.555989 0.578143 -145.85
- 50 119.521 896 1 1 -0.659375 0.769417 -174.45
- 50 133.658 903 1 0 -0.658761 0.781752 -175.85
- 50 187.567 897 0 1 -0.634779 1.02766 -204.45
- 50 190.984 904 0 0 -0.631681 1.04548 -205.85
- 50 16.1057 905 0 0 -0.630865 1.05 -206.207
-Number of digits in this event = 11
+Number of tracker hits in this event = 15
+ 50 108.699 899 5 0 -0.0538578 -0.202661 -55.85
+ 50 116.568 898 4 1 -0.25571 -0.431937 -84.45
+ 50 228.669 898 4 0 -0.265844 -0.441662 -85.85
+ 50 124.257 897 3 1 -0.456843 -0.645466 -114.45
+ 50 121.732 896 3 0 -0.46464 -0.652969 -115.85
+ 50 304.322 897 2 1 -0.624719 -0.832856 -144.45
+ 50 135.381 896 2 0 -0.637785 -0.844075 -145.85
+ 50 130.13 895 1 1 -0.944077 -1.0571 -174.45
+ 50 129.604 894 1 0 -0.959196 -1.064 -175.85
+ 50 150.271 893 0 1 -1.2555 -1.21836 -204.45
+ 50 145.315 894 0 0 -1.27211 -1.23347 -205.85
+ 50 62.0669 898 2 1 -0.45 -1.18705 -144.72
+ 50 232.507 893 2 0 0.237538 -1.31294 -145.85
+ 50 89.3076 1013 2 0 -70.2993 22.7325 -146.25
+ 50 160.54 1014 2 0 -70.2975 22.8501 -146.123
+Number of digits in this event = 12
proton
Event: 51
-Number of tracker hits in this event = 11
- 51 116.048 902 3 1 0.570354 -0.0976413 -114.45
- 51 164.402 899 3 0 0.582664 -0.101896 -115.85
- 51 136.683 904 2 1 0.850672 -0.206923 -144.45
- 51 110.703 899 2 0 0.858008 -0.233437 -145.85
- 51 125.274 904 1 1 0.991325 -0.797744 -174.45
- 51 188.12 896 1 0 0.994389 -0.828017 -175.85
- 51 119.737 905 0 1 1.0661 -1.44766 -204.45
- 51 172.004 892 0 0 1.06937 -1.4772 -205.85
- 51 107.952 1334 3 0 11.1166 86.9653 -116.25
- 51 15.0701 1335 3 0 11.1316 87.05 -116.217
- 51 7.53097 286 6 0 2.12826 -122.802 -26.25
+Number of tracker hits in this event = 7
+ 51 120.656 900 3 1 0.0896619 0.333977 -114.45
+ 51 117.553 901 3 0 0.089994 0.334856 -115.85
+ 51 127.587 900 2 1 0.0819046 0.366777 -144.45
+ 51 114.014 901 2 0 0.0831307 0.366273 -145.85
+ 51 181.024 900 1 1 0.101493 0.351632 -174.45
+ 51 124.496 901 1 0 0.0990442 0.352157 -175.85
+ 51 147.131 900 0 1 0.0536191 0.35346 -204.45
Number of digits in this event = 6
proton
Event: 52
-Number of tracker hits in this event = 14
- 52 234.136 900 5 1 0.179318 0.117011 -54.45
- 52 207.84 900 5 0 0.188772 0.125041 -55.85
- 52 161.258 901 4 1 0.41524 0.278326 -84.45
- 52 113.552 901 4 0 0.425696 0.283916 -85.85
- 52 141.482 902 3 1 0.628233 0.399077 -114.45
- 52 132.182 901 3 0 0.637013 0.404439 -115.85
- 52 227.518 903 2 1 0.813933 0.517318 -144.45
- 52 123.653 902 2 0 0.821361 0.526221 -145.85
- 52 111.747 904 1 1 0.99223 0.706406 -174.45
- 52 114.074 903 1 0 1.00747 0.710736 -175.85
- 52 127.726 906 0 1 1.32425 0.79396 -204.45
- 52 135.313 903 0 0 1.33568 0.79358 -205.85
- 52 103.496 904 2 1 0.85 0.631219 -144.792
- 52 135.081 1013 5 0 -25.7883 22.7596 -56.25
-Number of digits in this event = 12
+Number of tracker hits in this event = 22
+ 52 112.678 898 3 1 -0.361807 0.116816 -114.45
+ 52 179.937 900 3 0 -0.362405 0.12534 -115.85
+ 52 211.972 898 2 1 -0.373984 0.269413 -144.45
+ 52 253.808 901 2 0 -0.381094 0.263713 -145.85
+ 52 115.759 897 1 1 -0.525674 0.148716 -174.45
+ 52 191.435 900 1 0 -0.530457 0.146458 -175.85
+ 52 138.345 897 0 1 -0.625488 0.118447 -204.45
+ 52 323.048 900 0 0 -0.627156 0.113044 -205.85
+ 52 37.1827 779 0 0 -2.74023 -24.197 -206.25
+ 52 85.6276 732 0 0 -14.8372 -33.5728 -206.25
+ 52 28.0875 780 1 0 34.8458 -24.0035 -176.25
+ 52 180.922 779 1 0 34.8575 -24.05 -176.199
+ 52 85.296 778 1 0 34.7772 -24.25 -176.149
+ 52 38.4576 915 2 0 -1.40975 3.12258 -145.85
+ 52 60.7691 916 2 0 -1.45294 3.25007 -145.856
+ 52 15.0763 875 2 1 -5.02869 6.38091 -144.85
+ 52 338.72 874 2 1 -5.05006 6.40342 -144.842
+ 52 16.0864 482 3 0 101.419 -83.622 -116.25
+ 52 46.7417 481 3 0 101.459 -83.65 -116.237
+ 52 60.6794 899 4 1 -0.162169 0.0500562 -84.5704
+ 52 130.896 902 4 0 0.745828 0.500997 -85.85
+ 52 82.6306 901 4 0 1.11966 0.45 -86.1958
+Number of digits in this event = 11
proton
Event: 53
-Number of tracker hits in this event = 8
- 53 135.224 896 3 1 -0.723505 0.0946775 -114.45
- 53 134.557 900 3 0 -0.737465 0.0955709 -115.85
- 53 117.617 895 2 1 -1.0258 0.106188 -144.45
- 53 121.217 900 2 0 -1.03721 0.1101 -145.85
- 53 133.574 893 1 1 -1.27049 0.19952 -174.45
- 53 122.209 900 1 0 -1.29239 0.202137 -175.85
- 53 133.523 891 0 1 -1.74612 0.260371 -204.45
- 53 135.371 901 0 0 -1.76291 0.266185 -205.85
+Number of tracker hits in this event = 10
+ 53 108.591 898 4 1 -0.337118 -0.129395 -84.45
+ 53 149.418 899 4 0 -0.347508 -0.131692 -85.85
+ 53 113.667 897 3 1 -0.55043 -0.168178 -114.45
+ 53 101.334 899 3 0 -0.559793 -0.16947 -115.85
+ 53 135.528 896 2 1 -0.74666 -0.198097 -144.45
+ 53 122.435 899 2 0 -0.7526 -0.207298 -145.85
+ 53 146.537 895 1 1 -0.879748 -0.395669 -174.45
+ 53 153.888 898 1 0 -0.881825 -0.41034 -175.85
+ 53 122.86 895 0 1 -0.907265 -0.731445 -204.45
+ 53 134.732 896 0 0 -0.901971 -0.747588 -205.85
Number of digits in this event = 8
proton
Event: 54
-Number of tracker hits in this event = 30
- 54 133.591 901 5 1 0.413291 0.368414 -54.45
- 54 129.511 901 5 0 0.437542 0.387723 -55.85
- 54 297.384 904 4 1 0.92186 0.801642 -84.45
- 54 96.3833 903 4 0 0.953845 0.816299 -85.85
- 54 118.643 907 3 1 1.5964 1.11786 -114.45
- 54 125.303 905 3 0 1.62881 1.13313 -115.85
- 54 132.594 911 2 1 2.29414 1.44331 -144.45
- 54 135.175 907 2 0 2.33093 1.46031 -145.85
- 54 121.945 915 1 1 3.07982 1.81113 -174.45
- 54 134.606 908 1 0 3.11646 1.8369 -175.85
- 54 87.4332 918 0 1 3.84005 2.34894 -204.45
- 54 14.6488 919 0 1 3.85 2.35433 -204.797
- 54 145.656 911 0 0 3.88012 2.37123 -205.85
- 54 323.422 903 4 1 0.85 0.927256 -84.7958
- 54 233.527 902 4 1 0.649941 0.831904 -84.6405
- 54 75.301 1199 0 0 114.499 59.8534 -206.25
- 54 75.858 1200 0 0 114.591 60.0501 -206.08
- 54 64.6917 1201 0 0 114.723 60.2501 -205.974
- 54 59.3388 1202 0 0 114.819 60.4501 -205.963
- 54 57.007 1203 0 0 114.898 60.65 -205.931
- 54 31.9093 1204 0 0 114.932 60.8501 -205.923
- 54 3.31005 1477 0 1 115.744 62.8303 -204.85
- 54 48.0423 1478 0 1 115.75 62.8445 -204.844
- 54 9.99012 1226 0 0 116.804 65.4115 -205.85
- 54 63.9174 1227 0 0 116.82 65.45 -205.871
- 54 61.4551 1228 0 0 116.829 65.65 -205.974
- 54 65.6389 1229 0 0 116.804 65.85 -206.112
- 54 34.0464 1230 0 0 116.784 66.0501 -206.196
- 54 187.293 1525 0 0 113.85 125.294 -206.25
- 54 283.579 1524 0 0 113.763 125.15 -205.895
-Number of digits in this event = 15
+Number of tracker hits in this event = 13
+ 54 127.827 900 5 0 -0.0500756 0.0519995 -55.85
+ 54 119.623 899 4 1 -0.14421 0.0853042 -84.45
+ 54 123.81 900 4 0 -0.14614 0.0852708 -85.85
+ 54 198.511 899 3 1 -0.162229 0.118302 -114.45
+ 54 105.992 900 3 0 -0.169567 0.118754 -115.85
+ 54 152.724 898 2 1 -0.330071 0.125984 -144.45
+ 54 138.427 900 2 0 -0.332826 0.126204 -145.85
+ 54 203.996 898 1 1 -0.385127 0.137982 -174.45
+ 54 99.6813 900 1 0 -0.384668 0.137081 -175.85
+ 54 129.516 898 0 1 -0.35996 0.142109 -204.45
+ 54 115.127 900 0 0 -0.35651 0.138372 -205.85
+ 54 16.8523 897 1 1 -0.450051 0.074703 -174.645
+ 54 162.047 897 1 0 -0.277482 -0.555989 -175.85
+Number of digits in this event = 9
proton
Event: 55
-Number of tracker hits in this event = 10
- 55 135.502 899 3 1 -0.10638 0.275151 -114.45
- 55 120.288 901 3 0 -0.116095 0.275918 -115.85
- 55 149.367 898 2 1 -0.317924 0.263136 -144.45
- 55 145.075 901 2 0 -0.325824 0.262917 -145.85
- 55 114.353 897 1 1 -0.504006 0.255552 -174.45
- 55 124.935 901 1 0 -0.513125 0.255434 -175.85
- 55 104.446 896 0 1 -0.692158 0.226802 -204.45
- 55 142.846 900 0 0 -0.704389 0.224904 -205.85
- 55 216.368 900 6 0 -0.075027 0.0500516 -25.8992
- 55 80.9691 899 6 0 -0.230515 -0.0500208 -25.9197
-Number of digits in this event = 8
+Number of tracker hits in this event = 16
+ 55 135.029 899 5 1 -0.131606 0.0640276 -54.45
+ 55 137.282 900 5 0 -0.136314 0.070028 -55.85
+ 55 125.947 899 4 1 -0.247635 0.215891 -84.45
+ 55 13.7216 898 4 1 -0.25 0.217914 -84.8021
+ 55 113.72 900 4 0 -0.256762 0.224672 -85.85
+ 55 145.812 898 3 1 -0.432872 0.407287 -114.45
+ 55 132.26 901 3 0 -0.441573 0.413354 -115.85
+ 55 120.053 897 2 1 -0.644168 0.558379 -144.45
+ 55 212.631 902 2 0 -0.659699 0.564009 -145.85
+ 55 293.17 895 1 1 -0.980398 0.675803 -174.45
+ 55 106.664 903 1 0 -0.997226 0.682059 -175.85
+ 55 116.114 893 0 1 -1.34703 0.79919 -204.45
+ 55 347.966 903 0 0 -1.36413 0.798843 -205.85
+ 55 50.0027 1121 2 0 16.22 44.3312 -146.25
+ 55 155.922 1122 2 0 16.2653 44.4501 -146.185
+ 55 106.887 1169 2 0 26.9497 54.0316 -146.25
+Number of digits in this event = 11
proton
Event: 56
-Number of tracker hits in this event = 13
- 56 127.21 900 5 1 0.185994 -0.13452 -54.45
- 56 229.081 899 5 0 0.196941 -0.142186 -55.85
- 56 147.662 901 4 1 0.416727 -0.302572 -84.45
- 56 293.244 898 4 0 0.428126 -0.315437 -85.85
- 56 116.188 903 3 1 0.661624 -0.577038 -114.45
- 56 133.287 897 3 0 0.676735 -0.589609 -115.85
- 56 117.067 904 2 1 0.999065 -0.863622 -144.45
- 56 146.345 895 2 0 1.01515 -0.878583 -145.85
- 56 133.726 906 1 1 1.34447 -1.17507 -174.45
- 56 104.705 894 1 0 1.35855 -1.18567 -175.85
- 56 184.962 908 0 1 1.656 -1.38886 -204.45
- 56 132.317 893 0 0 1.66904 -1.39483 -205.85
- 56 89.6751 899 4 0 0.511407 -0.25 -85.9224
+Number of tracker hits in this event = 19
+ 56 324.436 901 4 1 0.276023 0.0559906 -84.451
+ 56 147.939 900 4 0 0.289223 0.0568498 -85.85
+ 56 276.961 902 3 1 0.565217 0.0705149 -114.45
+ 56 123.142 900 3 0 0.573013 0.0731573 -115.85
+ 56 113.903 903 2 1 0.718675 0.109855 -144.45
+ 56 152.06 900 2 0 0.722459 0.109792 -145.85
+ 56 136.23 903 1 1 0.801711 0.117146 -174.45
+ 56 123.854 900 1 0 0.809066 0.122947 -175.85
+ 56 147.158 904 0 1 0.963994 0.245183 -204.45
+ 56 108.538 900 0 0 0.967405 0.245996 -205.85
+ 56 9.28885 898 4 0 0.180345 -0.432944 -85.85
+ 56 109.082 897 4 0 0.176807 -0.450083 -85.8852
+ 56 196.013 668 4 0 -24.1612 -46.2915 -86.25
+ 56 73.6348 667 4 0 -24.3066 -46.45 -86.1554
+ 56 192.852 666 4 0 -24.4187 -46.6501 -86.1568
+ 56 4.07075 771 4 1 -25.8406 -46.8467 -84.8499
+ 56 153.904 770 4 1 -25.8501 -46.8471 -84.839
+ 56 115.659 769 4 1 -26.05 -46.7971 -84.6813
+ 56 25.5103 768 4 1 -26.2501 -46.8187 -84.4831
Number of digits in this event = 12
proton
Event: 57
-Number of tracker hits in this event = 21
- 57 102.692 900 5 1 0.05 -0.117629 -54.7783
- 57 81.2008 901 5 1 0.25 -0.121891 -54.7853
- 57 124.865 902 5 1 0.45 -0.126609 -54.7919
- 57 95.3633 903 5 1 0.65 -0.129965 -54.7967
- 57 80.9765 904 5 1 0.85 -0.133394 -54.8023
- 57 72.2105 905 5 1 1.05 -0.137945 -54.8074
- 57 66.9181 906 5 1 1.25 -0.142888 -54.8125
- 57 224.053 907 5 1 1.45 -0.14841 -54.8182
- 57 134.002 908 5 1 1.65 -0.153193 -54.8232
- 57 118.072 909 5 1 1.85 -0.158868 -54.8278
- 57 78.2091 910 5 1 2.05 -0.164571 -54.8323
- 57 83.2451 911 5 1 2.25 -0.171168 -54.8367
- 57 64.7351 912 5 1 2.45 -0.177737 -54.8416
- 57 50.8595 913 5 1 2.65 -0.185054 -54.8461
- 57 2109.22 891 5 0 48.6786 -1.73448 -55.85
- 57 2694.98 890 5 0 53.2567 -1.85 -55.9905
- 57 889.01 889 5 0 58.7484 -2.05 -56.1663
- 57 108.318 1154 5 1 50.9339 -2.03256 -54.85
- 57 364.068 540 10 0 108.321 -71.9294 93.7501
- 57 52.1318 539 10 0 107.918 -72.05 93.8359
- 57 347.814 387 10 0 66.5969 -102.682 93.75
-Number of digits in this event = 11
+Number of tracker hits in this event = 26
+ 57 139.979 897 3 1 -0.639937 -0.115648 -114.45
+ 57 120.082 899 3 0 -0.653498 -0.122494 -115.85
+ 57 128.019 895 2 1 -0.919549 -0.262409 -144.45
+ 57 132.092 898 2 0 -0.936402 -0.268718 -145.85
+ 57 114.168 893 1 1 -1.26846 -0.410608 -174.45
+ 57 105.226 898 1 0 -1.28393 -0.4158 -175.85
+ 57 176.179 892 0 1 -1.61827 -0.523331 -204.45
+ 57 130.102 897 0 0 -1.63412 -0.528659 -205.85
+ 57 38.1584 899 5 1 -0.123993 0.0654102 -54.45
+ 57 68.5337 898 5 1 -0.25 0.10249 -54.4751
+ 57 138.34 897 5 1 -0.450077 0.147659 -54.6021
+ 57 76.4638 904 5 0 -1.00286 0.861502 -55.8501
+ 57 279.209 888 5 1 -2.39071 2.28045 -54.85
+ 57 78.0516 887 5 1 -2.45 2.37852 -54.787
+ 57 235.223 889 5 1 -2.25 2.80049 -54.6311
+ 57 133.467 897 6 0 -0.280389 -0.493945 -25.8501
+ 57 24.2437 896 6 0 -0.401683 -0.650047 -26.1472
+ 57 53.4867 664 6 0 -46.4185 -47.1563 -26.25
+ 57 226.881 663 6 0 -46.4861 -47.2501 -26.2005
+ 57 73.0243 662 6 0 -46.6351 -47.4501 -26.1093
+ 57 77.6186 661 6 0 -46.6107 -47.65 -26.1044
+ 57 169.648 660 6 0 -46.5657 -47.85 -26.0892
+ 57 81.2148 659 6 0 -46.5341 -48.0501 -26.1225
+ 57 122.152 658 6 0 -46.4569 -48.25 -26.0563
+ 57 229.989 657 6 0 -46.3703 -48.4501 -25.9334
+ 57 63.8836 665 6 1 -46.9242 -48.217 -24.85
+Number of digits in this event = 16
proton
Event: 58
-Number of tracker hits in this event = 11
- 58 149.721 899 4 1 -0.187437 -0.338855 -84.45
- 58 186.612 898 4 0 -0.190304 -0.350513 -85.85
- 58 110.122 899 3 1 -0.247669 -0.592544 -114.45
- 58 155.232 897 3 0 -0.246534 -0.602422 -115.85
- 58 322.233 899 2 1 -0.214564 -0.820453 -144.45
- 58 133.826 896 2 0 -0.216277 -0.827121 -145.85
- 58 128.217 898 1 1 -0.26755 -0.975557 -174.45
- 58 114.725 895 1 0 -0.270611 -0.981498 -175.85
- 58 126.017 898 0 1 -0.342357 -1.10804 -204.45
- 58 149.419 894 0 0 -0.345538 -1.11295 -205.85
- 58 73.7947 1789 4 1 178.122 107.632 -84.5733
-Number of digits in this event = 10
-proton
-Event: 59
-Number of tracker hits in this event = 10
- 59 129.543 900 2 1 0.0700593 0.114708 -144.45
- 59 159.318 900 2 0 0.0693593 0.117267 -145.85
- 59 144.068 900 1 1 0.0624296 0.16314 -174.45
- 59 180.866 900 1 0 0.0606243 0.167492 -175.85
- 59 197.276 842 0 0 -11.1447 -11.5484 -206.25
- 59 92.8239 843 0 0 -11.5774 -11.4499 -205.929
- 59 89.0171 844 0 0 -11.8096 -11.25 -205.865
- 59 58.8011 832 0 1 -13.456 -10.7166 -204.85
- 59 168.684 849 0 0 -14.7111 -10.1056 -205.85
- 59 59.9446 899 5 0 0.212305 -0.05 -55.9646
-Number of digits in this event = 7
-proton
-Event: 60
-Number of tracker hits in this event = 11
- 60 123.46 898 4 1 -0.272251 0.0567539 -84.45
- 60 118.714 900 4 0 -0.278634 0.0602756 -85.85
- 60 147.878 898 3 1 -0.395688 0.136838 -114.45
- 60 145.537 900 3 0 -0.407544 0.143142 -115.85
- 60 192.795 897 2 1 -0.634244 0.277129 -144.45
- 60 112.082 901 2 0 -0.646374 0.281678 -145.85
- 60 165.791 895 1 1 -0.894826 0.362143 -174.45
- 60 150.258 901 1 0 -0.909637 0.361249 -175.85
- 60 144.495 894 0 1 -1.1954 0.355873 -204.45
- 60 132.511 901 0 0 -1.21006 0.354382 -205.85
- 60 104.02 896 2 1 -0.650001 0.267089 -144.473
-Number of digits in this event = 9
-proton
-Event: 61
-Number of tracker hits in this event = 10
- 61 121.013 896 2 1 -0.758596 -0.0835867 -144.45
- 61 130.286 899 2 0 -0.768016 -0.0829839 -145.85
- 61 123.172 895 1 1 -0.965355 -0.0623054 -174.45
- 61 132.486 899 1 0 -0.975651 -0.0639229 -175.85
- 61 157.636 894 0 1 -1.17831 -0.11207 -204.45
- 61 214.426 899 0 0 -1.19086 -0.1064 -205.85
- 61 128.664 899 5 1 -0.0668465 0.05 -54.5215
- 61 103.094 903 5 0 -0.728256 0.74938 -55.85
- 61 142.826 904 5 0 -0.957211 0.85 -55.9448
- 61 372.199 905 5 0 -1.22374 1.05007 -56.0515
-Number of digits in this event = 10
-proton
-Event: 62
-Number of tracker hits in this event = 6
- 62 124.019 899 2 1 -0.112084 -0.228922 -144.45
- 62 145.353 899 2 0 -0.118783 -0.23729 -145.85
- 62 107.27 898 1 1 -0.269666 -0.419801 -174.45
- 62 221.33 898 1 0 -0.278751 -0.425897 -175.85
- 62 120.12 897 0 1 -0.466476 -0.535319 -204.45
- 62 143.475 897 0 0 -0.478248 -0.544687 -205.85
-Number of digits in this event = 6
-proton
-Event: 63
-Number of tracker hits in this event = 14
- 63 55.8784 899 6 0 -0.05 -0.0500622 -26.0672
- 63 115.567 895 5 1 -0.923125 -0.937283 -54.45
- 63 120.338 895 5 0 -0.970813 -0.980937 -55.85
- 63 145.867 890 4 1 -1.95316 -1.8878 -84.45
- 63 147.203 890 4 0 -1.99934 -1.93566 -85.85
- 63 128.445 885 3 1 -2.94284 -2.91257 -114.45
- 63 129.6 885 3 0 -2.98192 -2.95431 -115.85
- 63 128.381 881 2 1 -3.79169 -3.79472 -144.45
- 63 122.13 881 2 0 -3.83829 -3.83591 -145.85
- 63 193.135 876 1 1 -4.78639 -4.68361 -174.45
- 63 144.031 876 1 0 -4.83501 -4.72292 -175.85
- 63 137.864 871 0 1 -5.83835 -5.49847 -204.45
- 63 10.9646 870 0 1 -5.85 -5.50876 -204.8
- 63 160.544 872 0 0 -5.88552 -5.53935 -205.85
+Number of tracker hits in this event = 13
+ 58 198.423 900 5 1 0.0502795 0.201262 -54.45
+ 58 138.262 900 5 0 0.0520265 0.207269 -55.85
+ 58 143.616 900 4 1 0.11963 0.331014 -84.45
+ 58 144.601 901 4 0 0.129383 0.329626 -85.85
+ 58 125.422 901 3 1 0.33022 0.299485 -114.45
+ 58 128.995 901 3 0 0.345404 0.294423 -115.85
+ 58 369.141 902 2 1 0.636758 0.190661 -144.45
+ 58 144.18 900 2 0 0.651751 0.186453 -145.85
+ 58 157.337 904 1 1 0.945446 0.104196 -174.45
+ 58 134.643 900 1 0 0.959472 0.0965386 -175.85
+ 58 133.294 905 0 1 1.22543 -0.0534696 -204.45
+ 58 117.541 899 0 0 1.2419 -0.0623311 -205.85
+ 58 84.2357 901 2 0 0.678072 0.25 -145.901
Number of digits in this event = 12
proton
-Event: 64
+Event: 59
+Number of tracker hits in this event = 13
+ 59 108.474 899 4 1 -0.156492 -0.213265 -84.45
+ 59 155.355 899 4 0 -0.172969 -0.222186 -85.85
+ 59 165.506 897 3 1 -0.49373 -0.424899 -114.45
+ 59 131.891 898 3 0 -0.509533 -0.433049 -115.85
+ 59 153.94 896 2 1 -0.821026 -0.60369 -144.45
+ 59 152.04 897 2 0 -0.838363 -0.616696 -145.85
+ 59 161.281 894 1 1 -1.20373 -0.866563 -174.45
+ 59 148.627 895 1 0 -1.22018 -0.874528 -175.85
+ 59 127.716 892 0 1 -1.55202 -1.03109 -204.45
+ 59 246.327 895 0 0 -1.57073 -1.03793 -205.85
+ 59 2.36629 900 6 1 0.0504052 0.0500511 -24.5491
+ 59 10.5223 907 6 0 0.522094 1.63259 -25.85
+ 59 257.896 908 6 0 0.529918 1.65005 -25.8601
+Number of digits in this event = 11
+proton
+Event: 60
+Number of tracker hits in this event = 8
+ 60 112.073 899 3 1 -0.174422 -0.0988374 -114.45
+ 60 111.569 899 3 0 -0.170803 -0.0982093 -115.85
+ 60 158.256 899 2 1 -0.100789 -0.0890027 -144.45
+ 60 143.559 899 2 0 -0.100753 -0.0877182 -145.85
+ 60 113.394 899 1 1 -0.105344 -0.0615855 -174.45
+ 60 211.252 899 1 0 -0.106405 -0.063148 -175.85
+ 60 252.727 899 0 1 -0.13953 -0.103621 -204.45
+ 60 114.863 899 0 0 -0.142103 -0.107539 -205.85
+Number of digits in this event = 5
+proton
+Event: 61
+Number of tracker hits in this event = 15
+ 61 14.0568 628 0 0 19.4209 -54.402 -206.25
+ 61 61.7144 627 0 0 19.4279 -54.45 -206.23
+ 61 56.3441 626 0 0 19.4562 -54.65 -206.151
+ 61 53.6786 625 0 0 19.4841 -54.85 -206.071
+ 61 49.5449 624 0 0 19.5078 -55.05 -205.99
+ 61 43.6852 623 0 0 19.5292 -55.2503 -205.91
+ 61 250.653 998 0 1 19.7232 -57.7584 -204.85
+ 61 27.8952 1206 1 1 61.25 -161.617 -174.634
+ 61 11.9252 1002 1 1 20.6319 -88.0739 -174.85
+ 61 95.1696 1003 1 1 20.65 -88.1641 -174.804
+ 61 53.3008 429 3 0 74.5895 -94.2448 -116.25
+ 61 113.88 428 3 0 74.6798 -94.3501 -116.161
+ 61 280.116 427 3 0 74.7137 -94.55 -116.078
+ 61 72.6721 1733 8 1 166.75 -58.2727 35.27
+ 61 180.465 597 8 0 171.25 -60.45 34.0264
+Number of digits in this event = 7
+proton
+Event: 62
Number of tracker hits in this event = 12
- 64 108.143 899 0 1 -0.135095 -0.179375 -204.45
- 64 143.829 899 0 0 -0.139454 -0.189531 -205.85
- 64 9.14607 896 3 0 0.145764 -0.828765 -115.85
- 64 176.074 895 3 0 0.144338 -0.85 -115.878
- 64 123.86 741 3 0 -58.154 -31.6691 -116.25
- 64 119.136 740 3 0 -58.1714 -31.85 -116.115
- 64 233.548 739 3 0 -58.1146 -32.05 -116.047
- 64 73.1027 1011 5 1 22.2678 -14.3035 -54.85
- 64 104.636 1012 5 1 22.4501 -14.3151 -54.5491
- 64 151.459 1013 5 1 22.6501 -14.2795 -54.5171
- 64 206.607 1014 5 1 22.8501 -14.1592 -54.5239
- 64 113.339 322 1 1 -115.611 -109.376 -174.58
-Number of digits in this event = 8
+ 62 132.203 899 5 1 -0.0641312 -0.0691016 -54.45
+ 62 131.807 899 5 0 -0.0690743 -0.069274 -55.85
+ 62 158.925 899 4 1 -0.157144 -0.0556029 -84.45
+ 62 150.5 899 4 0 -0.166211 -0.0631943 -85.85
+ 62 106.262 898 3 1 -0.37534 -0.209158 -114.45
+ 62 105.803 899 3 0 -0.383109 -0.21424 -115.85
+ 62 158.266 897 2 1 -0.554557 -0.300868 -144.45
+ 62 160.213 898 2 0 -0.566291 -0.302442 -145.85
+ 62 128.003 896 1 1 -0.786847 -0.329314 -174.45
+ 62 153.578 898 1 0 -0.794081 -0.327339 -175.85
+ 62 352.557 895 0 1 -0.930475 -0.31023 -204.45
+ 62 126.577 898 0 0 -0.939642 -0.307315 -205.85
+Number of digits in this event = 12
+proton
+Event: 63
+Number of tracker hits in this event = 6
+ 63 186.964 899 2 1 -0.191779 0.179625 -144.45
+ 63 189.433 900 2 0 -0.202088 0.181567 -145.85
+ 63 123.059 898 1 1 -0.412441 0.209696 -174.45
+ 63 152.302 900 1 0 -0.425415 0.205712 -175.85
+ 63 123.259 896 0 1 -0.669398 0.14006 -204.45
+ 63 131.136 900 0 0 -0.679447 0.133354 -205.85
+Number of digits in this event = 7
+proton
+Event: 64
+Number of tracker hits in this event = 14
+ 64 126.564 900 4 1 0.0797889 -0.0867828 -84.45
+ 64 128.549 899 4 0 0.0793778 -0.0848456 -85.85
+ 64 183.87 900 3 1 0.0629115 -0.0635037 -114.45
+ 64 149.276 899 3 0 0.0616608 -0.0615648 -115.85
+ 64 116.684 900 1 1 0.188682 0.106582 -174.45
+ 64 153.186 900 1 0 0.192508 0.114532 -175.85
+ 64 149.618 901 0 1 0.254842 0.278445 -204.45
+ 64 191.193 901 0 0 0.254322 0.287784 -205.85
+ 64 90.4112 900 5 0 0.940293 0.05 -55.879
+ 64 5.86437 1230 3 1 66.1926 98.9265 -114.45
+ 64 2.76276 1082 0 0 -64.9693 36.5903 -206.25
+ 64 17.8258 765 6 0 -136.48 -27.0222 -26.1287
+ 64 14.1333 181 2 1 -143.761 37.5036 -144.668
+ 64 41.2417 668 1 0 72.7675 -46.25 -176.135
+Number of digits in this event = 10
proton
Event: 65
-Number of tracker hits in this event = 10
- 65 119.995 899 5 1 -0.0957396 0.147795 -54.45
- 65 119.178 900 5 0 -0.0956706 0.137123 -55.85
- 65 130.407 899 4 1 -0.0979409 -0.0682618 -84.45
- 65 126.241 899 4 0 -0.0936606 -0.0757255 -85.85
- 65 126.861 900 2 1 0.0772122 -0.420803 -144.45
- 65 127.678 898 2 0 0.0860943 -0.436646 -145.85
- 65 152.554 901 1 1 0.269654 -0.750292 -174.45
- 65 117.098 896 1 0 0.280658 -0.763706 -175.85
- 65 135.927 902 0 1 0.508718 -1.02245 -204.45
- 65 154.154 895 0 0 0.518073 -1.03569 -205.85
-Number of digits in this event = 9
+Number of tracker hits in this event = 11
+ 65 174.74 899 4 1 -0.0535934 -0.157802 -84.45
+ 65 160.828 899 4 0 -0.0536619 -0.159721 -85.85
+ 65 158.147 899 3 1 -0.0593019 -0.186236 -114.45
+ 65 151.332 899 3 0 -0.0538989 -0.194123 -115.85
+ 65 149.48 900 2 1 0.0691087 -0.354166 -144.45
+ 65 140.963 898 2 0 0.0709311 -0.360885 -145.85
+ 65 117.745 900 1 1 0.0984897 -0.473387 -174.45
+ 65 189.852 897 1 0 0.0962659 -0.482315 -175.85
+ 65 219.593 899 5 1 -0.0500452 -0.0751617 -54.7602
+ 65 83.8318 899 5 0 0.573612 -0.191121 -55.8502
+ 65 16.0743 898 5 0 0.683683 -0.25 -56.1706
+Number of digits in this event = 11
proton
Event: 66
Number of tracker hits in this event = 11
- 66 121.275 899 4 1 -0.109536 0.233231 -84.45
- 66 136.583 900 4 0 -0.11609 0.241574 -85.85
- 66 107.88 898 3 1 -0.264906 0.412379 -114.45
- 66 179.249 901 3 0 -0.281451 0.416871 -115.85
- 66 179.209 897 2 1 -0.629265 0.515077 -144.45
- 66 121.147 902 2 0 -0.649448 0.516606 -145.85
- 66 115.574 894 1 1 -1.07962 0.535082 -174.45
- 66 254.59 902 1 0 -1.09961 0.535665 -175.85
- 66 121.499 892 0 1 -1.49546 0.56256 -204.45
- 66 116.07 902 0 0 -1.51407 0.562228 -205.85
- 66 265.552 899 5 1 -0.0500691 -0.136 -54.6912
+ 66 126.052 900 4 1 0.104592 0.126214 -84.45
+ 66 133.714 900 4 0 0.108573 0.124536 -85.85
+ 66 133.36 900 3 1 0.197929 0.104116 -114.45
+ 66 119.032 900 3 0 0.202127 0.105118 -115.85
+ 66 190.953 901 2 1 0.299346 0.144434 -144.45
+ 66 142.554 900 2 0 0.306775 0.144797 -145.85
+ 66 130.133 901 1 1 0.422649 0.112148 -174.45
+ 66 184.007 900 1 0 0.42556 0.113618 -175.85
+ 66 147.783 902 0 1 0.482172 0.127214 -204.45
+ 66 106.768 900 0 0 0.484676 0.134877 -205.85
+ 66 113.282 900 5 0 0.0815457 0.0500216 -55.9649
Number of digits in this event = 9
proton
Event: 67
-Number of tracker hits in this event = 13
- 67 126.065 901 4 1 0.268094 -0.22172 -84.45
- 67 114.433 899 4 0 0.282913 -0.22538 -85.85
- 67 114.878 902 3 1 0.579366 -0.276667 -114.45
- 67 117.914 898 3 0 0.596373 -0.280369 -115.85
- 67 451.828 904 2 1 0.93669 -0.351394 -144.45
- 67 242.95 898 2 0 0.950724 -0.356961 -145.85
- 67 285.912 905 1 1 1.2355 -0.467169 -174.45
- 67 121.727 897 1 0 1.24913 -0.474455 -175.85
- 67 119.373 907 0 1 1.52831 -0.635516 -204.45
- 67 118.873 897 0 0 1.54763 -0.640959 -205.85
- 67 128.16 900 6 1 0.0849558 0.0500321 -24.6803
- 67 188.276 901 6 1 0.250064 0.0709513 -24.7161
- 67 45.8899 902 6 1 0.45 0.169136 -24.7183
-Number of digits in this event = 8
+Number of tracker hits in this event = 29
+ 67 132.114 900 5 1 0.0576538 0.0735645 -54.45
+ 67 151.956 900 5 0 0.0560863 0.0713428 -55.85
+ 67 126.728 899 2 1 -0.0517326 -0.0944566 -144.45
+ 67 165.134 899 2 0 -0.0560258 -0.103753 -145.85
+ 67 130.635 899 1 1 -0.138472 -0.284905 -174.45
+ 67 132.437 898 1 0 -0.138798 -0.291735 -175.85
+ 67 122.858 899 0 1 -0.148315 -0.429791 -204.45
+ 67 127.969 898 0 0 -0.146381 -0.434039 -205.85
+ 67 178.004 985 3 0 102.604 17.25 -115.903
+ 67 34.699 992 3 0 103.224 18.45 -116.18
+ 67 105.379 998 6 0 -125.345 19.714 -26.2498
+ 67 134.138 273 6 1 -125.44 19.8513 -24.85
+ 67 96.155 272 6 1 -125.55 19.903 -24.5151
+ 67 7.28538 271 6 1 -125.75 19.7939 -24.8213
+ 67 5.1746 997 6 0 -126.628 19.4579 -25.85
+ 67 94.9791 996 6 0 -126.645 19.45 -25.8719
+ 67 63.4321 995 6 0 -126.882 19.25 -25.956
+ 67 24.1129 994 6 0 -126.973 19.0499 -25.9057
+ 67 423.55 262 6 1 -127.563 17.8762 -24.8499
+ 67 4.5264 261 6 1 -127.75 17.1451 -24.5302
+ 67 92.5519 985 6 0 -127.988 17.1038 -25.8501
+ 67 29.2464 984 6 0 -128.008 17.05 -26.1561
+ 67 125.895 924 6 0 -101.589 4.88775 -26.2499
+ 67 182.393 923 6 0 -101.237 4.85 -26.1157
+ 67 100.008 922 6 0 -101.33 4.64993 -26.015
+ 67 189.245 389 6 1 -102.194 4.40223 -24.8499
+ 67 112.63 390 6 1 -102.15 4.23094 -24.5804
+ 67 192.694 730 3 0 -31.0083 -33.9182 -116.25
+ 67 155.86 729 3 0 -31.1991 -34.05 -115.978
+Number of digits in this event = 20
proton
Event: 68
-Number of tracker hits in this event = 19
- 68 156.238 899 4 1 -0.06756 0.164738 -84.45
- 68 136.527 900 4 0 -0.07257 0.171182 -85.85
- 68 113.12 899 3 1 -0.183313 0.316698 -114.45
- 68 206.004 901 3 0 -0.184848 0.319199 -115.85
- 68 159.908 899 2 1 -0.203701 0.383927 -144.45
- 68 116.848 901 2 0 -0.204707 0.383635 -145.85
- 68 183.319 899 1 1 -0.222459 0.3783 -174.45
- 68 116.934 901 1 0 -0.226482 0.387973 -175.85
- 68 126.003 898 0 1 -0.309949 0.567799 -204.45
- 68 126.767 902 0 0 -0.309999 0.578432 -205.85
- 68 48.0959 1615 1 1 143.181 100.258 -174.45
- 68 108.883 1614 1 1 143.15 100.199 -174.582
- 68 353.313 1613 1 1 142.95 99.9385 -174.795
- 68 2.27399 1382 1 0 142.542 96.5575 -175.85
- 68 135.35 1381 1 0 142.539 96.55 -175.855
- 68 43.4106 1380 1 0 142.503 96.3499 -176.12
- 68 365.976 1209 1 0 134.163 62.0323 -176.25
- 68 70.6038 1210 1 0 134.127 62.05 -176.117
- 68 5.80271 1208 1 0 133.949 61.85 -176.132
-Number of digits in this event = 13
+Number of tracker hits in this event = 5
+ 68 332.183 899 1 1 -0.0548848 -0.564289 -174.45
+ 68 119.659 897 1 0 -0.0583209 -0.568622 -175.85
+ 68 221.569 899 0 1 -0.161511 -0.676151 -204.45
+ 68 111.795 896 0 0 -0.168276 -0.68275 -205.85
+ 68 23.6924 674 6 0 -164.247 -45.1511 -26.25
+Number of digits in this event = 4
proton
Event: 69
-Number of tracker hits in this event = 12
- 69 50.5903 900 5 1 0.05 -0.0607041 -54.6606
- 69 106.574 899 5 0 0.0550799 -0.0646296 -55.85
- 69 127.295 900 4 1 0.177691 -0.132743 -84.45
- 69 105.055 899 4 0 0.186948 -0.13262 -85.85
- 69 215.426 901 3 1 0.381564 -0.127868 -114.45
- 69 161.602 899 3 0 0.392333 -0.125142 -115.85
- 69 134.543 902 2 1 0.599158 -0.051718 -144.45
- 69 144.378 903 1 1 0.733577 0.128377 -174.45
- 69 165.175 900 1 0 0.741384 0.130745 -175.85
- 69 157.44 904 0 1 0.90619 0.183636 -204.45
- 69 148.575 900 0 0 0.911537 0.19264 -205.85
- 69 71.0455 893 1 0 0.749507 -1.34836 -175.85
+Number of tracker hits in this event = 15
+ 69 113.629 900 5 1 0.0764993 0.107176 -54.45
+ 69 133.628 900 5 0 0.0834779 0.110862 -55.85
+ 69 101.005 900 4 1 0.215078 0.167536 -84.45
+ 69 111.518 900 4 0 0.223078 0.17256 -85.85
+ 69 117.668 901 3 1 0.411504 0.304581 -114.45
+ 69 137.456 901 3 0 0.425436 0.312215 -115.85
+ 69 435.174 903 2 1 0.694018 0.489503 -144.45
+ 69 131.956 902 2 0 0.708501 0.503138 -145.85
+ 69 188.743 904 1 1 1.01813 0.799403 -174.45
+ 69 126.594 903 1 0 1.03424 0.815707 -175.85
+ 69 196.091 906 0 1 1.37923 1.16129 -204.45
+ 69 214.573 905 0 0 1.39392 1.1778 -205.85
+ 69 93.6047 902 2 1 0.649947 -0.247158 -144.703
+ 69 46.0645 901 2 1 0.45 -0.388918 -144.742
+ 69 91.9433 897 2 0 0.178605 -0.452297 -145.85
Number of digits in this event = 9
proton
Event: 70
-Number of tracker hits in this event = 10
- 70 235.008 900 4 1 0.0822756 0.11483 -84.45
- 70 129.936 900 4 0 0.0884473 0.112104 -85.85
- 70 116.509 900 3 1 0.212182 0.0761076 -114.45
- 70 118.137 900 3 0 0.221778 0.0630656 -115.85
- 70 174.553 901 2 1 0.412825 -0.220301 -144.45
- 70 146.996 899 2 0 0.423106 -0.235742 -145.85
- 70 123.712 902 1 1 0.628824 -0.541769 -174.45
- 70 202.418 897 1 0 0.631288 -0.554879 -175.85
- 70 126.589 903 0 1 0.686629 -0.835354 -204.45
- 70 145.159 895 0 0 0.684255 -0.851837 -205.85
-Number of digits in this event = 9
+Number of tracker hits in this event = 12
+ 70 178.537 900 4 1 0.0714895 0.279115 -84.45
+ 70 124.147 901 4 0 0.0699807 0.287831 -85.85
+ 70 137.041 902 3 1 0.573798 0.175474 -114.45
+ 70 130.322 900 3 0 0.599198 0.170378 -115.85
+ 70 141.9 905 2 1 1.10896 0.0747751 -144.45
+ 70 299.4 906 1 1 1.27494 -1.07949 -174.45
+ 70 137.245 894 1 0 1.28024 -1.13573 -175.85
+ 70 134.978 906 0 1 1.3833 -2.2975 -204.45
+ 70 212.086 888 0 0 1.38548 -2.35779 -205.85
+ 70 146.578 905 1 1 1.24996 -1.00416 -174.589
+ 70 29.8514 304 9 1 -119.163 52.9964 65.15
+ 70 97.4441 1544 4 0 32.3749 129.043 -86.25
+Number of digits in this event = 13
proton
Event: 71
-Number of tracker hits in this event = 8
- 71 48.3626 898 4 0 0.05 -0.308418 -86.13
- 71 201.538 900 3 1 0.113455 -0.425523 -114.45
- 71 143.851 898 3 0 0.113424 -0.427979 -115.85
- 71 238.017 900 2 1 0.133754 -0.440553 -144.45
- 71 174.706 898 2 0 0.129137 -0.441613 -145.85
- 71 54.1345 899 2 1 -0.0500136 -0.420778 -144.549
- 71 0.754799 942 5 0 -4.96556 8.62841 -55.85
- 71 90.3751 873 5 1 -5.40071 10.498 -54.85
-Number of digits in this event = 5
+Number of tracker hits in this event = 13
+ 71 111.558 900 4 1 0.0893754 0.0860188 -84.45
+ 71 114.071 900 4 0 0.0943445 0.0904464 -85.85
+ 71 143.119 900 3 1 0.21605 0.184978 -114.45
+ 71 132.456 900 3 0 0.220754 0.190699 -115.85
+ 71 162.535 901 2 1 0.335851 0.3123 -144.45
+ 71 122.163 901 2 0 0.338618 0.319332 -145.85
+ 71 196.08 901 1 1 0.339811 0.48988 -174.45
+ 71 140.962 902 1 0 0.338754 0.496879 -175.85
+ 71 111.145 901 0 1 0.301714 0.638457 -204.45
+ 71 396.526 902 0 0 0.30352 0.644938 -205.85
+ 71 29.534 899 0 1 -0.0936583 0.337751 -204.85
+ 71 12.7535 903 0 0 0.644117 0.812302 -205.85
+ 71 133.388 899 6 0 0.085619 -0.0500454 -25.9662
+Number of digits in this event = 9
proton
Event: 72
-Number of tracker hits in this event = 15
- 72 130.403 899 5 1 -0.0552338 0.0886007 -54.45
- 72 130.926 900 5 0 -0.0675131 0.0933614 -55.85
- 72 247.586 898 4 1 -0.313259 0.177829 -84.45
- 72 126.249 900 4 0 -0.327196 0.187056 -85.85
- 72 124.611 897 3 1 -0.625957 0.390065 -114.45
- 72 175.805 901 3 0 -0.640952 0.400496 -115.85
- 72 160.777 895 2 1 -0.97121 0.623811 -144.45
- 72 129.526 902 2 0 -0.985168 0.632126 -145.85
- 72 117.376 894 1 1 -1.24029 0.802397 -174.45
- 72 168.106 903 1 0 -1.24899 0.815812 -175.85
- 72 134.999 893 0 1 -1.42866 1.0879 -204.45
- 72 154.13 905 0 0 -1.43296 1.09524 -205.85
- 72 54.6164 946 0 0 -28.4947 9.43806 -206.25
- 72 132.321 947 0 0 -28.6344 9.45 -206.179
- 72 235.084 948 0 0 -28.7725 9.65 -206.152
-Number of digits in this event = 14
+Number of tracker hits in this event = 10
+ 72 188.076 900 4 1 0.230958 -0.18506 -84.45
+ 72 142.708 899 4 0 0.243674 -0.193397 -85.85
+ 72 120.719 902 3 1 0.486271 -0.353252 -114.45
+ 72 118.333 898 3 0 0.500053 -0.362038 -115.85
+ 72 163.064 903 2 1 0.7664 -0.539024 -144.45
+ 72 138.068 897 2 0 0.78408 -0.542593 -145.85
+ 72 136.158 905 1 1 1.13766 -0.601872 -174.45
+ 72 123.083 897 1 0 1.15036 -0.601173 -175.85
+ 72 112.093 906 0 1 1.42209 -0.571421 -204.45
+ 72 129.523 897 0 0 1.43679 -0.563835 -205.85
+Number of digits in this event = 9
proton
Event: 73
-Number of tracker hits in this event = 12
- 73 117.002 899 4 1 -0.0623768 0.0749343 -84.45
- 73 159.137 900 4 0 -0.0750406 0.0811583 -85.85
- 73 150.439 898 3 1 -0.336491 0.207101 -114.45
- 73 148.905 900 3 0 -0.346322 0.217054 -115.85
- 73 363.104 897 2 1 -0.509528 0.402719 -144.45
- 73 135.206 901 2 0 -0.521678 0.401992 -145.85
- 73 225.614 896 1 1 -0.7774 0.401139 -174.45
- 73 113.191 901 1 0 -0.781996 0.407958 -175.85
- 73 351.751 895 0 1 -0.876749 0.571755 -204.45
- 73 169.412 902 0 0 -0.881047 0.584509 -205.85
- 73 164.041 896 2 1 -0.650028 0.26218 -144.727
- 73 211.033 900 5 1 0.0983655 0.05 -54.6617
-Number of digits in this event = 13
+Number of tracker hits in this event = 9
+ 73 126.447 899 4 1 -0.201973 0.124466 -84.45
+ 73 122.421 900 4 0 -0.215769 0.127089 -85.85
+ 73 122.681 897 3 1 -0.48334 0.171101 -114.45
+ 73 114.691 900 3 0 -0.489912 0.161379 -115.85
+ 73 302.558 899 2 0 -0.649576 -0.052734 -145.85
+ 73 167.691 896 1 1 -0.752565 -0.333598 -174.45
+ 73 108.936 898 1 0 -0.754782 -0.35252 -175.85
+ 73 267.922 896 0 1 -0.795658 -0.715416 -204.45
+ 73 159.109 896 0 0 -0.782486 -0.735457 -205.85
+Number of digits in this event = 8
proton
Event: 74
-Number of tracker hits in this event = 20
- 74 113.631 899 5 1 -0.070498 0.0739286 -54.45
- 74 111.441 900 5 0 -0.0779384 0.0873167 -55.85
- 74 73.391 899 4 1 -0.249336 0.353262 -84.45
- 74 58.8879 898 4 1 -0.25 0.355265 -84.6491
- 74 114.716 901 4 0 -0.254053 0.367895 -85.85
- 74 224.33 898 3 1 -0.37436 0.671153 -114.45
- 74 178.217 903 3 0 -0.377687 0.68196 -115.85
- 74 142.972 898 2 1 -0.437553 0.900358 -144.45
- 74 186.213 904 2 0 -0.435162 0.917916 -145.85
- 74 135.824 898 1 1 -0.370804 1.29184 -174.45
- 74 140.948 906 1 0 -0.363945 1.30857 -175.85
- 74 106.211 899 0 1 -0.211196 1.67693 -204.45
- 74 182.202 908 0 0 -0.203809 1.69408 -205.85
- 74 139.866 907 0 0 -0.35197 1.65 -205.961
- 74 92.9704 895 0 1 -1.01608 1.0203 -204.85
- 74 101.282 894 0 1 -1.05004 1.00167 -204.825
- 74 274.539 861 1 0 -56.6811 -7.7352 -176.25
- 74 150.409 860 1 0 -56.8346 -7.85005 -175.993
- 74 177.031 899 3 1 -0.25 0.860302 -114.7
- 74 173.933 900 3 1 0.0500261 1.27117 -114.674
-Number of digits in this event = 13
+Number of tracker hits in this event = 13
+ 74 109.748 900 5 1 0.119894 -0.275939 -54.45
+ 74 150.299 898 5 0 0.129312 -0.288536 -55.85
+ 74 106.454 901 4 1 0.314933 -0.556775 -84.45
+ 74 127.745 897 4 0 0.326371 -0.573858 -85.85
+ 74 145.58 902 3 1 0.552446 -0.908333 -114.45
+ 74 217.224 895 3 0 0.565549 -0.920201 -115.85
+ 74 117.605 903 2 1 0.817256 -1.14885 -144.45
+ 74 132.191 894 2 0 0.838796 -1.15419 -145.85
+ 74 116.085 906 1 1 1.25968 -1.26939 -174.45
+ 74 153.567 893 1 0 1.28435 -1.2801 -175.85
+ 74 170.489 908 0 1 1.78823 -1.49458 -204.45
+ 74 142.601 892 0 0 1.81211 -1.50763 -205.85
+ 74 16.1742 247 7 1 -130.566 -111.5 5.21503
+Number of digits in this event = 10
proton
Event: 75
-Number of tracker hits in this event = 11
- 75 216.285 900 4 1 0.0614101 -0.0760394 -84.45
- 75 177.368 899 4 0 0.0640753 -0.0732424 -85.85
- 75 95.2439 900 1 1 0.234474 0.182517 -174.45
- 75 136.998 900 1 0 0.239322 0.185537 -175.85
- 75 96.6728 901 0 1 0.306695 0.233926 -204.45
- 75 405.08 900 0 0 0.311372 0.234974 -205.85
- 75 20.3676 900 6 0 -0.0500394 0.166817 -26.187
- 75 165.915 1097 6 0 25.8969 39.4509 -26.2499
- 75 91.55 1096 6 0 26.1367 39.45 -25.9175
- 75 24.6888 1032 6 1 26.6369 38.7799 -24.85
- 75 155.493 1078 6 0 27.5787 35.6857 -25.85
+Number of tracker hits in this event = 8
+ 75 73.3407 898 3 0 0.05 -0.399042 -116.009
+ 75 160.355 900 2 1 0.073526 -0.536045 -144.45
+ 75 124.016 897 2 0 0.0814507 -0.543435 -145.85
+ 75 134.467 900 1 1 0.241252 -0.714869 -174.45
+ 75 209.424 896 1 0 0.245568 -0.725924 -175.85
+ 75 135.909 901 0 1 0.344831 -0.968797 -204.45
+ 75 144.447 895 0 0 0.346564 -0.981354 -205.85
+ 75 14.4426 899 4 0 -0.05 -0.080799 -85.9978
Number of digits in this event = 7
proton
Event: 76
-Number of tracker hits in this event = 20
- 76 240.006 900 4 1 0.124624 -0.149906 -84.45
- 76 297.915 899 4 0 0.128492 -0.151726 -85.85
- 76 155.173 900 3 1 0.197118 -0.198849 -114.45
- 76 114.647 899 3 0 0.20017 -0.202486 -115.85
- 76 224.195 901 2 1 0.28279 -0.278508 -144.45
- 76 124.381 898 2 0 0.282914 -0.289504 -145.85
- 76 141.715 901 1 1 0.295103 -0.522219 -174.45
- 76 109.345 897 1 0 0.293594 -0.528095 -175.85
- 76 181.899 901 0 1 0.252245 -0.642189 -204.45
- 76 203.079 897 0 0 0.25162 -0.646311 -205.85
- 76 100.157 900 2 1 0.249907 -0.235002 -144.564
- 76 23.4715 899 2 1 -0.0500871 -0.2894 -144.827
- 76 132.557 891 2 0 -1.988 -1.66812 -145.85
- 76 14.3433 890 2 0 -1.93511 -1.85 -146.198
- 76 53.8508 1024 2 0 5.10883 24.9349 -146.25
- 76 97.0717 1025 2 0 5.13301 25.05 -146.175
- 76 143.68 1026 2 0 5.04236 25.25 -146.118
- 76 121.781 898 4 0 0.433458 -0.25 -85.9949
- 76 2.18413 1038 2 0 3.29041 27.65 -146.097
- 76 38.428 1058 2 0 5.91782 31.65 -145.9
-Number of digits in this event = 12
+Number of tracker hits in this event = 9
+ 76 136.368 900 3 1 0.20329 -0.136812 -114.45
+ 76 115.121 899 3 0 0.202298 -0.145018 -115.85
+ 76 122.823 900 2 1 0.190959 -0.289442 -144.45
+ 76 214.21 898 2 0 0.192324 -0.300152 -145.85
+ 76 128.581 900 1 1 0.213587 -0.51768 -174.45
+ 76 148.491 897 1 0 0.213499 -0.529129 -175.85
+ 76 115.375 900 0 1 0.196091 -0.739879 -204.45
+ 76 121.081 896 0 0 0.192591 -0.745742 -205.85
+ 76 131.544 899 5 0 0.161758 -0.0500365 -56.0983
+Number of digits in this event = 8
proton
Event: 77
Number of tracker hits in this event = 5
- 77 110.118 895 1 1 -0.908626 0.18837 -174.45
- 77 159.555 900 1 0 -0.924803 0.193496 -175.85
- 77 111.037 893 0 1 -1.26748 0.300524 -204.45
- 77 119.111 901 0 0 -1.28265 0.307574 -205.85
- 77 19.4356 737 0 1 -32.5651 138.291 -204.799
+ 77 120.986 900 3 0 0.0807954 0.0517769 -115.85
+ 77 220.115 900 2 1 0.15661 0.270887 -144.45
+ 77 114.891 901 2 0 0.152974 0.285658 -145.85
+ 77 123.794 900 1 1 0.0761226 0.588917 -174.45
+ 77 117.342 902 1 0 0.0709514 0.605504 -175.85
Number of digits in this event = 4
proton
Event: 78
-Number of tracker hits in this event = 64
- 78 206.523 899 4 1 -0.0563538 -0.297252 -84.45
- 78 131.636 898 4 0 -0.0662176 -0.306449 -85.85
- 78 115.074 898 3 1 -0.251069 -0.486052 -114.45
- 78 144.673 897 3 0 -0.259612 -0.501777 -115.85
- 78 40.6553 903 4 0 0.345783 0.73386 -85.8501
- 78 88.2244 904 4 0 0.356379 0.850095 -85.9735
- 78 77.4571 905 4 0 0.499276 1.05 -86.0766
- 78 53.2968 906 4 0 0.616464 1.25 -86.0871
- 78 66.6832 907 4 0 0.647289 1.45011 -86.0827
- 78 102.663 908 4 0 0.723465 1.65 -86.0139
- 78 7.50625 909 4 0 0.741941 1.85 -85.8641
- 78 15.6921 905 4 1 1.23524 2.93237 -84.85
- 78 235.068 906 4 1 1.25 2.95575 -84.8168
- 78 276.61 921 4 0 1.51918 4.26778 -85.8501
- 78 53.8896 945 1 1 9.19737 -17.434 -174.45
- 78 65.9959 946 1 1 9.25 -17.4804 -174.504
- 78 271.403 898 2 1 -0.285114 -0.85856 -144.45
- 78 1594.32 899 2 1 -0.25 -0.863935 -144.481
- 78 1069.51 900 2 1 0.05 -0.909578 -144.738
- 78 4516.43 894 2 0 1.25831 -1.09762 -145.85
- 78 70.3473 815 3 0 9.3452 -17.0302 -116.25
- 78 742.706 814 3 0 9.35715 -17.05 -116.216
- 78 52.7771 813 3 0 9.47837 -17.25 -115.869
- 78 256.73 948 3 1 9.82312 -17.8425 -114.85
- 78 664.424 949 3 1 9.85 -17.8887 -114.771
- 78 345.255 737 4 0 18.9286 -32.5947 -86.25
- 78 690.076 736 4 0 18.9628 -32.65 -86.1424
- 78 532.629 996 4 1 19.3738 -33.3212 -84.85
- 78 376.148 997 4 1 19.45 -33.446 -84.61
- 78 280.225 650 5 0 28.29 -49.9864 -56.25
- 78 736.67 649 5 0 28.3239 -50.05 -56.1411
- 78 949.793 1043 5 1 28.7238 -50.8076 -54.85
- 78 940.11 561 6 0 38.4516 -67.682 -26.25
- 78 433.569 560 6 0 38.5486 -67.85 -25.9653
- 78 861.468 1094 6 1 38.9465 -68.5021 -24.85
- 78 334.038 1095 6 1 39.05 -68.6709 -24.5609
- 78 866.751 495 7 0 40.9978 -80.9229 3.75
- 78 360.969 494 7 0 41.0174 -81.05 4.04449
- 78 1291.61 1105 7 1 41.0803 -81.5229 5.15
- 78 533.215 422 8 0 42.2256 -95.6748 33.75
- 78 913.393 421 8 0 42.2315 -95.75 33.9015
- 78 1575.04 1111 8 1 42.284 -96.3817 35.15
- 78 1528.68 314 9 0 42.1383 -117.16 63.75
- 78 961.746 313 9 0 42.1369 -117.35 64.0093
- 78 2730.48 1110 9 1 42.2064 -118.286 65.15
- 78 1368.84 897 2 1 -0.452632 -0.922709 -144.45
- 78 928.271 890 2 0 -0.737728 -1.85161 -145.85
- 78 347.868 889 2 0 -0.79868 -2.05 -146.15
- 78 512.847 871 1 1 -5.81514 -20.6667 -174.45
- 78 913.284 870 1 1 -5.85 -20.7628 -174.607
- 78 736.304 792 1 0 -6.11224 -21.52 -175.85
- 78 661.306 791 1 0 -6.15714 -21.65 -176.063
- 78 573.608 839 0 1 -12.2132 -39.2369 -204.45
- 78 1037.71 838 0 1 -12.25 -39.3533 -204.604
- 78 881.978 698 0 0 -12.5577 -40.2898 -205.85
- 78 864.032 697 0 0 -12.6106 -40.45 -206.064
- 78 1561.96 918 3 0 -16.2768 3.79136 -116.25
- 78 211.138 919 3 0 -16.4782 3.85 -115.893
- 78 1229.43 814 3 1 -17.0814 4.00693 -114.85
- 78 454.242 813 3 1 -17.25 4.05054 -114.559
- 78 2477.87 955 4 0 -32.0998 11.0544 -86.25
- 78 242.415 736 4 1 -32.8288 11.4119 -84.85
- 78 2783.12 735 4 1 -32.85 11.4224 -84.8093
- 78 129.851 1620 3 1 144.178 -108.548 -114.85
-Number of digits in this event = 53
+Number of tracker hits in this event = 5
+ 78 129.393 899 2 1 -0.0599594 -0.294757 -144.45
+ 78 134.395 898 2 0 -0.0591677 -0.298619 -145.85
+ 78 119.568 899 1 1 -0.0578873 -0.394237 -174.45
+ 78 123.765 898 1 0 -0.0532863 -0.404872 -175.85
+ 78 74.273 896 0 0 0.05 -0.665361 -205.995
+Number of digits in this event = 4
proton
Event: 79
Number of tracker hits in this event = 10
- 79 229.834 901 4 1 0.255371 0.0891341 -84.45
- 79 278.583 900 4 0 0.267634 0.090378 -85.85
- 79 127.112 902 3 1 0.527646 0.126808 -114.45
- 79 142.757 900 3 0 0.540049 0.129913 -115.85
- 79 231.52 903 2 1 0.803133 0.205179 -144.45
- 79 105.613 900 2 0 0.822206 0.208877 -145.85
- 79 157.707 905 1 1 1.21125 0.270234 -174.45
- 79 155.008 901 1 0 1.23057 0.271036 -175.85
- 79 139.129 907 0 1 1.63008 0.186495 -204.45
- 79 135.027 900 0 0 1.63915 0.181015 -205.85
-Number of digits in this event = 12
+ 79 107.702 899 4 1 -0.109988 -0.223283 -84.45
+ 79 152.437 899 4 0 -0.116235 -0.232859 -85.85
+ 79 113.169 899 3 1 -0.211161 -0.44301 -114.45
+ 79 163.918 897 3 0 -0.217009 -0.451396 -115.85
+ 79 171.728 898 2 1 -0.326864 -0.62167 -144.45
+ 79 119.771 897 2 0 -0.332517 -0.628304 -145.85
+ 79 126.662 898 1 1 -0.445668 -0.765299 -174.45
+ 79 196.13 896 1 0 -0.455473 -0.778293 -175.85
+ 79 117.863 896 0 1 -0.654798 -1.03416 -204.45
+ 79 144.67 895 0 0 -0.670225 -1.03969 -205.85
+Number of digits in this event = 7
proton
Event: 80
-Number of tracker hits in this event = 11
- 80 133.595 900 5 1 0.055023 -0.14272 -54.45
- 80 154.501 899 5 0 0.0590632 -0.149739 -55.85
- 80 143.255 900 4 1 0.141243 -0.299609 -84.45
- 80 145.496 898 4 0 0.141285 -0.306887 -85.85
- 80 147.152 900 3 1 0.145327 -0.426421 -114.45
- 80 197.847 898 3 0 0.141364 -0.436006 -115.85
- 80 166.538 900 2 1 0.0578832 -0.628195 -144.45
- 80 133.174 899 1 1 -0.142739 -0.862586 -174.45
- 80 145.749 895 1 0 -0.157705 -0.86852 -175.85
- 80 117.324 897 0 1 -0.468897 -0.981753 -204.45
- 80 121.548 895 0 0 -0.48283 -0.984723 -205.85
-Number of digits in this event = 11
+Number of tracker hits in this event = 16
+ 80 109.997 899 4 1 -0.0982847 -0.0524088 -84.45
+ 80 137.599 899 4 0 -0.0981015 -0.0565107 -85.85
+ 80 108.604 899 3 1 -0.105707 -0.161379 -114.45
+ 80 145.635 899 3 0 -0.097831 -0.167218 -115.85
+ 80 291.308 900 2 1 0.0568777 -0.295082 -144.45
+ 80 123.103 898 2 0 0.0622142 -0.303926 -145.85
+ 80 181.198 900 1 1 0.219458 -0.489521 -174.45
+ 80 128.343 897 1 0 0.226171 -0.496703 -175.85
+ 80 134.65 901 0 1 0.378363 -0.636679 -204.45
+ 80 104.82 897 0 0 0.387978 -0.647854 -205.85
+ 80 45.2945 896 0 0 0.389725 -0.65 -206.112
+ 80 147.145 901 2 1 0.25 -0.238883 -144.505
+ 80 31.1556 899 6 1 -0.101114 -0.0500232 -24.5397
+ 80 87.1386 898 6 1 -0.277559 0.05 -24.6821
+ 80 10.9306 900 6 1 0.247701 -0.572758 -24.85
+ 80 54.253 901 6 1 0.250014 -0.575436 -24.8463
+Number of digits in this event = 9
proton
Event: 81
-Number of tracker hits in this event = 8
- 81 209.889 898 3 1 -0.303817 6.47549 -114.45
- 81 154.333 933 3 0 -0.300906 6.68232 -115.85
- 81 230.581 899 2 1 -0.238853 10.9126 -144.45
- 81 119.924 955 2 0 -0.241495 11.1168 -145.85
- 81 169.067 898 1 1 -0.345291 15.2766 -174.45
- 81 173.136 977 1 0 -0.351052 15.4853 -175.85
- 81 379.126 897 0 1 -0.473208 19.761 -204.45
- 81 117.314 999 0 0 -0.470827 19.972 -205.85
-Number of digits in this event = 8
+Number of tracker hits in this event = 10
+ 81 163.859 899 3 1 -0.187765 -0.400742 -114.45
+ 81 465.715 898 3 0 -0.19586 -0.410343 -115.85
+ 81 150.29 898 2 1 -0.390887 -0.610397 -144.45
+ 81 132.473 897 2 0 -0.398153 -0.62079 -145.85
+ 81 123.656 897 1 1 -0.574803 -0.826373 -174.45
+ 81 118.802 896 1 0 -0.59022 -0.840478 -175.85
+ 81 264.513 895 0 1 -0.917008 -1.17841 -204.45
+ 81 440.936 894 0 0 -0.938264 -1.19247 -205.85
+ 81 7.43221 895 0 0 -1.10678 -1.04998 -206.072
+ 81 177.411 899 3 0 -0.260089 -0.249954 -116.235
+Number of digits in this event = 9
proton
Event: 82
-Number of tracker hits in this event = 10
- 82 121.253 900 4 1 0.170557 0.14115 -84.45
- 82 335.212 900 4 0 0.178417 0.151689 -85.85
- 82 138.665 901 3 1 0.353212 0.359581 -114.45
- 82 126.101 901 3 0 0.358742 0.360705 -115.85
- 82 149.138 902 2 1 0.474429 0.375125 -144.45
- 82 145.537 901 2 0 0.480517 0.377138 -145.85
- 82 119.349 902 1 1 0.615911 0.428075 -174.45
- 82 118.221 901 1 0 0.622002 0.427334 -175.85
- 82 150.25 903 0 1 0.73521 0.407575 -204.45
- 82 109.336 901 0 0 0.743469 0.407067 -205.85
-Number of digits in this event = 8
-proton
-Event: 83
-Number of tracker hits in this event = 7
- 83 141.264 900 3 1 0.0565086 0.0987954 -114.45
- 83 135.115 900 3 0 0.0566908 0.092866 -115.85
- 83 159.86 898 0 1 -0.281143 -0.485498 -204.45
- 83 158.408 897 0 0 -0.291556 -0.493824 -205.85
- 83 402.386 1670 0 0 51.3567 154.326 -206.015
- 83 564.764 1671 0 0 51.3481 154.35 -206.027
- 83 48.5628 441 0 0 -3.14221 -91.8895 -205.892
-Number of digits in this event = 10
-proton
-Event: 84
-Number of tracker hits in this event = 24
- 84 130.886 900 5 1 0.0531693 -0.0605792 -54.45
- 84 58.1497 899 5 0 0.0503708 -0.0583361 -55.85
- 84 123.573 897 0 1 -0.525954 -0.0700688 -204.45
- 84 148.275 899 0 0 -0.526783 -0.0741781 -205.85
- 84 2.01686 165 3 0 150.442 -146.95 -116.058
- 84 73.5397 554 1 0 53.3099 -69.2263 -176.25
- 84 75.6159 553 1 0 53.457 -69.25 -176.02
- 84 123.913 1175 1 1 55.0626 -69.8387 -174.85
- 84 82.0387 1176 1 1 55.25 -69.9147 -174.712
- 84 80.8889 1177 1 1 55.45 -69.9807 -174.58
- 84 70.7332 1178 1 1 55.65 -69.998 -174.502
- 84 63.2265 1179 1 1 55.85 -70.0305 -174.514
- 84 113.218 1180 1 1 56.05 -70.0869 -174.462
- 84 150.18 1181 1 1 56.25 -70.4624 -174.581
- 84 12.4853 543 1 0 56.3824 -71.4161 -175.85
- 84 99.3728 542 1 0 56.3868 -71.45 -175.901
- 84 92.4977 541 1 0 56.4418 -71.6501 -176.117
- 84 123.404 555 0 0 24.1059 -68.893 -206.25
- 84 121.781 1018 0 1 23.8138 -68.9795 -204.85
- 84 76.6642 507 1 0 27.1258 -78.4914 -176.25
- 84 40.5194 506 1 0 27.1774 -78.65 -175.976
- 84 233.952 1034 1 1 27.0228 -79.055 -174.85
- 84 361.544 1033 1 1 26.85 -79.1483 -174.639
- 84 119.082 1032 1 1 26.65 -79.3175 -174.504
+Number of tracker hits in this event = 13
+ 82 156.257 899 4 1 -0.198659 -0.106847 -84.45
+ 82 121.839 899 4 0 -0.203283 -0.11105 -85.85
+ 82 145.463 898 3 1 -0.298159 -0.209347 -114.45
+ 82 138.362 899 3 0 -0.301177 -0.212007 -115.85
+ 82 137.673 898 2 1 -0.36373 -0.275646 -144.45
+ 82 139.27 898 2 0 -0.360068 -0.291042 -145.85
+ 82 129.493 898 1 1 -0.274279 -0.61666 -174.45
+ 82 102.177 897 1 0 -0.269512 -0.630845 -175.85
+ 82 124.925 899 0 1 -0.178366 -0.9124 -204.45
+ 82 198.619 895 0 0 -0.168742 -0.925919 -205.85
+ 82 258.467 980 0 0 -11.7894 16.1305 -206.25
+ 82 132.78 981 0 0 -11.9659 16.25 -205.962
+ 82 24.5589 899 1 1 -0.249948 -0.626129 -174.469
Number of digits in this event = 12
proton
-Event: 85
-Number of tracker hits in this event = 22
- 85 134.247 899 5 0 -0.0649914 -0.0553528 -55.85
- 85 197.097 899 4 1 -0.152331 -0.228437 -84.45
- 85 204.157 899 4 0 -0.156571 -0.238783 -85.85
- 85 154.825 898 3 1 -0.260018 -0.46412 -114.45
- 85 199.267 897 3 0 -0.267334 -0.471323 -115.85
- 85 222.42 898 2 1 -0.401654 -0.631032 -144.45
- 85 55.6389 897 2 0 -0.411686 -0.647339 -145.85
- 85 43.2111 896 2 0 -0.413364 -0.65 -146.078
- 85 109.081 897 1 1 -0.627471 -1.05011 -174.45
- 85 119.854 894 1 0 -0.634652 -1.06936 -175.85
- 85 157.216 896 0 1 -0.782145 -1.48376 -204.45
- 85 131.883 892 0 0 -0.793317 -1.50519 -205.85
- 85 51.0256 1022 0 0 -70.8437 24.45 -206.241
- 85 23.1855 1062 0 0 -105.914 32.6147 -206.25
- 85 111.594 1063 0 0 -105.911 32.65 -206.158
- 85 327.368 1064 0 0 -105.849 32.85 -205.913
- 85 97.062 730 0 1 -33.9277 28.411 -204.85
- 85 29.15 729 0 1 -34.05 28.4919 -204.782
- 85 5.28078 1318 1 1 83.7604 -176.894 -174.85
- 85 6.64551 774 0 0 -91.3203 -25.25 -206.181
- 85 294.19 775 0 0 -91.6722 -25.05 -205.878
- 85 146.912 776 0 0 -91.8841 -24.85 -206.055
-Number of digits in this event = 15
+Event: 83
+Number of tracker hits in this event = 5
+ 83 39.6334 899 2 0 -0.145099 -0.05 -146.112
+ 83 120.905 899 1 1 -0.0820722 -0.458088 -174.45
+ 83 215.744 897 1 0 -0.0726488 -0.476055 -175.85
+ 83 114.534 900 0 1 0.11329 -0.851149 -204.45
+ 83 104.644 895 0 0 0.116698 -0.869404 -205.85
+Number of digits in this event = 3
proton
-Event: 86
-Number of tracker hits in this event = 7
- 86 219.478 900 3 1 0.132948 -0.0743385 -114.45
- 86 209.086 899 3 0 0.141095 -0.0742171 -115.85
- 86 328.047 901 2 1 0.318816 -0.0689491 -144.45
- 86 137.087 899 2 0 0.325042 -0.066427 -145.85
- 86 116.862 903 0 1 0.687944 0.05616 -204.45
- 86 341.358 900 0 0 0.701077 0.0609089 -205.85
- 86 109.596 901 0 0 0.724551 0.250025 -206.018
+Event: 84
+Number of tracker hits in this event = 10
+ 84 117.705 899 4 1 -0.0504735 0.3276 -84.45
+ 84 156.757 901 4 0 -0.053949 0.336512 -85.85
+ 84 110.835 899 3 1 -0.123577 0.51257 -114.45
+ 84 125.722 902 3 0 -0.133705 0.523969 -115.85
+ 84 133.077 898 2 1 -0.312142 0.758271 -144.45
+ 84 127.437 903 2 0 -0.320974 0.761938 -145.85
+ 84 151.644 897 1 1 -0.49899 0.851438 -174.45
+ 84 188.062 904 1 0 -0.512355 0.851946 -175.85
+ 84 119.845 896 0 1 -0.782523 0.881119 -204.45
+ 84 171.711 904 0 0 -0.79591 0.883169 -205.85
Number of digits in this event = 8
proton
+Event: 85
+Number of tracker hits in this event = 11
+ 85 108.928 901 5 1 0.333465 -0.0504772 -54.45
+ 85 165.253 899 5 0 0.346681 -0.0515564 -55.85
+ 85 130.853 902 4 1 0.638947 -0.0526837 -84.45
+ 85 41.2353 899 4 0 0.653829 -0.0502232 -85.85
+ 85 122.716 908 1 1 1.72356 -0.0737448 -174.45
+ 85 112.872 899 1 0 1.7422 -0.0866967 -175.85
+ 85 250.909 910 0 1 2.12736 -0.394506 -204.45
+ 85 172.381 898 0 0 2.1445 -0.409233 -205.85
+ 85 19.717 839 0 0 5.48464 -12.2248 -206.25
+ 85 201.682 838 0 0 5.48484 -12.2501 -206.215
+ 85 31.1133 1432 6 0 4.77605 106.704 -25.9151
+Number of digits in this event = 9
+proton
+Event: 86
+Number of tracker hits in this event = 11
+ 86 121.262 900 4 1 0.0535238 0.154073 -84.45
+ 86 163.831 900 4 0 0.0577717 0.163717 -85.85
+ 86 136.007 900 3 1 0.119006 0.371235 -114.45
+ 86 156.341 901 3 0 0.123522 0.386601 -115.85
+ 86 139.575 900 2 1 0.216582 0.697208 -144.45
+ 86 234.456 903 2 0 0.224423 0.713437 -145.85
+ 86 138.997 901 1 1 0.395538 1.04902 -174.45
+ 86 101.338 905 1 0 0.400869 1.06625 -175.85
+ 86 140.625 902 0 1 0.497786 1.43131 -204.45
+ 86 110.938 906 0 0 0.505259 1.44646 -205.85
+ 86 20.2743 907 0 0 0.507062 1.45 -206.179
+Number of digits in this event = 9
+proton
Event: 87
-Number of tracker hits in this event = 12
- 87 120.662 900 5 1 0.114272 0.0586991 -54.45
- 87 176.716 900 5 0 0.12137 0.0627058 -55.85
- 87 158.225 901 4 1 0.258982 0.173696 -84.45
- 87 207.151 900 4 0 0.263847 0.175022 -85.85
- 87 123.496 901 3 1 0.381304 0.202136 -114.45
- 87 107.207 900 3 0 0.385496 0.202326 -115.85
- 87 117.973 902 2 1 0.496435 0.216315 -144.45
- 87 167.746 900 2 0 0.499589 0.216177 -145.85
- 87 138.128 902 1 1 0.561671 0.20815 -174.45
- 87 146.638 900 1 0 0.564931 0.202994 -175.85
- 87 124.698 902 0 1 0.632094 0.0872307 -204.45
- 87 123.729 900 0 0 0.625206 0.0833944 -205.85
+Number of tracker hits in this event = 14
+ 87 179.822 900 5 1 0.232471 0.124267 -54.45
+ 87 130.903 900 5 0 0.23643 0.126991 -55.85
+ 87 167.376 901 4 1 0.323951 0.172477 -84.45
+ 87 120.503 900 4 0 0.321675 0.16902 -85.85
+ 87 106.301 901 3 1 0.263501 0.102794 -114.45
+ 87 152.628 900 3 0 0.261397 0.101425 -115.85
+ 87 152.661 900 2 1 0.229474 0.0738963 -144.45
+ 87 184.391 900 2 0 0.226658 0.0732201 -145.85
+ 87 124.26 900 1 1 0.16881 0.0646776 -174.45
+ 87 157.996 900 1 0 0.168787 0.0673376 -175.85
+ 87 115.033 900 0 1 0.186519 0.128289 -204.45
+ 87 168.201 900 0 0 0.188718 0.124655 -205.85
+ 87 92.1847 901 2 1 0.302804 -0.0500491 -144.793
+ 87 118.01 903 2 0 0.596717 0.720107 -145.85
Number of digits in this event = 11
proton
Event: 88
-Number of tracker hits in this event = 8
- 88 122.944 900 5 1 0.0528754 0.133579 -54.45
- 88 118.837 900 5 0 0.0581427 0.137273 -55.85
- 88 116.445 900 4 1 0.175976 0.21729 -84.45
- 88 224.226 900 4 0 0.17405 0.22211 -85.85
- 88 230.94 900 3 1 0.113169 0.323453 -114.45
- 88 131.267 901 3 0 0.111279 0.32489 -115.85
- 88 125.717 900 2 1 0.0768067 0.364093 -144.45
- 88 199.654 901 2 0 0.0736119 0.364395 -145.85
+Number of tracker hits in this event = 7
+ 88 153.099 900 2 1 0.0673484 -0.123859 -144.45
+ 88 131.789 899 2 0 0.0690838 -0.115003 -145.85
+ 88 121.837 900 1 1 0.101336 0.0653477 -174.45
+ 88 115.843 900 1 0 0.101287 0.0674524 -175.85
+ 88 117.892 900 0 1 0.0840614 0.111917 -204.45
+ 88 124.316 900 0 0 0.0905088 0.121171 -205.85
+ 88 6.3683 700 11 1 -39.85 101.98 125.519
Number of digits in this event = 7
proton
Event: 89
-Number of tracker hits in this event = 8
- 89 159.552 900 3 1 0.0652809 -0.249195 -114.45
- 89 132.987 898 3 0 0.0679464 -0.256778 -115.85
- 89 256.338 900 2 1 0.105119 -0.405422 -144.45
- 89 147.881 898 2 0 0.104169 -0.408667 -145.85
- 89 139.263 900 1 1 0.0875285 -0.468103 -174.45
- 89 243.359 897 1 0 0.0844396 -0.479094 -175.85
- 89 70.7043 985 5 0 1.64277 17.1379 -56.25
- 89 112.842 986 5 0 1.68225 17.2501 -56.1232
-Number of digits in this event = 7
+Number of tracker hits in this event = 11
+ 89 328.57 898 4 1 -0.303113 0.144763 -84.45
+ 89 120.272 900 4 0 -0.316552 0.146034 -85.85
+ 89 138.612 897 3 1 -0.588331 0.166177 -114.45
+ 89 137.175 900 3 0 -0.599163 0.166765 -115.85
+ 89 153.409 896 2 1 -0.829947 0.169551 -144.45
+ 89 142.563 900 2 0 -0.841818 0.169584 -145.85
+ 89 131.09 894 1 1 -1.09533 0.182107 -174.45
+ 89 148.506 900 1 0 -1.11211 0.180082 -175.85
+ 89 147.624 892 0 1 -1.46602 0.15748 -204.45
+ 89 106.195 900 0 0 -1.48536 0.159162 -205.85
+ 89 16.4976 899 4 1 -0.24999 0.202378 -84.729
+Number of digits in this event = 10
proton
Event: 90
-Number of tracker hits in this event = 71
- 90 146.334 900 4 1 0.100927 -0.239189 -84.45
- 90 220.673 899 4 0 0.101113 -0.24231 -85.85
- 90 137.782 900 3 1 0.0933764 -0.307117 -114.45
- 90 222.032 898 3 0 0.083968 -0.310478 -115.85
- 90 149.842 899 2 1 -0.117381 -0.378258 -144.45
- 90 199.288 898 2 0 -0.127932 -0.382112 -145.85
- 90 146.501 898 1 1 -0.361487 -0.462085 -174.45
- 90 113.706 897 1 0 -0.366344 -0.467643 -175.85
- 90 129.483 897 0 1 -0.453156 -0.552291 -204.45
- 90 128.262 897 0 0 -0.454358 -0.554847 -205.85
- 90 234.376 314 8 1 -117.226 127.88 35.15
- 90 35.8863 1309 2 0 -54.3188 81.9719 -146.25
- 90 130.421 1310 2 0 -54.3749 82.05 -146.19
- 90 130.655 1311 2 0 -54.5168 82.25 -146.037
- 90 16.1132 1312 2 0 -54.6583 82.45 -145.888
- 90 4.84903 622 2 1 -55.6417 83.8398 -144.85
- 90 109.635 621 2 1 -55.65 83.8515 -144.841
- 90 110.512 620 2 1 -55.85 84.1348 -144.633
- 90 13.5626 1525 3 0 -74.8014 125.3 -116.25
- 90 76.8015 1526 3 0 -74.8242 125.35 -116.216
- 90 96.6509 1527 3 0 -74.9141 125.55 -116.075
- 90 43.7245 1528 3 0 -75.0036 125.75 -115.936
- 90 386.331 521 3 1 -75.6812 127.274 -114.85
- 90 65.593 520 3 1 -75.85 127.653 -114.573
- 90 89.81 1691 4 0 -98.8383 158.38 -86.25
- 90 122.937 1692 4 0 -98.9625 158.55 -86.0938
- 90 28.4275 1693 4 0 -99.1131 158.75 -85.9071
- 90 10.1176 401 4 1 -99.9384 159.864 -84.85
- 90 126.429 400 4 1 -99.95 159.88 -84.8351
- 90 60.0713 399 4 1 -100.15 160.149 -84.5769
- 90 74.9357 1781 5 0 -105.929 176.419 -56.25
- 90 64.6387 1782 5 0 -105.985 176.55 -56.0108
- 90 69.7573 369 5 1 -106.292 177.112 -54.85
- 90 98.7062 368 5 1 -106.35 177.205 -54.6591
- 90 56.2335 1581 6 0 -168.634 136.436 -26.25
- 90 110.241 1580 6 0 -168.774 136.35 -26.194
- 90 169.604 1579 6 0 -169.082 136.15 -26.0762
- 90 87.5293 1578 6 0 -169.436 135.95 -25.9274
- 90 58.431 42 6 1 -171.579 134.854 -24.85
- 90 53.2306 41 6 1 -171.75 134.755 -24.7636
- 90 70.8373 40 6 1 -171.95 134.629 -24.6563
- 90 52.572 39 6 1 -172.15 134.495 -24.5316
- 90 7.15814 486 2 0 117.549 -82.837 -146.25
- 90 4.4346 485 2 0 117.567 -82.85 -146.25
- 90 105.543 1503 4 0 -77.298 120.897 -86.2499
- 90 181.932 1504 4 0 -77.2796 120.95 -86.0803
- 90 136.333 1131 2 0 -47.8535 46.2738 -146.25
- 90 79.7484 656 2 1 -48.7137 46.2049 -144.85
- 90 42.9408 655 2 1 -48.85 46.1891 -144.617
- 90 116.632 1083 3 0 -47.118 36.8187 -116.25
- 90 223.994 665 3 1 -47.034 36.2478 -114.85
- 90 113.639 1062 4 0 -60.8285 32.5518 -86.25
- 90 99.4535 593 4 1 -61.3303 32.8177 -84.85
- 90 120.051 1052 5 0 -78.2121 30.5061 -56.25
- 90 129.566 506 5 1 -78.6908 30.5632 -54.85
- 90 8.26767 505 5 1 -78.8501 30.5574 -54.4789
- 90 100.688 1201 6 0 -116.418 60.2877 -26.2499
- 90 84.5893 1202 6 0 -116.553 60.45 -26.0964
- 90 51.7196 316 6 1 -116.924 61.4468 -24.85
- 90 120.023 315 6 1 -116.95 61.5488 -24.7394
- 90 61.9107 314 6 1 -117.158 61.8285 -24.45
- 90 62.0286 313 6 1 -117.35 61.8873 -24.54
- 90 62.1053 312 6 1 -117.55 61.8769 -24.633
- 90 49.0057 311 6 1 -117.75 61.841 -24.7478
- 90 194.083 1206 6 0 -119.466 61.3941 -25.8501
- 90 82.2305 1205 6 0 -119.902 61.25 -25.9404
- 90 8.10137 299 6 1 -120.346 61.4125 -24.85
- 90 146.595 298 6 1 -120.35 61.4188 -24.8293
- 90 5.04099 297 6 1 -120.55 61.5356 -24.4803
- 90 5.47769 1501 4 0 -78.2526 120.55 -86.0966
- 90 327.656 1500 4 0 -78.6253 120.35 -86.1116
-Number of digits in this event = 28
+Number of tracker hits in this event = 13
+ 90 121.912 899 5 1 -0.111941 -0.122342 -54.45
+ 90 133.989 899 5 0 -0.125311 -0.124957 -55.85
+ 90 195.477 898 4 1 -0.386273 -0.169172 -84.45
+ 90 106.916 899 4 0 -0.397488 -0.165574 -85.85
+ 90 151.118 897 3 1 -0.638648 -0.110725 -114.45
+ 90 143.962 899 3 0 -0.65112 -0.115294 -115.85
+ 90 142.59 895 2 1 -0.911693 -0.207092 -144.45
+ 90 117.908 899 2 0 -0.917251 -0.211808 -145.85
+ 90 168.25 895 1 1 -1.03494 -0.309763 -174.45
+ 90 121.262 898 1 0 -1.04216 -0.320114 -175.85
+ 90 129.243 894 0 1 -1.18081 -0.521359 -204.45
+ 90 129.406 897 0 0 -1.18855 -0.529896 -205.85
+ 90 102.516 897 4 1 -0.45003 -0.128038 -84.5895
+Number of digits in this event = 11
proton
Event: 91
-Number of tracker hits in this event = 10
- 91 154.212 899 5 1 -0.168113 -0.0500137 -54.45
- 91 59.0571 899 5 0 -0.176682 -0.0500227 -55.85
- 91 201.418 897 3 1 -0.582493 0.203474 -114.45
- 91 99.5976 900 3 0 -0.597517 0.212109 -115.85
- 91 129.605 895 2 1 -0.865316 0.415282 -144.45
- 91 144.989 901 2 0 -0.882857 0.425006 -145.85
- 91 123.373 894 1 1 -1.22376 0.615362 -174.45
- 91 190.496 902 1 0 -1.24231 0.625428 -175.85
- 91 188.463 892 0 1 -1.61483 0.827214 -204.45
- 91 229.187 903 0 0 -1.63626 0.831155 -205.85
-Number of digits in this event = 9
+Number of tracker hits in this event = 14
+ 91 185.291 900 5 1 0.0838034 0.0742705 -54.45
+ 91 128.454 900 5 0 0.0846756 0.0772504 -55.85
+ 91 120.665 900 4 1 0.0880672 0.135963 -84.45
+ 91 167.575 900 4 0 0.0903693 0.133682 -85.85
+ 91 145.226 900 3 1 0.135639 0.0716903 -114.45
+ 91 127.791 900 3 0 0.133081 0.0702341 -115.85
+ 91 278.27 900 1 1 0.168538 -0.124548 -174.45
+ 91 135.804 899 1 0 0.170561 -0.136072 -175.85
+ 91 246.384 900 0 1 0.217869 -0.386558 -204.45
+ 91 271.485 898 0 0 0.220923 -0.401385 -205.85
+ 91 20.3215 902 0 1 0.496723 -0.570575 -204.85
+ 91 51.3871 899 1 1 -0.050059 -0.154985 -174.801
+ 91 25.6909 891 1 0 -3.18082 -1.72198 -175.85
+ 91 197.747 874 1 1 -5.11156 -2.81222 -174.85
+Number of digits in this event = 12
proton
Event: 92
-Number of tracker hits in this event = 8
- 92 4.63293 900 4 1 0.05 0.0576115 -84.835
- 92 161.639 900 4 0 0.0528453 0.0590157 -85.85
- 92 140.215 900 3 1 0.135556 0.0938453 -114.45
- 92 172.226 900 3 0 0.141132 0.0947909 -115.85
- 92 160.319 901 2 1 0.258455 0.0970742 -144.45
- 92 163.266 900 2 0 0.266497 0.095188 -145.85
- 92 185.551 902 0 1 0.517381 0.0675692 -204.45
- 92 128.844 900 0 0 0.519029 0.0616302 -205.85
+Number of tracker hits in this event = 10
+ 92 152.267 900 4 1 0.24467 -0.0948677 -84.45
+ 92 115.576 899 4 0 0.252343 -0.101186 -85.85
+ 92 153.383 901 3 1 0.416144 -0.226004 -114.45
+ 92 122.505 899 3 0 0.423415 -0.23156 -115.85
+ 92 158.185 902 2 1 0.572928 -0.338252 -144.45
+ 92 138.674 898 2 0 0.580535 -0.343248 -145.85
+ 92 167.603 903 1 1 0.749303 -0.452094 -174.45
+ 92 147.636 897 1 0 0.764724 -0.459762 -175.85
+ 92 116.229 905 0 1 1.08374 -0.613123 -204.45
+ 92 115.139 897 0 0 1.10151 -0.615885 -205.85
Number of digits in this event = 8
proton
Event: 93
-Number of tracker hits in this event = 10
- 93 124.251 900 4 1 0.0554394 -0.192413 -84.45
- 93 141.969 899 4 0 0.0584561 -0.199948 -85.85
- 93 129.131 900 3 1 0.107464 -0.37033 -114.45
- 93 135.907 898 3 0 0.107126 -0.376719 -115.85
- 93 112.402 900 2 1 0.123688 -0.516241 -144.45
- 93 129.384 897 2 0 0.121321 -0.521656 -145.85
- 93 148.84 900 1 1 0.0831935 -0.639909 -174.45
- 93 134.619 897 1 0 0.0828854 -0.644913 -175.85
- 93 134.286 900 0 1 0.0962801 -0.734759 -204.45
- 93 242.893 896 0 0 0.0986666 -0.740099 -205.85
-Number of digits in this event = 10
-proton
-Event: 94
-Number of tracker hits in this event = 28
- 94 128.253 900 4 1 0.136479 0.144854 -84.45
- 94 140.664 900 4 0 0.14107 0.151852 -85.85
- 94 266.943 900 3 1 0.227147 0.303274 -114.45
- 94 145.859 901 3 0 0.232344 0.309394 -115.85
- 94 109.911 901 2 1 0.334047 0.438396 -144.45
- 94 124.318 902 2 0 0.338132 0.452053 -145.85
- 94 112.977 901 1 1 0.423412 0.724071 -174.45
- 94 133.28 903 1 0 0.425427 0.738872 -175.85
- 94 138.812 902 0 1 0.458993 1.03053 -204.45
- 94 177.744 905 0 0 0.466478 1.05004 -205.85
- 94 521.808 882 8 0 -29.91 -3.5219 33.75
- 94 2.58964 743 8 1 -31.445 -3.45345 35.1501
- 94 109.327 742 8 1 -31.45 -3.45303 35.1586
- 94 5.83048 741 8 1 -31.65 -3.42317 35.5228
- 94 171.147 883 8 0 -30.9186 -3.45 33.8619
- 94 207.967 801 8 0 66.3741 -19.653 33.75
- 94 17.0597 800 8 0 66.4075 -19.85 34.1049
- 94 146.07 1230 8 1 66.1966 -19.9562 35.1501
- 94 133.527 1229 8 1 66.0499 -20.0895 35.5119
- 94 25.4855 1228 8 1 65.85 -20.1031 35.2805
- 94 73.546 804 8 0 65.8632 -19.236 34.15
- 94 74.3443 805 8 0 65.8522 -19.05 34.0468
- 94 28.5376 1234 8 1 66.9734 -19.147 35.15
- 94 240.032 1235 8 1 67.05 -19.1389 35.2075
- 94 170.486 785 8 0 60.322 -22.85 33.9292
- 94 285.059 1239 8 1 67.85 -18.8793 35.3547
- 94 27.012 1240 8 1 68.05 -18.8059 35.2959
- 94 28.6815 784 8 0 60.1175 -23.05 33.7547
-Number of digits in this event = 19
-proton
-Event: 95
-Number of tracker hits in this event = 8
- 95 121.923 900 4 1 0.0576055 0.386869 -84.45
- 95 148.908 901 4 0 0.059872 0.403219 -85.85
- 95 153.299 900 3 1 0.0992251 0.726771 -114.45
- 95 131.339 903 3 0 0.101596 0.741479 -115.85
- 95 183.145 900 2 1 0.145952 1.03979 -144.45
- 95 126.269 905 2 0 0.142734 1.05428 -145.85
- 95 178.681 900 1 1 0.0901109 1.3755 -174.45
- 95 136.546 906 1 0 0.0842162 1.38951 -175.85
+Number of tracker hits in this event = 13
+ 93 111.852 900 4 1 0.147484 0.133063 -84.45
+ 93 142.869 900 4 0 0.150672 0.140738 -85.85
+ 93 139.061 900 3 1 0.210732 0.26895 -114.45
+ 93 117.543 901 3 0 0.214735 0.271327 -115.85
+ 93 133.965 901 2 1 0.293835 0.331682 -144.45
+ 93 137.274 901 2 0 0.294766 0.333256 -145.85
+ 93 112.332 901 1 1 0.31728 0.392609 -174.45
+ 93 194.114 901 1 0 0.316797 0.392691 -175.85
+ 93 216.97 901 0 1 0.329495 0.392248 -204.45
+ 93 164.493 901 0 0 0.331153 0.391253 -205.85
+ 93 26.5153 900 1 0 0.259425 0.249942 -176.203
+ 93 44.2484 700 1 0 -10.7774 -40.0216 -176.25
+ 93 75.4081 699 1 0 -10.8243 -40.05 -176.192
Number of digits in this event = 9
proton
+Event: 94
+Number of tracker hits in this event = 9
+ 94 163.762 900 3 1 0.0866707 0.259486 -114.45
+ 94 123.544 901 3 0 0.0894378 0.263282 -115.85
+ 94 456.811 900 2 1 0.160342 0.349998 -144.45
+ 94 133.408 901 2 0 0.159372 0.355326 -145.85
+ 94 217.028 900 1 1 0.143099 0.446327 -174.45
+ 94 110.338 902 1 0 0.142216 0.451915 -175.85
+ 94 168.51 900 0 1 0.127692 0.573637 -204.45
+ 94 165.941 902 0 0 0.128481 0.579926 -205.85
+ 94 35.3111 901 2 1 0.25 -0.0829131 -144.554
+Number of digits in this event = 8
+proton
+Event: 95
+Number of tracker hits in this event = 10
+ 95 109.604 898 3 1 -0.337978 -0.0759538 -114.45
+ 95 137.819 899 3 0 -0.349192 -0.0779047 -115.85
+ 95 139.873 897 2 1 -0.588553 -0.0902217 -144.45
+ 95 146.937 899 2 0 -0.597243 -0.0889865 -145.85
+ 95 126.656 896 1 1 -0.757148 -0.0704782 -174.45
+ 95 125.841 899 1 0 -0.761085 -0.0628954 -175.85
+ 95 150.044 896 0 1 -0.840726 0.0716282 -204.45
+ 95 124.079 900 0 0 -0.8417 0.0800222 -205.85
+ 95 159.748 1092 1 1 38.4877 -9.109 -174.85
+ 95 60.9842 1091 1 1 38.45 -9.02887 -174.619
+Number of digits in this event = 11
+proton
Event: 96
-Number of tracker hits in this event = 5
- 96 157.59 898 1 1 -0.28067 -0.301975 -174.45
- 96 141.252 898 1 0 -0.290772 -0.310358 -175.85
- 96 111.035 897 0 1 -0.494704 -0.466356 -204.45
- 96 160.614 897 0 0 -0.499671 -0.473734 -205.85
- 96 69.9152 1231 5 0 174.358 66.3144 -56.25
-Number of digits in this event = 5
+Number of tracker hits in this event = 21
+ 96 129.912 900 4 1 0.216285 -0.149884 -84.45
+ 96 117.112 899 4 0 0.219693 -0.151576 -85.85
+ 96 129.059 901 3 1 0.320824 -0.199194 -114.45
+ 96 160.95 899 3 0 0.329805 -0.202215 -115.85
+ 96 136.775 902 2 1 0.509846 -0.266297 -144.45
+ 96 123.575 898 2 0 0.513299 -0.264565 -145.85
+ 96 170.854 902 1 1 0.555006 -0.230609 -174.45
+ 96 219.019 899 1 0 0.557766 -0.228843 -175.85
+ 96 119.542 902 0 1 0.585079 -0.184282 -204.45
+ 96 124.431 899 0 0 0.58719 -0.183431 -205.85
+ 96 41.3595 899 6 1 -0.0563818 -0.05 -24.7823
+ 96 79.8117 900 6 0 -0.923002 0.0500809 -26.0475
+ 96 72.9789 1161 6 0 -35.9082 52.343 -26.25
+ 96 104.72 1162 6 0 -35.9545 52.4501 -26.1279
+ 96 160.822 1205 6 0 -39.71 61.1157 -26.25
+ 96 36.4742 1204 6 0 -39.6795 61.05 -26.2028
+ 96 73.9682 898 6 0 0.0861315 -0.2803 -25.8501
+ 96 131.664 897 6 0 -0.05 -0.47334 -26.1058
+ 96 328.66 896 6 0 -0.323431 -0.650055 -26.0927
+ 96 119.76 895 6 0 -0.889688 -0.850068 -26.0533
+ 96 2.50822 247 6 1 -130.55 -79.5397 -24.5671
+Number of digits in this event = 12
proton
Event: 97
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 11
+ 97 108.433 899 4 1 -0.171937 0.057165 -84.45
+ 97 144.417 900 4 0 -0.175977 0.0585497 -85.85
+ 97 143.497 899 3 1 -0.236116 0.0972819 -114.45
+ 97 206.949 900 3 0 -0.241423 0.106015 -115.85
+ 97 202.212 898 2 1 -0.347654 0.286221 -144.45
+ 97 140.612 901 2 0 -0.348601 0.292478 -145.85
+ 97 141.083 898 1 1 -0.363988 0.408173 -174.45
+ 97 253.197 901 1 0 -0.364755 0.415799 -175.85
+ 97 122.435 898 0 1 -0.401103 0.567224 -204.45
+ 97 178.413 902 0 0 -0.398219 0.568216 -205.85
+ 97 361.09 899 5 1 -0.0900454 -0.0500722 -54.5705
+Number of digits in this event = 11
proton
Event: 98
-Number of tracker hits in this event = 6
- 98 119.953 904 2 1 0.886472 -0.0634978 -144.45
- 98 116.871 899 2 0 0.897531 -0.0663282 -145.85
- 98 145.361 905 1 1 1.13051 -0.124682 -174.45
- 98 125.938 899 1 0 1.14278 -0.130792 -175.85
- 98 114.167 906 0 1 1.38194 -0.262694 -204.45
- 98 121.685 898 0 0 1.39909 -0.271873 -205.85
-Number of digits in this event = 5
+Number of tracker hits in this event = 16
+ 98 175.464 899 4 1 -0.0761218 -0.112492 -84.45
+ 98 228.973 899 4 0 -0.0752215 -0.115298 -85.85
+ 98 255.878 899 3 1 -0.0546092 -0.160611 -114.45
+ 98 118.96 899 3 0 -0.0549716 -0.162153 -115.85
+ 98 136.905 899 2 1 -0.0745493 -0.193015 -144.45
+ 98 130.693 899 2 0 -0.0725662 -0.194308 -145.85
+ 98 187.285 1272 2 0 -114.514 74.6467 -146.25
+ 98 129.748 1273 2 0 -114.515 74.65 -146.245
+ 98 158.865 1271 2 0 -114.793 74.45 -146.106
+ 98 100.318 896 0 1 -0.755349 -22.1396 -204.85
+ 98 37.1114 965 2 0 -129.35 13.1616 -146.25
+ 98 118.026 966 2 0 -129.431 13.2501 -146.163
+ 98 62.3943 432 7 0 -174.137 -93.6295 3.75
+ 98 134.584 431 7 0 -174.242 -93.7502 3.92609
+ 98 139.937 25 7 1 -175.002 -94.7232 5.15
+ 98 47.9935 24 7 1 -175.15 -94.9266 5.41004
+Number of digits in this event = 13
proton
Event: 99
-Number of tracker hits in this event = 41
- 99 111.65 900 1 1 0.0849053 -0.274587 -174.45
- 99 178.833 898 1 0 0.0923885 -0.280516 -175.85
- 99 133.561 901 0 1 0.255779 -0.446504 -204.45
- 99 131.215 897 0 0 0.261301 -0.45423 -205.85
- 99 48.4467 899 3 0 0.05 -0.108356 -116.209
- 99 218.354 900 5 0 -0.05 0.0673896 -56.0442
- 99 266.195 901 5 0 -0.229013 0.250061 -56.1077
- 99 31.8777 290 9 0 -22.6773 -122.135 63.75
- 99 85.1462 289 9 0 -22.6352 -122.15 63.8524
- 99 96.2499 789 9 1 -22.15 -122.328 65.15
- 99 32.4412 790 9 1 -22.05 -122.347 65.4326
- 99 23.4616 565 10 0 -74.3415 -66.9218 93.75
- 99 63.9442 566 10 0 -74.4048 -66.8498 93.7806
- 99 74.8 567 10 0 -74.5617 -66.65 93.8575
- 99 84.112 568 10 0 -74.7487 -66.45 93.9217
- 99 78.8977 569 10 0 -74.9731 -66.25 93.9999
- 99 82.2633 570 10 0 -75.134 -66.0498 94.0678
- 99 65.9458 516 10 1 -76.6905 -63.9948 95.15
- 99 123.761 515 10 1 -76.85 -63.8014 95.284
- 99 49.562 514 10 1 -77.0501 -63.5754 95.5234
- 99 119.311 513 10 1 -77.25 -63.2846 95.5057
- 99 62.2966 512 10 1 -77.45 -63.3431 95.3831
- 99 52.064 511 10 1 -77.65 -63.3873 95.2528
- 99 2.59181 510 10 1 -77.85 -63.4465 95.1536
- 99 100.97 579 10 0 -79.8863 -64.0812 94.15
- 99 89.3265 578 10 0 -80.2454 -64.2501 94.0104
- 99 153.342 577 10 0 -80.4617 -64.45 93.9022
- 99 4.26327 576 10 0 -80.6887 -64.65 93.7574
- 99 144.321 370 9 1 -106.03 -85.4848 65.55
- 99 70.5147 371 9 1 -105.95 -85.8778 65.2204
- 99 28.6194 459 9 0 -105.022 -88.1666 64.15
- 99 96.7653 458 9 0 -105.012 -88.25 64.0947
- 99 93.1585 457 9 0 -105.037 -88.45 63.9104
- 99 51.2774 456 9 0 -104.943 -88.6501 63.8133
- 99 47.0255 107 9 0 -122.754 -158.555 63.75
- 99 188.168 108 9 0 -122.693 -158.55 63.8822
- 99 40.8755 282 9 1 -123.677 -158.862 65.15
- 99 177.91 281 9 1 -123.75 -158.874 65.1853
- 99 23.0633 209 10 0 -28.7354 -138.304 93.75
- 99 87.6211 208 10 0 -28.7284 -138.35 93.8325
- 99 155.615 759 10 1 -28.201 -139.117 95.15
-Number of digits in this event = 15
+Number of tracker hits in this event = 12
+ 99 93.4743 899 5 1 -0.187853 0.0885913 -54.45
+ 99 139.84 900 5 0 -0.197667 0.0887131 -55.85
+ 99 183.02 897 4 1 -0.506882 0.0807798 -84.45
+ 99 118.908 900 4 0 -0.521741 0.0883323 -85.85
+ 99 187.817 896 3 1 -0.807011 0.255681 -114.45
+ 99 133.612 901 3 0 -0.820554 0.262838 -115.85
+ 99 104.867 894 2 1 -1.08187 0.403961 -144.45
+ 99 215.581 901 2 0 -1.09085 0.409596 -145.85
+ 99 110.583 893 1 1 -1.28236 0.514178 -174.45
+ 99 124.854 902 1 0 -1.29145 0.51601 -175.85
+ 99 124.776 892 0 1 -1.475 0.550804 -204.45
+ 99 226.199 902 0 0 -1.48641 0.550427 -205.85
+Number of digits in this event = 9
Run terminated.
Run Summary
Number of events processed : 100
- User=2.6s Real=3.28s Sys=0.03s
+ User=0.92s Real=1.14s Sys=0.02s
End of Run 0
/gun/particle gamma
/gun/energy 1 GeV
@@ -2968,293 +2710,256 @@ Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
Event: 1
-Number of tracker hits in this event = 17
- 1 120.988 900 1 1 0.234802 -0.0900243 -174.45
- 1 172.701 899 1 0 0.240028 -0.101549 -175.85
- 1 109.525 901 0 1 0.342768 -0.35379 -204.45
- 1 115.712 898 0 0 0.345238 -0.36272 -205.85
- 1 114.606 1103 3 0 -116.12 40.7089 -116.25
- 1 105.128 322 3 1 -115.716 40.1584 -114.85
- 1 304.293 323 3 1 -115.55 40.1379 -114.725
- 1 194.714 703 1 0 -14.1186 -39.2918 -176.25
- 1 123.586 899 2 0 -0.098153 -0.103209 -145.85
- 1 123.464 891 1 1 -1.81023 -2.55801 -174.45
- 1 126.829 887 1 0 -1.73229 -2.62136 -175.85
- 1 156.876 899 0 1 -0.158346 -3.89308 -204.45
- 1 209.69 879 0 0 -0.214223 -4.07346 -205.85
- 1 29.2155 528 0 1 -74.25 -119.669 -204.841
- 1 55.5676 538 0 1 -72.45 -120.743 -204.756
- 1 97.4849 527 0 1 -74.45 -120.299 -204.752
- 1 21.5095 289 0 0 -72.4513 -122.15 -206.19
-Number of digits in this event = 10
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
gamma
Event: 2
-Number of tracker hits in this event = 1
- 2 75.4723 1668 7 1 153.75 52.7856 5.19719
+Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
Event: 3
-Number of tracker hits in this event = 1
- 3 27.2881 462 5 1 -87.5825 72.1988 -54.45
+Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
Event: 4
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
-gamma
-Event: 5
-Number of tracker hits in this event = 15
- 5 255.099 901 1 1 0.286166 -0.0822444 -174.45
- 5 119.225 899 1 0 0.306503 -0.0857682 -175.85
- 5 114.246 903 0 1 0.758464 -0.227377 -204.45
- 5 147.42 899 0 0 0.778727 -0.230692 -205.85
- 5 179.996 882 1 1 -3.58311 2.8166 -174.45
- 5 14.9545 881 1 1 -3.65 2.81798 -174.823
- 5 108.033 913 1 0 -3.7819 2.83223 -175.85
- 5 122.664 861 0 1 -7.73957 3.11766 -204.45
- 5 13.8868 915 0 0 -8.04185 3.24331 -205.85
- 5 105.847 916 0 0 -8.05748 3.25 -205.921
- 5 143.356 991 10 1 18.297 -4.43162 95.15
- 5 181.603 992 10 1 18.45 -4.47559 95.4701
- 5 110.769 901 1 0 0.27119 0.356456 -175.85
- 5 165.911 901 0 1 0.378123 0.727198 -204.45
- 5 112.479 903 0 0 0.359651 0.742807 -205.85
+Number of tracker hits in this event = 18
+ 4 232.867 900 2 1 0.197223 0.0769107 -144.45
+ 4 100.893 900 2 0 0.201543 0.0860333 -145.85
+ 4 117.539 901 1 1 0.321824 0.259743 -174.45
+ 4 131.643 901 1 0 0.327759 0.255927 -175.85
+ 4 223.696 902 0 1 0.480893 0.15212 -204.45
+ 4 114.57 900 0 0 0.490838 0.145472 -205.85
+ 4 25.1407 906 4 0 -0.169778 1.38535 -85.85
+ 4 149.149 907 4 0 -0.149044 1.45007 -85.9094
+ 4 110.939 908 4 0 -0.209685 1.65007 -86.038
+ 4 10.4918 909 4 0 -0.195803 1.85004 -85.884
+ 4 198.172 900 4 1 0.0500203 1.79369 -84.7543
+ 4 178.396 898 2 0 0.0888811 -0.416035 -145.85
+ 4 109.495 903 1 1 0.844623 -0.536364 -174.45
+ 4 79.836 904 1 1 0.85 -0.538324 -174.593
+ 4 112.382 897 1 0 0.894345 -0.554244 -175.85
+ 4 115.02 909 0 1 1.9062 -0.7779 -204.45
+ 4 118.872 896 0 0 1.93917 -0.783104 -205.85
+ 4 74.7986 922 0 1 4.45 7.3351 -204.652
Number of digits in this event = 8
gamma
+Event: 5
+Number of tracker hits in this event = 2
+ 5 33.0139 206 0 1 -138.75 13.3939 -204.472
+ 5 14.3795 131 4 0 91.4237 -153.95 -86.1859
+Number of digits in this event = 3
+gamma
Event: 6
-Number of tracker hits in this event = 13
- 6 105.791 899 0 1 -0.0819519 0.129848 -204.45
- 6 161.142 900 0 0 -0.0950397 0.130622 -205.85
- 6 76.4104 179 11 0 -142.957 -144.183 123.75
- 6 113.688 186 11 1 -142.824 -144.283 125.15
- 6 121.448 902 1 1 0.561719 0.1295 -174.45
- 6 141.774 900 1 0 0.638573 0.10762 -175.85
- 6 144.278 910 0 1 2.07062 -0.580328 -204.45
- 6 121.786 897 0 0 2.17589 -0.564296 -205.85
- 6 116.363 899 2 0 0.368692 -0.0500568 -145.953
- 6 5.96259 922 2 1 4.48786 1.59765 -144.85
- 6 12.0073 949 2 0 14.2047 9.91035 -145.85
- 6 184.911 983 2 1 16.6859 10.8784 -144.85
- 6 58.1852 601 2 1 -59.85 -35.3222 -144.808
-Number of digits in this event = 7
+Number of tracker hits in this event = 12
+ 6 95.1929 998 12 0 -44.0101 19.8477 153.75
+ 6 27.6513 997 12 0 -44.0072 19.6499 154.068
+ 6 801.211 677 12 1 -44.6364 18.5158 155.15
+ 6 153.635 676 12 1 -44.6501 18.4926 155.169
+ 6 213.985 678 12 1 -44.45 17.6434 155.545
+ 6 104.582 1112 12 0 -43.4493 42.5074 153.75
+ 6 185.344 684 12 1 -43.214 42.8758 155.15
+ 6 68.9393 686 12 1 -42.8182 42.957 155.55
+ 6 147.376 685 12 1 -42.8501 43.1425 155.498
+ 6 761.624 1122 12 0 -43.7914 44.4996 154.15
+ 6 288.227 392 3 1 -101.681 54.3629 -114.45
+ 6 15.7403 391 3 1 -101.75 54.3611 -114.602
+Number of digits in this event = 8
gamma
Event: 7
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 1
+ 7 162.924 799 0 0 -41.4321 -20.0945 -206.25
+Number of digits in this event = 2
gamma
Event: 8
+Number of tracker hits in this event = 1
+ 8 153.58 1287 3 0 132.647 77.503 -116.25
+Number of digits in this event = 2
+gamma
+Event: 9
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
-Event: 9
-Number of tracker hits in this event = 54
- 9 85.418 1018 2 0 22.6276 23.6678 -146.25
- 9 79.9097 1019 2 0 22.8061 23.85 -146.027
- 9 4.25828 1018 2 1 23.8404 24.7976 -144.85
- 9 84.458 1019 2 1 23.85 24.8063 -144.839
- 9 67.7721 1020 2 1 24.05 24.992 -144.603
- 9 174.913 1110 3 0 66.375 42.0612 -116.25
- 9 571.259 1111 3 0 66.831 42.25 -115.963
- 9 55.4278 1243 3 1 68.6601 42.9571 -114.85
- 9 73.8822 1244 3 1 68.85 43.0258 -114.731
- 9 50.7025 1245 3 1 69.05 43.1029 -114.608
- 9 25.2829 1246 3 1 69.25 43.177 -114.487
- 9 57.1894 1254 3 1 70.8931 43.1961 -114.45
- 9 53.1704 1255 3 1 71.05 43.1728 -114.49
- 9 53.3741 1256 3 1 71.25 43.1484 -114.53
- 9 133.435 1257 3 1 71.45 43.1226 -114.568
- 9 48.7092 1258 3 1 71.65 43.1006 -114.608
- 9 62.9902 1259 3 1 71.85 43.0778 -114.643
- 9 58.5697 1260 3 1 72.05 43.0493 -114.672
- 9 270.829 1261 3 1 72.25 43.0207 -114.7
- 9 78.369 1262 3 1 72.45 42.9885 -114.728
- 9 59.9583 1263 3 1 72.65 42.9521 -114.76
- 9 65.999 1264 3 1 72.85 42.9177 -114.793
- 9 77.0888 1265 3 1 73.0503 42.8861 -114.822
- 9 75.158 1619 2 1 143.985 34.6967 -144.45
- 9 79.8812 1620 2 1 144.15 34.5917 -144.578
- 9 78.668 1621 2 1 144.35 34.4635 -144.729
- 9 135.776 1066 2 0 146.141 33.4039 -145.85
- 9 150.904 1065 2 0 146.428 33.25 -146.019
- 9 131.987 1618 2 1 143.917 34.7139 -144.45
- 9 49.6169 1075 2 0 143.747 35.2085 -145.85
- 9 58.4353 1076 2 0 143.707 35.25 -146.003
- 9 286.659 1041 2 0 90.0202 28.3522 -146.25
- 9 61.5012 1340 2 1 88.1342 29.4326 -144.85
- 9 159.755 1339 2 1 88.05 29.447 -144.782
- 9 240.367 1338 2 1 87.85 29.4879 -144.543
- 9 41.2447 1109 3 0 73.4449 41.9749 -115.85
- 9 6.80737 1661 2 0 11.5906 152.533 -146.25
- 9 54.3456 1662 2 0 11.5918 152.55 -146.247
- 9 57.3428 1663 2 0 11.6111 152.75 -146.207
- 9 53.8513 1664 2 0 11.6332 152.95 -146.182
- 9 71.0111 1665 2 0 11.6709 153.15 -146.151
- 9 60.638 1666 2 0 11.6995 153.35 -146.124
- 9 53.9793 1667 2 0 11.7357 153.55 -146.101
- 9 56.3604 1668 2 0 11.7799 153.75 -146.075
- 9 73.7662 1669 2 0 11.8228 153.95 -146.043
- 9 151.145 1670 2 0 11.8629 154.15 -146
- 9 75.4993 1671 2 0 11.9007 154.35 -145.937
- 9 45.5912 1672 2 0 11.947 154.55 -145.885
- 9 98.5953 964 2 1 12.9864 158.654 -144.85
- 9 203.076 965 2 1 13.05 158.921 -144.738
- 9 126.705 900 0 1 0.115084 0.293078 -204.45
- 9 111.789 901 0 0 0.0809112 0.319779 -205.85
- 9 0.274833 955 3 1 11.05 -97.382 -114.573
- 9 54.4074 419 3 0 10.697 -96.2722 -115.85
-Number of digits in this event = 15
-gamma
Event: 10
-Number of tracker hits in this event = 24
- 10 204.441 899 4 1 -0.210598 0.31735 -84.45
- 10 162.5 901 4 0 -0.219649 0.317028 -85.85
- 10 149.747 898 3 1 -0.40951 0.284339 -114.45
- 10 117.682 901 3 0 -0.444758 0.285453 -115.85
- 10 138.181 894 2 1 -1.14287 0.326158 -144.45
- 10 132.972 901 2 0 -1.17872 0.33114 -145.85
- 10 125.804 890 1 1 -1.95561 0.396913 -174.45
- 10 110.273 901 1 0 -1.99006 0.401337 -175.85
- 10 223.262 886 0 1 -2.6768 0.461805 -204.45
- 10 116.574 902 0 0 -2.7075 0.463649 -205.85
- 10 225.945 900 4 0 -0.117371 0.25 -86.0317
- 10 72.8317 1063 3 0 -13.0502 32.7242 -116.25
- 10 145.381 900 5 1 0.198281 -0.126686 -54.45
- 10 312.35 899 5 0 0.191815 -0.168647 -55.85
- 10 107.497 900 4 1 0.0717577 -0.990614 -84.45
- 10 163.263 896 3 1 -0.693242 -1.22155 -114.45
- 10 116.302 894 3 0 -0.732838 -1.20663 -115.85
- 10 119.514 892 2 1 -1.58378 -0.917235 -144.45
- 10 107.147 895 2 0 -1.63738 -0.919674 -145.85
- 10 138.487 886 1 1 -2.78071 -0.977624 -174.45
- 10 202.193 895 1 0 -2.83872 -0.993877 -175.85
- 10 89.8219 880 0 1 -3.96042 -1.28855 -204.45
- 10 115.405 893 0 0 -4.03341 -1.27741 -205.85
- 10 31.3226 78 13 0 103.338 -164.35 183.82
-Number of digits in this event = 15
+Number of tracker hits in this event = 5
+ 10 35.3782 1653 9 0 -11.5772 150.888 63.7501
+ 10 108.324 1654 9 0 -11.5829 150.95 63.8082
+ 10 81.57 1655 9 0 -11.6254 151.15 63.897
+ 10 30.0169 841 9 1 -11.7 151.484 65.1501
+ 10 259.595 842 9 1 -11.6499 151.479 65.21
+Number of digits in this event = 2
gamma
Event: 11
-Number of tracker hits in this event = 1
- 11 66.6276 1415 13 1 103.15 95.5926 185.265
-Number of digits in this event = 1
+Number of tracker hits in this event = 17
+ 11 168.859 899 3 1 -0.111068 -0.094396 -114.45
+ 11 134.344 899 3 0 -0.11681 -0.0916168 -115.85
+ 11 130.344 898 1 1 -0.425501 0.0501538 -174.45
+ 11 106.103 900 1 0 -0.431329 0.0500842 -175.85
+ 11 150.053 900 4 0 0.54429 0.063755 -85.85
+ 11 231.221 954 3 1 10.9796 3.05133 -114.45
+ 11 155.03 914 3 0 11.184 2.97342 -115.85
+ 11 120.387 973 2 1 14.6807 0.761774 -144.45
+ 11 3.43336 972 2 1 14.65 0.676267 -144.843
+ 11 137.47 901 2 0 14.5874 0.446118 -145.85
+ 11 162.415 970 1 1 14.106 -5.52737 -174.45
+ 11 2.73783 870 1 0 14.0774 -6.04609 -175.85
+ 11 128.541 869 1 0 14.0772 -6.05 -175.86
+ 11 76.9638 967 0 1 13.4976 -16.2914 -204.45
+ 11 617.918 966 0 1 13.4499 -16.3065 -204.709
+ 11 144.392 818 0 0 13.2255 -16.3443 -205.85
+ 11 45.1327 965 0 1 13.25 -16.6367 -204.703
+Number of digits in this event = 13
gamma
Event: 12
Number of tracker hits in this event = 4
- 12 315.216 899 0 1 -0.184661 0.443693 -204.45
- 12 114.681 901 0 0 -0.224428 0.424153 -205.85
- 12 126.375 899 0 0 -0.0546852 -0.129657 -205.85
- 12 87.7341 1568 1 1 133.75 18.9126 -174.772
-Number of digits in this event = 3
+ 12 27.6337 1071 0 0 1.90226 34.2596 -206.25
+ 12 22.7916 899 0 1 -0.200492 35.067 -204.85
+ 12 51.754 898 0 1 -0.250046 35.0892 -204.847
+ 12 125.783 1076 0 0 -0.97476 35.393 -205.85
+Number of digits in this event = 2
gamma
Event: 13
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
Event: 14
-Number of tracker hits in this event = 4
- 14 128.978 900 0 1 0.0755043 -0.0890429 -204.45
- 14 138.797 899 0 0 0.0847651 -0.0966114 -205.85
- 14 197.77 899 0 1 -0.142224 0.258106 -204.45
- 14 157.277 901 0 0 -0.158415 0.271876 -205.85
-Number of digits in this event = 6
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
gamma
Event: 15
-Number of tracker hits in this event = 1
- 15 62.5829 1445 3 1 109.15 -45.8753 -114.771
-Number of digits in this event = 1
+Number of tracker hits in this event = 6
+ 15 115.877 900 0 1 0.100358 -0.0934933 -204.45
+ 15 113.899 899 0 0 0.0978603 -0.0869193 -205.85
+ 15 132.967 900 1 1 0.158698 -0.652598 -174.45
+ 15 159.455 896 1 0 0.184659 -0.688043 -175.85
+ 15 171.545 903 0 1 0.760595 -1.31905 -204.45
+ 15 116.64 893 0 0 0.77802 -1.36214 -205.85
+Number of digits in this event = 4
gamma
Event: 16
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 2
+ 16 125.86 268 8 1 -126.433 -165.572 35.15
+ 16 35.8417 267 8 1 -126.55 -165.707 35.2403
+Number of digits in this event = 2
gamma
Event: 17
-Number of tracker hits in this event = 62
- 17 145.724 900 5 1 0.106939 -0.0808614 -54.45
- 17 120.835 899 5 0 0.114989 -0.102678 -55.85
- 17 145.274 901 4 1 0.278101 -0.546604 -84.45
- 17 127.665 897 4 0 0.297431 -0.569729 -85.85
- 17 102.654 903 3 1 0.686962 -1.03984 -114.45
- 17 110.382 894 3 0 0.70046 -1.06917 -115.85
- 17 183.346 904 2 1 0.957703 -1.65219 -144.45
- 17 155.837 891 2 0 0.9779 -1.68744 -145.85
- 17 140.013 906 1 1 1.34411 -2.35434 -174.45
- 17 123.982 888 1 0 1.3663 -2.3959 -175.85
- 17 133.51 908 0 1 1.82838 -3.21444 -204.45
- 17 27.8843 884 0 0 1.85943 -3.24667 -205.85
- 17 97.9347 883 0 0 1.86271 -3.25 -205.995
- 17 78.5611 900 4 1 0.05 -0.136054 -84.5995
- 17 77.9257 895 4 0 0.514927 -0.893368 -85.8502
- 17 69.888 894 4 0 0.605672 -1.05 -86.0358
- 17 24.8458 860 4 0 -7.16756 -7.88091 -86.25
- 17 73.0595 861 4 0 -7.218 -7.85 -86.1638
- 17 74.1791 862 4 0 -7.34891 -7.65 -85.9797
- 17 3.30198 863 4 0 -7.47025 -7.45 -85.8569
- 17 16.1104 859 4 1 -8.21508 -6.41604 -84.85
- 17 102.794 858 4 1 -8.25 -6.3712 -84.8074
- 17 191.308 857 4 1 -8.45 -6.17291 -84.6781
- 17 93.8249 856 4 1 -8.65 -5.67169 -84.4547
- 17 60.2742 855 4 1 -8.85015 -5.66481 -84.532
- 17 71.0039 854 4 1 -9.05015 -5.68582 -84.6101
- 17 362.505 853 4 1 -9.25 -5.76423 -84.6774
- 17 23.9372 852 4 1 -9.45 -5.74096 -84.8421
- 17 61.3327 873 4 0 -12.1717 -5.41484 -85.85
- 17 60.8976 874 4 0 -12.3101 -5.25 -85.9331
- 17 59.058 875 4 0 -12.3677 -5.05 -86.024
- 17 3.97716 606 4 0 -12.403 -58.8302 -86.25
- 17 414.504 605 4 0 -12.4052 -58.85 -86.2388
- 17 77.8979 604 4 0 -12.4832 -59.0501 -86.1234
- 17 117.053 899 4 0 0.0670355 -0.0728796 -85.85
- 17 147.718 902 3 1 0.519111 -0.548629 -114.45
- 17 27.1081 897 3 0 0.569332 -0.457009 -115.85
- 17 76.9449 898 3 0 0.573172 -0.45 -115.953
- 17 181.825 908 2 1 1.71418 1.67786 -144.45
- 17 102.511 908 2 0 1.83675 1.67212 -145.85
- 17 122.618 920 1 1 4.17596 1.63801 -174.45
- 17 109.331 908 1 0 4.31108 1.6774 -175.85
- 17 88.5987 934 0 1 6.90554 2.38453 -204.45
- 17 133.593 911 0 0 7.03352 2.38329 -205.85
- 17 184.658 955 1 0 118.952 11.1041 -176.25
- 17 129.877 899 6 0 0.100875 -0.116388 -25.85
- 17 115.318 909 5 1 1.99509 -2.65586 -54.45
- 17 51.5969 886 5 0 2.06385 -2.81538 -55.85
- 17 28.7859 885 5 0 2.07737 -2.85 -56.1369
- 17 171.702 917 4 1 3.46323 -6.49716 -84.45
- 17 102.92 866 4 0 3.47433 -6.66242 -85.85
- 17 169.644 916 3 1 3.29808 -9.93017 -114.45
- 17 130.985 849 3 0 3.33879 -10.1771 -115.85
- 17 118.049 921 2 1 4.33377 -15.5663 -144.45
- 17 99.5089 821 2 0 4.50727 -15.7919 -145.85
- 17 7.29286 820 2 0 4.5526 -15.85 -146.211
- 17 5.53048 940 1 1 8.24918 -20.4668 -174.45
- 17 135.283 941 1 1 8.25 -20.4679 -174.46
- 17 139.5 797 1 0 8.34734 -20.5678 -175.85
- 17 118.662 950 0 1 10.2392 -22.9251 -204.45
- 17 111.055 785 0 0 10.272 -23.0153 -205.85
- 17 105.482 916 4 1 3.45 -6.47822 -84.5723
-Number of digits in this event = 24
+Number of tracker hits in this event = 2
+ 17 85.9633 1170 2 0 -101.058 54.05 -145.913
+ 17 2.48941 1169 2 0 -101.092 54.05 -145.885
+Number of digits in this event = 2
gamma
Event: 18
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 3
+ 18 73.1573 936 0 1 7.41026 91.1148 -204.85
+ 18 34.6131 919 5 0 -24.7907 4.00198 -56.25
+ 18 138.988 1060 13 0 -99.3881 32.1625 183.75
+Number of digits in this event = 3
gamma
Event: 19
-Number of tracker hits in this event = 7
- 19 130.975 901 1 1 0.322329 0.084416 -174.45
- 19 166.49 900 1 0 0.357782 0.119355 -175.85
- 19 125.265 905 0 1 1.07544 0.710453 -204.45
- 19 197.321 903 0 0 1.07416 0.756743 -205.85
- 19 124.341 899 0 1 -0.172523 -0.110632 -204.45
- 19 128.384 899 0 0 -0.181866 -0.118559 -205.85
- 19 5.83709 900 2 1 0.05 -0.0730697 -144.543
-Number of digits in this event = 8
+Number of tracker hits in this event = 43
+ 19 152.444 901 3 1 0.323316 -0.398609 -114.45
+ 19 225.988 898 3 0 0.386679 -0.434506 -115.85
+ 19 212.389 908 2 1 1.77122 -1.13255 -144.45
+ 19 103.093 894 2 0 1.82501 -1.15575 -145.85
+ 19 172.473 914 1 1 2.94446 -1.64787 -174.45
+ 19 185.652 891 1 0 2.9843 -1.65963 -175.85
+ 19 230.032 918 0 1 3.6645 -1.80087 -204.45
+ 19 139.092 891 0 0 3.71326 -1.82602 -205.85
+ 19 35.1468 899 5 0 -0.0500431 -0.0602733 -56.1783
+ 19 4.839 1605 5 0 -87.7554 141.15 -56.1512
+ 19 193.085 900 4 1 0.216774 -0.12564 -84.45
+ 19 102.953 899 4 0 0.24885 -0.144456 -85.85
+ 19 129.522 904 3 1 0.900633 -0.497013 -114.45
+ 19 131.755 897 3 0 0.926081 -0.514004 -115.85
+ 19 100.872 892 2 0 1.69495 -1.60937 -145.85
+ 19 106.891 901 1 1 0.384744 -2.45619 -174.45
+ 19 153.216 887 1 0 0.328514 -2.51375 -175.85
+ 19 133.079 892 0 1 -1.55443 -3.38882 -204.45
+ 19 119.756 883 0 0 -1.62908 -3.37191 -205.85
+ 19 92.0769 888 1 0 0.298423 -2.44997 -175.941
+ 19 8.24356 1168 3 0 179.434 53.8482 -116.25
+ 19 4.56956 1169 3 0 179.434 53.8501 -116.25
+ 19 26.2181 898 0 1 -0.303761 -5.22144 -204.45
+ 19 79.6661 899 0 1 -0.249901 -5.23585 -204.68
+ 19 95.9624 876 0 0 1.643 -4.69006 -205.85
+ 19 149.189 877 0 0 1.7364 -4.65 -205.898
+ 19 404.306 902 3 1 0.474744 -0.274471 -114.45
+ 19 127.243 899 3 0 0.486702 -0.220034 -115.85
+ 19 175.028 900 2 1 0.212675 0.673385 -144.45
+ 19 176.644 903 2 0 0.255029 0.790646 -145.85
+ 19 133.143 909 1 1 1.92913 4.05683 -174.45
+ 19 127.139 921 1 0 1.90776 4.32985 -175.85
+ 19 114.908 905 0 1 1.11179 9.02973 -204.45
+ 19 143.733 945 0 0 1.09293 9.17295 -205.85
+ 19 114.276 823 4 0 15.7776 -15.2795 -86.25
+ 19 30.4685 822 4 0 15.9181 -15.4501 -85.9366
+ 19 159.168 981 4 1 16.3324 -16.0734 -84.8499
+ 19 78.6735 980 4 1 16.25 -16.4002 -84.5137
+ 19 100.319 903 2 1 0.779728 -0.0915357 -144.45
+ 19 104.141 923 1 1 4.77327 0.884215 -174.45
+ 19 117.409 904 1 0 4.88243 0.87609 -175.85
+ 19 14.9242 1564 4 0 -24.3536 133.015 -86.25
+ 19 220.236 1565 4 0 -24.3754 133.15 -86.0512
+Number of digits in this event = 25
gamma
Event: 20
Number of tracker hits in this event = 0
-Number of digits in this event = 2
+Number of digits in this event = 1
gamma
Event: 21
-Number of tracker hits in this event = 1
- 21 36.3812 274 1 0 -2.81497 -125.15 -176.015
-Number of digits in this event = 1
+Number of tracker hits in this event = 52
+ 21 123.892 898 3 1 -0.365181 0.78323 -114.45
+ 21 94.7001 903 3 0 -0.386701 0.839122 -115.85
+ 21 36.5375 904 3 0 -0.390967 0.85 -116.125
+ 21 159.161 896 2 1 -0.838172 1.97282 -144.45
+ 21 117.318 895 2 1 -0.85 1.9804 -144.77
+ 21 145.162 909 2 0 -0.891833 2.00222 -145.85
+ 21 139.288 890 1 1 -1.92259 2.55565 -174.45
+ 21 154.945 912 1 0 -1.98376 2.57083 -175.85
+ 21 153.637 883 0 1 -3.324 2.8071 -204.45
+ 21 114.423 913 0 0 -3.39716 2.8175 -205.85
+ 21 36.1131 884 0 1 -3.22405 3.07297 -204.45
+ 21 92.794 1234 3 0 42.9005 67.0484 -116.25
+ 21 66.0224 1233 3 0 42.7725 66.85 -116.035
+ 21 152.884 1111 3 1 42.3077 65.8846 -114.85
+ 21 180.816 1110 3 1 42.25 65.7467 -114.707
+ 21 69.964 1109 3 1 42.05 65.5033 -114.486
+ 21 122.453 1112 3 1 42.4501 65.4453 -114.827
+ 21 59.0632 1113 3 1 42.65 65.4854 -114.819
+ 21 84.8103 1114 3 1 42.85 65.5439 -114.782
+ 21 471.658 1115 3 1 43.0501 65.5463 -114.645
+ 21 20.7861 1116 3 1 43.25 65.6543 -114.614
+ 21 159.192 1219 3 0 46.4467 63.8779 -115.85
+ 21 117.176 1140 3 1 48.0959 62.9901 -114.85
+ 21 154.033 1212 3 0 48.6315 62.5756 -115.85
+ 21 47.2787 1316 3 0 40.4096 83.3073 -116.25
+ 21 81.86 1315 3 0 40.3524 83.2499 -116.158
+ 21 57.3797 1314 3 0 40.2368 83.0499 -115.953
+ 21 12.0583 1313 3 0 40.1465 82.85 -115.859
+ 21 16.0544 1088 3 1 37.7059 80.1476 -114.85
+ 21 100.769 1087 3 1 37.65 80.0879 -114.826
+ 21 77.0356 1086 3 1 37.45 79.8974 -114.713
+ 21 57.8824 1085 3 1 37.25 79.7457 -114.593
+ 21 106.867 1084 3 1 36.9904 79.6208 -114.45
+ 21 87.5086 1083 3 1 36.8499 79.8773 -114.726
+ 21 57.5107 1303 3 0 35.9027 80.7329 -115.85
+ 21 92.3005 1304 3 0 35.8181 80.8501 -115.983
+ 21 20.1748 1389 3 0 48.347 98.1001 -116.25
+ 21 75.8368 1390 3 0 48.3239 98.1501 -116.186
+ 21 62.1808 1391 3 0 48.2919 98.3501 -115.985
+ 21 28.9809 1138 3 1 47.8061 99.9009 -114.85
+ 21 105.685 1139 3 1 47.8501 99.9615 -114.772
+ 21 425.742 1141 3 1 48.2501 100.143 -114.596
+ 21 53.0265 1142 3 1 48.4501 100.206 -114.584
+ 21 117.997 900 1 1 0.173864 0.192879 -174.45
+ 21 105.64 900 1 0 0.158808 0.20085 -175.85
+ 21 121.212 903 0 1 0.715211 -0.263146 -204.45
+ 21 11.0315 902 0 1 0.65 -0.182166 -204.813
+ 21 104.703 900 0 0 0.475202 0.0543571 -205.85
+ 21 139.259 998 1 0 4.37556 19.6833 -176.25
+ 21 154.973 997 1 0 4.48688 19.6499 -175.981
+ 21 59.7599 1078 1 0 13.2455 35.7066 -176.25
+ 21 22.6051 1077 1 0 13.2546 35.65 -176.233
+Number of digits in this event = 17
gamma
Event: 22
Number of tracker hits in this event = 0
@@ -3262,216 +2967,243 @@ Number of digits in this event = 1
gamma
Event: 23
Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of digits in this event = 3
gamma
Event: 24
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 62
+ 24 110.292 900 5 1 0.167982 0.646879 -54.45
+ 24 132.857 903 5 0 0.192458 0.669124 -55.85
+ 24 196.263 903 4 1 0.751513 0.926283 -84.45
+ 24 120.395 904 4 0 0.754083 0.921486 -85.85
+ 24 109.112 903 3 1 0.722787 0.778031 -114.45
+ 24 103.524 903 3 0 0.71075 0.778851 -115.85
+ 24 169.168 901 2 1 0.43494 0.854346 -144.45
+ 24 112.744 904 2 0 0.423464 0.862171 -145.85
+ 24 116.185 898 0 1 -0.428232 1.20937 -204.45
+ 24 241.136 905 0 0 -0.436286 1.21209 -205.85
+ 24 86.3445 610 5 0 69.0265 -57.9809 -56.25
+ 24 156.644 899 5 1 -0.145277 -0.455906 -54.45
+ 24 128.821 897 5 0 -0.152031 -0.482987 -55.85
+ 24 119.484 898 4 1 -0.356996 -1.07324 -84.45
+ 24 133.268 894 4 0 -0.374182 -1.08995 -85.85
+ 24 158.417 896 3 1 -0.710296 -1.4205 -114.45
+ 24 482.161 893 3 0 -0.736914 -1.42051 -115.85
+ 24 100.179 893 2 1 -1.3798 -1.43654 -144.45
+ 24 126.547 893 2 0 -1.39673 -1.42885 -145.85
+ 24 259.573 891 1 1 -1.75134 -1.28956 -174.45
+ 24 227.15 893 1 0 -1.7464 -1.28488 -175.85
+ 24 111.065 891 0 1 -1.67168 -1.20604 -204.45
+ 24 121.556 894 0 0 -1.66595 -1.19918 -205.85
+ 24 124.158 892 1 1 -1.65 -1.30125 -174.607
+ 24 56.4908 897 1 0 -1.50937 -0.565415 -175.85
+ 24 62.4464 898 1 0 -1.48428 -0.45 -176.046
+ 24 48.6408 900 0 1 0.05 16.3164 -204.714
+ 24 312.796 985 0 0 0.528395 17.0903 -205.85
+ 24 88.1405 986 0 0 0.648504 17.25 -206.063
+ 24 86.5033 984 0 0 0.114806 17.05 -205.919
+ 24 84.5644 983 0 0 0.12953 16.85 -206.025
+ 24 21.9082 895 2 1 -1.03514 -1.80355 -144.45
+ 24 258.83 894 2 1 -1.06123 -1.79525 -144.45
+ 24 129.108 891 2 0 -1.04307 -1.74151 -145.85
+ 24 6.00642 896 1 1 -0.65279 -0.192875 -174.45
+ 24 259.924 897 1 1 -0.65 -0.19227 -174.48
+ 24 191.78 899 1 0 -0.535039 -0.147596 -175.85
+ 24 177.289 909 0 1 1.94314 1.0586 -204.45
+ 24 113.226 904 0 0 2.18259 0.935185 -205.85
+ 24 455.154 897 3 1 -0.469527 -1.35418 -114.45
+ 24 128.028 896 2 1 -0.84909 -1.22755 -144.45
+ 24 127.965 894 2 0 -0.835384 -1.21849 -145.85
+ 24 119.917 894 1 0 -0.552105 -1.12513 -175.85
+ 24 62.077 904 0 1 1.04247 -0.395531 -204.45
+ 24 79.0174 905 0 1 1.05 -0.383241 -204.605
+ 24 121.891 898 0 0 1.10543 -0.281986 -205.85
+ 24 79.5361 903 2 1 0.809266 -2.45251 -144.45
+ 24 36.1802 904 2 1 0.85 -2.4927 -144.707
+ 24 114.982 886 2 0 1.03738 -2.65865 -145.85
+ 24 112.897 925 1 1 5.20836 -7.15116 -174.45
+ 24 141.407 863 1 0 5.29936 -7.38234 -175.85
+ 24 1.12236 862 1 0 5.32634 -7.45 -176.243
+ 24 113.483 939 0 1 7.9998 -12.1665 -204.45
+ 24 63.4668 836 0 0 8.14827 -12.7735 -205.85
+ 24 78.48 835 0 0 8.16791 -12.85 -206.033
+ 24 147.545 890 2 0 -1.11533 -1.91366 -145.85
+ 24 212.083 888 1 1 -2.35441 -4.01718 -174.45
+ 24 110.996 878 1 0 -2.42219 -4.29802 -175.85
+ 24 123.871 884 0 1 -3.17715 -9.73351 -204.45
+ 24 181.015 851 0 0 -3.12884 -9.81015 -205.85
+ 24 151.648 865 0 1 -6.85556 4.98804 -204.45
+ 24 106.144 923 0 0 -7.41713 4.77389 -205.85
+Number of digits in this event = 34
gamma
Event: 25
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
Event: 26
-Number of tracker hits in this event = 23
- 26 91.3105 900 5 1 0.142315 -0.130918 -54.45
- 26 297.294 899 5 0 0.148159 -0.132621 -55.85
- 26 122.896 900 4 1 0.235197 -0.141895 -84.45
- 26 119.989 899 4 0 0.232493 -0.140256 -85.85
- 26 137.652 900 3 1 0.163377 -0.114717 -114.45
- 26 122.836 899 3 0 0.156495 -0.114937 -115.85
- 26 122.135 898 1 1 -0.317665 -0.454044 -174.45
- 26 261.83 897 1 0 -0.329878 -0.477642 -175.85
- 26 188.563 897 0 1 -0.529978 -0.993528 -204.45
- 26 153.071 895 0 0 -0.543672 -1.01698 -205.85
- 26 154.199 1336 13 1 87.4063 -54.0575 185.55
- 26 104.153 899 5 1 -0.0945744 -0.295657 -54.45
- 26 139.716 898 5 0 -0.138682 -0.305411 -55.85
- 26 122.881 895 4 1 -0.877217 -0.452295 -84.45
- 26 126.72 897 4 0 -0.928779 -0.481869 -85.85
- 26 198.506 890 3 1 -1.91516 -0.92808 -114.45
- 26 209.695 895 3 0 -1.90398 -0.910464 -115.85
- 26 155.76 892 2 1 -1.62383 -0.65045 -144.45
- 26 116.105 897 2 0 -1.61847 -0.645427 -145.85
- 26 98.3055 894 1 1 -1.153 -0.450209 -174.45
- 26 119.501 916 0 1 3.30498 -2.54889 -204.45
- 26 43.2778 887 0 0 3.4539 -2.64009 -205.85
- 26 97.241 886 0 0 3.47007 -2.65 -206.004
-Number of digits in this event = 17
+Number of tracker hits in this event = 0
+Number of digits in this event = 2
gamma
Event: 27
-Number of tracker hits in this event = 0
+Number of tracker hits in this event = 1
+ 27 9.46909 608 1 1 -58.25 -35.195 -174.609
Number of digits in this event = 1
gamma
Event: 28
-Number of tracker hits in this event = 11
- 28 138.358 900 1 1 0.108544 0.115776 -174.45
- 28 141.193 900 1 0 0.0990745 0.128356 -175.85
- 28 92.9963 900 0 1 0.0690599 0.159523 -204.45
- 28 116.827 900 0 0 0.0665993 0.164688 -205.85
- 28 120.619 907 1 0 -27.7321 1.59937 -176.25
- 28 31.3751 906 1 0 -27.8915 1.45 -175.914
- 28 10.7823 758 1 1 -28.432 1.09955 -174.85
- 28 155.446 757 1 1 -28.4501 1.08521 -174.807
- 28 51.5902 756 1 1 -28.65 0.824179 -174.46
- 28 163.402 895 0 1 -0.94344 0.498652 -204.45
- 28 112.537 902 0 0 -0.984145 0.492451 -205.85
-Number of digits in this event = 7
+Number of tracker hits in this event = 2
+ 28 70.1379 1645 10 0 58.6194 149.15 93.9083
+ 28 106.711 1644 10 0 58.6927 149.15 93.9784
+Number of digits in this event = 2
gamma
Event: 29
-Number of tracker hits in this event = 1
- 29 103.409 549 13 1 -70.05 74.3586 185.182
+Number of tracker hits in this event = 2
+ 29 87.455 670 5 0 -110.931 -45.9221 -56.25
+ 29 14.0587 671 5 0 -110.926 -45.85 -56.2373
Number of digits in this event = 2
gamma
Event: 30
-Number of tracker hits in this event = 0
+Number of tracker hits in this event = 2
+ 30 111.998 1154 0 1 50.85 49.7913 -204.538
+ 30 30.6218 1043 0 0 -67.7728 28.714 -206.25
Number of digits in this event = 1
gamma
Event: 31
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 10
+ 31 42.5267 900 0 1 0.0508767 0.675559 -204.45
+ 31 47.0904 825 0 1 -15.0195 121.225 -204.45
+ 31 120.942 824 0 1 -15.05 121.306 -204.532
+ 31 76.7305 1501 0 0 -16.3858 120.481 -205.85
+ 31 126.986 1500 0 0 -16.4527 120.35 -205.987
+ 31 85.1859 1499 0 0 -16.4747 120.15 -206.178
+ 31 151.861 899 1 1 -0.078107 0.134868 -174.45
+ 31 173.753 900 1 0 -0.0853149 0.135933 -175.85
+ 31 325.009 898 0 1 -0.321182 0.214997 -204.45
+ 31 140.833 900 0 0 -0.300069 0.224275 -205.85
+Number of digits in this event = 7
gamma
Event: 32
-Number of tracker hits in this event = 6
- 32 381.739 390 0 1 -102.08 -178.17 -204.45
- 32 106.127 391 0 1 -101.95 -178.986 -204.691
- 32 317.673 392 0 1 -101.75 -179.153 -204.743
- 32 165.362 388 0 1 -102.435 -178.195 -204.45
- 32 56.2889 5 0 0 -102.8 -179.025 -205.85
- 32 68.9702 4 0 0 -102.886 -179.15 -206.015
-Number of digits in this event = 4
+Number of tracker hits in this event = 23
+ 32 129.4 899 1 1 -0.186881 1.00325 -174.45
+ 32 143.63 905 1 0 -0.209046 1.07858 -175.85
+ 32 172.087 897 0 1 -0.565283 2.66632 -204.45
+ 32 272.439 913 0 0 -0.609224 2.73776 -205.85
+ 32 5.78449 1223 5 0 -130.807 64.65 -55.8997
+ 32 40.4379 243 5 1 -131.466 65.3474 -54.85
+ 32 102.284 242 5 1 -131.55 65.4204 -54.7567
+ 32 107.532 241 5 1 -131.75 65.5857 -54.5925
+ 32 123.582 240 5 1 -131.95 65.829 -54.4676
+ 32 67.8211 239 5 1 -132.15 65.9435 -54.5762
+ 32 52.1724 238 5 1 -132.35 66.0398 -54.6306
+ 32 94.5298 237 5 1 -132.55 66.1164 -54.6486
+ 32 191.208 236 5 1 -132.75 66.2142 -54.6061
+ 32 139.05 1232 5 0 -133.304 66.478 -55.85
+ 32 85.973 1233 5 0 -133.56 66.6501 -56.146
+ 32 1.50708 1234 5 0 -133.743 66.85 -56.2482
+ 32 80.8399 684 0 1 -43.05 -17.2865 -204.835
+ 32 99.7699 683 0 1 -43.2501 -17.0877 -204.767
+ 32 67.0628 829 0 0 -45.6897 -14.205 -205.85
+ 32 76.1567 830 0 0 -45.8143 -14.0499 -205.916
+ 32 80.8157 831 0 0 -45.8696 -13.85 -205.953
+ 32 139.427 832 0 0 -45.8 -13.6499 -206.057
+ 32 246.774 833 0 0 -45.6159 -13.4499 -206.212
+Number of digits in this event = 11
gamma
Event: 33
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 21
+ 33 154.095 898 3 1 -0.382589 0.294186 -114.45
+ 33 125.636 901 3 0 -0.418728 0.37377 -115.85
+ 33 127.462 894 2 1 -1.07828 2.09375 -144.45
+ 33 130.486 910 2 0 -1.12453 2.16821 -145.85
+ 33 128.731 889 1 1 -2.21945 3.73088 -174.45
+ 33 107.631 918 1 0 -2.2467 3.8037 -175.85
+ 33 120.204 892 0 1 -1.47021 6.56117 -204.45
+ 33 170.114 933 0 0 -1.42122 6.70184 -205.85
+ 33 115.994 899 3 1 -0.103986 -0.125877 -114.45
+ 33 140.406 899 3 0 -0.107401 -0.133386 -115.85
+ 33 204.416 899 2 1 -0.167107 -0.282728 -144.45
+ 33 297.281 898 2 0 -0.172057 -0.310825 -145.85
+ 33 149.888 898 1 1 -0.26877 -0.895423 -174.45
+ 33 120.933 895 1 0 -0.282531 -0.917638 -175.85
+ 33 121.022 897 0 1 -0.473313 -1.35423 -204.45
+ 33 103.41 893 0 0 -0.483669 -1.35708 -205.85
+ 33 96.7228 926 0 0 -15.8323 5.26801 -206.25
+ 33 170.461 925 0 0 -15.9112 5.25 -206.18
+ 33 67.2055 1015 0 0 -22.2542 23.2459 -206.25
+ 33 86.67 1016 0 0 -22.2382 23.25 -206.191
+ 33 191.347 898 2 1 -0.25 -0.287971 -144.457
+Number of digits in this event = 16
gamma
Event: 34
-Number of tracker hits in this event = 1
- 34 343.333 1360 9 0 -139.934 92.2306 63.75
-Number of digits in this event = 3
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
gamma
Event: 35
Number of tracker hits in this event = 0
-Number of digits in this event = 2
+Number of digits in this event = 1
gamma
Event: 36
-Number of tracker hits in this event = 1
- 36 244.818 337 11 1 -112.577 2.50245 125.55
-Number of digits in this event = 2
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
gamma
Event: 37
-Number of tracker hits in this event = 26
- 37 102.484 899 3 1 -0.0575517 -0.134323 -114.45
- 37 121.261 899 3 0 -0.065543 -0.139407 -115.85
- 37 130.784 898 2 1 -0.275845 -0.272885 -144.45
- 37 101.478 898 2 0 -0.294619 -0.282619 -145.85
- 37 112.13 896 1 1 -0.693031 -0.503047 -174.45
- 37 149.957 897 1 0 -0.711636 -0.524548 -175.85
- 37 121.937 894 0 1 -1.09381 -0.961475 -204.45
- 37 120.57 895 0 0 -1.11385 -0.979462 -205.85
- 37 180.653 907 5 1 1.5445 0.785474 -54.45
- 37 136.375 903 5 0 1.82393 0.683269 -55.85
- 37 113.684 933 4 1 6.75713 -0.966103 -84.45
- 37 2.08117 934 4 1 6.85 -0.993769 -84.843
- 37 122.956 894 4 0 7.08532 -1.06478 -85.85
- 37 111.706 968 3 1 13.7665 -2.51073 -114.45
- 37 104.658 887 3 0 13.8667 -2.54479 -115.85
- 37 150.833 975 2 1 15.1102 -3.15569 -144.45
- 37 120.659 884 2 0 15.5728 -3.07177 -145.85
- 37 18.0324 885 2 0 15.6894 -3.05 -146.193
- 37 31.9344 1024 1 1 25.0214 -1.10517 -174.45
- 37 74.8166 1025 1 1 25.05 -1.08898 -174.554
- 37 57.3331 895 1 0 25.4173 -0.871823 -175.85
- 37 124.279 896 1 0 25.4546 -0.85 -175.985
- 37 281.906 1061 0 1 32.358 4.39152 -204.45
- 37 21.8477 925 0 0 32.087 5.21158 -205.85
- 37 88.8647 926 0 0 32.0766 5.25012 -205.924
- 37 27.274 899 6 0 0.05 -0.0569618 -26.0092
-Number of digits in this event = 14
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
gamma
Event: 38
-Number of tracker hits in this event = 1
- 38 143.599 965 1 1 13.1518 -84.2301 -174.85
-Number of digits in this event = 2
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
gamma
Event: 39
-Number of tracker hits in this event = 2
- 39 211.657 994 6 0 -96.2602 19.0068 -26.25
- 39 189.046 423 6 1 -95.3722 18.6392 -24.85
-Number of digits in this event = 3
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
gamma
Event: 40
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 24
+ 40 109.649 899 5 1 -0.242279 0.060179 -54.45
+ 40 213.558 900 5 0 -0.192739 0.0528546 -55.85
+ 40 133.407 903 4 1 0.774304 -0.0938085 -84.45
+ 40 222.948 899 4 0 0.863354 -0.0973295 -85.85
+ 40 119.828 913 3 1 2.70632 -0.0825156 -114.45
+ 40 145.806 899 3 0 2.79248 -0.0784422 -115.85
+ 40 24.3741 922 2 1 4.46191 -0.05 -144.763
+ 40 172.778 899 2 0 4.47611 -0.124956 -145.85
+ 40 109.112 924 1 1 4.94301 -2.32363 -174.45
+ 40 113.549 887 1 0 4.95297 -2.46689 -175.85
+ 40 118.271 925 0 1 5.185 -5.35865 -204.45
+ 40 169.1 873 0 0 5.15824 -5.41905 -205.85
+ 40 202.207 1039 3 0 109.875 27.8803 -116.25
+ 40 75.0262 1038 3 0 110.081 27.85 -116.008
+ 40 126.148 901 3 1 0.420259 0.799215 -114.45
+ 40 121.819 903 3 0 0.431882 0.818668 -115.85
+ 40 87.8838 902 2 1 0.626524 1.22718 -144.45
+ 40 80.2476 905 2 0 0.634718 1.24616 -145.85
+ 40 40.6854 906 2 0 0.63635 1.25 -146.141
+ 40 113.846 903 1 1 0.788517 1.69602 -174.45
+ 40 130.567 908 1 0 0.795743 1.72419 -175.85
+ 40 105.381 904 0 1 0.868218 2.2683 -204.45
+ 40 162.348 911 0 0 0.869687 2.30529 -205.85
+ 40 17.9126 540 0 1 -71.8735 22.4704 -204.45
+Number of digits in this event = 13
gamma
Event: 41
+Number of tracker hits in this event = 3
+ 41 122.435 667 0 1 -46.4509 87.4905 -204.85
+ 41 193.049 668 0 1 -46.45 87.9861 -204.594
+ 41 50.8626 660 0 1 -47.8818 83.6471 -204.45
+Number of digits in this event = 3
+gamma
+Event: 42
+Number of tracker hits in this event = 2
+ 42 201.589 1498 5 1 119.935 -58.8665 -54.4501
+ 42 189.736 874 1 0 161.381 -5.25 -176.165
+Number of digits in this event = 3
+gamma
+Event: 43
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
-Event: 42
-Number of tracker hits in this event = 8
- 42 99.6051 900 0 0 -0.05 0.0810339 -206.042
- 42 112.341 1302 12 0 -57.9566 80.45 153.841
- 42 12.914 1578 4 1 135.884 -44.4132 -84.45
- 42 29.0578 408 1 0 -19.0536 -98.35 -176.245
- 42 51.8483 407 1 0 -19.0875 -98.55 -175.978
- 42 106.047 802 1 1 -19.5364 -98.649 -174.85
- 42 132.599 803 1 1 -19.45 -98.5315 -174.623
- 42 256.212 804 1 1 -19.25 -98.3976 -174.604
-Number of digits in this event = 4
-gamma
-Event: 43
-Number of tracker hits in this event = 11
- 43 106.695 906 2 0 0.0596907 1.44665 -145.85
- 43 121.083 904 1 1 0.853235 1.28159 -174.45
- 43 167.754 906 1 0 0.848011 1.31627 -175.85
- 43 116.04 902 0 1 0.605656 2.33144 -204.45
- 43 127.786 911 0 0 0.56088 2.37355 -205.85
- 43 124.135 899 1 1 -0.0628888 0.517342 -174.45
- 43 143.105 902 1 0 -0.0701307 0.552125 -175.85
- 43 131.26 899 0 1 -0.195587 1.21118 -204.45
- 43 126.935 905 0 0 -0.187896 1.23509 -205.85
- 43 42.3388 965 2 0 91.0138 13.0714 -146.25
- 43 226.309 865 1 0 39.921 -6.90313 -176.25
-Number of digits in this event = 11
-gamma
Event: 44
-Number of tracker hits in this event = 34
- 44 233.972 900 4 1 0.0881228 0.117315 -84.45
- 44 140.633 900 4 0 0.0925598 0.117354 -85.85
- 44 186.53 900 3 1 0.191905 0.124568 -114.45
- 44 108.598 900 3 0 0.203638 0.119399 -115.85
- 44 140.976 902 0 1 0.535755 0.357772 -204.45
- 44 151.365 901 0 0 0.55168 0.378981 -205.85
- 44 33.3762 895 5 0 0.185588 -0.895911 -55.85
- 44 97.5319 899 5 1 -0.148768 -1.32455 -54.85
- 44 162.077 900 1 1 0.126333 0.395651 -174.45
- 44 54.4002 901 1 1 0.250072 0.444132 -174.675
- 44 86.8346 902 1 0 0.828726 0.63449 -175.85
- 44 117.823 903 1 0 0.885336 0.65 -175.964
- 44 119.31 494 0 0 -38.4276 -81.242 -206.25
- 44 129.117 495 0 0 -37.9693 -81.05 -205.982
- 44 70.5307 496 0 0 -37.6921 -80.85 -205.959
- 44 82.1743 497 0 0 -37.5422 -80.6499 -205.933
- 44 135.686 498 0 0 -37.6613 -80.45 -205.934
- 44 72.6332 704 0 1 -39.1742 -79.7541 -204.85
- 44 181.008 703 0 1 -39.25 -79.7785 -204.734
- 44 121.482 889 4 0 0.127818 -2.05863 -85.85
- 44 166.349 899 3 1 -0.153771 -4.26213 -114.45
- 44 150.61 879 3 0 -0.156777 -4.23724 -115.85
- 44 122.636 898 2 1 -0.273634 -3.50314 -144.45
- 44 0.942201 882 2 0 -0.321893 -3.45012 -145.85
- 44 165.456 883 2 0 -0.322053 -3.45 -145.854
- 44 277.054 891 1 1 -1.75172 -2.44856 -174.45
- 44 129.525 888 1 0 -1.839 -2.39196 -175.85
- 44 115.899 881 0 1 -3.72786 -1.50592 -204.45
- 44 125.596 893 0 0 -3.7591 -1.38265 -205.85
- 44 25.7303 1349 2 0 72.5368 89.9616 -146.25
- 44 95.6235 1350 2 0 72.7651 90.15 -145.923
- 44 27.1188 1351 2 0 72.9338 90.35 -145.899
- 44 108.981 1256 2 1 71.3946 89.6693 -144.85
- 44 198.364 1255 2 1 71.25 89.6198 -144.628
-Number of digits in this event = 20
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
gamma
Event: 45
Number of tracker hits in this event = 0
@@ -3479,343 +3211,310 @@ Number of digits in this event = 1
gamma
Event: 46
Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of digits in this event = 0
gamma
Event: 47
+Number of tracker hits in this event = 64
+ 47 128.841 899 4 1 -0.209747 -0.0905652 -84.45
+ 47 184.006 899 4 0 -0.218904 -0.0987002 -85.85
+ 47 181.743 898 3 1 -0.336067 -0.234919 -114.45
+ 47 145.173 899 3 0 -0.336299 -0.241149 -115.85
+ 47 155.902 898 2 1 -0.303742 -0.324142 -144.45
+ 47 239.695 899 2 0 -0.295226 -0.189595 -145.85
+ 47 582.127 899 1 1 -0.158306 3.14474 -174.45
+ 47 24.343 898 1 1 -0.25009 3.10035 -174.752
+ 47 142.528 914 1 0 -0.6017 2.93538 -175.85
+ 47 132.898 864 0 1 -7.16132 -2.09434 -204.45
+ 47 58.9755 863 0 1 -7.25 -2.06352 -204.622
+ 47 225.641 890 0 0 -8.03889 -1.86457 -205.85
+ 47 213.553 891 0 0 -8.11133 -1.84996 -205.955
+ 47 31.6584 917 0 1 3.5771 -7.21857 -204.45
+ 47 166.728 918 0 1 3.65 -7.2226 -204.489
+ 47 111.374 919 0 1 3.85 -7.21457 -204.596
+ 47 55.8346 920 0 1 4.05 -7.21824 -204.705
+ 47 18.575 921 0 1 4.25 -7.23147 -204.823
+ 47 236.101 863 0 0 6.26569 -7.37131 -205.85
+ 47 67.8985 827 0 0 32.8107 -14.4685 -206.25
+ 47 52.2417 826 0 0 32.8121 -14.65 -206.103
+ 47 59.9684 825 0 0 32.8014 -14.8501 -206.073
+ 47 55.716 824 0 0 32.8293 -15.0501 -206.103
+ 47 86.3808 823 0 0 32.845 -15.2501 -206.157
+ 47 8.02455 822 0 0 32.8155 -15.45 -206.239
+ 47 162.446 619 0 0 17.3683 -56.1597 -206.25
+ 47 60.0815 618 0 0 17.2691 -56.25 -206.03
+ 47 239.826 985 0 1 17.2459 -56.6517 -204.85
+ 47 201.557 986 0 1 17.25 -57.1305 -204.665
+ 47 15.9368 900 5 1 0.114502 0.05 -54.8115
+ 47 19.2672 902 5 0 0.897761 0.614001 -55.8501
+ 47 99.4926 903 5 0 0.934362 0.65 -55.9058
+ 47 106.702 904 5 0 1.12859 0.850126 -56.1447
+ 47 233.718 897 1 0 -0.227257 -0.515211 -175.85
+ 47 413.371 898 0 1 -0.436837 -1.30878 -204.45
+ 47 129.524 893 0 0 -0.467588 -1.34049 -205.85
+ 47 311.476 897 2 1 -0.617311 -0.19919 -144.45
+ 47 132.389 898 2 0 -0.649772 -0.302188 -145.85
+ 47 34.6358 893 1 1 -1.42448 -1.68634 -174.45
+ 47 98.1865 892 1 1 -1.45 -1.7205 -174.546
+ 47 110.07 889 1 0 -1.80664 -2.14322 -175.85
+ 47 29.3206 888 1 0 -1.89375 -2.25012 -176.158
+ 47 21.9239 850 0 1 -10.0253 -11.8401 -204.45
+ 47 109.273 849 0 1 -10.05 -11.8701 -204.524
+ 47 3.3308 838 0 0 -10.5093 -12.4444 -205.85
+ 47 186.174 837 0 0 -10.5138 -12.45 -205.863
+ 47 145.351 896 1 1 -0.747273 -0.251666 -174.45
+ 47 109.008 899 1 0 -0.718523 -0.201124 -175.85
+ 47 118.321 899 0 1 -0.0784025 0.830148 -204.45
+ 47 118.5 900 0 1 0.050057 0.908164 -204.749
+ 47 139.62 897 0 0 -0.277991 -0.502419 -205.85
+ 47 117.327 897 4 1 -0.49037 -0.260526 -84.45
+ 47 134.466 898 4 0 -0.561495 -0.257309 -85.85
+ 47 41.3373 889 3 1 -2.24207 0.116797 -114.45
+ 47 119.973 888 3 1 -2.25 0.12229 -114.593
+ 47 102.028 900 3 0 -2.32242 0.161366 -115.85
+ 47 172.377 880 2 1 -3.90061 1.03998 -144.45
+ 47 223.823 905 2 0 -3.99897 1.05358 -145.85
+ 47 101.494 870 1 1 -5.87372 1.19602 -174.45
+ 47 105.978 905 1 0 -5.9256 1.2028 -175.85
+ 47 51.4843 865 0 1 -7.03309 1.37246 -204.45
+ 47 62.886 906 0 0 -7.17014 1.4372 -205.85
+ 47 30.493 907 0 0 -7.19477 1.45002 -206.112
+ 47 169.083 1277 2 0 -7.15694 75.5177 -146.25
+Number of digits in this event = 29
+gamma
+Event: 48
+Number of tracker hits in this event = 14
+ 48 8.46156 908 1 1 1.84794 0.438121 -174.45
+ 48 91.108 909 1 1 1.85 0.43935 -174.491
+ 48 192.26 902 1 0 1.91511 0.478641 -175.85
+ 48 132.667 916 0 1 3.29265 1.34005 -204.45
+ 48 132.234 906 0 0 3.37422 1.38237 -205.85
+ 48 163.753 899 0 1 -0.238179 -0.150534 -204.45
+ 48 142.708 899 0 0 -0.253231 -0.174604 -205.85
+ 48 5.47962 899 1 0 -0.102216 -0.0500706 -176.238
+ 48 40.9346 701 1 0 -15.8913 -39.7828 -176.25
+ 48 149.431 700 1 0 -15.8856 -39.8501 -176.171
+ 48 103.927 699 1 0 -15.85 -40.05 -176.154
+ 48 280.875 698 1 0 -15.654 -40.2501 -176.2
+ 48 54.622 976 2 0 8.65087 15.3925 -146.25
+ 48 44.3391 977 2 0 8.73451 15.45 -146.16
+Number of digits in this event = 9
+gamma
+Event: 49
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
-Event: 48
-Number of tracker hits in this event = 22
- 48 105.942 900 5 1 0.169613 -0.187648 -54.45
- 48 375.233 899 5 0 0.176423 -0.187013 -55.85
- 48 121.14 901 4 1 0.307611 -0.204599 -84.45
- 48 183.009 899 4 0 0.298194 -0.195862 -85.85
- 48 142.073 899 2 1 -0.122326 0.134895 -144.45
- 48 96.0232 900 2 0 -0.121327 0.13682 -145.85
- 48 113.208 898 5 1 -0.379507 0.421659 -54.45
- 48 110.181 901 5 0 -0.41635 0.435422 -55.85
- 48 129.052 894 4 1 -1.09788 0.785888 -84.45
- 48 117.498 903 4 0 -1.12668 0.772371 -85.85
- 48 113.256 890 3 1 -1.90444 0.602518 -114.45
- 48 108.058 902 3 0 -1.96822 0.573237 -115.85
- 48 252.423 875 1 1 -5.02307 -0.481845 -174.45
- 48 146.115 897 1 0 -5.11054 -0.507389 -175.85
- 48 118.075 866 0 1 -6.76945 -1.02755 -204.45
- 48 193.774 894 0 0 -6.88487 -1.07295 -205.85
- 48 125.855 896 1 0 -5.14879 -0.744358 -175.85
- 48 13.0157 856 0 1 -8.68664 6.84416 -204.45
- 48 102.629 857 0 1 -8.65 6.85892 -204.489
- 48 283.563 858 0 1 -8.44992 6.77687 -204.71
- 48 293.84 859 0 1 -8.24992 6.65676 -204.761
- 48 37.3017 976 0 0 -47.6526 15.4354 -206.25
-Number of digits in this event = 12
-gamma
-Event: 49
-Number of tracker hits in this event = 2
- 49 189.244 1295 0 1 79.1817 -160.711 -204.85
- 49 153.086 1296 0 1 79.25 -160.742 -204.637
-Number of digits in this event = 3
-gamma
Event: 50
-Number of tracker hits in this event = 52
- 50 122.047 894 4 1 -1.09265 0.335851 -84.45
- 50 175.011 901 4 0 -1.11155 0.408282 -85.85
- 50 109.227 892 3 1 -1.45533 1.90044 -114.45
- 50 109.748 909 3 0 -1.46918 1.97438 -115.85
- 50 189.48 891 2 1 -1.77652 3.54943 -144.45
- 50 304.43 917 2 0 -1.7933 3.59522 -145.85
- 50 113.548 888 1 1 -2.38183 4.9452 -174.45
- 50 126.478 925 1 0 -2.35175 5.10955 -175.85
- 50 238.666 891 0 1 -1.68818 8.39504 -204.45
- 50 113.677 942 0 0 -1.73135 8.5335 -205.85
- 50 5.51201 898 5 1 -0.427235 0.05 -54.7849
- 50 98.3169 897 5 1 -0.450126 0.0571996 -54.7948
- 50 72.7742 896 5 1 -0.65 0.181601 -54.823
- 50 14.1438 895 5 1 -0.85 0.280171 -54.8321
- 50 117.574 906 5 0 -2.87095 1.27912 -55.8501
- 50 84.3027 907 5 0 -3.0534 1.45008 -55.9509
- 50 399.868 885 5 1 -2.93384 1.34405 -54.85
- 50 58.4299 884 5 1 -3.05 1.34922 -54.5101
- 50 0.441497 875 5 1 -4.85 3.87846 -54.7482
- 50 242.262 893 1 1 -1.28706 4.77372 -174.45
- 50 132.903 924 1 0 -1.30968 4.87876 -175.85
- 50 133.603 935 0 0 -1.64181 7.15527 -205.85
- 50 129.206 902 4 1 0.466928 -0.0564393 -84.45
- 50 125.959 899 4 0 0.513388 -0.0518792 -85.85
- 50 144.46 907 3 1 1.48602 0.0660831 -114.45
- 50 137.198 900 3 0 1.50425 0.10639 -115.85
- 50 150.115 906 2 1 1.41653 1.03581 -144.45
- 50 174.399 905 2 0 1.40561 1.07718 -145.85
- 50 113.555 904 1 1 0.986825 1.41248 -174.45
- 50 145.745 906 1 0 1.09816 1.29853 -175.85
- 50 100.216 913 0 1 2.65617 -2.23546 -204.45
- 50 111.647 887 0 0 2.65253 -2.46212 -205.85
- 50 411.559 906 1 1 1.36613 2.0188 -174.45
- 50 186.78 910 1 0 1.34642 2.07682 -175.85
- 50 130.535 903 0 1 0.676041 3.29604 -204.45
- 50 133.366 917 0 0 0.68299 3.45162 -205.85
- 50 48.1241 901 1 0 3.66672 0.317979 -176.175
- 50 59.8161 919 0 1 3.96006 -0.0908762 -204.45
- 50 92.6953 920 0 1 4.05 -0.170162 -204.568
- 50 4.2947 921 0 1 4.25 -0.338988 -204.844
- 50 128.488 894 0 0 5.00234 -1.06284 -205.85
- 50 56.0214 893 0 0 5.22899 -1.25 -206.12
- 50 8.19816 833 1 0 83.0696 -13.2733 -176.25
- 50 128.961 912 1 0 1.31735 2.49207 -175.85
- 50 97.3768 906 0 1 1.31815 12.6956 -204.45
- 50 118.508 907 0 1 1.45 12.784 -204.614
- 50 2.74957 908 0 1 1.65 12.8704 -204.84
- 50 231.444 966 0 0 2.5666 13.2782 -205.85
- 50 113.469 1032 0 0 13.4913 26.5492 -206.25
- 50 30.2342 1033 0 0 13.3421 26.65 -205.949
- 50 112.246 963 0 1 12.8146 26.9899 -204.85
- 50 15.074 962 0 1 12.65 27.126 -204.489
-Number of digits in this event = 27
+Number of tracker hits in this event = 13
+ 50 42.8755 900 2 0 -0.145752 0.0500147 -146.084
+ 50 113.442 886 1 1 -2.66912 0.874063 -174.45
+ 50 209.061 904 1 0 -2.73339 0.944654 -175.85
+ 50 365.941 880 0 1 -4.04914 2.51046 -204.45
+ 50 341.565 879 0 1 -4.05 2.509 -204.476
+ 50 217.088 911 0 0 -4.10066 2.39237 -205.85
+ 50 0.253383 913 0 0 -4.09967 2.84935 -205.85
+ 50 120.299 914 0 0 -4.09978 2.85007 -205.853
+ 50 112.753 900 1 1 0.062252 -0.0882646 -174.45
+ 50 108.702 899 1 0 0.0534258 -0.0921097 -175.85
+ 50 112.48 899 0 1 -0.134923 -0.134246 -204.45
+ 50 108.482 899 0 0 -0.146833 -0.135127 -205.85
+ 50 41.018 828 3 0 3.10315 -14.393 -116.25
+Number of digits in this event = 7
gamma
Event: 51
-Number of tracker hits in this event = 4
- 51 11.3129 714 6 0 172.673 -37.25 -26.2131
- 51 116.402 381 6 0 154.345 -103.944 -26.2499
- 51 130.477 380 6 0 154.359 -103.95 -26.238
- 51 193.897 382 6 0 154.416 -103.75 -26.1279
-Number of digits in this event = 3
+Number of tracker hits in this event = 1
+ 51 39.0043 908 7 1 1.6852 -63.8812 5.15
+Number of digits in this event = 1
gamma
Event: 52
-Number of tracker hits in this event = 31
- 52 127.299 900 5 0 0.0539942 0.0728 -55.85
- 52 143.053 902 4 1 0.502445 0.159392 -84.45
- 52 118.867 900 4 0 0.55095 0.162168 -85.85
- 52 124.143 907 3 1 1.56483 0.237281 -114.45
- 52 216.31 900 3 0 1.61222 0.246009 -115.85
- 52 299.912 912 2 1 2.51644 0.411104 -144.45
- 52 138.327 901 2 0 2.54865 0.42605 -145.85
- 52 380.45 916 1 1 3.27011 0.666627 -174.45
- 52 127.917 903 1 0 3.31213 0.669228 -175.85
- 52 83.441 920 0 1 4.23729 0.653505 -204.45
- 52 40.0895 921 0 1 4.25 0.647352 -204.765
- 52 142.2 902 0 0 4.29203 0.626585 -205.85
- 52 195.593 901 1 0 3.46999 0.273777 -175.85
- 52 260.152 900 1 0 3.4732 0.25 -175.885
- 52 201.761 902 1 0 3.60168 0.45 -176.013
- 52 113.094 910 2 1 2.24264 0.582665 -144.45
- 52 50.0884 911 2 1 2.25 0.574807 -144.749
- 52 196.588 902 2 0 2.28205 0.541188 -145.85
- 52 116.345 898 1 0 3.37494 -0.42021 -175.85
- 52 101.616 923 0 1 4.81775 -1.63539 -204.45
- 52 103.834 891 0 0 4.84573 -1.69616 -205.85
- 52 117.637 899 4 1 -0.0637923 -0.478504 -84.45
- 52 117.525 897 4 0 -0.0561774 -0.480613 -85.85
- 52 143.575 896 3 1 -0.807698 0.182279 -114.45
- 52 54.1744 892 2 1 -1.64452 1.19106 -144.45
- 52 74.5079 891 2 1 -1.65 1.20036 -144.615
- 52 132.746 906 2 0 -1.69164 1.262 -145.85
- 52 132.985 887 1 1 -2.55422 2.56133 -174.45
- 52 112.654 912 1 0 -2.59143 2.59544 -175.85
- 52 120.838 884 0 1 -3.16675 3.07978 -204.45
- 52 125.481 915 0 0 -3.25705 3.0687 -205.85
-Number of digits in this event = 19
-gamma
-Event: 53
Number of tracker hits in this event = 0
Number of digits in this event = 2
gamma
+Event: 53
+Number of tracker hits in this event = 8
+ 53 94.2976 900 1 1 0.0740107 -0.130888 -174.45
+ 53 95.1873 899 1 0 0.0572142 -0.154832 -175.85
+ 53 132.553 898 0 1 -0.327577 -0.623455 -204.45
+ 53 97.0949 896 0 0 -0.33261 -0.672974 -205.85
+ 53 128.779 899 1 1 -0.207521 0.0516726 -174.45
+ 53 99.4661 900 1 0 -0.190909 0.0607995 -175.85
+ 53 147.389 900 0 1 0.157255 0.276848 -204.45
+ 53 138.53 901 0 0 0.169795 0.295586 -205.85
+Number of digits in this event = 5
+gamma
Event: 54
-Number of tracker hits in this event = 43
- 54 81.2222 898 1 1 -0.446942 -2.39068 -174.45
- 54 61.0527 899 1 1 -0.25 -2.32281 -174.603
- 54 53.1879 900 1 1 0.05 -2.26835 -174.696
- 54 67.5873 901 1 1 0.25 -2.14924 -174.724
- 54 61.7497 902 1 1 0.45 -2.02094 -174.749
- 54 49.4988 903 1 1 0.65 -1.93593 -174.679
- 54 77.7155 904 1 1 0.85 -1.9234 -174.604
- 54 51.9352 905 1 1 1.05017 -1.98089 -174.593
- 54 96.8602 906 1 1 1.25 -2.0121 -174.578
- 54 55.5478 907 1 1 1.45017 -2.0458 -174.554
- 54 51.478 908 1 1 1.65 -2.0891 -174.561
- 54 224.618 909 1 1 1.85 -2.09287 -174.578
- 54 60.5392 910 1 1 2.05016 -2.1033 -174.594
- 54 106.576 911 1 1 2.25 -2.07629 -174.677
- 54 14.2735 912 1 1 2.45 -1.95694 -174.819
- 54 36.4772 893 1 0 3.49431 -1.31754 -175.85
- 54 112.969 894 1 0 3.56931 -1.24994 -175.947
- 54 26.4776 707 1 0 67.4301 -38.6076 -176.25
- 54 112.512 706 1 0 67.4805 -38.6501 -176.228
- 54 429.221 705 1 0 67.6666 -38.8501 -176.114
- 54 166.519 1249 1 1 69.8555 -39.3935 -174.85
- 54 202.029 708 1 0 68.8949 -38.4234 -175.85
- 54 140.044 900 5 1 0.211242 0.0796506 -54.45
- 54 133.054 900 5 0 0.225575 0.0746139 -55.85
- 54 171.517 904 3 1 0.961378 -0.176312 -114.45
- 54 165.826 899 3 0 0.980253 -0.193993 -115.85
- 54 198.88 906 2 1 1.35569 -0.502762 -144.45
- 54 108.168 897 2 0 1.38058 -0.511399 -145.85
- 54 77.3388 896 1 0 1.89517 -0.687649 -175.85
- 54 122.975 912 0 1 2.46005 -0.944475 -204.45
- 54 129.397 895 0 0 2.48772 -0.94244 -205.85
- 54 208.091 904 2 0 1.11947 0.855343 -145.85
- 54 14.8686 895 2 1 -1.02601 0.256544 -144.85
- 54 161.511 894 2 1 -1.05 0.245824 -144.838
- 54 16.4664 901 2 0 -2.08214 0.432321 -145.85
- 54 181.209 902 2 0 -2.0957 0.45 -145.867
- 54 6.94612 900 6 1 0.05 0.151458 -24.8244
- 54 18.7913 916 6 0 0.662172 3.29525 -25.85
- 54 57.1674 903 6 1 0.758127 5.1409 -24.85
- 54 114.306 904 6 1 0.850052 5.28259 -24.832
- 54 189.146 905 6 1 1.05 5.37303 -24.6823
- 54 37.7371 626 2 0 42.7773 -54.8052 -146.25
- 54 194.146 625 2 0 42.8309 -54.85 -146.184
-Number of digits in this event = 17
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
gamma
Event: 55
-Number of tracker hits in this event = 6
- 55 46.0093 1508 1 1 121.75 43.5918 -174.563
- 55 71.6836 1509 1 1 121.95 43.6196 -174.51
- 55 90.3863 1510 1 1 122.15 43.6766 -174.654
- 55 50.696 1120 1 0 122.465 44.1479 -175.85
- 55 146.682 1121 1 0 122.427 44.25 -176.001
- 55 72.1544 1122 1 0 122.435 44.45 -176.123
-Number of digits in this event = 3
+Number of tracker hits in this event = 46
+ 55 140.884 900 3 1 0.14375 -0.281919 -114.45
+ 55 111.886 898 3 0 0.15799 -0.300593 -115.85
+ 55 182.488 901 2 1 0.385662 -0.714704 -144.45
+ 55 352.211 896 2 0 0.404283 -0.733436 -145.85
+ 55 152.409 903 1 1 0.776436 -1.11049 -174.45
+ 55 166.695 894 1 0 0.793105 -1.13856 -175.85
+ 55 299.221 905 0 1 1.18086 -1.6215 -204.45
+ 55 194.193 892 0 0 1.19299 -1.6242 -205.85
+ 55 376.686 891 0 0 1.20298 -1.65009 -205.965
+ 55 138.72 890 0 0 1.23215 -1.85 -206.169
+ 55 113.236 889 0 0 0.983289 -2.05006 -206.077
+ 55 41.329 903 0 1 0.660469 -2.67416 -204.85
+ 55 44.7098 902 0 1 0.65 -2.68417 -204.834
+ 55 42.253 882 0 0 -1.18987 -3.61495 -205.85
+ 55 151.704 881 0 0 -1.22917 -3.65 -205.89
+ 55 447.361 1533 2 1 126.75 -51.9187 -144.746
+ 55 124.267 904 3 1 1.01067 -1.30859 -114.45
+ 55 110.3 894 3 0 1.11675 -1.15356 -115.85
+ 55 399.914 913 2 1 2.73791 1.84555 -144.45
+ 55 127.832 908 2 0 2.95795 1.84605 -145.85
+ 55 123.439 937 1 1 7.50626 1.90648 -174.45
+ 55 125.9 908 1 0 7.66715 1.72999 -175.85
+ 55 62.4245 956 0 1 11.3911 -1.3772 -204.45
+ 55 66.7964 957 0 1 11.45 -1.41481 -204.643
+ 55 104.323 899 2 1 -0.0788777 -0.629536 -144.45
+ 55 212.674 899 1 1 -0.172185 -1.4057 -174.45
+ 55 180.796 893 1 0 -0.158605 -1.42394 -175.85
+ 55 167.392 900 0 1 0.174188 -1.74967 -204.45
+ 55 109.235 891 1 0 -0.250044 -1.76033 -175.85
+ 55 46.1834 895 0 1 -1.03952 -8.08129 -204.45
+ 55 89.7401 894 0 1 -1.05 -8.10729 -204.626
+ 55 95.4056 858 0 0 -1.11703 -8.29161 -205.85
+ 55 110.116 900 3 0 0.703157 0.05 -116.08
+ 55 224.033 906 3 1 1.42843 0.98217 -114.85
+ 55 327.883 907 3 1 1.45007 1.01277 -114.826
+ 55 45.2675 908 3 1 1.65005 1.22553 -114.689
+ 55 145.285 898 2 1 -0.286874 0.550245 -144.45
+ 55 112.104 902 2 0 -0.258916 0.582393 -145.85
+ 55 171.148 901 1 1 0.335045 1.25556 -174.45
+ 55 103.96 906 1 0 0.373977 1.31228 -175.85
+ 55 112.509 913 0 0 1.21104 2.77328 -205.85
+ 55 68.8711 1458 8 0 -117.64 111.893 33.75
+ 55 131.281 1459 8 0 -117.748 111.95 33.932
+ 55 26.6366 1460 8 0 -117.977 112.15 34.1249
+ 55 137.222 304 8 1 -119.276 113.234 35.15
+ 55 204.886 303 8 1 -119.35 113.26 35.1769
+Number of digits in this event = 28
gamma
Event: 56
Number of tracker hits in this event = 0
-Number of digits in this event = 2
+Number of digits in this event = 1
gamma
Event: 57
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
Event: 58
-Number of tracker hits in this event = 0
-Number of digits in this event = 2
+Number of tracker hits in this event = 22
+ 58 114.264 900 2 1 0.0795657 -0.362736 -144.45
+ 58 163.759 898 2 0 0.080098 -0.379148 -145.85
+ 58 105.142 900 1 1 0.110975 -0.741865 -174.45
+ 58 114.514 896 1 0 0.12046 -0.772659 -175.85
+ 58 266.953 901 0 1 0.326853 -1.43203 -204.45
+ 58 159.911 892 0 0 0.340451 -1.46729 -205.85
+ 58 97.199 827 8 0 5.21598 -14.4563 33.75
+ 58 68.3638 891 0 0 0.938675 -1.65014 -205.98
+ 58 152.114 890 0 0 1.04939 -1.85 -206.099
+ 58 154.244 889 0 0 1.21515 -2.0501 -206.171
+ 58 157.241 888 0 0 1.77712 -2.25009 -206.202
+ 58 85.4482 887 0 0 1.9918 -2.45 -206.208
+ 58 90.0214 886 0 0 2.04359 -2.6501 -206.157
+ 58 44.4574 885 0 0 2.06624 -2.8501 -205.99
+ 58 93.4697 908 0 1 1.67389 -3.27929 -204.85
+ 58 76.3196 907 0 1 1.65 -3.29082 -204.802
+ 58 111.221 897 1 1 -0.581942 0.945236 -174.45
+ 58 115.27 904 1 0 -0.518222 0.908085 -175.85
+ 58 233.231 902 0 1 0.55253 0.597603 -204.45
+ 58 132.607 903 0 0 0.564361 0.749645 -205.85
+ 58 122.134 901 0 0 0.73787 0.375902 -205.85
+ 58 8.71465 1328 2 0 -46.465 85.65 -146.209
+Number of digits in this event = 11
gamma
Event: 59
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 26
+ 59 128.746 899 2 1 -0.0766053 -0.095975 -144.45
+ 59 140.682 899 2 0 -0.0874781 -0.095647 -145.85
+ 59 120.051 898 1 1 -0.318171 -0.0606553 -174.45
+ 59 113.403 899 1 0 -0.317258 -0.0647946 -175.85
+ 59 247.751 898 0 1 -0.302785 -0.122447 -204.45
+ 59 106.893 899 0 0 -0.30509 -0.129477 -205.85
+ 59 415.436 899 1 1 -0.172237 -0.177786 -174.45
+ 59 337.296 910 0 1 2.22909 -2.46522 -204.45
+ 59 121.76 887 0 0 2.20967 -2.52354 -205.85
+ 59 117.649 900 1 0 -0.158774 0.0862452 -175.85
+ 59 177.531 904 0 0 -0.727869 0.871064 -205.85
+ 59 263.984 900 3 1 0.0612034 0.123365 -114.45
+ 59 110.828 900 3 0 0.05178 0.138817 -115.85
+ 59 126.776 902 2 0 -0.0615327 0.499355 -145.85
+ 59 146.965 895 1 1 -0.870368 1.7705 -174.45
+ 59 106.086 908 1 0 -0.877017 1.76719 -175.85
+ 59 135.343 895 0 1 -1.00028 1.78998 -204.45
+ 59 177.676 909 0 0 -0.896967 1.94719 -205.85
+ 59 110.317 896 1 1 -0.85 1.78876 -174.457
+ 59 48.9816 897 1 1 -0.649862 1.9651 -174.697
+ 59 40.213 914 1 0 -0.343088 2.95722 -175.85
+ 59 100.599 915 1 0 -0.322891 3.05 -175.966
+ 59 91.0974 909 0 1 2.04989 15.1254 -204.557
+ 59 313.881 908 0 1 1.84993 15.2864 -204.621
+ 59 323.084 907 0 1 1.64992 15.4216 -204.598
+ 59 126.931 477 4 1 -84.45 7.03358 -84.7226
+Number of digits in this event = 18
gamma
Event: 60
-Number of tracker hits in this event = 0
+Number of tracker hits in this event = 1
+ 60 5.40988 1618 11 0 -93.7327 143.941 123.75
Number of digits in this event = 1
gamma
Event: 61
-Number of tracker hits in this event = 14
- 61 75.7215 862 10 0 9.1908 -7.5519 93.75
- 61 51.7765 863 10 0 9.151 -7.45 94.0246
- 61 147.164 946 10 1 9.35668 -4.51029 95.15
- 61 41.3699 947 10 1 9.45 -4.09982 95.4272
- 61 20.9291 809 11 0 -22.5786 -18.2038 123.75
- 61 59.5378 808 11 0 -22.6336 -18.2501 123.8
- 61 64.6651 807 11 0 -22.7839 -18.45 123.874
- 61 97.6545 806 11 0 -22.7744 -18.65 123.915
- 61 67.6094 805 11 0 -22.642 -18.8501 124.04
- 61 59.3808 804 11 0 -22.5244 -19.05 124.095
- 61 151.202 789 11 1 -22.1193 -20.5684 125.15
- 61 362.096 790 11 1 -22.05 -20.6379 125.212
- 61 125.398 169 4 0 -42.4919 -146.186 -85.85
- 61 37.7855 168 4 0 -42.5607 -146.35 -85.9807
-Number of digits in this event = 5
+Number of tracker hits in this event = 15
+ 61 98.4144 899 0 1 -0.107246 -0.291657 -204.45
+ 61 219.001 898 0 0 -0.0930716 -0.310295 -205.85
+ 61 120.905 676 0 0 -52.0702 -44.7454 -206.25
+ 61 36.0558 677 0 0 -51.7953 -44.65 -205.966
+ 61 66.5464 644 0 1 -51.1731 -44.382 -204.85
+ 61 118.987 645 0 1 -51.05 -44.3016 -204.664
+ 61 16.3542 646 0 1 -50.8038 -44.0164 -204.45
+ 61 40.8485 1106 7 0 -27.6711 41.3336 3.75
+ 61 44.9057 1107 7 0 -27.6838 41.4501 3.8169
+ 61 59.8574 1108 7 0 -27.7351 41.6501 3.85219
+ 61 84.6668 1109 7 0 -27.7813 41.8501 3.88987
+ 61 179.614 1110 7 0 -27.8748 42.0501 3.82029
+ 61 207.655 1254 7 0 -59.3625 70.9304 3.75
+ 61 176.255 1255 7 0 -59.44 71.05 3.83026
+ 61 53.784 1239 13 0 -133.102 67.9224 183.75
+Number of digits in this event = 7
gamma
Event: 62
-Number of tracker hits in this event = 51
- 62 135.941 898 4 0 0.0503754 -0.27748 -85.85
- 62 116.207 900 3 1 0.231804 -0.713053 -114.45
- 62 104.16 896 3 0 0.244085 -0.73398 -115.85
- 62 128.653 902 2 1 0.51606 -1.18776 -144.45
- 62 141.919 894 2 0 0.541502 -1.2129 -145.85
- 62 124.715 905 1 1 1.06768 -1.73133 -174.45
- 62 146.787 891 1 0 1.09985 -1.7422 -175.85
- 62 134.42 908 0 1 1.7691 -1.94964 -204.45
- 62 180.046 890 0 0 1.7978 -1.94851 -205.85
- 62 121.658 900 5 1 0.0830984 0.0857101 -54.45
- 62 106.134 900 5 0 0.0849527 0.10111 -55.85
- 62 194.815 900 4 1 0.117251 0.40256 -84.45
- 62 173.584 901 4 0 0.107932 0.396307 -85.85
- 62 361.081 899 3 1 -0.16599 0.389363 -114.45
- 62 117.676 901 3 0 -0.227365 0.380424 -115.85
- 62 181.704 879 1 1 -4.17214 0.264786 -174.45
- 62 193.748 901 1 0 -4.28495 0.262043 -175.85
- 62 137.509 867 0 1 -6.57252 0.17268 -204.45
- 62 138.538 900 0 0 -6.68066 0.156979 -205.85
- 62 106 901 4 1 0.25 0.513277 -84.5344
- 62 177.005 902 4 0 1.0473 0.497985 -85.85
- 62 111.385 985 3 1 17.221 -0.844053 -114.45
- 62 4.14906 893 3 0 17.133 -1.44138 -115.85
- 62 130.053 892 3 0 17.1317 -1.45 -115.87
- 62 201.576 975 2 1 15.1746 -13.5415 -144.45
- 62 116.131 831 2 0 14.9509 -13.6942 -145.85
- 62 20.7432 941 1 1 8.29286 -17.8833 -174.45
- 62 144.629 940 1 1 8.25 -17.8356 -174.5
- 62 36.5536 939 1 1 8.05 -17.5681 -174.788
- 62 7.27359 815 1 0 6.8186 -16.8628 -175.85
- 62 153.787 816 1 0 6.79697 -16.85 -175.868
- 62 58.6481 817 1 0 6.44034 -16.65 -176.126
- 62 18.9997 744 0 1 -31.1715 4.00702 -204.45
- 62 47.9087 743 0 1 -31.25 4.01796 -204.481
- 62 53.9752 742 0 1 -31.4502 4.05687 -204.568
- 62 65.9993 741 0 1 -31.65 4.07495 -204.631
- 62 86.2994 740 0 1 -31.8502 4.07069 -204.683
- 62 374.381 739 0 1 -32.0502 4.0238 -204.741
- 62 12.3166 738 0 1 -32.25 3.94588 -204.82
- 62 128.74 914 0 0 -34.5515 3.00011 -205.85
- 62 157.195 913 0 0 -34.8546 2.85 -205.977
- 62 27.4744 979 0 0 -51.3931 16.0101 -206.25
- 62 121.184 980 0 0 -51.4203 16.05 -206.162
- 62 139.098 639 0 1 -52.054 16.2554 -204.85
- 62 16.9476 638 0 1 -52.25 16.256 -204.527
- 62 121.764 958 1 0 -46.5433 11.7969 -176.25
- 62 39.4321 959 1 0 -46.3929 11.85 -175.94
- 62 206.827 670 1 1 -45.8633 12.1127 -174.85
- 62 90.3955 671 1 1 -45.85 12.1277 -174.819
- 62 92.093 669 1 1 -46.05 12.4181 -174.524
- 62 49.7423 668 1 1 -46.25 12.4993 -174.539
-Number of digits in this event = 29
+Number of tracker hits in this event = 3
+ 62 126.88 900 0 1 0.0862917 0.78996 -204.45
+ 62 242.654 904 0 0 0.0752189 0.851552 -205.85
+ 62 12.3956 903 0 0 0.0819168 0.849971 -206.062
+Number of digits in this event = 3
gamma
Event: 63
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 8
+ 63 110.692 901 1 1 0.268694 -0.052016 -174.45
+ 63 105.062 899 1 0 0.253843 -0.0511782 -175.85
+ 63 98.5287 667 2 0 -113.702 -46.4977 -146.25
+ 63 58.116 805 4 1 -18.85 113.14 -84.6913
+ 63 19.2399 316 4 0 35.429 -116.874 -86.25
+ 63 123.861 900 0 1 0.227476 0.142822 -204.45
+ 63 135.432 900 0 0 0.224472 0.149066 -205.85
+ 63 65.2831 409 3 0 21.4148 -98.2037 -116.25
+Number of digits in this event = 4
gamma
Event: 64
-Number of tracker hits in this event = 29
- 64 125.268 1021 5 0 -4.62883 24.3087 -56.25
- 64 77.1977 1022 5 0 -4.64644 24.45 -56.0679
- 64 196.497 877 5 1 -4.5977 25.4519 -54.85
- 64 26.3285 986 6 0 -11.067 17.263 -26.25
- 64 139.255 985 6 0 -11.0745 17.25 -26.2131
- 64 149.299 843 6 1 -11.255 16.8815 -24.85
- 64 74.0003 918 7 0 2.85141 3.75257 3.75
- 64 176.982 917 7 0 2.95632 3.65 3.98344
- 64 3.52779 914 7 1 2.85119 2.87423 5.15
- 64 124.932 913 7 1 2.85 2.86788 5.15977
- 64 87.0473 900 4 1 0.0501354 0.0589573 -84.458
- 64 61.5806 901 4 1 0.25 0.0890181 -84.5003
- 64 32.0602 902 4 1 0.45 0.0870378 -84.5335
- 64 36.4397 903 4 1 0.687329 -0.05 -84.8209
- 64 69.9659 889 4 0 1.79442 -2.09973 -85.85
- 64 91.271 888 4 0 1.87119 -2.25008 -85.915
- 64 95.0886 887 4 0 1.99489 -2.45 -86.0096
- 64 38.8471 886 4 0 2.12663 -2.65 -85.9277
- 64 178.771 914 4 1 2.9742 -2.55722 -84.85
- 64 87.3282 894 4 1 -1.05 1.06772 -84.5272
- 64 102.511 899 2 1 -0.0510078 0.153331 -144.45
- 64 145.022 900 2 0 -0.0568753 0.157057 -145.85
- 64 131.818 899 1 1 -0.16077 0.244926 -174.45
- 64 150.749 900 1 0 -0.165926 0.248619 -175.85
- 64 97.7291 898 0 1 -0.270299 0.332341 -204.45
- 64 152.656 901 0 0 -0.28268 0.338319 -205.85
- 64 68.0666 893 4 1 -1.25004 1.22237 -84.5742
- 64 119.696 816 2 0 41.6829 -16.7479 -146.25
- 64 246.864 815 2 0 41.7004 -16.85 -145.891
-Number of digits in this event = 13
+Number of tracker hits in this event = 5
+ 64 43.2913 767 1 0 -90.4303 -26.552 -176.25
+ 64 175.882 766 1 0 -90.5668 -26.6501 -176.156
+ 64 146.962 765 1 0 -90.7754 -26.85 -175.979
+ 64 122.612 842 3 1 -11.5153 -37.8072 -114.85
+ 64 137.113 841 3 1 -11.65 -38.0029 -114.619
+Number of digits in this event = 5
gamma
Event: 65
-Number of tracker hits in this event = 6
- 65 115.694 896 0 1 -0.677019 0.100554 -204.45
- 65 136.461 900 0 0 -0.708244 0.10542 -205.85
- 65 150.494 898 0 1 -0.311615 -0.261037 -204.45
- 65 148.944 898 0 0 -0.320555 -0.257966 -205.85
- 65 262.141 899 0 1 -0.24994 -0.357881 -204.519
- 65 72.9078 903 0 0 0.282249 0.745837 -205.85
-Number of digits in this event = 6
+Number of tracker hits in this event = 1
+ 65 50.9116 852 1 1 -9.65 -43.8074 -174.704
+Number of digits in this event = 2
gamma
Event: 66
Number of tracker hits in this event = 0
@@ -3826,593 +3525,584 @@ Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
Event: 68
-Number of tracker hits in this event = 1
- 68 49.1665 787 0 1 -22.45 34.2349 -204.62
-Number of digits in this event = 1
+Number of tracker hits in this event = 2
+ 68 27.0876 737 2 0 -27.5331 -32.5921 -146.25
+ 68 78.6018 539 2 1 -72.1217 107.652 -144.85
+Number of digits in this event = 2
gamma
Event: 69
-Number of tracker hits in this event = 0
+Number of tracker hits in this event = 3
+ 69 40.5383 900 1 0 0.05 0.0798838 -176.1
+ 69 108.667 905 0 1 1.07119 0.654835 -204.45
+ 69 123.427 902 0 0 1.11557 0.637504 -205.85
Number of digits in this event = 2
gamma
Event: 70
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 61
+ 70 109.002 900 5 1 0.216129 0.192518 -54.45
+ 70 98.2795 900 5 0 0.22598 0.208804 -55.85
+ 70 129.115 901 4 1 0.43687 0.578983 -84.45
+ 70 254.892 902 4 0 0.445012 0.589883 -85.85
+ 70 168.676 902 3 1 0.621242 0.815726 -114.45
+ 70 126.382 903 3 0 0.634744 0.833323 -115.85
+ 70 107.569 904 2 1 0.897698 1.17105 -144.45
+ 70 149.47 905 2 0 0.904662 1.19182 -145.85
+ 70 167.282 904 1 1 1.01082 1.60695 -174.45
+ 70 152.749 907 1 0 1.02398 1.62343 -175.85
+ 70 110.726 906 0 1 1.29568 2.05833 -204.45
+ 70 137.431 910 0 0 1.30919 2.08113 -205.85
+ 70 134.404 903 4 0 0.47062 0.650042 -86.0709
+ 70 137.871 868 2 1 -6.26821 15.4789 -144.45
+ 70 99.2181 900 6 0 -0.114439 0.0944725 -25.85
+ 70 195.613 886 5 1 -2.78045 0.811222 -54.45
+ 70 37.7472 885 5 1 -2.85 0.936942 -54.725
+ 70 116.458 907 5 0 -3.21035 1.52235 -55.85
+ 70 58.1409 908 5 0 -3.29549 1.65 -56.1064
+ 70 33.9166 831 4 1 -13.825 15.5704 -84.45
+ 70 93.0798 830 4 1 -13.8501 15.5918 -84.5406
+ 70 154.895 979 4 0 -14.2445 15.8579 -85.85
+ 70 144.263 787 3 1 -22.633 23.5567 -114.45
+ 70 130.609 786 3 1 -22.65 23.5753 -114.519
+ 70 122.466 1019 3 0 -22.9843 23.8951 -115.85
+ 70 69.3513 749 2 1 -30.1678 30.4024 -144.45
+ 70 128.218 748 2 1 -30.25 30.4211 -144.695
+ 70 103.205 1052 2 0 -30.5819 30.4839 -145.85
+ 70 117.268 707 1 1 -38.6023 29.8527 -174.45
+ 70 114.424 1047 1 0 -38.35 29.5919 -175.85
+ 70 60.9693 736 0 1 -32.729 22.513 -204.45
+ 70 90.9459 737 0 1 -32.6499 22.4147 -204.66
+ 70 44.1459 1009 0 0 -32.263 21.9247 -205.85
+ 70 91.865 1008 0 0 -32.2005 21.85 -206.024
+ 70 43.449 872 3 1 -5.51475 5.52233 -114.45
+ 70 60.2227 871 3 1 -5.6502 5.5071 -114.524
+ 70 67.4043 870 3 1 -5.8502 5.49247 -114.637
+ 70 51.0994 869 3 1 -6.05018 5.45855 -114.754
+ 70 40.4155 925 3 0 -7.68604 5.08951 -115.85
+ 70 159.843 924 3 0 -7.80859 5.05 -115.927
+ 70 147.004 923 3 0 -8.19548 4.85 -116.18
+ 70 6.54934 922 3 0 -8.56634 4.64987 -116.245
+ 70 112.206 874 3 1 -5.23113 5.45601 -114.45
+ 70 117.393 926 3 0 -4.70022 5.35351 -115.85
+ 70 13.9484 916 2 1 3.40655 1.05806 -144.45
+ 70 91.7414 917 2 1 3.45 1.07814 -144.492
+ 70 94.9954 918 2 1 3.65022 1.1794 -144.693
+ 70 38.8857 908 2 0 4.73057 1.79175 -145.85
+ 70 104.603 909 2 0 4.83992 1.85 -145.969
+ 70 131.411 1049 1 1 29.9178 19.3198 -174.45
+ 70 71.6491 999 1 0 30.2603 19.9436 -175.85
+ 70 113.5 1000 1 0 30.3206 20.05 -176.072
+ 70 73.8286 1092 0 1 38.5596 33.549 -204.45
+ 70 85.1129 1093 0 1 38.6501 33.4883 -204.613
+ 70 21.078 1065 0 0 39.4923 33.0721 -205.85
+ 70 119.548 1064 0 0 39.5466 33.0499 -205.928
+ 70 126.554 1026 0 0 53.9575 25.2997 -206.25
+ 70 119.776 1171 0 1 54.3094 25.1802 -204.85
+ 70 121.706 1060 1 0 35.4334 32.071 -176.25
+ 70 91.6919 1059 1 0 35.4469 32.05 -176.217
+ 70 112.878 935 3 0 -8.31222 7.06954 -115.85
+Number of digits in this event = 23
gamma
Event: 71
-Number of tracker hits in this event = 0
-Number of digits in this event = 1
+Number of tracker hits in this event = 21
+ 71 32.3338 900 2 1 0.0769994 0.05 -144.757
+ 71 194.26 900 2 0 0.239865 0.193057 -145.85
+ 71 126.612 925 1 1 5.05952 5.46195 -174.45
+ 71 59.2257 923 1 0 5.17154 4.76219 -175.85
+ 71 80.3681 922 1 0 5.1935 4.65 -176.067
+ 71 117.28 935 0 1 7.17331 -11.3722 -204.45
+ 71 121.596 840 0 0 6.93514 -11.8505 -205.85
+ 71 130.872 897 0 1 -0.585777 -0.0853024 -204.45
+ 71 129.39 899 0 0 -0.609385 -0.079987 -205.85
+ 71 162.351 899 1 1 -0.249127 -0.0500243 -174.754
+ 71 34.1479 1488 2 1 117.75 -79.7832 -144.829
+ 71 73.6791 1489 2 1 117.95 -79.9319 -144.685
+ 71 138.774 1490 2 1 118.15 -80.0235 -144.633
+ 71 61.6849 1491 2 1 118.35 -80.0586 -144.601
+ 71 92.7385 1492 2 1 118.55 -79.9436 -144.582
+ 71 210.49 1493 2 1 118.75 -79.8597 -144.616
+ 71 92.5183 1494 2 1 118.95 -79.7446 -144.507
+ 71 237.696 503 2 0 119.2 -79.3861 -145.85
+ 71 146.965 365 3 0 -42.13 -107.094 -116.25
+ 71 185.797 364 3 0 -42.1401 -107.15 -116.161
+ 71 67.4178 767 3 1 -26.65 -77.613 -114.651
+Number of digits in this event = 12
gamma
Event: 72
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
Event: 73
-Number of tracker hits in this event = 0
-Number of digits in this event = 2
+Number of tracker hits in this event = 5
+ 73 59.032 1275 0 0 88.6338 75.05 -206.249
+ 73 80.084 1276 0 0 88.793 75.2501 -205.952
+ 73 220.514 1362 0 1 92.7074 80.1007 -204.85
+ 73 556.733 1363 0 1 92.7501 80.1379 -204.832
+ 73 208.69 1364 0 1 92.9501 80.4207 -204.824
+Number of digits in this event = 4
gamma
Event: 74
-Number of tracker hits in this event = 21
- 74 107.411 897 3 1 -0.573646 -2.30793 -114.45
- 74 124.722 888 3 0 -0.660888 -2.38641 -115.85
- 74 131.709 888 2 1 -2.28736 -3.78574 -144.45
- 74 122.272 883 2 0 -2.4939 -3.44819 -145.85
- 74 150.301 868 1 1 -6.32873 3.69327 -174.45
- 74 124.688 920 1 0 -6.67945 4.08857 -175.85
- 74 119.901 829 0 1 -14.1406 13.4675 -204.45
- 74 7.30296 828 0 1 -14.25 13.5663 -204.815
- 74 8.3357 968 0 0 -14.5537 13.8414 -205.85
- 74 107.475 969 0 0 -14.5632 13.85 -205.882
- 74 207.68 904 1 1 0.877131 0.267773 -174.45
- 74 135.217 901 1 0 0.902677 0.277692 -175.85
- 74 291.913 906 0 1 1.37745 0.480364 -204.45
- 74 140.418 902 0 0 1.39152 0.496171 -205.85
- 74 77.8457 900 4 1 0.0789413 0.05 -84.6064
- 74 118.739 900 4 0 0.640929 0.104774 -85.85
- 74 117.347 885 4 0 16.8459 -2.94116 -86.25
- 74 36.8744 984 4 1 17.019 -3.2493 -84.85
- 74 290.238 985 4 1 17.05 -3.29638 -84.7091
- 74 73.4442 886 4 0 17.098 -2.75467 -85.85
- 74 57.5525 887 4 0 17.1021 -2.65 -86.0801
-Number of digits in this event = 11
+Number of tracker hits in this event = 1
+ 74 93.8888 1467 8 1 113.55 130.172 35.501
+Number of digits in this event = 1
gamma
Event: 75
-Number of tracker hits in this event = 17
- 75 121.39 900 2 1 0.123943 -0.101121 -144.45
- 75 194.373 899 2 0 0.130138 -0.0979397 -145.85
- 75 124.017 902 0 1 0.576348 0.0974904 -204.45
- 75 192.632 900 0 0 0.589947 0.111893 -205.85
- 75 131.578 773 1 1 -25.25 -77.5042 -174.789
- 75 24.4765 605 2 0 16.7237 -59.05 -146.181
- 75 257.794 894 3 1 -1.21688 2.30118 -114.45
- 75 132.064 912 3 0 -1.17253 2.48708 -115.85
- 75 144.215 899 2 1 -0.102919 6.45498 -144.45
- 75 124.189 932 2 0 -0.324264 6.49299 -145.85
- 75 27.7394 877 1 1 -4.64759 7.27378 -174.45
- 75 108.875 876 1 1 -4.65 7.26639 -174.537
- 75 190.888 935 1 0 -4.73166 7.1478 -175.85
- 75 134.316 865 0 1 -6.86733 4.76805 -204.45
- 75 102.312 923 0 0 -7.10498 4.73766 -205.85
- 75 331.871 963 2 1 12.65 169.923 -144.487
- 75 19.6948 962 2 1 12.65 169.941 -144.471
-Number of digits in this event = 13
+Number of tracker hits in this event = 1
+ 75 93.9338 976 2 0 -71.6492 15.4307 -146.25
+Number of digits in this event = 2
gamma
Event: 76
-Number of tracker hits in this event = 21
- 76 170.471 892 1 1 -1.47168 4.19717 -174.45
- 76 115.126 919 1 0 -1.44447 3.90321 -175.85
- 76 24.3992 918 1 0 -1.43862 3.85 -176.17
- 76 123.477 886 0 1 -2.82974 1.08114 -204.45
- 76 156.018 885 0 1 -2.85 1.01795 -204.711
- 76 131.413 904 0 0 -2.89156 0.900401 -205.85
- 76 110.666 901 0 0 -3.81547 0.401971 -205.85
- 76 83.1839 900 0 0 -3.89887 0.24995 -205.904
- 76 223.723 899 0 0 -3.89538 -0.0500353 -205.996
- 76 216 893 1 1 -1.45 4.19161 -174.58
- 76 65.8922 988 0 0 1.05595 17.6755 -206.25
- 76 75.6303 989 0 0 1.09818 17.85 -206.076
- 76 33.3911 990 0 0 1.14338 18.0502 -205.919
- 76 63.5631 908 0 1 1.75779 19.278 -204.85
- 76 117.156 909 0 1 1.85016 19.3969 -204.736
- 76 30.6102 910 0 1 2.05018 19.5172 -204.544
- 76 126.045 755 3 1 -28.8898 -95.2725 -114.85
- 76 111.976 921 3 0 -5.01579 4.35906 -116.25
- 76 134.91 1559 2 0 -163.74 132.064 -146.25
- 76 315.261 1558 2 0 -164.018 131.95 -146.085
- 76 59.0695 1557 2 0 -164.355 131.75 -145.996
-Number of digits in this event = 10
+Number of tracker hits in this event = 3
+ 76 243.794 1073 0 0 -33.5502 34.7027 -206.25
+ 76 179.667 730 0 1 -33.9264 33.9379 -204.85
+ 76 142.566 253 0 0 137.743 -129.35 -205.882
+Number of digits in this event = 4
gamma
Event: 77
+Number of tracker hits in this event = 53
+ 77 281.745 899 5 1 -0.1181 -0.139013 -54.45
+ 77 250.696 899 5 0 -0.109162 -0.150412 -55.85
+ 77 125.541 900 4 1 0.102328 -0.402724 -84.45
+ 77 181.944 898 4 0 0.0957941 -0.43154 -85.85
+ 77 113.797 899 3 1 -0.196031 -0.93471 -114.45
+ 77 117.882 895 3 0 -0.205459 -0.964365 -115.85
+ 77 158.73 898 2 1 -0.36765 -1.6103 -144.45
+ 77 137.615 892 2 0 -0.361457 -1.61465 -145.85
+ 77 186.809 899 1 1 -0.234355 -1.7662 -174.45
+ 77 172.977 891 1 0 -0.22567 -1.78052 -175.85
+ 77 164.422 899 0 1 -0.0550759 -2.05913 -204.45
+ 77 115.651 889 0 0 -0.0512908 -2.06768 -205.85
+ 77 131.08 897 4 1 -0.56462 0.188898 -84.45
+ 77 108.67 900 4 0 -0.595017 0.203508 -85.85
+ 77 354.887 894 3 1 -1.22749 0.570929 -114.45
+ 77 153.006 902 3 0 -1.27645 0.59456 -115.85
+ 77 119.994 888 2 1 -2.3019 1.11183 -144.45
+ 77 102.801 905 2 0 -2.36985 1.14331 -145.85
+ 77 117.766 881 1 1 -3.78191 1.79158 -174.45
+ 77 117.663 908 1 0 -3.8514 1.82285 -175.85
+ 77 31.5445 874 0 1 -5.24378 2.49501 -204.45
+ 77 100.058 873 0 1 -5.25 2.49732 -204.568
+ 77 266.946 912 0 0 -5.31879 2.52343 -205.85
+ 77 55.988 899 3 0 -0.76165 -0.158143 -115.85
+ 77 85.5349 898 3 0 -0.712388 -0.2501 -116.018
+ 77 130.522 949 2 1 9.90431 -14.3198 -144.45
+ 77 113.068 950 2 1 10.05 -14.745 -144.687
+ 77 79.3651 951 2 1 10.2501 -15.0258 -144.773
+ 77 65.3631 952 2 1 10.4501 -15.1516 -144.764
+ 77 0.458889 953 2 1 10.65 -15.2321 -144.848
+ 77 136.257 825 2 0 11.4643 -14.9118 -145.85
+ 77 162.291 699 2 0 57.3804 -40.1169 -146.25
+ 77 110.902 1188 2 1 57.6838 -40.3421 -144.85
+ 77 98.946 1189 2 1 57.8501 -40.1892 -144.65
+ 77 134.911 1190 2 1 58.0501 -40.0935 -144.673
+ 77 251.603 1191 2 1 58.2501 -39.8162 -144.656
+ 77 66.7865 1192 2 1 58.45 -39.6751 -144.682
+ 77 27.8997 893 3 1 -1.25 0.595843 -114.721
+ 77 184.596 903 3 0 -1.31797 0.68079 -115.85
+ 77 59.671 881 2 1 -3.75969 5.75031 -144.45
+ 77 64.4105 882 2 1 -3.65 5.81695 -144.66
+ 77 42.292 930 2 0 -3.12255 6.19952 -145.85
+ 77 117.269 931 2 0 -3.05946 6.25 -146.001
+ 77 327.593 946 1 1 9.31774 15.482 -174.45
+ 77 78.3564 947 1 1 9.45019 15.403 -174.642
+ 77 73.5639 973 1 0 10.4893 14.7364 -175.85
+ 77 93.2723 972 1 0 10.6246 14.65 -176.02
+ 77 294.557 1064 0 1 32.9068 0.67271 -204.45
+ 77 6.90505 900 0 0 33.1369 0.0602446 -205.85
+ 77 51.0133 899 0 0 33.2069 -0.05 -206.125
+ 77 219.411 1065 0 1 33.05 0.646379 -204.478
+ 77 72.3837 708 6 1 -38.2612 -110.927 -24.4501
+ 77 222.627 709 6 1 -38.25 -110.903 -24.4684
+Number of digits in this event = 25
+gamma
+Event: 78
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
-Event: 78
-Number of tracker hits in this event = 30
- 78 200.047 900 2 1 0.221928 0.302777 -144.45
- 78 122.065 901 2 0 0.212594 0.289756 -145.85
- 78 249.083 900 1 1 0.188588 -0.089957 -174.45
- 78 228.223 899 1 0 0.193157 -0.114575 -175.85
- 78 122.441 901 0 1 0.261569 -0.663831 -204.45
- 78 171.251 896 0 0 0.257322 -0.672808 -205.85
- 78 47.1916 900 1 0 -0.578581 0.0501093 -176.164
- 78 184.876 1063 1 0 11.2686 32.8029 -176.25
- 78 84.3887 960 1 1 12.1286 32.4034 -174.85
- 78 146.033 1061 1 0 12.2265 32.3347 -175.85
- 78 153.091 1724 6 1 164.995 -26.4176 -24.85
- 78 63.0589 1725 6 1 165.15 -26.4438 -24.7616
- 78 226.529 902 0 1 0.500468 0.324772 -204.45
- 78 121.646 902 0 0 0.435617 0.453978 -205.85
- 78 122.33 903 0 0 0.301129 0.729948 -205.85
- 78 21.2371 904 0 0 0.221445 0.85 -206.184
- 78 52.3031 830 0 0 13.3594 -13.9186 -206.25
- 78 82.7589 829 0 0 13.4671 -14.05 -206.16
- 78 159.614 828 0 0 13.62 -14.25 -205.94
- 78 66.8454 973 0 1 14.6536 -15.0746 -204.85
- 78 129.709 974 0 1 14.85 -15.2195 -204.699
- 78 44.5985 975 0 1 15.05 -15.33 -204.547
- 78 123.577 898 2 1 -0.357924 -0.106403 -144.45
- 78 114.095 899 2 0 -0.376452 -0.118338 -145.85
- 78 168.289 896 1 1 -0.709114 -0.354827 -174.45
- 78 133.174 898 1 0 -0.734019 -0.368688 -175.85
- 78 177.512 893 0 1 -1.25177 -0.615586 -204.45
- 78 226.637 897 0 0 -1.25851 -0.626304 -205.85
- 78 171.765 1019 0 0 24.9675 23.85 -206.227
- 78 122.71 590 3 0 -50.1821 -61.85 -116.108
-Number of digits in this event = 23
-gamma
Event: 79
-Number of tracker hits in this event = 64
- 79 235.22 899 4 1 -0.0562489 -0.631883 -84.45
- 79 141.91 896 4 0 -0.0871919 -0.681733 -85.85
- 79 66.1609 897 3 1 -0.645148 -1.64172 -114.45
- 79 50.6927 896 3 1 -0.65 -1.64398 -114.619
- 79 116.08 891 3 0 -0.688281 -1.66321 -115.85
- 79 124.183 893 2 1 -1.42555 -2.12935 -144.45
- 79 111.675 889 2 0 -1.50065 -2.17676 -145.85
- 79 121.951 884 1 1 -3.18342 -3.18464 -174.45
- 79 114.808 883 1 0 -3.23219 -3.27109 -175.85
- 79 119.78 878 0 1 -4.26629 -5.07924 -204.45
- 79 107.219 874 0 0 -4.31733 -5.12378 -205.85
- 79 48.8068 760 1 0 9.38739 -27.8941 -176.25
- 79 249.073 768 1 0 15.9627 -26.4114 -176.25
- 79 290.823 892 2 1 -1.57597 0.179557 -144.45
- 79 278.092 900 2 0 -1.55641 0.204879 -145.85
- 79 283.484 897 1 1 -0.481237 0.442588 -174.45
- 79 32.7216 904 1 0 -0.615535 0.992041 -175.85
- 79 84.6597 905 1 0 -0.625022 1.05 -175.993
- 79 132.061 889 0 1 -2.09418 12.5385 -204.45
- 79 107.859 964 0 0 -1.96998 12.8827 -205.85
- 79 125.275 883 1 1 -3.33123 0.641532 -174.45
- 79 134.744 903 1 0 -3.36638 0.738394 -175.85
- 79 123.486 879 0 1 -4.16767 2.78423 -204.45
- 79 127.48 914 0 0 -4.2502 2.90088 -205.85
- 79 241.065 891 2 1 -1.65008 0.124718 -144.517
- 79 115.594 890 2 1 -1.85 -0.080559 -144.638
- 79 28.5172 887 2 0 -5.18772 -2.54245 -145.85
- 79 57.0074 876 2 1 -4.70942 -4.26859 -144.85
- 79 104.49 877 2 1 -4.65 -4.31054 -144.82
- 79 119.029 899 4 0 -0.12675 -0.238313 -85.85
- 79 335.359 898 3 1 -0.392159 -0.404231 -114.45
- 79 345.245 898 3 0 -0.403449 -0.404135 -115.85
- 79 127.982 897 2 1 -0.624456 -0.358687 -144.45
- 79 98.1039 898 2 0 -0.617216 -0.368836 -145.85
- 79 132.495 896 1 0 -0.46979 -0.668459 -175.85
- 79 109.14 900 0 1 0.11794 -1.56114 -204.45
- 79 111.791 892 0 0 0.1632 -1.61624 -205.85
- 79 113.615 898 4 0 -0.141633 -0.25 -86.1864
- 79 89.2311 238 0 0 10.1783 -132.35 -205.977
- 79 1.1023 897 3 0 -0.688352 -0.450018 -116.242
- 79 97.4008 866 2 1 -6.72501 -2.24002 -144.45
- 79 6.27847 865 2 1 -6.85 -2.24095 -144.83
- 79 131.2 888 2 0 -7.16485 -2.27645 -145.85
- 79 124.832 812 1 1 -17.4633 -4.17024 -174.45
- 79 155.75 878 1 0 -18.1252 -4.34784 -175.85
- 79 60.3013 742 0 1 -31.562 -7.83487 -204.45
- 79 68.1522 741 0 1 -31.65 -7.83343 -204.608
- 79 12.4501 861 0 0 -32.3519 -7.84987 -205.85
- 79 163.95 860 0 0 -32.3581 -7.85 -205.861
- 79 31.7829 229 12 0 -135.317 -134.169 153.75
- 79 53.6369 219 12 1 -136.275 -134.308 155.15
- 79 82.7113 218 12 1 -136.35 -134.315 155.251
- 79 76.881 217 12 1 -136.55 -134.199 155.34
- 79 356.018 216 12 1 -136.75 -134.128 155.293
- 79 208.472 906 2 1 1.3044 -0.22992 -144.45
- 79 104.033 899 2 0 1.22713 -0.214236 -145.85
- 79 122.861 898 1 1 -0.270839 0.357699 -174.45
- 79 22.4717 901 1 0 -0.366119 0.444007 -175.85
- 79 103.705 902 1 0 -0.373764 0.45 -175.952
- 79 103.802 888 0 1 -2.37431 2.16996 -204.45
- 79 49.3165 911 0 0 -2.40314 2.42203 -205.85
- 79 88.3184 912 0 0 -2.40663 2.45 -206.002
- 79 144.984 368 1 0 -36.8199 -106.391 -176.25
- 79 106.991 367 1 0 -36.8357 -106.55 -176.082
-Number of digits in this event = 27
+Number of tracker hits in this event = 1
+ 79 5.68309 880 2 1 -3.93501 -4.54364 -144.85
+Number of digits in this event = 2
gamma
Event: 80
Number of tracker hits in this event = 2
- 80 137.714 1130 8 0 -99.3423 46.0981 33.75
- 80 129.453 398 8 1 -100.48 45.9848 35.15
-Number of digits in this event = 3
+ 80 58.9022 828 4 0 -17.0458 -14.25 -86.1694
+ 80 156.208 812 4 1 -17.5472 -14.1965 -84.85
+Number of digits in this event = 2
gamma
Event: 81
-Number of tracker hits in this event = 4
- 81 100.248 1184 2 0 -71.0633 56.9446 -146.25
- 81 123.858 1183 2 0 -71.0345 56.85 -146.156
- 81 97.7456 81 2 0 -65.6159 -163.75 -146.148
- 81 156.335 571 2 1 -65.8076 -164.899 -144.85
-Number of digits in this event = 3
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
gamma
Event: 82
-Number of tracker hits in this event = 74
- 82 191.184 900 4 1 0.10221 -0.103399 -84.45
- 82 125.978 899 4 0 0.107316 -0.112359 -85.85
- 82 109.885 900 3 1 0.20016 -0.295956 -114.45
- 82 140.952 898 3 0 0.216006 -0.295152 -115.85
- 82 358.533 902 2 1 0.501937 -0.321701 -144.45
- 82 131.817 898 2 0 0.509014 -0.324142 -145.85
- 82 130.208 903 1 1 0.686852 -0.420298 -174.45
- 82 159.085 898 1 0 0.683821 -0.416835 -175.85
- 82 121.73 902 0 1 0.647019 -0.355492 -204.45
- 82 119.095 898 0 0 0.649891 -0.341148 -205.85
- 82 139.043 945 1 0 24.4635 9.22352 -176.25
- 82 12.5736 946 1 0 24.4899 9.25 -175.907
- 82 32.3699 896 0 0 0.677252 -0.775265 -206.165
- 82 27.9379 420 1 0 66.9877 -96.0549 -176.25
- 82 201.38 901 4 1 0.369674 2.75741 -84.45
- 82 141.462 913 4 0 0.285287 2.65575 -85.85
- 82 140.792 912 4 0 0.280196 2.65 -85.9331
- 82 161.054 902 3 1 0.565209 2.03446 -114.45
- 82 311.757 913 3 0 0.26866 2.66022 -115.85
- 82 116.974 867 2 1 -6.52706 12.9958 -144.45
- 82 91.826 866 2 1 -6.65 13.2324 -144.671
- 82 24.8514 971 2 0 -7.31117 14.4107 -145.85
- 82 90.7813 972 2 0 -7.33269 14.45 -145.889
- 82 168.302 973 2 0 -7.43629 14.65 -146.082
- 82 76.3723 784 1 1 -23.1565 42.8425 -174.45
- 82 145.24 783 1 1 -23.25 42.9677 -174.563
- 82 33.4699 782 1 1 -23.45 43.256 -174.789
- 82 8.97756 1123 1 0 -24.5011 44.8344 -175.85
- 82 90.0494 1124 1 0 -24.5113 44.85 -175.861
- 82 73.9862 1125 1 0 -24.6442 45.05 -175.993
- 82 174.235 1126 1 0 -24.7729 45.25 -176.118
- 82 30.3523 653 0 1 -49.4065 79.6426 -204.45
- 82 234.996 652 0 1 -49.45 79.6938 -204.513
- 82 23.074 651 0 1 -49.65 79.9273 -204.815
- 82 36.8485 1303 0 0 -50.3064 80.7879 -205.85
- 82 98.2721 1304 0 0 -50.3534 80.85 -205.926
- 82 35.963 1305 0 0 -50.493 81.05 -206.164
- 82 86.4396 844 3 1 -11.0967 2.85791 -114.45
- 82 53.2439 843 3 1 -11.25 2.84316 -114.683
- 82 202.411 738 2 1 -32.2622 1.44033 -144.45
- 82 65.0511 737 2 1 -32.45 1.458 -144.662
- 82 171.139 908 2 0 -33.6356 1.73424 -145.85
- 82 128.284 586 1 1 -62.7516 8.6008 -174.45
- 82 100.64 585 1 1 -62.85 8.69168 -174.567
- 82 26.0172 584 1 1 -63.05 8.86333 -174.803
- 82 11.3475 947 1 0 -63.9653 9.63395 -175.85
- 82 175.588 948 1 0 -63.9843 9.65 -175.872
- 82 57.905 949 1 0 -64.229 9.85 -176.139
- 82 20.5018 437 0 1 -92.7412 33.2019 -204.45
- 82 302.09 436 0 1 -92.75 33.2425 -204.48
- 82 13.3291 1075 0 0 -93.0066 35.2162 -205.85
- 82 89.9117 1076 0 0 -93.0109 35.25 -205.874
- 82 57.2588 1077 0 0 -93.0352 35.4503 -206.005
- 82 73.5093 1078 0 0 -93.0416 35.65 -206.111
- 82 33.5135 1079 0 0 -93.0612 35.85 -206.205
- 82 184.117 1333 0 0 -117.308 86.6983 -206.25
- 82 91.4629 1334 0 0 -117.466 86.85 -206.106
- 82 41.2118 1335 0 0 -117.66 87.05 -205.932
- 82 61.169 305 0 1 -119.012 88.254 -204.85
- 82 110.076 304 0 1 -119.15 88.3908 -204.728
- 82 58.4577 303 0 1 -119.35 88.6221 -204.545
- 82 9.30274 1602 1 0 -87.4244 140.724 -176.25
- 82 72.5777 1603 1 0 -87.4089 140.75 -176.235
- 82 70.706 1604 1 0 -87.2862 140.95 -176.098
- 82 65.793 1605 1 0 -87.1865 141.15 -176.003
- 82 59.2248 1606 1 0 -87.0844 141.35 -175.913
- 82 87.2107 473 1 1 -85.3928 144.698 -174.85
- 82 189.141 474 1 1 -85.25 144.969 -174.776
- 82 155.721 475 1 1 -85.05 145.431 -174.612
- 82 101.293 1630 2 0 -94.3914 146.333 -146.25
- 82 155.851 426 2 1 -94.888 146.207 -144.85
- 82 71.363 435 0 1 -92.9501 33.3202 -204.631
- 82 16.3525 434 0 1 -93.15 33.3779 -204.804
- 82 134.861 1067 0 0 -93.9979 33.5491 -205.85
-Number of digits in this event = 30
+Number of tracker hits in this event = 25
+ 82 151.42 900 3 1 0.146044 -0.289384 -114.45
+ 82 102.074 898 3 0 0.15902 -0.325103 -115.85
+ 82 285.402 902 2 1 0.482532 -1.08307 -144.45
+ 82 102.892 894 2 0 0.494514 -1.11177 -145.85
+ 82 126.017 903 1 1 0.736574 -1.67617 -174.45
+ 82 110.791 891 1 0 0.758379 -1.71922 -175.85
+ 82 121.749 905 0 1 1.18877 -2.55963 -204.45
+ 82 105.775 887 0 0 1.21482 -2.59317 -205.85
+ 82 150.11 898 5 1 -0.423699 -0.520226 -54.4504
+ 82 107.205 897 5 0 -0.353522 -0.571443 -55.85
+ 82 288.11 904 4 1 0.951482 -1.46808 -84.4504
+ 82 129.52 891 4 0 0.894635 -1.65624 -85.85
+ 82 114.368 891 3 1 -1.69399 -6.16157 -114.45
+ 82 159.556 867 3 0 -1.57262 -6.56626 -115.85
+ 82 23.0544 866 3 0 -1.54282 -6.65 -116.162
+ 82 160.848 829 2 0 0.380787 -14.1365 -145.85
+ 82 3.11804 828 2 0 0.327706 -14.25 -146.235
+ 82 137.062 881 1 1 -3.73656 -23.3458 -174.45
+ 82 92.5263 780 1 0 -4.13256 -23.9241 -175.85
+ 82 29.1478 779 1 0 -4.21759 -24.05 -176.162
+ 82 118.087 842 0 1 -11.5294 -35.571 -204.45
+ 82 92.0753 719 0 0 -11.7702 -36.1534 -205.85
+ 82 61.4229 718 0 0 -11.8063 -36.2501 -206.074
+ 82 69.2028 905 4 1 1.05 -1.61598 -84.5322
+ 82 259.415 1051 2 0 8.5482 30.25 -145.991
+Number of digits in this event = 13
gamma
Event: 83
-Number of tracker hits in this event = 24
- 83 54.1262 899 1 0 0.05 -0.0729122 -176.078
- 83 116.639 902 0 1 0.456647 -1.69184 -204.45
- 83 129.502 891 0 0 0.465672 -1.76945 -205.85
- 83 2.30676 899 2 1 -0.0500136 -0.0517348 -144.845
- 83 43.8319 903 2 0 -0.464863 0.665935 -145.85
- 83 21.4508 900 0 1 0.0609661 -0.440697 -204.45
- 83 121.868 955 0 0 -38.8553 11.2298 -206.25
- 83 75.3829 956 0 0 -38.9262 11.25 -206.216
- 83 61.454 1200 0 0 -117.58 60.0629 -206.25
- 83 370.635 1201 0 0 -117.602 60.2501 -206.179
- 83 79.4456 1202 0 0 -117.182 60.45 -206.018
- 83 72.0078 898 0 1 -0.296989 -0.05 -204.616
- 83 115.659 899 0 0 -0.298333 -0.085328 -205.85
- 83 85.013 1770 11 0 -35.2916 174.155 123.75
- 83 68.021 1771 11 0 -35.3316 174.35 123.882
- 83 55.8778 1772 11 0 -35.3864 174.55 124.001
- 83 78.7627 719 11 1 -36.0556 175.575 125.15
- 83 59.4245 718 11 1 -36.25 175.695 125.247
- 83 113.068 717 11 1 -36.45 175.757 125.226
- 83 22.7492 716 11 1 -36.6501 175.965 125.225
- 83 344.107 1780 11 0 -37.0087 176.313 124.15
- 83 64.8932 1781 11 0 -37.0342 176.35 124.017
- 83 73.9213 1062 2 0 131.016 32.5657 -146.25
- 83 360.35 720 1 0 34.8053 -35.9339 -176.25
-Number of digits in this event = 6
+Number of tracker hits in this event = 38
+ 83 123.483 899 4 1 -0.0663952 0.172526 -84.45
+ 83 263.584 900 4 0 -0.0766489 0.173008 -85.85
+ 83 144.063 898 3 1 -0.272074 0.212929 -114.45
+ 83 105.315 900 3 0 -0.275141 0.224201 -115.85
+ 83 114.289 898 2 1 -0.325329 0.486817 -144.45
+ 83 111.465 902 2 0 -0.323052 0.505031 -145.85
+ 83 118.029 898 1 1 -0.29122 0.881404 -174.45
+ 83 260.184 904 1 0 -0.294257 0.910833 -175.85
+ 83 115.777 898 0 1 -0.421353 1.51151 -204.45
+ 83 114.671 907 0 0 -0.419095 1.54199 -205.85
+ 83 153.776 200 0 1 -139.95 -5.5042 -204.713
+ 83 117.457 896 4 1 -0.766962 0.913634 -84.45
+ 83 327.489 904 4 0 -0.910761 0.948402 -85.85
+ 83 122.005 881 3 1 -3.81716 2.01587 -114.45
+ 83 107.933 910 3 0 -3.90975 2.06701 -115.85
+ 83 565.202 871 2 1 -5.76762 3.26817 -144.45
+ 83 278.902 916 2 0 -5.88585 3.34419 -145.85
+ 83 132.604 858 1 1 -8.41849 4.48895 -174.45
+ 83 142.161 857 1 1 -8.45 4.48976 -174.653
+ 83 114.903 922 1 0 -8.59984 4.50393 -175.85
+ 83 118.696 837 0 1 -12.4538 6.36436 -204.45
+ 83 13.468 933 0 0 -12.6391 6.83363 -205.85
+ 83 117.075 934 0 0 -12.6467 6.85 -205.897
+ 83 78.9087 870 2 1 -5.85003 3.28684 -144.498
+ 83 210.945 1150 0 0 -28.6182 50.1384 -206.25
+ 83 186.715 854 1 1 -9.06475 1.58091 -174.45
+ 83 163.922 905 1 0 -9.48466 1.12861 -175.85
+ 83 78.4011 810 0 1 -17.8629 -7.84536 -204.45
+ 83 85.8971 809 0 1 -18.05 -7.90123 -204.613
+ 83 20.1836 808 0 1 -18.25 -7.95423 -204.79
+ 83 200.692 858 0 0 -19.3893 -8.26098 -205.85
+ 83 109.884 917 2 0 -5.97664 3.49904 -145.85
+ 83 64.6253 859 1 1 -8.15978 4.07601 -174.45
+ 83 122.11 920 1 0 -8.81016 4.07767 -175.85
+ 83 91.0519 814 0 1 -17.2023 5.771 -204.45
+ 83 43.0566 815 0 1 -17.05 5.67594 -204.724
+ 83 76.8375 925 0 0 -16.4729 5.19289 -205.85
+ 83 112.319 924 0 0 -16.3498 5.04986 -206.083
+Number of digits in this event = 17
gamma
Event: 84
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
Event: 85
-Number of tracker hits in this event = 2
- 85 4.97742 975 0 0 19.477 15.05 -205.981
- 85 82.3792 1021 3 1 24.25 71.6047 -114.806
-Number of digits in this event = 1
+Number of tracker hits in this event = 32
+ 85 151.32 899 4 0 0.05 -0.0654814 -85.9674
+ 85 119.427 905 3 1 1.14424 -0.984317 -114.45
+ 85 171.988 894 3 0 1.12414 -1.08926 -115.85
+ 85 132.389 901 2 1 0.426727 -3.04309 -144.45
+ 85 0.864815 902 2 1 0.450019 -3.06975 -144.844
+ 85 149.164 884 2 0 0.495171 -3.11613 -145.85
+ 85 127.019 905 1 1 1.08189 -5.27088 -174.45
+ 85 106.514 874 1 0 1.18968 -5.2011 -175.85
+ 85 115.104 909 0 1 1.93794 0.112308 -204.45
+ 85 15.7313 910 0 1 2.05 0.198386 -204.796
+ 85 193.897 902 0 0 2.35941 0.488958 -205.85
+ 85 127.605 903 4 0 0.160883 0.769522 -85.8501
+ 85 86.2695 904 4 0 0.152652 0.85 -85.9898
+ 85 415.537 899 3 1 -0.0766667 -0.0872344 -114.45
+ 85 107.921 899 3 0 -0.0740056 -0.102151 -115.85
+ 85 120.473 900 1 1 0.158303 -0.793718 -174.45
+ 85 124.733 896 1 0 0.16817 -0.805427 -175.85
+ 85 182.162 901 0 1 0.363367 -1.06324 -204.45
+ 85 202.179 894 0 0 0.371807 -1.07028 -205.85
+ 85 28.1972 893 0 0 0.290248 -1.25004 -206.187
+ 85 194.29 898 3 1 -0.250064 -0.743369 -114.479
+ 85 60.3992 953 4 0 -8.10433 10.7668 -86.2499
+ 85 147.484 954 4 0 -8.21441 10.8501 -86.1555
+ 85 94.4347 955 4 0 -8.46286 11.0501 -86.1894
+ 85 135.634 1025 0 0 -22.3053 25.1087 -206.25
+ 85 24.1731 1026 0 0 -22.4302 25.2501 -205.92
+ 85 332.722 786 0 1 -22.7837 25.7918 -204.85
+ 85 81.049 419 5 1 -96.15 -32.555 -54.7441
+ 85 113.893 420 5 1 -96.15 -32.5835 -54.5539
+ 85 31.2434 67 1 1 -166.585 145.764 -174.45
+ 85 240.503 68 1 1 -166.55 145.757 -174.54
+ 85 209.3 813 1 1 -17.3712 -7.07278 -174.85
+Number of digits in this event = 19
gamma
Event: 86
-Number of tracker hits in this event = 11
- 86 91.6553 900 1 0 0.05 0.0547303 -175.975
- 86 113.347 903 0 1 0.662612 0.0532293 -204.45
- 86 260.135 899 1 0 -0.0856666 -0.05 -176.031
- 86 133.075 593 1 0 -47.222 -61.2942 -176.25
- 86 100.107 592 1 0 -47.4072 -61.4501 -176.083
- 86 93.4005 591 1 0 -47.4632 -61.65 -176.048
- 86 170.296 590 1 0 -47.4422 -61.85 -176.066
- 86 97.8257 589 1 0 -47.5335 -62.05 -176.182
- 86 128.149 900 1 1 0.163889 -0.0789293 -174.45
- 86 121.814 901 0 1 0.280385 -0.455423 -204.45
- 86 125.354 897 0 0 0.265991 -0.473386 -205.85
-Number of digits in this event = 7
-gamma
-Event: 87
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
+Event: 87
+Number of tracker hits in this event = 2
+ 87 132.301 1501 1 0 -99.3887 120.493 -176.25
+ 87 14.0016 1502 1 0 -99.5155 120.55 -176.157
+Number of digits in this event = 2
+gamma
Event: 88
-Number of tracker hits in this event = 7
- 88 103.605 899 0 0 1.14985 -0.05 -206.098
- 88 174.426 978 2 1 15.6654 -28.0977 -144.85
- 88 84.5186 762 2 0 15.8255 -27.5883 -145.85
- 88 73.5367 763 2 0 15.7708 -27.45 -146.001
- 88 86.2349 764 2 0 15.6906 -27.2499 -146.049
- 88 395.995 765 2 0 15.575 -27.05 -145.956
- 88 9.61052 974 2 1 15.0115 -25.8452 -144.85
-Number of digits in this event = 3
-gamma
-Event: 89
-Number of tracker hits in this event = 19
- 89 156.909 901 3 1 0.255677 0.114831 -114.45
- 89 128.552 900 3 0 0.275855 0.117471 -115.85
- 89 116.141 903 2 1 0.752879 0.113526 -144.45
- 89 129.262 900 2 0 0.750579 0.130225 -145.85
- 89 105.916 902 1 1 0.579235 0.515628 -174.45
- 89 239.018 902 1 0 0.591621 0.564197 -175.85
- 89 97.1227 903 0 1 0.688873 1.79438 -204.45
- 89 102.829 909 0 0 0.722387 1.89363 -205.85
- 89 167.682 899 1 0 -0.511409 -0.173267 -175.85
- 89 111.229 898 1 0 -0.564554 -0.250066 -176.01
- 89 72.1795 858 1 0 13.6148 -8.3322 -176.25
- 89 206.207 861 1 0 -27.1126 -7.76861 -176.25
- 89 154.646 862 1 0 -27.2493 -7.65 -175.912
- 89 29.8828 903 3 1 0.662361 -0.884257 -114.85
- 89 31.1637 902 3 1 0.65 -0.901308 -114.841
- 89 114.347 891 3 0 0.920657 -1.77398 -115.85
- 89 179.168 899 2 1 -0.157565 -0.0951368 -144.45
- 89 119.324 899 2 0 -0.171946 -0.101736 -145.85
- 89 115.209 897 1 1 -0.469349 -0.249084 -174.45
-Number of digits in this event = 9
-gamma
-Event: 90
-Number of tracker hits in this event = 1
- 90 2.77895 923 0 1 4.85 -71.23 -204.773
+Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
+Event: 89
+Number of tracker hits in this event = 30
+ 89 217.994 900 5 0 -0.0501836 0.189436 -55.85
+ 89 103.738 898 4 1 -0.262257 0.197773 -84.45
+ 89 258.432 900 4 0 -0.277663 0.208292 -85.85
+ 89 130.659 897 3 1 -0.512814 0.356672 -114.45
+ 89 131.223 901 3 0 -0.523753 0.373741 -115.85
+ 89 111.992 896 2 1 -0.757661 0.76166 -144.45
+ 89 162.761 903 2 0 -0.768419 0.781819 -145.85
+ 89 125.994 895 1 1 -0.996202 1.26143 -174.45
+ 89 183.231 906 1 0 -1.01061 1.25926 -175.85
+ 89 119.077 894 0 1 -1.23784 1.19377 -204.45
+ 89 272.457 905 0 0 -1.2504 1.19482 -205.85
+ 89 218.351 906 0 0 -1.28452 1.25006 -205.896
+ 89 297.646 893 0 1 -1.25005 1.1891 -204.473
+ 89 1.7305 1082 3 0 28.7414 36.559 -116.25
+ 89 13.9533 500 2 0 2.86029 -79.85 -146.159
+ 89 125.766 902 5 1 0.634563 0.157693 -54.45
+ 89 132.367 901 4 1 0.36273 0.0812319 -84.45
+ 89 115.744 900 3 1 0.0891722 1.07046 -114.45
+ 89 127.467 905 3 0 0.089438 1.10522 -115.85
+ 89 198.979 900 1 1 0.053111 2.90495 -174.45
+ 89 193.477 899 0 1 -0.0641463 3.89225 -204.45
+ 89 142.537 919 0 0 -0.0958875 3.89532 -205.85
+ 89 88.1109 899 1 1 -0.0500218 2.83508 -174.64
+ 89 39.3161 899 6 1 -0.0855875 -0.05 -24.7613
+ 89 192.93 899 6 0 -0.424357 -0.0776578 -25.85
+ 89 410.2 919 6 0 12.2289 3.90346 -26.25
+ 89 33.7286 918 6 0 12.0636 3.84997 -26.0836
+ 89 31.146 978 0 1 15.829 -19.1372 -204.85
+ 89 31.8807 979 0 1 15.8501 -19.0797 -204.494
+ 89 7.76055 1255 1 0 -30.6365 71.1633 -175.85
+Number of digits in this event = 20
+gamma
+Event: 90
+Number of tracker hits in this event = 10
+ 90 76.9686 1192 1 1 58.5953 -67.3256 -174.45
+ 90 62.0436 1191 1 1 58.4499 -67.3381 -174.663
+ 90 8.67296 565 1 0 57.6827 -66.8731 -175.85
+ 90 84.2653 566 1 0 57.6616 -66.8499 -175.884
+ 90 214.52 567 1 0 57.4948 -66.6499 -176.071
+ 90 44.1383 1178 1 0 69.7664 55.779 -176.25
+ 90 108.707 1179 1 0 69.7502 55.8501 -176.22
+ 90 131.987 1180 1 0 69.6644 56.0501 -176.16
+ 90 108.366 1181 1 0 69.6871 56.25 -176.175
+ 90 51.3015 1148 9 1 49.6809 72.0506 65.15
+Number of digits in this event = 3
+gamma
Event: 91
-Number of tracker hits in this event = 19
- 91 135.772 900 4 1 0.0634897 -0.185528 -84.45
- 91 125.974 899 4 0 0.0510652 -0.235672 -85.85
- 91 108.617 898 3 1 -0.303131 -1.42221 -114.45
- 91 89.4012 892 3 0 -0.286969 -1.47324 -115.85
- 91 221.257 900 2 1 0.134999 -2.40883 -144.45
- 91 90.2462 888 2 0 0.146312 -2.43044 -145.85
- 91 378.139 901 1 1 0.420958 -2.78944 -174.45
- 91 109.457 886 1 0 0.430921 -2.80616 -175.85
- 91 130.642 903 0 1 0.679901 -2.96127 -204.45
- 91 135.581 885 0 0 0.697953 -2.96506 -205.85
- 91 150.318 900 3 1 0.121676 -0.338691 -114.45
- 91 121.779 898 3 0 0.121987 -0.352561 -115.85
- 91 165.119 896 2 0 0.172366 -0.672931 -145.85
- 91 181.364 895 1 0 0.27177 -0.874281 -175.85
- 91 111.716 901 0 1 0.283684 -0.927819 -204.45
- 91 116.945 895 0 0 0.292423 -0.931835 -205.85
- 91 50.9639 896 1 0 0.28552 -0.750565 -175.85
- 91 1.50846 1044 0 0 2.1526 28.85 -206.132
- 91 96.1802 1043 0 0 2.15316 28.85 -206.134
-Number of digits in this event = 12
+Number of tracker hits in this event = 6
+ 91 127.571 900 2 0 -0.0913672 0.104865 -145.85
+ 91 127.181 891 1 1 -1.77567 2.34205 -174.45
+ 91 61.9532 911 1 0 -1.81488 2.43618 -175.85
+ 91 60.2265 912 1 0 -1.81907 2.45 -176.047
+ 91 124.448 887 0 1 -2.51568 4.45131 -204.45
+ 91 150.424 922 0 0 -2.54441 4.52009 -205.85
+Number of digits in this event = 5
gamma
Event: 92
-Number of tracker hits in this event = 30
- 92 36.2499 899 5 1 -0.05 2.26834 -54.7523
- 92 131.116 910 5 0 -0.517919 2.16589 -55.85
- 92 33.1251 848 4 1 -10.4383 -2.76333 -84.45
- 92 79.5943 847 4 1 -10.45 -2.7684 -84.579
- 92 117.722 886 4 0 -10.6903 -2.80229 -85.85
- 92 141.186 825 3 1 -14.8908 -3.27782 -114.45
- 92 120.478 824 3 1 -15.05 -3.02166 -114.671
- 92 145.912 898 3 0 -17.198 -0.325844 -115.85
- 92 85.2024 899 3 0 -17.2594 -0.25 -115.882
- 92 77.3444 900 3 0 -17.5462 0.050206 -116.016
- 92 92.0645 901 3 0 -17.7215 0.25 -116.1
- 92 51.1877 902 3 0 -17.9004 0.45 -116.199
- 92 55.2612 1090 3 0 -65.5223 38.1795 -116.25
- 92 65.3755 1089 3 0 -65.5147 38.05 -116.092
- 92 43.1614 574 3 1 -65.0996 37.1793 -114.85
- 92 260.089 575 3 1 -65.05 37.1092 -114.758
- 92 75.4957 1076 3 0 -64.95 35.4001 -115.85
- 92 68.8439 1075 3 0 -64.9555 35.25 -116.04
- 92 91.1301 577 2 1 -64.6464 17.0506 -144.45
- 92 219.48 578 2 1 -64.45 17.0498 -144.664
- 92 59.483 1251 1 0 -73.307 70.45 -175.923
- 92 105.352 900 3 1 0.169858 -0.374244 -114.45
- 92 180.018 900 2 1 0.11418 -0.728378 -144.45
- 92 117.419 896 2 0 0.102898 -0.745543 -145.85
- 92 123.286 899 1 1 -0.140036 -1.15278 -174.45
- 92 163.873 894 1 0 -0.159389 -1.18085 -175.85
- 92 118.729 897 0 1 -0.578255 -1.78145 -204.45
- 92 267.067 891 0 0 -0.593911 -1.80889 -205.85
- 92 152.252 97 1 0 75.6394 -160.682 -176.25
- 92 274.458 1104 1 0 12.6971 40.8958 -176.25
-Number of digits in this event = 13
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
gamma
Event: 93
-Number of tracker hits in this event = 2
- 93 58.8983 1345 1 1 89.05 53.1366 -174.817
- 93 64.843 1164 1 0 91.0193 53.0187 -175.85
+Number of tracker hits in this event = 1
+ 93 215.845 1085 0 1 37.1545 -10.4069 -204.85
Number of digits in this event = 2
gamma
Event: 94
-Number of tracker hits in this event = 4
- 94 119.557 900 0 1 0.118441 -0.05 -204.615
- 94 93.6427 901 0 1 0.25 -0.0995368 -204.741
- 94 11.2004 818 4 0 99.3687 -16.2713 -86.25
- 94 321.733 1403 4 1 100.751 -16.6162 -84.85
-Number of digits in this event = 3
-gamma
-Event: 95
-Number of tracker hits in this event = 70
- 95 179.505 899 5 0 0.247107 -0.0549664 -55.85
- 95 121.528 902 4 1 0.618361 -0.222674 -84.45
- 95 136.54 899 4 0 0.638432 -0.223884 -85.85
- 95 130.519 904 3 1 0.983528 -0.211784 -114.45
- 95 114.166 899 3 0 0.999593 -0.207491 -115.85
- 95 123.16 906 2 1 1.31614 -0.17505 -144.45
- 95 183.7 899 2 0 1.3414 -0.166993 -145.85
- 95 133.247 909 1 1 1.92448 0.106794 -174.45
- 95 125.408 900 1 0 1.95919 0.114692 -175.85
- 95 148.741 912 0 1 2.61989 0.496997 -204.45
- 95 125.943 902 0 0 2.65901 0.518549 -205.85
- 95 327.151 899 5 1 -0.213791 0.0829141 -54.45
- 95 158.342 897 3 1 -0.54406 -2.4834 -114.45
- 95 120.456 887 3 0 -0.581148 -2.57648 -115.85
- 95 181.204 892 2 1 -1.64194 -4.44632 -144.45
- 95 125.803 891 2 1 -1.65 -4.45269 -144.575
- 95 179.235 877 2 0 -1.73251 -4.51396 -145.85
- 95 137.49 881 1 1 -3.70287 -5.6759 -174.45
- 95 139.269 871 1 0 -3.75605 -5.69549 -175.85
- 95 153.353 876 0 1 -4.73983 -6.32025 -204.45
- 95 110.176 867 0 0 -4.72852 -6.46858 -205.85
- 95 29.0517 893 2 1 -1.45 -4.19506 -144.773
- 95 1.24503 883 2 0 0.321164 -3.25313 -145.85
- 95 148.823 884 2 0 0.327197 -3.25 -145.853
- 95 349.552 982 1 1 16.5813 1.54824 -174.45
- 95 284.645 983 1 1 16.65 1.00416 -174.683
- 95 300.052 900 5 0 -0.141676 0.111713 -55.85
- 95 16.5702 895 4 1 -0.871074 0.681964 -84.45
- 95 90.0128 896 4 1 -0.85 0.693489 -84.5169
- 95 289.858 904 4 0 -0.422998 0.91846 -85.85
- 95 78.7999 943 3 1 8.73586 5.71674 -114.45
- 95 32.6373 944 3 1 8.85015 5.76935 -114.732
- 95 115.546 929 3 0 9.308 5.97614 -115.85
- 95 668.226 1003 2 1 20.6947 10.557 -144.45
- 95 156.157 1004 2 1 20.85 10.6567 -144.846
- 95 127.259 954 2 0 21.2598 10.9289 -145.85
- 95 91.1251 1065 1 1 33.1135 18.3095 -174.45
- 95 48.5887 1066 1 1 33.25 18.4188 -174.724
- 95 195.751 993 1 0 33.7898 18.8106 -175.85
- 95 99.0148 994 1 0 33.8437 18.85 -175.962
- 95 84.9866 1134 0 1 46.9422 28.7956 -204.45
- 95 96.6587 1135 0 1 47.0501 28.9155 -204.687
- 95 128.299 1047 0 0 47.5491 29.5117 -205.85
- 95 37.2169 1048 0 0 47.66 29.65 -206.119
- 95 8.01901 1101 3 0 21.7955 40.2626 -116.25
- 95 228.569 1100 3 0 21.7941 40.25 -116.238
- 95 57.7174 1400 0 0 21.4827 100.15 -205.931
- 95 65.5457 1399 0 0 21.4313 100.15 -205.914
- 95 108.093 1005 2 1 21.0501 11.1412 -144.725
- 95 174.074 1006 2 1 21.25 11.198 -144.716
- 95 111.863 953 2 0 21.3086 10.7338 -145.85
- 95 133.315 1042 1 1 28.4736 16.8825 -174.45
- 95 187.44 1043 1 1 28.65 17.0534 -174.68
- 95 2.76263 1044 1 1 28.85 17.229 -174.845
- 95 93.6953 992 1 0 30.2466 18.4783 -175.85
- 95 148.726 1291 0 1 78.4164 33.8802 -204.45
- 95 105.161 1070 0 0 78.0307 34.0826 -205.85
- 95 158.793 899 4 1 -0.186813 0.124943 -84.45
- 95 126.881 900 4 0 -0.185969 0.132612 -85.85
- 95 135.226 899 3 1 -0.184782 0.254526 -114.45
- 95 304.103 901 3 0 -0.159868 0.302738 -115.85
- 95 175.446 902 2 1 0.461171 1.24144 -144.45
- 95 144.199 906 2 0 0.510212 1.27633 -145.85
- 95 151.891 907 1 1 1.55673 1.99991 -174.45
- 95 63.1215 909 1 0 1.62331 2.0449 -175.85
- 95 87.2043 910 1 0 1.63089 2.05 -176.009
- 95 158.24 913 0 1 2.76505 2.88518 -204.45
- 95 114.532 914 0 0 2.79349 2.95145 -205.85
- 95 9.6919 1046 4 0 11.7438 29.25 -86.1969
- 95 13.0309 607 1 0 -19.2286 -58.45 -176.111
-Number of digits in this event = 43
-gamma
-Event: 96
-Number of tracker hits in this event = 16
- 96 133.499 899 4 0 0.108836 -0.126569 -85.85
- 96 162.996 909 3 1 1.85009 -2.38521 -114.45
- 96 103.891 887 3 0 1.95606 -2.4712 -115.85
- 96 104.552 920 2 1 4.17705 -3.20249 -144.45
- 96 135.429 883 2 0 4.29403 -3.25353 -145.85
- 96 156.513 927 1 1 5.59248 -2.83555 -174.45
- 96 128.133 887 1 0 5.76502 -2.5316 -175.85
- 96 80.6941 943 0 1 8.67306 3.04822 -204.45
- 96 54.3115 942 0 1 8.65 3.16326 -204.695
- 96 74.694 918 0 0 8.56666 3.72766 -205.85
- 96 51.0316 919 0 0 8.55324 3.85 -206.103
- 96 126.208 896 1 1 -0.836255 -0.165554 -174.45
- 96 148.627 899 1 0 -0.856331 -0.169677 -175.85
- 96 28.7848 894 0 1 -1.24788 -0.258737 -204.45
- 96 92.4208 893 0 1 -1.25 -0.259309 -204.56
- 96 100.149 898 0 0 -1.27544 -0.265977 -205.85
-Number of digits in this event = 8
-gamma
-Event: 97
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
+Event: 95
+Number of tracker hits in this event = 47
+ 95 100.093 900 4 1 0.111707 -0.200107 -84.45
+ 95 124.2 899 4 0 0.113291 -0.210108 -85.85
+ 95 130.536 900 3 1 0.146338 -0.407634 -114.45
+ 95 129.753 898 3 0 0.149393 -0.432756 -115.85
+ 95 124.774 900 2 1 0.183322 -0.945859 -144.45
+ 95 107.037 895 2 0 0.192448 -0.958863 -145.85
+ 95 134.651 901 1 1 0.31093 -1.17025 -174.45
+ 95 117.663 894 1 0 0.311629 -1.17422 -175.85
+ 95 130.99 901 0 1 0.301072 -1.27524 -204.45
+ 95 255.377 893 0 0 0.290546 -1.27916 -205.85
+ 95 124.036 894 0 0 0.425797 -1.24995 -205.954
+ 95 165.423 904 0 1 0.8686 -0.572066 -204.85
+ 95 73.4012 910 0 1 2.14034 -1.47047 -204.85
+ 95 132.939 898 0 1 -0.304736 -1.0932 -204.45
+ 95 130.265 899 0 1 -0.249916 -0.922237 -204.485
+ 95 113.942 897 0 1 -0.45008 -0.342041 -204.672
+ 95 153.864 900 0 0 -2.24552 0.0630237 -205.85
+ 95 21.6276 901 0 0 -2.47199 0.250063 -206.181
+ 95 183.255 899 6 0 0.0903077 -0.0927749 -25.85
+ 95 108.084 909 5 1 1.87659 -2.27435 -54.45
+ 95 99.6714 888 5 0 1.98309 -2.41375 -55.85
+ 95 10.9965 887 5 0 2.01113 -2.45 -56.2062
+ 95 265.51 919 4 1 3.93158 -5.18291 -84.45
+ 95 126.672 874 4 0 3.70998 -5.18229 -85.8504
+ 95 35.4805 883 2 1 -3.41357 -1.78687 -144.45
+ 95 301.425 882 2 1 -3.45 -1.70874 -144.533
+ 95 11.9289 897 2 0 -4.01074 -0.478234 -145.85
+ 95 194.502 898 2 0 -4.02286 -0.45 -145.879
+ 95 76.3959 899 2 0 -4.10909 -0.25 -146.073
+ 95 196.322 825 1 1 -14.8678 30.7603 -174.45
+ 95 64.8141 1062 1 0 -15.3157 32.491 -175.85
+ 95 62.8437 1063 1 0 -15.3572 32.6503 -175.974
+ 95 65.5219 1064 1 0 -15.4098 32.85 -176.134
+ 95 364.145 761 0 1 -27.6958 64.0463 -204.45
+ 95 36.2701 1232 0 0 -27.8679 66.6015 -205.85
+ 95 59.3149 1233 0 0 -27.8713 66.65 -205.879
+ 95 52.876 1234 0 0 -27.8934 66.85 -205.999
+ 95 46.8141 1235 0 0 -27.9136 67.05 -206.113
+ 95 21.9661 1236 0 0 -27.9482 67.2503 -206.223
+ 95 313.53 762 0 1 -27.5964 63.7774 -204.45
+ 95 108.952 893 2 0 -3.76488 -1.38319 -145.85
+ 95 27.2012 894 2 0 -3.86949 -1.24993 -146.148
+ 95 61.9642 813 1 1 -17.3409 -0.476396 -174.45
+ 95 87.3454 812 1 1 -17.4501 -0.436435 -174.574
+ 95 111.696 895 1 0 -17.6344 -0.88013 -175.85
+ 95 477.353 826 1 0 -14.1635 -14.702 -176.25
+ 95 79.5533 825 1 0 -13.9399 -14.85 -175.976
+Number of digits in this event = 23
+gamma
+Event: 96
+Number of tracker hits in this event = 37
+ 96 229.381 897 2 1 -0.631113 0.0712741 -144.45
+ 96 119.328 900 2 0 -0.661031 0.110033 -145.85
+ 96 351.715 893 1 1 -1.29064 0.896708 -174.45
+ 96 276.895 904 1 0 -1.31211 0.926136 -175.85
+ 96 168.573 891 0 1 -1.78471 1.49441 -204.45
+ 96 114.434 907 0 0 -1.82005 1.52251 -205.85
+ 96 65.306 898 2 1 -0.45 0.192918 -144.809
+ 96 151.476 899 2 1 -0.249937 0.222274 -144.81
+ 96 94.0781 901 2 0 0.297162 0.38415 -145.85
+ 96 134.495 906 1 0 -1.12198 1.26736 -175.85
+ 96 0.738119 1056 1 0 -11.4598 31.4485 -176.25
+ 96 92.7249 1057 1 0 -11.4606 31.45 -176.248
+ 96 44.7729 1058 1 0 -11.653 31.6501 -175.961
+ 96 89.1652 833 1 1 -13.3151 34.5235 -174.85
+ 96 229.044 832 1 1 -13.4501 34.7641 -174.674
+ 96 170.285 831 1 1 -13.6501 35.0567 -174.462
+ 96 17.0361 1078 1 0 -14.1644 35.8224 -175.85
+ 96 76.2458 1079 1 0 -14.183 35.85 -175.901
+ 96 86.1674 1080 1 0 -14.3398 36.0501 -176.017
+ 96 64.034 1081 1 0 -14.4726 36.25 -175.952
+ 96 11.2388 1082 1 0 -14.5236 36.4501 -175.862
+ 96 79.0145 821 1 1 -15.7074 38.8901 -174.85
+ 96 138.662 820 1 1 -15.8501 39.0981 -174.74
+ 96 50.5655 819 1 1 -16.0501 39.4905 -174.459
+ 96 75.3136 818 1 1 -16.2501 39.4385 -174.507
+ 96 117.505 817 1 1 -16.4501 39.3848 -174.558
+ 96 102.434 1094 1 0 -16.8896 38.9509 -175.85
+ 96 23.4129 1093 1 0 -17.0866 38.85 -176.145
+ 96 0.189037 915 1 0 -1.17339 3.24926 -175.85
+ 96 193.967 916 1 0 -1.17337 3.25005 -175.85
+ 96 101.022 896 0 1 -0.751016 0.207754 -204.45
+ 96 162.626 900 0 0 -0.781409 0.128194 -205.85
+ 96 151.701 898 4 1 -0.420073 0.266316 -84.45
+ 96 108.301 901 4 0 -0.437303 0.284591 -85.85
+ 96 150.67 896 3 1 -0.710355 0.685167 -114.45
+ 96 133.238 903 3 0 -0.668139 0.669877 -115.85
+ 96 27.9178 899 5 1 -0.0500313 0.0545834 -54.7017
+Number of digits in this event = 15
+gamma
+Event: 97
+Number of tracker hits in this event = 67
+ 97 199.668 900 3 1 0.163514 -0.247818 -114.45
+ 97 240.77 898 3 0 0.164266 -0.253238 -115.85
+ 97 119.137 900 2 1 0.176618 -0.30616 -144.45
+ 97 127.412 898 2 0 0.170538 -0.319304 -145.85
+ 97 352.204 900 1 1 0.0702705 -0.580544 -174.45
+ 97 116.946 897 1 0 0.0559382 -0.602579 -175.85
+ 97 100.975 899 0 1 -0.22073 -1.05402 -204.45
+ 97 123.695 894 0 0 -0.238685 -1.07218 -205.85
+ 97 77.2926 899 1 0 0.759863 -0.129098 -175.85
+ 97 161.136 901 3 1 0.25 -0.273695 -114.776
+ 97 12.0781 1074 3 0 2.59364 34.9941 -116.25
+ 97 92.0271 1075 3 0 2.59344 35.0502 -116.213
+ 97 20.0863 1076 3 0 2.75405 35.25 -115.907
+ 97 35.7295 916 3 1 3.39555 35.6907 -114.85
+ 97 140.93 917 3 1 3.45 35.7368 -114.739
+ 97 206.085 918 3 1 3.65011 36.0643 -114.492
+ 97 61.3352 919 3 1 3.85013 36.1016 -114.695
+ 97 75.89 1080 3 0 5.39156 36.2395 -115.85
+ 97 163.99 1081 3 0 5.6019 36.2501 -115.968
+ 97 55.5215 1082 3 0 5.91226 36.4501 -116.088
+ 97 140.96 1083 3 0 5.92535 36.6501 -116.159
+ 97 101.383 1084 3 0 5.87922 36.85 -116.13
+ 97 344.269 928 3 1 5.78409 38.0766 -114.85
+ 97 53.1265 927 3 1 5.65 38.4751 -114.832
+ 97 7.68454 1103 3 0 6.24106 40.8244 -115.85
+ 97 485.437 1104 3 0 6.24807 40.8501 -115.858
+ 97 10.0123 929 3 1 5.85003 38.2013 -114.838
+ 97 34.7469 1092 3 0 6.09636 38.6475 -115.85
+ 97 107.888 1093 3 0 6.11035 38.65 -115.878
+ 97 98.7458 895 3 0 0.27016 -1.03324 -115.85
+ 97 113.276 901 2 1 0.448109 -1.85978 -144.45
+ 97 115.145 890 2 0 0.429459 -1.89099 -145.85
+ 97 102.601 886 1 0 0.237679 -2.65183 -175.85
+ 97 132.779 902 0 1 0.46748 -3.43353 -204.45
+ 97 268.828 882 0 0 0.440533 -3.48953 -205.85
+ 97 78.1529 885 1 0 0.189778 -2.97256 -175.85
+ 97 30.4179 884 1 0 0.181722 -3.05 -176.14
+ 97 55.7286 892 0 1 -1.45163 -7.69855 -204.45
+ 97 48.6048 893 0 1 -1.45 -7.70095 -204.638
+ 97 116.292 861 0 0 -1.44439 -7.79025 -205.85
+ 97 149.503 899 4 1 -0.0500422 0.127543 -84.4954
+ 97 99.3944 805 1 0 49.6044 -18.859 -176.25
+ 97 139.22 1149 1 1 50.0161 -19.2702 -174.85
+ 97 6.73093 1151 1 1 50.4156 -19.7057 -174.45
+ 97 74.2277 1152 1 1 50.45 -19.7191 -174.465
+ 97 63.0228 1153 1 1 50.6502 -19.7673 -174.491
+ 97 69.3551 1154 1 1 50.85 -19.7647 -174.451
+ 97 38.8309 1155 1 1 51.0502 -19.7961 -174.461
+ 97 65.1766 1156 1 1 51.25 -19.8632 -174.467
+ 97 51.6517 1157 1 1 51.4502 -19.9934 -174.527
+ 97 76.842 1158 1 1 51.6502 -20.0907 -174.539
+ 97 78.6673 1159 1 1 51.8502 -20.1583 -174.596
+ 97 61.9512 1160 1 1 52.0501 -20.2335 -174.712
+ 97 14.2929 796 1 0 53.1715 -20.8231 -175.85
+ 97 113.118 795 1 0 53.2193 -20.85 -175.895
+ 97 81.945 819 1 0 36.4949 -16.1784 -176.25
+ 97 206.731 820 1 0 36.3525 -16.05 -176.101
+ 97 62.0999 821 1 0 36.2167 -15.85 -175.975
+ 97 191.93 1065 1 1 33.1685 -11.9724 -174.85
+ 97 140.211 1064 1 1 33.0499 -11.8135 -174.759
+ 97 309.76 1066 1 1 33.2501 -11.7053 -174.474
+ 97 96.2394 904 0 1 0.990139 -3.1184 -204.45
+ 97 15.8551 905 0 1 1.05004 -3.10137 -204.8
+ 97 43.8996 883 0 0 1.29036 -3.25459 -205.85
+ 97 86.4111 884 0 0 1.3368 -3.25 -205.939
+ 97 307.618 866 0 0 22.1561 -6.69101 -206.25
+ 97 296.744 1012 0 1 22.6314 -6.89418 -204.85
+Number of digits in this event = 23
+gamma
Event: 98
Number of tracker hits in this event = 0
Number of digits in this event = 1
gamma
Event: 99
-Number of tracker hits in this event = 18
- 99 136.49 896 0 1 -0.680107 -0.425148 -204.45
- 99 211.405 897 0 0 -0.728769 -0.514988 -205.85
- 99 91.5436 897 0 1 -0.649962 -0.371154 -204.569
- 99 236.851 900 0 0 0.472658 0.05 -206.199
- 99 179.997 900 1 1 0.05 0.132335 -174.729
- 99 111.723 901 1 0 0.5272 0.290235 -175.85
- 99 67.016 973 0 1 14.7601 2.46022 -204.45
- 99 155.917 974 0 1 14.85 2.43202 -204.58
- 99 82.1599 910 0 0 15.6679 2.09307 -205.85
- 99 128.507 909 0 0 15.8012 2.05 -206.073
- 99 286.519 1084 0 1 36.85 5.30053 -204.783
- 99 226.855 1085 0 1 37.0501 5.54364 -204.638
- 99 146.524 1086 0 1 37.25 6.1603 -204.716
- 99 115.223 1087 0 1 37.45 6.11999 -204.748
- 99 29.4393 1088 0 1 37.65 5.96948 -204.81
- 99 345.007 924 0 0 38.6552 4.93871 -205.85
- 99 99.8429 899 1 0 0.0889372 -0.0722734 -175.85
- 99 106.687 900 0 1 0.11865 0.116098 -204.45
-Number of digits in this event = 11
+Number of tracker hits in this event = 0
+Number of digits in this event = 1
Run terminated.
Run Summary
Number of events processed : 100
- User=9.65s Real=9.68s Sys=0.01s
+ User=3.48s Real=3.49s Sys=0s
End of Run 1
/gun/particle e-
/gun/energy 1 GeV
@@ -4482,3214 +4172,3062 @@ Cannot set FirstId as its value was already used.
done
e-
Event: 0
-Number of tracker hits in this event = 19
- 0 139.849 899 5 1 -0.120845 0.0555661 -54.45
- 0 133.425 900 5 0 -0.123264 0.0627732 -55.85
- 0 109.667 899 4 1 -0.194456 0.229583 -84.45
- 0 110.295 901 4 0 -0.201587 0.250625 -85.85
- 0 189.511 898 3 1 -0.346236 0.686267 -114.45
- 0 107.349 903 3 0 -0.362047 0.710485 -115.85
- 0 227.128 896 2 1 -0.696426 1.23181 -144.45
- 0 140.775 906 2 0 -0.710869 1.25841 -145.85
- 0 116.312 895 1 1 -0.996298 1.78057 -174.45
- 0 127.825 908 1 0 -1.00947 1.81006 -175.85
- 0 113.454 893 0 1 -1.28775 2.40078 -204.45
- 0 108.652 911 0 0 -1.31402 2.4199 -205.85
- 0 182.58 844 2 0 36.4592 -11.145 -146.25
- 0 122.903 845 2 0 36.7135 -11.05 -145.976
- 0 58.734 846 2 0 36.7361 -10.8499 -145.903
- 0 5.75951 847 2 0 36.725 -10.65 -145.864
- 0 226.913 1085 2 1 37.0633 -8.60009 -144.85
- 0 297.017 1084 2 1 37.05 -8.45243 -144.813
- 0 311.315 860 2 0 37.0441 -7.87458 -145.85
-Number of digits in this event = 12
+Number of tracker hits in this event = 17
+ 0 119.325 900 5 1 0.0567081 -0.103954 -54.45
+ 0 111.523 899 4 1 -0.165766 -0.62381 -84.45
+ 0 133.324 897 4 0 -0.180302 -0.635637 -85.85
+ 0 156.528 897 3 1 -0.469901 -0.917507 -114.45
+ 0 162.131 895 3 0 -0.481712 -0.93358 -115.85
+ 0 122.666 896 2 1 -0.75351 -1.28212 -144.45
+ 0 220.547 893 2 0 -0.782775 -1.28594 -145.85
+ 0 120.002 893 1 1 -1.37568 -1.31187 -174.45
+ 0 136.447 893 1 0 -1.40731 -1.33905 -175.85
+ 0 106.203 890 0 1 -2.01392 -1.88048 -204.45
+ 0 127.04 890 0 0 -2.04458 -1.91006 -205.85
+ 0 201.137 485 0 0 -34.7489 -82.9329 -206.25
+ 0 132.432 894 2 0 -0.700206 -1.24994 -145.979
+ 0 194.328 908 2 1 1.80055 1.1246 -144.85
+ 0 44.7804 899 0 1 -0.162456 -1.46317 -204.45
+ 0 32.0313 892 0 0 0.453641 -1.46438 -205.85
+ 0 38.8224 896 0 1 -0.692312 -2.2197 -204.85
+Number of digits in this event = 13
e-
Event: 1
-Number of tracker hits in this event = 17
- 1 41.7307 898 4 1 -0.448295 0.234738 -84.45
- 1 95.092 897 4 1 -0.45 0.237457 -84.5812
- 1 114.657 901 4 0 -0.467938 0.266332 -85.85
- 1 98.7544 894 3 1 -1.12866 0.390003 -114.45
- 1 123.181 901 3 0 -1.19305 0.393692 -115.85
- 1 111.153 887 2 1 -2.54236 0.484891 -144.45
- 1 115.887 902 2 0 -2.57608 0.479426 -145.85
- 1 97.6657 883 1 1 -3.27078 0.291034 -174.45
- 1 112.433 901 1 0 -3.27348 0.295649 -175.85
- 1 164.022 882 0 1 -3.46004 0.334208 -204.45
- 1 102.387 901 0 0 -3.48293 0.309942 -205.85
- 1 128.37 903 0 0 -3.66095 0.678771 -205.85
- 1 97.6357 519 6 0 13.905 -76.1684 -26.25
- 1 40.6478 1585 10 0 -99.1176 137.278 93.75
- 1 110.703 406 10 1 -98.8773 137.364 95.15
- 1 366.869 901 0 1 0.375403 -0.686279 -204.45
- 1 212.766 896 0 0 0.382502 -0.693841 -205.85
-Number of digits in this event = 7
+Number of tracker hits in this event = 12
+ 1 166.119 899 4 1 -0.0691239 -0.247019 -84.45
+ 1 107.863 898 4 0 -0.0721953 -0.25429 -85.85
+ 1 131.73 899 3 1 -0.113254 -0.38466 -114.45
+ 1 236.385 898 3 0 -0.0979471 -0.384191 -115.85
+ 1 127.072 900 2 1 0.216299 -0.399591 -144.45
+ 1 219.252 898 2 0 0.239976 -0.397762 -145.85
+ 1 139.885 903 1 1 0.769216 -0.325467 -174.45
+ 1 104.407 898 1 0 0.796211 -0.320404 -175.85
+ 1 116.642 906 0 1 1.35571 -0.218398 -204.45
+ 1 113.789 899 0 0 1.37673 -0.221237 -205.85
+ 1 47.1551 897 2 0 0.137028 -0.450022 -146.096
+ 1 95.0897 899 3 0 -0.198585 -0.249967 -116.117
+Number of digits in this event = 8
e-
Event: 2
-Number of tracker hits in this event = 18
- 2 300.416 899 5 1 -0.241434 0.0854871 -54.45
- 2 116.074 900 5 0 -0.264702 0.0906737 -55.85
- 2 116.516 896 4 1 -0.750516 0.286632 -84.45
- 2 137.861 901 4 0 -0.775523 0.281608 -85.85
- 2 84.0108 893 3 1 -1.31392 0.208066 -114.45
- 2 108.557 900 3 0 -1.33923 0.21789 -115.85
- 2 115.589 890 2 1 -1.86555 0.359767 -144.45
- 2 125.915 901 2 0 -1.91514 0.3799 -145.85
- 2 126.719 885 1 1 -2.91556 0.823278 -174.45
- 2 105.682 903 1 0 -2.96691 0.845844 -175.85
- 2 39.4973 904 1 0 -2.97633 0.85 -176.107
- 2 112.808 880 0 1 -3.9656 1.311 -204.45
- 2 205.308 906 0 0 -4.0078 1.34135 -205.85
- 2 222.936 828 5 0 -51.096 -14.3362 -56.25
- 2 234.609 827 5 0 -51.3358 -14.45 -56.191
- 2 19.0685 900 6 1 0.0748118 -0.0500658 -24.6705
- 2 96.6384 899 6 1 -0.050057 -0.0832657 -24.671
- 2 74.6508 617 5 1 -56.45 44.1877 -54.7429
+Number of tracker hits in this event = 15
+ 2 109.88 900 5 1 0.0747496 0.0822985 -54.45
+ 2 210.79 900 5 0 0.0710629 0.0943224 -55.85
+ 2 242.762 897 3 1 -0.605972 1.03058 -114.45
+ 2 107.397 905 3 0 -0.636491 1.06192 -115.85
+ 2 213.264 893 2 1 -1.25521 1.69304 -144.45
+ 2 175.056 908 2 0 -1.28539 1.7304 -145.85
+ 2 118.187 890 1 1 -1.91882 2.48551 -174.45
+ 2 119.12 912 1 0 -1.94903 2.52457 -175.85
+ 2 123.972 887 0 1 -2.58369 3.32235 -204.45
+ 2 97.8453 916 0 0 -2.62914 3.37972 -205.85
+ 2 21.8329 1451 6 1 110.365 7.54739 -24.85
+ 2 61.7282 1693 7 1 158.845 92.6655 5.15
+ 2 3.46256 1362 7 0 155.807 92.6836 4.14998
+ 2 240.058 1648 7 1 149.868 90.588 5.15001
+ 2 293.822 754 7 0 98.9612 -29.0852 3.75
Number of digits in this event = 8
e-
Event: 3
-Number of tracker hits in this event = 30
- 3 116.235 900 5 1 0.101426 0.185497 -54.45
- 3 136.021 900 5 0 0.11045 0.195709 -55.85
- 3 299.322 901 4 1 0.3159 0.392007 -84.45
- 3 276.429 901 4 0 0.324649 0.403485 -85.85
- 3 144.186 902 3 1 0.522646 0.623031 -114.45
- 3 102.569 902 3 0 0.532292 0.61879 -115.85
- 3 354.363 903 2 1 0.72878 0.505199 -144.45
- 3 122.248 902 2 0 0.744854 0.491023 -145.85
- 3 140.463 905 1 1 1.07204 0.145725 -174.45
- 3 147.392 900 1 0 1.09818 0.122563 -175.85
- 3 19.7573 866 1 0 -1.01987 -6.82225 -176.25
- 3 97.4482 865 1 0 -1.03227 -6.85007 -176.168
- 3 154.05 892 1 1 -1.62219 -7.15042 -174.85
- 3 82.2196 891 1 1 -1.65004 -7.16592 -174.744
- 3 244.038 898 1 1 -0.370956 0.893481 -174.45
- 3 167.749 904 1 0 -0.365078 0.857298 -175.85
- 3 324.08 903 1 0 -0.362694 0.85 -176.039
- 3 101.563 898 0 1 -0.261343 -0.0550938 -204.45
- 3 238.267 899 0 0 -0.311215 -0.0836748 -205.85
- 3 116.42 904 2 0 0.655008 0.855859 -145.85
- 3 214.975 897 1 1 -0.473608 0.756322 -174.45
- 3 104.927 894 0 1 -1.14235 -0.188814 -204.45
- 3 225.34 901 0 1 0.311562 1.88022 -204.45
- 3 135.089 910 0 0 0.500885 2.06566 -205.85
- 3 160.085 903 2 0 0.742778 0.833363 -145.85
- 3 123.088 904 1 1 0.895791 0.679711 -174.45
- 3 4.48937 904 0 1 0.850703 1.22346 -204.45
- 3 129.602 903 0 1 0.85 1.22376 -204.471
- 3 131.074 905 0 0 0.802395 1.24231 -205.85
- 3 38.473 719 0 1 -36.0523 76.0706 -204.45
-Number of digits in this event = 21
+Number of tracker hits in this event = 98
+ 3 125.89 900 5 1 0.139724 -0.158792 -54.45
+ 3 213.875 899 5 0 0.13947 -0.159315 -55.85
+ 3 117.329 900 4 1 0.154435 -0.183167 -84.45
+ 3 151.726 899 4 0 0.15063 -0.174927 -85.85
+ 3 115.738 900 3 1 0.0846613 0.0784762 -114.45
+ 3 162.838 900 3 0 0.0776359 0.102312 -115.85
+ 3 135.898 899 2 1 -0.0628011 0.599107 -144.45
+ 3 148.022 902 2 0 -0.0645565 0.638608 -145.85
+ 3 116.817 899 1 1 -0.0755331 1.40757 -174.45
+ 3 113.75 906 1 0 -0.0588849 1.41603 -175.85
+ 3 784.632 901 0 1 0.280281 1.56701 -204.45
+ 3 303.029 907 0 0 0.305594 1.57376 -205.85
+ 3 143.664 902 0 1 0.45 1.66317 -204.737
+ 3 280.347 900 0 1 0.249992 1.21273 -204.567
+ 3 287.398 875 1 0 67.9779 -5.00553 -176.25
+ 3 155.316 876 1 0 68.8179 -4.84992 -175.976
+ 3 15.5049 877 1 0 69.3486 -4.64994 -175.872
+ 3 37.3962 1262 1 1 72.54 -3.86941 -174.85
+ 3 66.4779 1263 1 1 72.6502 -3.84401 -174.818
+ 3 73.7252 1264 1 1 72.8502 -3.73599 -174.764
+ 3 83.5532 1265 1 1 73.0502 -3.66483 -174.694
+ 3 64.6885 1266 1 1 73.25 -3.59305 -174.531
+ 3 105.111 1267 1 1 73.45 -3.39433 -174.55
+ 3 65.397 889 1 0 73.7383 -2.20527 -175.85
+ 3 73.1676 890 1 0 73.754 -2.04991 -176.044
+ 3 63.7776 1364 0 1 93.0415 14.214 -204.45
+ 3 104.287 1363 0 1 92.95 14.2055 -204.507
+ 3 201.622 854 3 0 -8.60708 -9.18629 -116.25
+ 3 228.802 855 3 0 -8.69916 -9.04996 -116.041
+ 3 214.956 901 4 1 0.277993 0.0950055 -84.45
+ 3 247.512 900 4 0 0.296117 0.107858 -85.85
+ 3 316.731 903 3 1 0.718669 0.353272 -114.45
+ 3 126.718 901 3 0 0.767001 0.382035 -115.85
+ 3 338.637 908 2 1 1.66236 1.06026 -144.45
+ 3 135.287 905 2 0 1.68616 1.09604 -145.85
+ 3 153.957 910 1 1 2.11049 1.8305 -174.45
+ 3 206.844 909 1 0 2.13619 1.88955 -175.85
+ 3 120.225 912 0 1 2.6428 3.11133 -204.45
+ 3 6.0217 913 0 1 2.65 3.12489 -204.826
+ 3 103.662 915 0 0 2.67017 3.16354 -205.85
+ 3 47.5198 904 3 1 0.850089 0.434308 -114.762
+ 3 348.234 899 3 0 1.73713 -0.0500174 -115.896
+ 3 45.1623 903 3 0 1.09087 0.795119 -115.85
+ 3 58.568 904 3 0 1.13487 0.85 -116
+ 3 68.2779 930 2 1 6.16169 11.5752 -144.45
+ 3 80.2433 929 2 1 6.05 11.5824 -144.65
+ 3 258.235 959 2 0 5.40408 11.9162 -145.85
+ 3 4.14236 960 2 0 5.08157 12.05 -146.245
+ 3 467.545 663 1 1 -47.3369 38.8402 -174.45
+ 3 61.5486 902 3 1 0.65 0.151451 -114.462
+ 3 10.729 901 3 1 0.414188 -0.05 -114.807
+ 3 191.729 897 3 0 0.321766 -0.61293 -115.85
+ 3 95.7448 896 3 0 0.324228 -0.650054 -115.916
+ 3 86.7295 898 3 1 -0.287207 -0.454352 -114.45
+ 3 140.176 893 2 1 -1.2551 -1.45123 -144.45
+ 3 109.891 892 2 0 -1.25441 -1.45368 -145.85
+ 3 189.085 893 1 1 -1.2563 -1.3571 -174.45
+ 3 172.214 893 1 0 -1.27959 -1.29092 -175.85
+ 3 129.406 891 0 1 -1.8272 -0.133884 -204.45
+ 3 182.082 899 0 0 -1.86349 -0.111905 -205.85
+ 3 113.803 1111 2 0 -52.9066 42.3825 -146.25
+ 3 155.031 926 0 0 -20.9303 5.30245 -206.25
+ 3 40.0667 927 0 0 -21.318 5.45009 -205.957
+ 3 11.5888 788 0 1 -22.4271 6.13952 -204.85
+ 3 205.208 787 0 1 -22.45 6.15063 -204.825
+ 3 15.2622 814 0 0 11.3633 -17.05 -206.083
+ 3 119.242 813 0 0 11.5979 -17.25 -206.076
+ 3 121.529 698 0 0 12.7629 -40.2618 -206.25
+ 3 101.787 900 2 1 0.166414 0.446882 -144.45
+ 3 140.627 903 2 0 -0.40695 0.774732 -145.85
+ 3 8.09586 904 2 0 -0.436407 0.85 -146.228
+ 3 47.4047 970 1 1 14.1393 3.10019 -174.45
+ 3 102.024 971 1 1 14.25 3.15366 -174.589
+ 3 76.322 972 1 1 14.4502 3.22068 -174.776
+ 3 39.2606 919 1 0 15.4696 3.99024 -175.85
+ 3 73.2559 920 1 0 15.517 4.05 -175.913
+ 3 67.2706 921 1 0 15.6488 4.25014 -176.024
+ 3 155.916 922 1 0 15.757 4.45012 -176.062
+ 3 64.4147 923 1 0 16.0901 4.65009 -175.903
+ 3 54.3363 988 1 1 17.752 6.64816 -174.85
+ 3 95.1092 989 1 1 17.85 6.79375 -174.751
+ 3 262.242 990 1 1 18.0501 6.97035 -174.521
+ 3 69.5152 991 1 1 18.25 7.00717 -174.453
+ 3 146.398 935 1 0 18.4759 7.08039 -175.85
+ 3 105.073 934 1 0 18.6998 7.05 -176.16
+ 3 126.48 903 0 0 1.31776 0.794232 -205.85
+ 3 78.6572 902 0 0 1.4069 0.649887 -206.034
+ 3 2.17135 809 0 0 30.7347 -18.2483 -206.25
+ 3 201.668 808 0 0 30.7377 -18.25 -206.247
+ 3 43.2468 807 0 0 31.0865 -18.4501 -205.977
+ 3 8.5494 1059 0 1 32.025 -19.335 -204.85
+ 3 77.693 1060 0 1 32.05 -19.3566 -204.824
+ 3 162.408 1061 0 1 32.2501 -19.506 -204.68
+ 3 156.279 1062 0 1 32.4502 -19.5387 -204.587
+ 3 86.2905 1063 0 1 32.65 -19.6155 -204.494
+ 3 131.152 801 0 0 30.9904 -19.72 -205.85
+ 3 57.1606 800 0 0 30.644 -19.85 -206.146
+ 3 223.415 908 1 0 15.4725 1.84997 -175.934
+Number of digits in this event = 46
e-
Event: 4
-Number of tracker hits in this event = 15
- 4 145.496 899 4 1 -0.103465 0.227608 -84.45
- 4 142.24 900 4 0 -0.109438 0.236514 -85.85
- 4 126.522 899 3 1 -0.159397 0.404095 -114.45
- 4 135.474 901 3 0 -0.159978 0.426413 -115.85
- 4 113.887 899 2 1 -0.178548 0.897993 -144.45
- 4 114.682 904 2 0 -0.175438 0.915593 -145.85
- 4 104.069 899 1 1 -0.0961385 1.29954 -174.45
- 4 120.469 906 1 0 -0.091676 1.31713 -175.85
- 4 226.533 908 0 0 0.0500612 1.75125 -205.898
- 4 51.0406 408 2 1 -98.35 42.5145 -144.844
- 4 3.05108 899 1 0 0.385016 -0.0847479 -175.85
- 4 189.383 1002 3 1 20.4921 63.6717 -114.45
- 4 58.9527 555 2 0 -23.6023 -68.85 -146.05
- 4 132.76 782 2 1 -23.5855 -68.2756 -144.85
- 4 164.081 1079 0 1 35.85 63.9742 -204.71
-Number of digits in this event = 10
+Number of tracker hits in this event = 43
+ 4 163.067 900 2 1 0.248172 1.09476 -144.45
+ 4 172.439 905 2 0 0.249377 1.06624 -145.85
+ 4 157.12 900 1 1 0.201958 0.417169 -174.45
+ 4 143.488 901 1 0 0.258158 0.359276 -175.85
+ 4 239.755 906 0 1 1.32258 -0.733027 -204.45
+ 4 108.063 896 0 0 1.38639 -0.796186 -205.85
+ 4 26.1773 905 0 1 1.25 -0.584364 -204.841
+ 4 26.8354 905 0 0 0.578439 1.17092 -205.85
+ 4 140.383 906 0 0 0.555861 1.25012 -205.885
+ 4 229.386 907 0 0 0.46518 1.45011 -206.031
+ 4 146.368 908 0 0 0.442935 1.65 -206.121
+ 4 403.771 990 0 0 12.8969 18.057 -206.25
+ 4 105.483 897 0 0 0.784158 -0.641132 -205.85
+ 4 32.9556 898 0 0 0.968767 -0.449931 -205.888
+ 4 190.766 903 0 1 0.697707 -0.595652 -204.85
+ 4 101.326 902 0 1 0.64995 -0.762173 -204.691
+ 4 103.375 900 3 1 0.05 0.815163 -114.474
+ 4 25.0144 901 3 1 0.25 0.957019 -114.773
+ 4 14.15 906 3 0 0.994274 1.43581 -115.85
+ 4 174.551 907 3 0 1.01619 1.45009 -115.884
+ 4 65.6377 946 2 1 9.4058 7.2462 -144.45
+ 4 41.7748 947 2 1 9.45 7.25805 -144.709
+ 4 132.694 935 2 0 9.54247 7.23907 -145.85
+ 4 76.9629 959 1 1 12.0483 5.30191 -174.45
+ 4 2.34582 958 1 1 11.85 5.12827 -174.454
+ 4 117.618 957 1 1 11.5877 5.09848 -174.45
+ 4 68.3866 956 1 1 11.45 5.32675 -174.712
+ 4 60.3347 955 1 1 11.25 5.47362 -174.783
+ 4 119.307 954 1 1 11.0499 5.51729 -174.691
+ 4 96.9936 953 1 1 10.8499 5.56216 -174.676
+ 4 24.7498 952 1 1 10.6499 5.60072 -174.781
+ 4 26.7545 926 1 0 11.0028 5.44605 -175.85
+ 4 122.612 927 1 0 11.0121 5.45004 -175.935
+ 4 78.3229 858 1 0 -13.8756 -8.29047 -176.25
+ 4 441.672 904 0 1 0.905092 1.62339 -204.45
+ 4 25.3439 899 0 1 -0.105944 1.61591 -204.45
+ 4 11.339 900 0 1 0.05 1.69872 -204.804
+ 4 114.042 909 0 0 0.525525 1.94957 -205.85
+ 4 6.02637 1023 0 0 -20.9992 24.65 -206.041
+ 4 14.0515 894 3 0 0.281091 -1.06622 -116.25
+ 4 180.22 762 2 0 -76.7877 -27.6136 -146.25
+ 4 7.60745 761 2 0 -77.0377 -27.65 -145.927
+ 4 110.961 518 2 1 -76.3579 -27.517 -144.85
+Number of digits in this event = 16
e-
Event: 5
-Number of tracker hits in this event = 15
- 5 122.408 900 5 1 0.0676634 0.122759 -54.45
- 5 131.746 900 5 0 0.0652591 0.114099 -55.85
- 5 114.872 899 3 1 -0.0750636 -0.200996 -114.45
- 5 128.995 899 3 0 -0.0875121 -0.207678 -115.85
- 5 113.376 898 2 1 -0.377773 -0.324385 -144.45
- 5 112.657 898 2 0 -0.39104 -0.333423 -145.85
- 5 133.761 896 1 1 -0.651176 -0.518477 -174.45
- 5 222.031 897 1 0 -0.659427 -0.529489 -175.85
- 5 116.731 896 0 1 -0.834019 -0.784306 -204.45
- 5 106.263 896 0 0 -0.844046 -0.79095 -205.85
- 5 40.2584 899 6 1 -0.199256 0.109147 -24.45
- 5 190.917 898 6 1 -0.25004 0.107357 -24.5096
- 5 30.294 900 4 1 0.131862 0.0944219 -84.45
- 5 17.5036 899 4 1 -0.05 -0.229805 -84.7945
- 5 110.384 896 4 0 -0.0571617 -0.703809 -85.85
-Number of digits in this event = 8
+Number of tracker hits in this event = 8
+ 5 163.212 899 4 1 -0.117469 0.422929 -84.45
+ 5 120.144 901 4 0 -0.121529 0.42322 -85.85
+ 5 105.004 899 3 1 -0.160166 0.44135 -114.45
+ 5 136.884 901 3 0 -0.149069 0.431241 -115.85
+ 5 120.17 903 0 1 0.71283 0.36797 -204.45
+ 5 104.393 901 0 0 0.729501 0.378195 -205.85
+ 5 28.2351 1466 14 0 -113.56 113.433 214.15
+ 5 31.745 1484 4 0 -81.6707 117.111 -86.25
+Number of digits in this event = 6
e-
Event: 6
-Number of tracker hits in this event = 42
- 6 123.547 900 5 1 0.107924 0.0944725 -54.45
- 6 117.455 900 5 0 0.11497 0.0839 -55.85
- 6 313.801 900 4 1 0.237292 -0.170894 -84.45
- 6 113.156 899 4 0 0.245889 -0.190898 -85.85
- 6 119.396 901 3 1 0.424551 -0.620818 -114.45
- 6 52.2383 897 3 0 0.4344 -0.646925 -115.85
- 6 71.7336 896 3 0 0.435479 -0.65 -116.014
- 6 112.979 903 2 1 0.656023 -1.19111 -144.45
- 6 133.209 894 2 0 0.670333 -1.21945 -145.85
- 6 105.755 905 1 1 1.08353 -1.79837 -174.45
- 6 81.8699 891 1 0 1.11215 -1.84001 -175.85
- 6 20.2525 890 1 0 1.11895 -1.85 -176.185
- 6 130.621 908 0 1 1.71077 -2.68343 -204.45
- 6 131.478 886 0 0 1.74797 -2.72564 -205.85
- 6 0.379971 1028 1 0 -4.78399 25.8484 -176.25
- 6 177.245 1029 1 0 -4.78435 25.8501 -176.248
- 6 32.1853 871 1 1 -5.78722 25.757 -174.85
- 6 107.321 870 1 1 -5.85 25.7372 -174.754
- 6 156.573 869 1 1 -6.05 25.6823 -174.517
- 6 67.8967 1030 1 0 -5.72106 26.0501 -175.872
- 6 64.3695 1031 1 0 -5.74522 26.25 -175.943
- 6 112.605 1032 1 0 -5.79575 26.45 -175.999
- 6 305.391 1033 1 0 -5.8491 26.65 -176.026
- 6 18.8734 1034 1 0 -5.63336 26.85 -176.154
- 6 85.9565 902 2 1 0.512746 -0.673632 -144.45
- 6 61.1561 901 2 1 0.449909 -0.682203 -144.656
- 6 97.8942 896 2 0 -0.05 -0.684297 -146.041
- 6 36.7157 835 1 1 -12.9645 1.40961 -174.45
- 6 97.019 834 1 1 -13.0501 1.43084 -174.566
- 6 150.924 908 1 0 -13.7135 1.69264 -175.85
- 6 114.367 679 0 1 -44.1219 23.5284 -204.45
- 6 66.6446 680 0 1 -44.0499 23.6506 -204.689
- 6 100.239 1015 0 0 -42.8801 23.2223 -205.85
- 6 275.408 1016 0 0 -42.8035 23.25 -205.877
- 6 38.2422 842 3 0 -5.14138 -11.5882 -116.25
- 6 61.8217 841 3 0 -5.16838 -11.65 -116.115
- 6 57.4572 876 3 1 -4.73805 -11.5219 -114.85
- 6 164.982 877 3 1 -4.65 -11.4923 -114.652
- 6 88.764 878 3 1 -4.45 -11.3355 -114.622
- 6 332.522 844 3 0 -4.33475 -11.1517 -115.85
- 6 76.1437 843 3 0 -4.18817 -11.25 -116.115
- 6 6.00891 1023 6 1 24.7008 104.742 -24.85
-Number of digits in this event = 13
+Number of tracker hits in this event = 28
+ 6 99.2214 901 3 1 0.293504 -0.333276 -114.45
+ 6 142.133 898 3 0 0.307323 -0.340652 -115.85
+ 6 128.563 902 2 1 0.600567 -0.441615 -144.45
+ 6 158.54 897 2 0 0.62468 -0.458134 -145.85
+ 6 129.215 905 1 1 1.14269 -0.779444 -174.45
+ 6 120.472 896 1 0 1.17915 -0.800151 -175.85
+ 6 102.049 909 0 1 1.9145 -1.21706 -204.45
+ 6 154.832 894 0 0 1.95713 -1.24336 -205.85
+ 6 17.2295 893 0 0 1.96786 -1.25 -206.196
+ 6 76.187 904 1 1 1.05 -0.791894 -174.482
+ 6 69.2395 903 1 1 0.85 -0.979652 -174.569
+ 6 147.435 902 1 1 0.649888 -1.17257 -174.634
+ 6 95.9561 901 1 1 0.449916 -1.67931 -174.75
+ 6 149.37 900 1 1 0.25 -1.94873 -174.747
+ 6 51.7805 888 1 0 -1.30516 -2.38707 -175.85
+ 6 13.9211 877 1 1 -4.60878 -1.63594 -174.85
+ 6 55.1487 876 1 1 -4.65014 -1.62446 -174.839
+ 6 60.8418 875 1 1 -4.85014 -1.5783 -174.749
+ 6 92.3086 874 1 1 -5.05 -1.61507 -174.675
+ 6 59.4243 873 1 1 -5.25 -1.64485 -174.612
+ 6 54.3774 872 1 1 -5.45013 -1.6831 -174.581
+ 6 142.061 871 1 1 -5.65013 -1.67008 -174.567
+ 6 134.903 893 1 0 -5.70749 -1.37935 -175.85
+ 6 3.64729 894 1 0 -5.65821 -1.24995 -176.235
+ 6 279.872 900 6 0 0.225483 0.05 -26.1836
+ 6 445.31 352 0 0 72.347 -109.55 -205.921
+ 6 177.333 991 4 1 18.45 52.896 -84.6042
+ 6 48.324 1605 7 0 125.472 141.312 3.75002
+Number of digits in this event = 16
e-
Event: 7
-Number of tracker hits in this event = 58
- 7 114.285 899 4 1 -0.181053 -0.251186 -84.45
- 7 325.902 898 4 0 -0.17374 -0.270717 -85.85
- 7 110.448 900 2 1 0.142522 -1.14753 -144.45
- 7 93.1835 894 2 0 0.159122 -1.1601 -145.85
- 7 142.676 902 1 1 0.534923 -1.38694 -174.45
- 7 115.298 893 1 0 0.550744 -1.40912 -175.85
- 7 124.715 903 0 1 0.834778 -1.86534 -204.45
- 7 132.333 890 0 0 0.844922 -1.88843 -205.85
- 7 211.332 900 5 0 0.107963 0.113952 -55.85
- 7 43.8549 916 4 1 3.26359 2.21465 -84.45
- 7 108.487 915 4 1 3.24997 2.22744 -84.5848
- 7 25.6731 911 4 0 3.13964 2.43676 -85.85
- 7 83.6546 912 4 0 3.13271 2.45 -85.9329
- 7 101.53 902 3 1 0.502452 8.76978 -114.45
- 7 36.2268 901 3 1 0.45 8.93148 -114.73
- 7 100.42 947 3 0 0.32021 9.51364 -115.85
- 7 45.2649 948 3 0 0.287755 9.65 -116.124
- 7 272.136 883 2 1 -3.37776 23.2147 -144.45
- 7 26.801 1018 2 0 -3.18688 23.8165 -145.85
- 7 95.7621 1019 2 0 -3.17532 23.85 -145.926
- 7 126.554 905 1 1 1.17597 38.9889 -174.45
- 7 39.9698 906 1 1 1.25 38.6829 -174.72
- 7 63.7621 1089 1 0 1.25803 38.0129 -175.85
- 7 59.379 1088 1 0 1.23178 37.85 -176.027
- 7 19.0752 1087 1 0 1.21463 37.6498 -176.188
- 7 357.942 919 0 1 3.96624 17.5761 -204.45
- 7 84.6698 962 0 0 4.74583 12.5075 -205.85
- 7 65.8793 961 0 0 4.75734 12.4498 -205.869
- 7 85.5863 960 0 0 4.78331 12.25 -205.935
- 7 180.388 959 0 0 4.8329 12.05 -205.994
- 7 137.199 958 0 0 4.8651 11.85 -206.022
- 7 174.05 957 0 0 4.9226 11.65 -205.96
- 7 25.3359 956 0 0 4.96339 11.45 -205.868
- 7 177.38 925 0 1 5.16487 8.8439 -204.85
- 7 445.972 926 0 1 5.25 8.28256 -204.837
- 7 149.524 896 4 1 -0.800621 0.516437 -84.45
- 7 113.855 902 4 0 -0.851446 0.541032 -85.85
- 7 107.237 890 3 1 -1.87866 0.926635 -114.45
- 7 108.901 904 3 0 -1.93549 0.924424 -115.85
- 7 95.5959 904 2 0 -3.34928 0.871962 -145.85
- 7 119.175 873 1 1 -5.34653 -0.155452 -174.45
- 7 149.848 899 1 0 -5.43195 -0.20764 -175.85
- 7 145.457 864 0 1 -7.1042 -1.22145 -204.45
- 7 97.9641 894 0 0 -7.20559 -1.22859 -205.85
- 7 103.093 895 4 1 -0.85 0.494745 -84.4946
- 7 70.409 899 4 0 -0.943291 -0.14141 -85.85
- 7 168.641 884 2 1 -3.15007 1.71624 -144.45
- 7 15.0865 903 2 0 -3.32704 0.680108 -145.85
- 7 121.993 902 2 0 -3.33105 0.65 -145.893
- 7 67.4629 901 2 0 -3.4071 0.45 -146.102
- 7 25.9807 885 2 1 -2.86482 1.89599 -144.45
- 7 104.586 886 2 1 -2.85 1.89354 -144.547
- 7 187.242 909 2 0 -2.62816 1.88892 -145.85
- 7 104.51 914 1 1 2.94638 1.53693 -174.45
- 7 20.0185 915 1 1 3.05 1.67527 -174.81
- 7 213.99 910 1 0 3.30958 2.10442 -175.85
- 7 130.98 964 0 1 13.0266 10.1825 -204.45
- 7 32.2745 963 0 1 12.85 10.4366 -204.759
-Number of digits in this event = 24
+Number of tracker hits in this event = 52
+ 7 139.803 899 5 1 -0.0813235 -0.0721637 -54.45
+ 7 109.067 899 5 0 -0.0757224 -0.0745078 -55.85
+ 7 360.687 899 3 1 -0.153196 -0.0537656 -114.45
+ 7 222.641 899 3 0 -0.15856 -0.055693 -115.85
+ 7 175.153 898 2 1 -0.278412 -0.114695 -144.45
+ 7 111.974 899 2 0 -0.274607 -0.117642 -145.85
+ 7 3.44356 899 1 1 -0.249826 -0.209094 -174.45
+ 7 182.211 898 1 1 -0.25 -0.209062 -174.464
+ 7 108.053 899 1 0 -0.266619 -0.207347 -175.85
+ 7 283.938 897 0 1 -0.606421 -0.196788 -204.45
+ 7 144.028 899 0 0 -0.635281 -0.201937 -205.85
+ 7 115.298 898 0 1 -0.449925 0.160907 -204.557
+ 7 181.872 900 6 1 0.0737593 -0.050063 -24.5548
+ 7 92.3805 901 6 1 0.250051 -0.144562 -24.7839
+ 7 63.6071 899 6 1 -0.0500738 -0.346441 -24.4876
+ 7 25.2317 898 3 0 -0.37852 -0.430254 -115.85
+ 7 91.5744 897 3 0 -0.398578 -0.45 -115.934
+ 7 52.845 881 2 1 -3.73502 -3.83673 -144.45
+ 7 83.4886 882 2 1 -3.64982 -3.7824 -144.581
+ 7 262.024 882 2 0 -3.00856 -3.57655 -145.85
+ 7 118.632 986 2 0 15.069 17.2942 -146.25
+ 7 4.64712 987 2 0 14.9163 17.45 -145.866
+ 7 102.643 971 2 1 14.3832 17.818 -144.85
+ 7 19.4082 970 2 1 14.25 17.9341 -144.54
+ 7 119.441 998 3 0 8.09008 19.8244 -116.25
+ 7 392.222 938 3 1 7.72322 19.7391 -114.85
+ 7 34.8519 937 3 1 7.65 19.7227 -114.62
+ 7 5.27187 1060 4 0 10.0368 32.2399 -86.2498
+ 7 242.402 1061 4 0 10.0375 32.2501 -86.2254
+ 7 165.024 950 4 1 10.1079 33.1026 -84.85
+ 7 104.963 951 4 1 10.25 33.3789 -84.4869
+ 7 14.0328 952 4 1 10.4501 33.4039 -84.8136
+ 7 56.1482 1067 4 0 10.9019 33.5733 -85.8501
+ 7 134.49 1068 4 0 10.944 33.6501 -86.0371
+ 7 133.556 1434 4 0 54.2641 107.002 -86.2499
+ 7 66.0653 1435 4 0 54.3133 107.15 -86.1845
+ 7 155.33 1436 4 0 54.2512 107.35 -86.1159
+ 7 59.3658 1437 4 0 54.1845 107.55 -86.1535
+ 7 139.824 939 3 1 7.85007 19.8853 -114.46
+ 7 107.375 859 1 1 -8.13744 0.621543 -174.45
+ 7 181.696 903 1 0 -8.41476 0.709235 -175.85
+ 7 154.795 833 0 1 -13.369 3.31186 -204.45
+ 7 29.2397 917 0 0 -13.619 3.63439 -205.85
+ 7 89.2933 918 0 0 -13.6311 3.65 -205.921
+ 7 27.2571 901 1 1 0.384487 0.05 -174.685
+ 7 31.5932 902 1 1 0.45 0.0815082 -174.762
+ 7 73.8831 902 1 0 1.33684 0.534143 -175.85
+ 7 63.7117 1012 0 1 22.5262 10.7452 -204.45
+ 7 99.5947 1011 0 1 22.45 10.8157 -204.588
+ 7 30.2578 1010 0 1 22.25 10.9492 -204.779
+ 7 94.6307 958 0 0 20.9045 11.7245 -205.85
+ 7 72.2998 959 0 0 20.6438 11.85 -206.111
+Number of digits in this event = 19
e-
Event: 8
-Number of tracker hits in this event = 36
- 8 16.2668 895 2 1 -1.04809 0.121746 -144.45
- 8 88.7876 894 2 1 -1.05 0.121934 -144.539
- 8 122.743 900 2 0 -1.07811 0.125204 -145.85
- 8 141.351 891 1 1 -1.66493 0.203701 -174.45
- 8 137.612 900 1 0 -1.70993 0.229008 -175.85
- 8 127.055 887 0 1 -2.63345 0.747699 -204.45
- 8 139.253 903 0 0 -2.67231 0.77353 -205.85
- 8 85.8955 899 4 0 -0.232146 -0.0500727 -85.9518
- 8 247.527 898 4 0 -0.214416 -0.25 -85.9749
- 8 54.5916 899 5 1 -0.23132 -0.0500271 -54.681
- 8 132.24 898 5 1 -0.250043 -0.052396 -54.6963
- 8 103.749 901 1 1 0.363635 0.141647 -174.45
- 8 93.2644 899 1 0 0.639941 -0.168097 -175.85
- 8 33.9194 898 1 0 0.697597 -0.25 -176.135
- 8 179.996 921 0 1 4.37028 -9.09125 -204.45
- 8 139.343 855 0 0 4.09489 -9.0241 -205.85
- 8 307.206 897 2 1 -0.616722 -0.160813 -144.45
- 8 258.4 899 2 0 -0.585183 -0.0963823 -145.85
- 8 115.756 900 1 1 0.158073 0.673074 -174.45
- 8 32.9218 903 1 0 0.16155 0.833534 -175.85
- 8 97.7504 904 1 0 0.162638 0.85 -175.995
- 8 132.24 901 0 1 0.261254 4.24496 -204.45
- 8 118.05 921 0 0 0.326253 4.40909 -205.85
- 8 8.48863 922 0 0 0.340949 4.45 -206.213
- 8 170.79 1023 4 0 10.6398 24.8062 -86.25
- 8 36.3032 1024 4 0 10.6686 24.85 -85.9846
- 8 145.432 914 1 1 2.91874 2.51889 -174.45
- 8 168.004 914 1 0 3.32619 2.86785 -175.85
- 8 190.639 950 0 1 10.0882 10.5664 -204.45
- 8 77.0046 955 0 0 10.6594 11.1341 -205.85
- 8 30.0606 956 0 0 10.7658 11.25 -206.149
- 8 157.828 952 0 0 7.54624 10.5126 -206.25
- 8 102.674 953 0 0 7.27049 10.65 -206.147
- 8 340.3 954 0 0 7.24153 10.85 -206.033
- 8 245 949 0 1 10.05 10.5524 -204.548
- 8 26.0919 143 3 1 -151.35 -25.3781 -114.622
-Number of digits in this event = 21
-e-
-Event: 9
-Number of tracker hits in this event = 28
- 9 372.354 898 4 1 -0.276491 -0.170956 -84.45
- 9 100.377 899 4 0 -0.296954 -0.184745 -85.85
- 9 197.023 896 3 1 -0.729089 -0.420137 -114.45
- 9 116.883 898 3 0 -0.752865 -0.43609 -115.85
- 9 78.8505 894 2 1 -1.24605 -0.762852 -144.45
- 9 16.7687 893 2 1 -1.25 -0.771211 -144.789
- 9 145.133 896 2 0 -1.26305 -0.799457 -145.85
- 9 50.5239 892 1 1 -1.64562 -1.56332 -174.45
- 9 77.7679 891 1 1 -1.65 -1.56797 -174.584
- 9 103.185 892 1 0 -1.6957 -1.61246 -175.85
- 9 253.461 886 0 1 -2.78914 -2.61246 -204.45
- 9 117.77 886 0 0 -2.84398 -2.68288 -205.85
- 9 63.1363 894 3 0 -1.77246 -1.20207 -115.85
- 9 36.0588 893 3 0 -1.86191 -1.25005 -115.862
- 9 50.4665 899 3 1 -0.163641 -2.37145 -114.85
- 9 95.5362 879 3 0 0.130462 -4.16836 -115.85
- 9 57.8942 878 3 0 0.10733 -4.25002 -115.879
- 9 64.1977 897 4 1 -0.45 -0.126205 -84.6223
- 9 144.316 903 4 0 -2.19603 0.68494 -85.85
- 9 238.68 999 4 0 38.9063 19.9767 -86.25
- 9 53.6713 1091 4 1 38.2887 19.4328 -84.85
- 9 188.946 992 4 0 37.9648 18.6057 -85.8501
- 9 193.699 991 4 0 37.8922 18.4499 -85.9863
- 9 197.173 899 4 1 -0.249936 0.345225 -84.6521
- 9 226.677 902 4 0 0.423033 0.561411 -85.85
- 9 52.2921 1024 3 1 24.9656 94.8392 -114.85
- 9 16.7423 693 1 0 -31.3065 -41.3805 -176.25
- 9 44.7316 766 0 1 -26.7684 -28.3661 -204.85
+Number of tracker hits in this event = 19
+ 8 33.5739 900 5 1 0.248577 -0.0888956 -54.45
+ 8 101.314 901 5 1 0.25 -0.0891996 -54.569
+ 8 185.184 899 5 0 0.264333 -0.092537 -55.85
+ 8 142.335 902 4 1 0.601986 -0.162529 -84.45
+ 8 122.777 899 4 0 0.613309 -0.15218 -85.85
+ 8 111.856 904 3 1 0.853893 0.0811416 -114.45
+ 8 113.217 900 3 0 0.862924 0.0923514 -115.85
+ 8 128.592 905 2 1 1.05358 0.355945 -144.45
+ 8 277.146 901 2 0 1.05891 0.367948 -145.85
+ 8 115.212 905 1 1 1.195 0.617056 -174.45
+ 8 132.52 902 1 0 1.19872 0.625403 -175.85
+ 8 126.134 905 0 1 1.23494 0.804392 -204.45
+ 8 467.281 903 0 0 1.23631 0.808876 -205.85
+ 8 28.2323 907 0 1 1.63326 0.458058 -204.45
+ 8 320.216 908 0 1 1.65 0.482381 -204.51
+ 8 276.483 902 0 0 2.02426 0.602832 -205.85
+ 8 17.9837 909 0 1 1.85006 0.414336 -204.766
+ 8 53.9904 901 0 0 2.01653 0.272459 -205.85
+ 8 50.1126 900 0 0 2.02472 0.25 -206.069
Number of digits in this event = 11
e-
-Event: 10
-Number of tracker hits in this event = 22
- 10 241.144 899 5 0 0.0510216 -0.0922557 -55.85
- 10 141.506 900 4 1 0.161286 -0.24438 -84.45
- 10 122.371 898 4 0 0.164651 -0.254129 -85.85
- 10 174.932 900 3 1 0.241218 -0.461858 -114.45
- 10 89.7715 897 3 0 0.239729 -0.470103 -115.85
- 10 182.404 900 2 1 0.204562 -0.623635 -144.45
- 10 115.865 897 2 0 0.202067 -0.636554 -145.85
- 10 127.94 900 1 1 0.122961 -0.926816 -174.45
- 10 121.837 895 1 0 0.111899 -0.946985 -175.85
- 10 288.987 899 0 1 -0.127873 -1.39967 -204.45
- 10 141.11 893 0 0 -0.099709 -1.4078 -205.85
- 10 19.2535 899 5 1 -0.05 -0.125814 -54.831
- 10 322.174 900 3 0 -0.234534 0.113826 -115.85
- 10 60.6652 901 3 0 0.244639 0.25 -116.012
- 10 144.126 910 2 1 2.107 3.99464 -144.45
- 10 137.456 920 2 0 2.33203 4.1681 -145.85
- 10 15.9984 937 1 1 7.62672 7.12924 -174.45
- 10 101.472 938 1 1 7.6501 7.12719 -174.526
- 10 427.163 935 1 0 8.02932 7.10621 -175.85
- 10 93.632 982 0 1 16.5819 5.66655 -204.45
- 10 50.8048 983 0 1 16.65 5.71152 -204.68
- 10 115.171 929 0 0 17.0229 5.89876 -205.85
-Number of digits in this event = 14
-e-
-Event: 11
-Number of tracker hits in this event = 14
- 11 118.757 900 5 1 0.166532 0.116989 -54.45
- 11 94.6326 900 5 0 0.183071 0.114521 -55.85
- 11 139.385 902 4 1 0.573447 -0.100129 -84.45
- 11 164.547 899 4 0 0.591411 -0.144818 -85.85
- 11 115.743 904 3 1 0.861344 -1.12489 -114.45
- 11 152.029 894 3 0 0.89152 -1.18394 -115.85
- 11 98.8808 906 2 1 1.42954 -2.22108 -144.45
- 11 134.018 888 2 0 1.41836 -2.27963 -145.85
- 11 126.872 905 1 1 1.05496 -3.34212 -174.45
- 11 112.98 883 1 0 1.05523 -3.38442 -175.85
- 11 99.944 905 0 1 1.07752 -4.23646 -204.45
- 11 123.34 878 0 0 1.0825 -4.25422 -205.85
- 11 277.873 787 1 1 -22.5371 114.417 -174.45
- 11 58.116 786 1 1 -22.65 114.493 -174.506
-Number of digits in this event = 8
-e-
-Event: 12
-Number of tracker hits in this event = 55
- 12 179.158 899 4 0 0.247479 -0.0558788 -85.85
- 12 122.479 903 3 1 0.776135 -0.145472 -114.45
- 12 123.53 899 3 0 0.81554 -0.150753 -115.85
- 12 120.111 907 2 1 1.63555 -0.234434 -144.45
- 12 133.019 898 2 0 1.66755 -0.265443 -145.85
- 12 147.557 911 1 1 2.26838 -0.780253 -174.45
- 12 305.023 896 1 0 2.318 -0.797089 -175.85
- 12 131.22 916 0 1 3.29956 -1.18262 -204.45
- 12 97.5243 894 0 0 3.36759 -1.22244 -205.85
- 12 74.5124 910 1 1 2.25 -0.804484 -174.564
- 12 37.4794 844 0 1 -11.1406 0.104035 -204.45
- 12 134.276 843 0 1 -11.25 0.191239 -204.482
- 12 128.545 842 0 1 -11.45 0.398361 -204.572
- 12 75.6765 841 0 1 -11.65 0.612578 -204.689
- 12 86.8003 840 0 1 -11.8502 0.794622 -204.785
- 12 14.383 839 0 1 -12.05 0.948641 -204.84
- 12 73.8434 914 0 0 -15.7213 2.96938 -205.85
- 12 36.3125 915 0 0 -15.8741 3.05 -205.859
- 12 97.4265 735 0 1 -32.9009 15.1696 -204.85
- 12 152.645 734 0 1 -33.05 15.2695 -204.846
- 12 6.78579 733 0 1 -33.25 15.2893 -204.845
- 12 215.152 978 0 0 -39.0747 15.6635 -205.85
- 12 25.3147 979 0 0 -39.7663 15.85 -206.182
- 12 100.062 1053 0 0 -49.1499 30.68 -206.25
- 12 159.865 977 0 0 -33.8493 15.5555 -205.85
- 12 5.73694 1088 0 0 -63.0548 37.8404 -206.25
- 12 121.454 1089 0 0 -63.0636 37.85 -206.246
- 12 356.451 1090 0 0 -63.2302 38.05 -206.111
- 12 24.5089 1091 0 0 -63.1896 38.2501 -206.018
- 12 172.161 885 3 1 -2.95425 -2.10718 -114.45
- 12 140.913 889 3 0 -3.18163 -2.19528 -115.85
- 12 146.07 859 2 1 -8.0903 -4.0313 -144.45
- 12 522.55 880 2 0 -8.20696 -4.02381 -145.85
- 12 157.555 847 1 1 -10.532 -3.85814 -174.45
- 12 142.394 880 1 0 -10.7853 -3.9377 -175.85
- 12 108.899 816 0 1 -16.7286 -5.17864 -204.45
- 12 170.439 872 0 0 -16.9181 -5.51982 -205.85
- 12 3.92551 855 0 0 -0.368699 -8.98982 -206.25
- 12 13.0337 924 0 0 44.7787 4.94894 -206.25
- 12 6.52338 1205 0 0 80.5258 61.1393 -206.25
- 12 58.1189 879 2 0 -8.19908 -4.05 -145.966
- 12 161.068 1553 5 1 130.809 38.506 -54.4501
- 12 252.106 1087 5 0 130.523 37.5159 -55.85
- 12 114.119 1086 5 0 130.584 37.45 -55.9718
- 12 53.9404 901 3 1 0.384941 -0.0607581 -114.45
- 12 175.646 897 3 0 0.714052 -0.498579 -115.85
- 12 67.9459 896 3 0 0.790236 -0.650073 -116.184
- 12 289.927 895 3 0 0.77311 -0.850073 -116.199
- 12 105.77 905 1 1 1.13264 -0.437849 -174.45
- 12 157.58 898 1 0 1.07965 -0.403725 -175.85
- 12 140.338 899 0 1 -0.166202 0.224695 -204.45
- 12 59.5287 1498 4 1 119.795 174.714 -84.85
- 12 32.3313 1281 3 0 59.3361 76.45 -116.2
- 12 138.101 1499 4 1 119.95 175.051 -84.623
- 12 96.3823 1500 4 1 120.15 174.999 -84.7001
-Number of digits in this event = 30
-e-
-Event: 13
-Number of tracker hits in this event = 51
- 13 112.874 898 5 1 -0.27739 0.133619 -54.45
- 13 123.313 900 5 0 -0.287746 0.139819 -55.85
- 13 120.657 897 4 1 -0.480271 0.27926 -84.45
- 13 101 901 4 0 -0.493471 0.282368 -85.85
- 13 342.693 896 3 1 -0.833484 0.297567 -114.45
- 13 296.496 901 3 0 -0.866494 0.29755 -115.85
- 13 177.798 892 2 1 -1.57541 0.293384 -144.45
- 13 122.194 901 2 0 -1.6086 0.298044 -145.85
- 13 115.875 888 1 1 -2.31892 0.36677 -174.45
- 13 88.5478 901 1 0 -2.36342 0.354175 -175.85
- 13 26.7137 883 0 1 -3.41365 0.238646 -204.45
- 13 99.7369 882 0 1 -3.45009 0.263822 -204.532
- 13 154.577 903 0 0 -4.15377 0.669024 -205.85
- 13 112.18 902 3 0 -0.827286 0.490227 -115.85
- 13 150.725 882 2 1 -3.54119 3.98695 -144.45
- 13 37.0149 921 2 0 -3.63621 4.41541 -145.85
- 13 82.717 922 2 0 -3.6422 4.45 -145.963
- 13 152.774 874 1 1 -5.22852 13.9268 -174.45
- 13 334.333 873 1 1 -5.25 14.0329 -174.604
- 13 51.1803 973 1 0 -5.46705 14.7374 -175.85
- 13 87.9086 974 1 0 -5.49488 14.85 -176.046
- 13 64.7977 871 0 1 -5.74153 30.203 -204.45
- 13 92.0162 870 0 1 -5.85 30.293 -204.637
- 13 8.12575 1053 0 0 -6.44147 30.8322 -205.85
- 13 112.208 1054 0 0 -6.4603 30.85 -205.89
- 13 159.941 872 1 1 -5.45 14.6303 -174.611
- 13 213.364 978 1 0 -4.5002 15.684 -175.85
- 13 90.2975 883 2 1 -3.45 3.99019 -144.511
- 13 82.4636 884 2 1 -3.25 3.95774 -144.748
- 13 40.1455 912 2 0 -2.08997 2.57091 -145.85
- 13 214.605 911 2 0 -2.06943 2.45 -145.903
- 13 193.851 910 2 0 -2.10149 2.24996 -146.184
- 13 428.205 896 2 1 -0.82598 0.74398 -144.45
- 13 121.397 895 2 1 -0.85 2.26298 -144.713
- 13 5.3336 923 2 0 -1.92051 4.82852 -145.85
- 13 66.4849 924 2 0 -1.92925 4.85023 -145.86
- 13 65.4954 925 2 0 -1.9966 5.05 -145.969
- 13 64.2719 926 2 0 -2.03794 5.25 -146.087
- 13 20.9738 927 2 0 -2.09893 5.45 -146.208
- 13 145.67 1073 2 0 -28.4069 34.8325 -146.25
- 13 61.9946 755 2 1 -29.0125 34.4973 -144.85
- 13 188.894 754 2 1 -29.0501 34.4481 -144.783
- 13 108.522 753 2 1 -29.3767 34.4204 -144.45
- 13 160.295 1075 2 0 -29.7308 35.1253 -145.85
- 13 62.7651 1452 14 0 -167.696 110.713 213.75
- 13 41.8875 1453 14 0 -167.774 110.75 213.98
- 13 132.814 61 14 1 -167.893 110.98 215.15
- 13 67.7533 60 14 1 -167.95 111.202 215.428
- 13 12.7366 543 8 0 -146.884 -71.25 33.8566
- 13 1.16811 163 8 1 -147.548 -71.3166 35.15
- 13 369.771 162 8 1 -147.55 -71.3166 35.154
-Number of digits in this event = 23
-e-
-Event: 14
-Number of tracker hits in this event = 14
- 14 118.095 900 3 1 0.063687 -0.233712 -114.45
- 14 154.293 898 3 0 0.0565224 -0.253714 -115.85
- 14 291.842 899 2 1 -0.120719 -0.638182 -144.45
- 14 214.548 897 2 0 -0.1262 -0.646867 -145.85
- 14 139.585 899 1 1 -0.210557 -0.840228 -174.45
- 14 140.731 896 1 0 -0.204433 -0.84618 -175.85
- 14 105.011 899 0 1 -0.0725681 -0.930446 -204.45
- 14 140.636 895 0 0 -0.066512 -0.930251 -205.85
- 14 53.105 1161 1 1 52.25 148.491 -174.807
- 14 144.126 1459 5 0 -54.363 111.954 -56.25
- 14 42.7916 1460 5 0 -54.208 112.15 -55.9994
- 14 126.376 627 5 1 -54.4716 112.447 -54.85
- 14 83.0933 1277 5 0 -70.2661 75.5982 -56.2499
- 14 255.469 1213 5 0 1.23292 62.7858 -56.25
-Number of digits in this event = 12
-e-
-Event: 15
-Number of tracker hits in this event = 10
- 15 136.786 900 4 1 0.198511 0.321047 -84.45
- 15 186.089 901 4 0 0.195504 0.320048 -85.85
- 15 131.988 900 3 1 0.138235 0.291916 -114.45
- 15 136.859 901 3 0 0.139499 0.287107 -115.85
- 15 128.993 900 2 1 0.140765 0.1612 -144.45
- 15 142.612 900 2 0 0.130989 0.15313 -145.85
- 15 92.4946 898 0 1 -0.326267 -0.143953 -204.45
- 15 110.747 899 0 0 -0.345765 -0.143686 -205.85
- 15 132.237 870 0 1 -5.89715 43.268 -204.85
- 15 1.32026 1207 2 1 61.45 70.204 -144.694
-Number of digits in this event = 8
-e-
-Event: 16
-Number of tracker hits in this event = 42
- 16 208.057 900 3 1 0.0729256 -0.779665 -114.45
- 16 123.697 896 3 0 0.0856479 -0.789026 -115.85
- 16 172.251 901 2 1 0.358705 -0.96841 -144.45
- 16 136.625 895 2 0 0.377791 -0.974847 -145.85
- 16 173.477 903 1 1 0.756787 -1.13446 -174.45
- 16 145.617 894 1 0 0.775406 -1.14683 -175.85
- 16 137.563 905 0 1 1.19684 -1.3575 -204.45
- 16 119.272 893 0 0 1.22026 -1.37171 -205.85
- 16 45.13 901 3 1 0.25 -0.831506 -114.719
- 16 9.7113 890 3 0 1.37751 -2.01934 -115.85
- 16 236.486 889 3 0 1.40629 -2.05011 -115.879
- 16 72.893 888 3 0 1.53501 -2.25014 -116.046
- 16 57.2438 887 3 0 1.61218 -2.45 -116.107
- 16 60.8166 886 3 0 1.68857 -2.65 -116.145
- 16 64.545 885 3 0 1.80495 -2.85 -116.179
- 16 39.7641 884 3 0 1.87537 -3.05 -116.2
- 16 49.629 883 3 0 1.90212 -3.25 -116.228
- 16 52.0979 882 3 0 1.95695 -3.45 -116.211
- 16 65.0093 881 3 0 1.97325 -3.65 -116.166
- 16 123.607 880 3 0 2.00436 -3.85014 -116.086
- 16 65.889 879 3 0 2.11348 -4.05014 -116.063
- 16 73.8772 878 3 0 2.21455 -4.25 -116.033
- 16 77.7273 877 3 0 2.32534 -4.45 -115.968
- 16 56.8504 876 3 0 2.4046 -4.65 -115.908
- 16 85.4686 875 3 0 2.43803 -4.85 -115.918
- 16 80.3057 874 3 0 2.42991 -5.05013 -115.985
- 16 115.001 873 3 0 2.55046 -5.25 -116.025
- 16 198.062 872 3 0 2.72162 -5.45009 -116.134
- 16 100.703 871 3 0 2.90097 -5.65 -116.18
- 16 116.87 870 3 0 3.13938 -5.85 -116.237
- 16 73.0077 829 3 0 31.3824 -14.189 -116.25
- 16 174.539 828 3 0 31.3921 -14.2501 -116.174
- 16 107.824 891 0 0 -0.101279 -1.67063 -205.85
- 16 188.321 890 0 0 -0.079202 -1.86047 -205.85
- 16 135.12 1012 0 0 -28.8319 22.5468 -206.25
- 16 3.6809 1013 0 0 -28.9018 22.6501 -205.856
- 16 249.032 754 0 1 -29.1043 23.2555 -204.85
- 16 114.816 755 0 1 -29.05 23.5507 -204.502
- 16 51.665 753 0 1 -29.25 24.1268 -204.683
- 16 43.4165 752 0 1 -29.45 24.2197 -204.662
- 16 52.426 751 0 1 -29.6502 24.2724 -204.622
- 16 62.8564 750 0 1 -29.85 24.2234 -204.543
-Number of digits in this event = 15
-e-
-Event: 17
-Number of tracker hits in this event = 16
- 17 52.0426 900 5 0 -0.120079 0.05 -56.0614
- 17 137.739 900 4 1 0.0839516 0.234018 -84.45
- 17 169.622 901 4 0 0.0944719 0.255425 -85.85
- 17 116.751 901 3 1 0.307016 0.654757 -114.45
- 17 158.774 903 3 0 0.336361 0.683088 -115.85
- 17 112.249 905 2 1 1.10454 1.33444 -144.45
- 17 116.937 906 2 0 1.14645 1.32863 -145.85
- 17 129.347 909 1 1 1.94333 1.11927 -174.45
- 17 163.254 905 1 0 1.9634 1.14536 -175.85
- 17 363.52 911 0 1 2.37064 1.71164 -204.45
- 17 26.1483 908 0 0 2.44154 1.65526 -205.85
- 17 266.182 907 0 0 2.44833 1.65 -205.975
- 17 96.1026 905 2 0 1.12345 1.25 -146.203
- 17 149.622 904 2 0 1.05784 1.04992 -146.183
- 17 212.05 933 2 0 -1.36718 6.80078 -146.25
- 17 211.356 909 0 0 2.38272 1.90905 -205.85
-Number of digits in this event = 12
-e-
-Event: 18
-Number of tracker hits in this event = 16
- 18 120.293 900 5 1 0.0553883 -0.174941 -54.45
- 18 124.842 899 5 0 0.0618557 -0.181364 -55.85
- 18 85.1402 900 4 1 0.219164 -0.302873 -84.45
- 18 115.338 898 4 0 0.230482 -0.310923 -85.85
- 18 1.73336 901 3 1 0.449935 -0.395903 -114.45
- 18 114.049 902 3 1 0.45 -0.395872 -114.458
- 18 161.518 898 3 0 0.46086 -0.390801 -115.85
- 18 195.958 903 2 1 0.678199 -0.283787 -144.45
- 18 116.036 898 2 0 0.68272 -0.272272 -145.85
- 18 128.846 901 0 1 0.330299 0.442217 -204.45
- 18 112.089 902 0 0 0.320079 0.462354 -205.85
- 18 194.273 897 3 0 0.421251 -0.45 -115.89
- 18 31.661 854 9 0 81.8653 -9.05 63.998
- 18 61.8665 1311 9 1 82.3319 -8.9763 65.15
- 18 65.3413 1312 9 1 82.45 -8.94136 65.3341
- 18 40.2029 767 4 1 -26.6253 67.0086 -84.85
-Number of digits in this event = 8
-e-
-Event: 19
-Number of tracker hits in this event = 46
- 19 133.421 900 5 1 0.079298 0.119074 -54.45
- 19 140.507 900 5 0 0.0918139 0.121662 -55.85
- 19 206.117 901 4 1 0.349337 0.156993 -84.45
- 19 442.272 900 4 0 0.367963 0.16368 -85.85
- 19 107.871 903 3 1 0.7395 0.299724 -114.45
- 19 106.398 901 3 0 0.755143 0.297873 -115.85
- 19 102.154 905 2 1 1.1167 0.284701 -144.45
- 19 104.614 901 2 0 1.13335 0.281604 -145.85
- 19 115.969 906 1 1 1.43766 0.209057 -174.45
- 19 105.995 900 1 0 1.46033 0.202811 -175.85
- 19 95.6916 909 0 1 1.94961 0.0530624 -204.45
- 19 93.4061 910 3 1 2.09088 4.05141 -114.45
- 19 91.8718 911 3 1 2.25 4.11153 -114.586
- 19 41.3169 912 3 1 2.45 4.18699 -114.754
- 19 167.707 923 3 0 3.72839 4.66891 -115.85
- 19 61.8681 1076 2 1 35.3509 16.5588 -144.45
- 19 87.0889 1077 2 1 35.45 16.4184 -144.521
- 19 65.2541 1078 2 1 35.65 16.2636 -144.593
- 19 104.565 1079 2 1 35.85 16.3003 -144.681
- 19 15.7175 1080 2 1 36.05 16.3332 -144.791
- 19 135.348 983 2 0 36.9116 16.6987 -145.85
- 19 116.697 900 4 1 0.160633 -0.0942647 -84.45
- 19 19.7824 897 4 0 0.403361 -0.619353 -85.85
- 19 92.1689 896 4 0 0.410783 -0.650058 -85.9247
- 19 111.301 1010 0 0 22.9978 22.107 -205.85
- 19 150.019 1022 0 0 56.287 24.5868 -206.25
- 19 11.3364 1263 1 1 72.65 27.8457 -174.506
- 19 171.194 1213 2 0 107.9 62.8459 -146.25
- 19 214.358 1442 2 1 108.614 62.5125 -144.85
- 19 239.666 1443 2 1 108.75 62.5261 -144.492
- 19 112.108 1444 2 1 108.95 62.7016 -144.648
- 19 68.0778 1472 2 0 101.339 114.599 -146.25
- 19 69.9074 1473 2 0 101.389 114.75 -146.162
- 19 68.0899 1474 2 0 101.449 114.95 -146.033
- 19 20.7499 1475 2 0 101.532 115.15 -145.899
- 19 44.2761 1410 2 1 102.299 116.573 -144.85
- 19 360.308 1411 2 1 102.35 116.665 -144.787
- 19 222.512 1412 2 1 102.55 116.995 -144.545
- 19 21.8435 1482 2 0 102.335 116.575 -145.85
- 19 251.175 1481 2 0 102.323 116.55 -145.901
- 19 44.7667 1480 2 0 102.235 116.35 -146.17
- 19 123.198 1221 2 0 70.9336 64.3781 -146.25
- 19 51.2314 1220 2 0 70.8222 64.2499 -146.021
- 19 297.854 1251 2 1 70.3042 64.0695 -144.85
- 19 160.21 1252 2 1 70.4501 63.9881 -144.545
- 19 161.893 1222 2 0 71.1128 64.4538 -145.85
-Number of digits in this event = 18
-e-
-Event: 20
-Number of tracker hits in this event = 13
- 20 128.625 900 5 1 0.124688 -0.25776 -54.45
- 20 102.179 898 5 0 0.126576 -0.272039 -55.85
- 20 106.585 900 4 1 0.141641 -0.605725 -84.45
- 20 123.066 897 4 0 0.136127 -0.620131 -85.85
- 20 108.722 900 3 1 0.0558267 -0.907015 -114.45
- 20 111.674 898 2 1 -0.262499 -1.50005 -144.45
- 20 112.638 892 2 0 -0.275267 -1.5165 -145.85
- 20 126.406 897 1 1 -0.503837 -1.86016 -174.45
- 20 116.845 890 1 0 -0.510728 -1.87212 -175.85
- 20 120.338 896 0 1 -0.654442 -2.1358 -204.45
- 20 110.718 889 0 0 -0.658957 -2.14706 -205.85
- 20 53.6469 797 2 0 -62.8391 -20.5628 -146.25
- 20 7.05082 347 5 0 -105.359 -110.55 -56.049
-Number of digits in this event = 5
-e-
-Event: 21
-Number of tracker hits in this event = 37
- 21 108.044 900 5 1 0.0526005 -0.140398 -54.45
- 21 114.083 899 5 0 0.0512898 -0.146357 -55.85
- 21 127.815 899 0 1 -0.064332 -0.445743 -204.45
- 21 119.709 898 0 0 -0.0702857 -0.430752 -205.85
- 21 238.121 898 0 1 -0.262923 -0.917509 -204.45
- 21 111.048 899 4 0 0.0812202 -0.229134 -85.85
- 21 94.4715 909 3 1 1.9141 1.80454 -114.45
- 21 105.177 909 3 0 1.98533 1.88484 -115.85
- 21 127.825 917 2 1 3.50166 5.11903 -144.45
- 21 174.062 926 2 0 3.58725 5.28247 -145.85
- 21 49.017 926 1 1 5.43343 8.7942 -174.45
- 21 96.107 927 1 1 5.45005 8.81713 -174.587
- 21 40.2676 944 1 0 5.61109 9.02777 -175.85
- 21 64.2765 945 1 0 5.62854 9.05 -175.984
- 21 131.477 947 0 1 9.47071 13.5306 -204.45
- 21 111.539 968 0 0 9.6625 13.7833 -205.85
- 21 9.76778 969 0 0 9.71464 13.85 -206.212
- 21 165.043 897 4 0 -0.116918 -0.540166 -85.85
- 21 178.894 889 3 1 -2.10563 -5.3485 -114.45
- 21 128.785 873 3 0 -2.27618 -5.30413 -115.85
- 21 44.2643 875 2 1 -5.02345 -4.56235 -144.45
- 21 81.5515 874 2 1 -5.05 -4.57567 -144.606
- 21 115.75 876 2 0 -5.28276 -4.688 -145.85
- 21 131.688 842 1 1 -11.5412 -6.28927 -174.45
- 21 129.006 868 1 0 -11.852 -6.42222 -175.85
- 21 138.858 809 0 1 -18.14 -7.32457 -204.45
- 21 162.41 863 0 0 -18.1587 -7.40819 -205.85
- 21 151.113 867 1 0 -11.929 -6.45 -176.162
- 21 26.3402 1072 1 0 -11.282 34.4722 -176.25
- 21 2.10988 746 2 0 -3.65819 -30.6521 -146.25
- 21 26.2209 747 2 0 -3.65863 -30.65 -146.247
- 21 17.3927 491 0 1 -81.65 -126.056 -204.546
- 21 113.546 490 0 1 -81.85 -126.358 -204.516
- 21 362.787 489 0 1 -82.05 -126.455 -204.677
- 21 2.04534 488 0 1 -82.25 -126.557 -204.458
- 21 156.348 291 5 0 -124.37 -121.75 -56.104
- 21 22.0456 1000 3 1 20.1617 128.32 -114.85
-Number of digits in this event = 17
-e-
-Event: 22
-Number of tracker hits in this event = 12
- 22 128.867 899 5 1 -0.0545563 0.170965 -54.45
- 22 130.3 900 5 0 -0.0577049 0.177766 -55.85
- 22 138.629 899 4 1 -0.11373 0.306091 -84.45
- 22 102.872 901 4 0 -0.116437 0.307583 -85.85
- 22 153.779 899 3 1 -0.157717 0.355493 -114.45
- 22 115.751 901 3 0 -0.163834 0.360471 -115.85
- 22 134.78 898 2 1 -0.315543 0.44167 -144.45
- 22 115.066 901 2 0 -0.322197 0.442487 -145.85
- 22 175.537 898 1 1 -0.446855 0.436648 -174.45
- 22 114.667 902 1 0 -0.439901 0.452549 -175.85
- 22 97.4556 898 0 1 -0.324009 0.779331 -204.45
- 22 130.457 903 0 0 -0.311942 0.795015 -205.85
-Number of digits in this event = 8
-e-
-Event: 23
-Number of tracker hits in this event = 11
- 23 174.689 898 4 1 -0.250482 -0.145712 -84.45
- 23 155.373 899 4 0 -0.251476 -0.159546 -85.85
- 23 130.977 898 3 1 -0.279172 -0.39136 -114.45
- 23 140.085 898 3 0 -0.276084 -0.388508 -115.85
- 23 99.7162 898 2 1 -0.305352 -0.221694 -144.45
- 23 122.929 899 2 0 -0.36142 -0.184957 -145.85
- 23 122.792 892 1 1 -1.47217 0.524613 -174.45
- 23 123.824 902 1 0 -1.53471 0.542547 -175.85
- 23 262.327 883 0 1 -3.36169 0.996972 -204.45
- 23 118.537 904 0 0 -3.42616 0.989286 -205.85
- 23 165.137 687 11 1 -42.45 68.3198 125.199
+Event: 9
+Number of tracker hits in this event = 17
+ 9 110.496 900 5 1 0.109646 0.135904 -54.45
+ 9 105.714 900 5 0 0.119867 0.135649 -55.85
+ 9 110.499 901 4 1 0.349436 0.16188 -84.45
+ 9 118.334 900 4 0 0.368614 0.166419 -85.85
+ 9 127.503 903 3 1 0.730648 0.240892 -114.45
+ 9 241.339 901 3 0 0.741793 0.251327 -115.85
+ 9 144.075 904 2 1 0.970874 0.447519 -144.45
+ 9 144.531 902 2 0 0.975256 0.456777 -145.85
+ 9 118.067 905 1 1 1.09195 0.639479 -174.45
+ 9 117.806 902 1 0 1.09689 0.643185 -175.85
+ 9 561.341 905 0 1 1.21924 0.68086 -204.45
+ 9 151.598 903 0 0 1.22885 0.689085 -205.85
+ 9 206.708 758 4 0 -8.31216 -28.2886 -86.2499
+ 9 26.4639 394 4 0 21.0982 -101.269 -86.25
+ 9 2.69966 393 4 0 21.1084 -101.35 -86.249
+ 9 123.009 911 0 1 2.37069 0.410596 -204.45
+ 9 108.61 902 0 0 2.27881 0.567058 -205.85
Number of digits in this event = 10
e-
-Event: 24
-Number of tracker hits in this event = 24
- 24 133.82 902 5 1 0.456278 -0.0601068 -54.45
- 24 109.96 899 5 0 0.47671 -0.0542688 -55.85
- 24 141.586 904 4 1 0.897611 0.0685451 -84.45
- 24 178.027 900 4 0 0.92122 0.0690808 -85.85
- 24 178.499 909 2 1 1.91617 0.16309 -144.45
- 24 109.842 900 2 0 1.93918 0.183862 -145.85
- 24 141.815 911 1 1 2.36515 0.644266 -174.45
- 24 147.271 903 1 0 2.38447 0.668959 -175.85
- 24 136.656 913 0 1 2.7845 1.17942 -204.45
- 24 117.444 905 0 0 2.80926 1.20069 -205.85
- 24 143.645 903 4 1 0.849961 0.0999054 -84.5756
- 24 359.431 899 4 0 0.931886 -0.05 -86.007
- 24 16.1138 558 6 0 -80.6533 -68.2742 -26.25
- 24 185.588 559 6 0 -80.6552 -68.25 -26.2345
- 24 74.4617 897 2 0 1.88569 -0.602098 -145.85
- 24 87.0454 896 2 0 1.88652 -0.65 -145.951
- 24 35.3851 901 1 1 0.419624 -20.3594 -174.45
- 24 94.4817 902 1 1 0.45 -20.4422 -174.544
- 24 81.4558 794 1 0 0.66873 -21.1274 -175.85
- 24 79.845 793 1 0 0.717856 -21.25 -176.098
- 24 189.467 943 0 1 8.7838 -40.767 -204.45
- 24 12.7345 700 0 0 8.4329 -39.8742 -205.85
- 24 123.813 701 0 0 8.41724 -39.85 -205.89
- 24 6.31801 1013 0 1 22.7593 -15.2009 -204.45
+Event: 10
+Number of tracker hits in this event = 11
+ 10 110.266 900 5 1 0.216852 0.121559 -54.45
+ 10 287.739 900 5 0 0.218614 0.132708 -55.85
+ 10 109.578 901 4 1 0.257704 0.400106 -84.45
+ 10 129.604 901 4 0 0.252749 0.403377 -85.85
+ 10 109.648 900 3 1 0.140434 0.452859 -114.45
+ 10 124.217 902 3 0 0.136536 0.450969 -115.85
+ 10 232.165 899 1 1 -0.0707674 0.485368 -174.45
+ 10 167.194 902 1 0 -0.0999752 0.482661 -175.85
+ 10 296.312 896 0 1 -0.682829 0.314778 -204.45
+ 10 102.464 901 0 0 -0.694322 0.300757 -205.85
+ 10 214.112 895 0 1 -0.850057 0.443179 -204.789
+Number of digits in this event = 9
+e-
+Event: 11
+Number of tracker hits in this event = 88
+ 11 142.883 899 5 1 -0.205042 -0.299576 -54.45
+ 11 102.641 898 5 0 -0.21434 -0.32177 -55.85
+ 11 190.311 898 4 1 -0.402196 -0.777216 -84.45
+ 11 116.615 896 4 0 -0.420686 -0.793203 -85.85
+ 11 128.645 896 3 1 -0.796429 -1.11044 -114.45
+ 11 159.216 894 3 0 -0.821881 -1.12544 -115.85
+ 11 124.927 893 2 1 -1.36212 -1.42071 -144.45
+ 11 113.94 893 2 0 -1.37819 -1.43093 -145.85
+ 11 199.405 891 1 1 -1.71656 -1.61131 -174.45
+ 11 332.105 892 1 0 -1.72979 -1.62058 -175.85
+ 11 102.504 890 0 1 -1.94796 -1.79583 -204.45
+ 11 192.981 891 0 0 -1.96677 -1.8078 -205.85
+ 11 179.435 892 1 1 -1.62826 -1.58737 -174.45
+ 11 57.3177 893 1 1 -1.45 -1.23688 -174.729
+ 11 32.2567 899 1 0 -0.662901 -0.126484 -175.85
+ 11 79.5845 900 1 0 -0.518529 0.0501158 -176.045
+ 11 53.3609 977 1 0 -12.7187 15.5668 -176.25
+ 11 108.481 976 1 0 -12.8889 15.4499 -176.167
+ 11 106.54 975 1 0 -13.1139 15.25 -176.067
+ 11 62.3133 974 1 0 -13.3814 15.05 -175.985
+ 11 53.8279 973 1 0 -13.3966 14.85 -175.956
+ 11 67.2318 972 1 0 -13.4507 14.65 -175.948
+ 11 115.592 971 1 0 -13.517 14.45 -175.971
+ 11 128.903 970 1 0 -13.5385 14.2499 -176.041
+ 11 146.185 969 1 0 -13.6101 14.05 -176.101
+ 11 70.517 968 1 0 -13.4245 13.85 -176.061
+ 11 211.083 838 1 1 -12.284 14.5621 -174.85
+ 11 171.972 839 1 1 -12.25 14.5786 -174.821
+ 11 118.567 895 2 1 -1.03532 -1.63776 -144.45
+ 11 231.51 892 2 0 -0.870068 -1.50436 -145.85
+ 11 138.305 909 1 1 1.97143 1.30944 -174.45
+ 11 245.405 907 1 0 1.89328 1.47836 -175.85
+ 11 154.335 914 1 0 15.1446 3.0393 -176.25
+ 11 8.09531 980 1 1 16.2306 2.45658 -174.85
+ 11 66.0793 981 1 1 16.2502 2.44602 -174.826
+ 11 54.3616 982 1 1 16.45 2.37944 -174.664
+ 11 70.0205 983 1 1 16.65 2.30166 -174.534
+ 11 143.394 874 2 0 37.1814 -5.18063 -146.25
+ 11 25.7748 873 2 0 37.3675 -5.25 -145.906
+ 11 80.8484 1089 2 1 37.9845 -5.80816 -144.85
+ 11 105.797 1090 2 1 38.05 -5.90505 -144.724
+ 11 43.2261 1092 2 1 38.4939 -6.37029 -144.45
+ 11 50.1097 1093 2 1 38.65 -6.35112 -144.469
+ 11 50.5106 1094 2 1 38.8501 -6.3832 -144.521
+ 11 75.6157 1095 2 1 39.05 -6.40296 -144.607
+ 11 97.4309 1096 2 1 39.25 -6.44599 -144.64
+ 11 175.292 865 2 0 39.499 -6.87736 -145.85
+ 11 95.2155 894 2 1 -1.14715 -1.73241 -144.45
+ 11 150.464 859 1 1 -8.0568 1.99739 -174.45
+ 11 248.376 912 1 0 -8.9116 2.54158 -175.85
+ 11 145.871 908 1 0 -45.7403 1.83503 -176.25
+ 11 70.4997 666 1 1 -46.6626 1.42965 -174.85
+ 11 55.1056 665 1 1 -46.85 1.44455 -174.693
+ 11 54.4728 664 1 1 -47.05 1.4374 -174.623
+ 11 61.415 663 1 1 -47.2501 1.40926 -174.673
+ 11 57.9878 662 1 1 -47.4501 1.39716 -174.723
+ 11 77.3324 661 1 1 -47.6501 1.28638 -174.704
+ 11 70.8878 660 1 1 -47.8501 1.18683 -174.653
+ 11 424.526 659 1 1 -48.0501 1.11275 -174.699
+ 11 12.6389 658 1 1 -48.25 0.746043 -174.545
+ 11 10.6934 750 0 1 -30.0089 6.93956 -204.45
+ 11 78.1567 749 0 1 -30.05 6.94916 -204.458
+ 11 92.6695 748 0 1 -30.25 7.01664 -204.488
+ 11 164.329 747 0 1 -30.4503 7.08901 -204.504
+ 11 52.0171 746 0 1 -30.65 7.14279 -204.504
+ 11 64.9914 745 0 1 -30.8503 7.18971 -204.506
+ 11 62.1318 744 0 1 -31.0503 7.24446 -204.503
+ 11 49.7113 743 0 1 -31.2503 7.31059 -204.48
+ 11 86.2028 741 0 1 -31.8051 7.46534 -204.45
+ 11 145.435 740 0 1 -31.85 7.50934 -204.476
+ 11 104.145 739 0 1 -32.05 7.71959 -204.588
+ 11 83.2573 738 0 1 -32.25 7.94306 -204.679
+ 11 152.356 737 0 1 -32.4502 8.21042 -204.74
+ 11 13.9404 736 0 1 -32.6502 8.51456 -204.837
+ 11 8.44257 961 0 0 -35.5014 12.4297 -205.85
+ 11 66.9711 962 0 0 -35.5169 12.45 -205.856
+ 11 65.3891 963 0 0 -35.6858 12.65 -205.901
+ 11 65.3194 964 0 0 -35.8241 12.85 -205.93
+ 11 61.6285 965 0 0 -35.9598 13.0502 -205.96
+ 11 67.4713 966 0 0 -36.1083 13.25 -205.998
+ 11 88.0628 967 0 0 -36.2549 13.4502 -206.016
+ 11 163.097 968 0 0 -36.4405 13.6501 -206.043
+ 11 120.116 969 0 0 -36.7556 13.85 -206.129
+ 11 155.42 719 0 1 -36.1579 14.314 -204.85
+ 11 38.0004 720 0 1 -36.0499 14.6078 -204.511
+ 11 104.216 531 1 1 -73.65 49.9251 -174.623
+ 11 118.236 530 1 1 -73.85 50.1223 -174.54
+ 11 203.087 667 1 0 -24.5558 -46.45 -176.174
+Number of digits in this event = 32
+e-
+Event: 12
+Number of tracker hits in this event = 15
+ 12 111.636 900 5 1 0.18012 0.186394 -54.45
+ 12 328.824 900 5 0 0.194108 0.182392 -55.85
+ 12 122.35 902 4 1 0.490269 0.0992203 -84.45
+ 12 128.121 900 4 0 0.488858 0.100327 -85.85
+ 12 143.583 902 3 1 0.510917 0.105983 -114.45
+ 12 104.582 900 3 0 0.512855 0.124606 -115.85
+ 12 135.687 902 2 1 0.585868 0.453778 -144.45
+ 12 146.088 902 2 0 0.586938 0.472815 -145.85
+ 12 107.711 902 1 1 0.646777 0.855148 -174.45
+ 12 177.07 904 1 0 0.632443 0.870239 -175.85
+ 12 106.875 901 0 1 0.357435 1.25705 -204.45
+ 12 127.09 906 0 0 0.334318 1.27522 -205.85
+ 12 21.0404 1041 0 1 28.25 -129.449 -204.725
+ 12 66.5913 1042 0 1 28.4501 -130.453 -204.499
+ 12 37.2385 787 5 0 18.7861 -22.585 -56.25
+Number of digits in this event = 9
+e-
+Event: 13
+Number of tracker hits in this event = 47
+ 13 151.716 898 5 1 -0.331969 -0.0603561 -54.45
+ 13 161.975 899 5 0 -0.351903 -0.065104 -55.85
+ 13 189.638 896 4 1 -0.756357 -0.100136 -84.45
+ 13 127.365 899 4 0 -0.778665 -0.0994416 -85.85
+ 13 147.518 892 2 1 -1.53621 0.0632771 -144.45
+ 13 134.485 900 2 0 -1.53592 0.0662754 -145.85
+ 13 300.47 892 1 1 -1.5236 0.158074 -174.45
+ 13 132.109 900 1 0 -1.51817 0.159175 -175.85
+ 13 139.233 892 0 1 -1.48816 0.105821 -204.45
+ 13 102.203 900 0 0 -1.47123 0.112972 -205.85
+ 13 112.855 900 6 1 0.05 0.0918206 -24.5843
+ 13 62.6337 901 6 1 0.354101 -0.0500642 -24.7671
+ 13 4.03691 902 6 1 0.450075 -0.165293 -24.8433
+ 13 336.086 896 6 0 1.63001 -0.733329 -25.85
+ 13 665.256 897 2 1 -0.556956 -0.614544 -144.45
+ 13 324.266 896 2 0 -0.655304 -0.734099 -145.85
+ 13 162.533 889 1 1 -2.21541 -3.46023 -174.45
+ 13 108.739 883 1 0 -2.21504 -3.38248 -175.85
+ 13 40.1408 894 0 1 -1.08107 -2.32068 -204.45
+ 13 96.5681 895 0 1 -1.05 -2.31818 -204.561
+ 13 151.318 889 0 0 -0.728763 -2.23644 -205.85
+ 13 80.3265 890 1 1 -2.04987 -3.4517 -174.518
+ 13 57.2024 891 1 1 -1.84987 -3.39848 -174.553
+ 13 47.7825 892 1 0 -1.1045 -1.5723 -175.85
+ 13 87.543 893 1 0 -1.06512 -1.45 -175.926
+ 13 61.9642 894 1 0 -1.0952 -1.24989 -176.003
+ 13 43.3976 895 1 0 -1.0034 -1.04993 -175.941
+ 13 168.605 901 1 1 0.26587 -0.710012 -174.85
+ 13 195.465 900 1 1 0.249936 -0.398763 -174.631
+ 13 219.067 904 1 0 0.787489 1.01203 -175.85
+ 13 221.079 531 2 0 -14.2417 -73.7033 -146.25
+ 13 97.4453 821 2 1 -15.6639 -72.7192 -144.85
+ 13 16.5859 796 0 1 -20.7529 20.1151 -204.85
+ 13 110.345 886 1 1 -2.81593 -2.5419 -174.45
+ 13 38.2152 890 1 0 -3.0183 -1.92318 -175.85
+ 13 94.0208 891 1 0 -3.04657 -1.85 -175.999
+ 13 21.5705 1085 1 0 -7.81242 37.1986 -176.25
+ 13 98.3756 1086 1 0 -7.81194 37.25 -176.195
+ 13 51.8298 1087 1 0 -7.80078 37.45 -175.996
+ 13 173.753 861 1 1 -7.71397 38.5305 -174.85
+ 13 15.8241 862 1 1 -7.65 39.0165 -174.488
+ 13 12.5669 1042 2 0 29.2949 28.458 -146.25
+ 13 147.39 1041 2 0 29.3252 28.45 -146.227
+ 13 21.2061 1052 2 1 30.5864 28.2509 -144.85
+ 13 90.6696 1053 2 1 30.65 28.2371 -144.771
+ 13 17.6364 1054 2 1 30.85 28.1652 -144.502
+ 13 92.6262 761 3 1 -27.7361 -21.7832 -114.85
+Number of digits in this event = 21
+e-
+Event: 14
+Number of tracker hits in this event = 68
+ 14 208.786 899 5 1 -0.0559798 -0.0570256 -54.45
+ 14 121.256 899 5 0 -0.0553678 -0.0556297 -55.85
+ 14 100.676 900 2 1 0.143374 0.266804 -144.45
+ 14 113.232 901 2 0 0.148188 0.276021 -145.85
+ 14 118.125 901 1 1 0.357777 0.215415 -174.45
+ 14 227.364 900 1 0 0.379771 0.207361 -175.85
+ 14 300.012 900 0 0 0.861666 0.0500635 -206.045
+ 14 154.349 897 6 0 0.242084 -0.573268 -25.8503
+ 14 50.5766 896 6 0 0.276195 -0.65 -26.0532
+ 14 108.442 918 5 1 3.81825 -11.2615 -54.4501
+ 14 95.6902 917 5 1 3.64983 -11.5167 -54.5631
+ 14 154.152 916 5 1 3.45 -11.7469 -54.6966
+ 14 8.42502 915 5 1 3.24979 -11.9287 -54.8298
+ 14 88.215 834 5 0 1.94433 -13.0912 -55.8502
+ 14 91.319 833 5 0 1.77176 -13.25 -56.0034
+ 14 50.1089 832 5 0 1.56084 -13.45 -56.1628
+ 14 54.3342 530 5 0 -70.4876 -73.9621 -56.2498
+ 14 156.31 529 5 0 -70.6355 -74.05 -56.1212
+ 14 18.6203 528 5 0 -71.0287 -74.2501 -55.8866
+ 14 76.5036 536 5 1 -72.668 -75.1519 -54.8498
+ 14 65.2919 535 5 1 -72.85 -75.2613 -54.7491
+ 14 123.259 534 5 1 -73.0502 -75.3936 -54.6503
+ 14 200.377 533 5 1 -73.25 -75.5713 -54.5235
+ 14 185.674 532 5 1 -73.6268 -76.1943 -54.45
+ 14 33.7812 518 5 0 -72.0298 -76.432 -55.85
+ 14 142.651 517 5 0 -71.9089 -76.4501 -55.9514
+ 14 557.141 898 6 0 -0.817148 -0.301728 -25.85
+ 14 119.727 900 6 0 -0.0952508 0.0865229 -25.8503
+ 14 127.684 907 5 0 -0.0707614 1.52121 -55.85
+ 14 41.634 901 4 1 0.284927 3.91005 -84.45
+ 14 90.0524 900 4 1 0.25 3.93184 -84.4947
+ 14 8.08943 922 4 0 -0.709276 4.63106 -85.85
+ 14 150.339 923 4 0 -0.734515 4.65 -85.8893
+ 14 20.1075 813 3 1 -17.2873 21.516 -114.45
+ 14 86.8353 814 3 1 -17.25 21.5268 -114.498
+ 14 62.799 815 3 1 -17.05 21.5727 -114.714
+ 14 140.857 1008 3 0 -15.8878 21.7263 -115.85
+ 14 20.7926 970 2 1 14.1718 23.2067 -144.45
+ 14 95.3312 971 2 1 14.2502 23.1862 -144.471
+ 14 109.423 972 2 1 14.4502 23.1255 -144.515
+ 14 73.3826 973 2 1 14.65 23.0546 -144.586
+ 14 72.4603 974 2 1 14.85 22.9867 -144.646
+ 14 62.2232 975 2 1 15.0502 22.9001 -144.673
+ 14 75.0193 976 2 1 15.25 22.788 -144.647
+ 14 50.8493 977 2 1 15.45 22.7249 -144.64
+ 14 46.2961 978 2 1 15.6502 22.6953 -144.631
+ 14 59.3161 979 2 1 15.8502 22.7073 -144.64
+ 14 56.5722 980 2 1 16.05 22.7235 -144.608
+ 14 57.5999 981 2 1 16.25 22.7795 -144.583
+ 14 69.2296 982 2 1 16.4502 22.8772 -144.579
+ 14 52.13 983 2 1 16.65 22.9585 -144.568
+ 14 59.9716 984 2 1 16.8502 22.9625 -144.549
+ 14 17.0208 985 2 1 17.0501 22.9154 -144.468
+ 14 2.3637 899 6 0 0.5351 -0.247464 -25.8502
+ 14 95.7083 992 5 1 18.4597 -6.55065 -54.4501
+ 14 61.295 993 5 1 18.65 -6.62446 -54.5848
+ 14 48.0544 994 5 1 18.85 -6.63888 -54.7551
+ 14 55.6988 995 5 1 19.0501 -6.59142 -54.8192
+ 14 51.0421 996 5 1 19.2501 -6.59916 -54.8157
+ 14 59.232 997 5 1 19.4501 -6.62855 -54.8015
+ 14 51.068 998 5 1 19.6501 -6.56139 -54.7365
+ 14 69.5926 999 5 1 19.8501 -6.48474 -54.7348
+ 14 134.144 1000 5 1 20.0501 -6.33083 -54.7673
+ 14 57.9759 882 5 0 18.8291 -3.6218 -55.85
+ 14 135.421 883 5 0 18.7612 -3.45 -55.9068
+ 14 164.873 884 5 0 18.5909 -3.25 -56.1252
+ 14 112.104 885 5 0 18.506 -3.05 -56.2047
+ 14 260.664 886 5 0 18.499 -2.85 -56.0659
+Number of digits in this event = 22
+e-
+Event: 15
+Number of tracker hits in this event = 26
+ 15 40.0123 899 5 0 -0.073554 -0.05 -56.0829
+ 15 148.089 899 4 1 -0.213001 -0.0703517 -84.45
+ 15 101.317 899 4 0 -0.224644 -0.0794651 -85.85
+ 15 118.993 897 3 1 -0.451508 -0.235314 -114.45
+ 15 121.903 898 3 0 -0.491889 -0.251176 -115.85
+ 15 110.914 893 2 1 -1.35941 -0.610124 -144.45
+ 15 126.812 897 2 0 -1.40496 -0.6302 -145.85
+ 15 125.789 888 1 1 -2.28128 -0.994654 -174.45
+ 15 125.452 895 1 0 -2.3178 -1.00607 -175.85
+ 15 286.671 884 0 1 -3.06333 -1.22699 -204.45
+ 15 239.177 893 0 0 -3.10637 -1.25193 -205.85
+ 15 108.918 883 0 1 -3.25 -1.23554 -204.562
+ 15 39.2559 899 6 1 -0.130049 0.05 -24.8046
+ 15 81.5384 898 6 1 -0.25 0.126437 -24.8145
+ 15 130.672 897 6 1 -0.45 0.338122 -24.7732
+ 15 296.849 896 6 1 -0.650093 0.51009 -24.6745
+ 15 87.4646 887 0 1 -2.6035 -0.818585 -204.45
+ 15 162.543 886 0 1 -2.65006 -0.794147 -204.629
+ 15 148.406 897 0 0 -2.90076 -0.628529 -205.85
+ 15 4.37184 894 0 0 -2.8808 -1.24225 -205.85
+ 15 49.133 478 0 1 -84.2542 63.4635 -204.45
+ 15 114.944 479 0 1 -84.25 63.462 -204.456
+ 15 24.523 480 0 1 -84.0499 63.3828 -204.764
+ 15 44.3389 1215 0 0 -83.7321 63.2459 -205.85
+ 15 123.21 1216 0 0 -83.6924 63.25 -206
+ 15 9.19541 486 0 1 -82.85 64.3772 -204.699
+Number of digits in this event = 14
+e-
+Event: 16
+Number of tracker hits in this event = 17
+ 16 257.723 900 5 1 0.0985631 -0.111762 -54.45
+ 16 98.8718 899 5 0 0.105369 -0.116884 -55.85
+ 16 150.144 900 4 1 0.233211 -0.185802 -84.45
+ 16 122.663 899 4 0 0.243453 -0.19359 -85.85
+ 16 109.455 901 3 1 0.439536 -0.351161 -114.45
+ 16 119.232 898 3 0 0.453182 -0.360033 -115.85
+ 16 96.4329 903 2 1 0.732918 -0.535354 -144.45
+ 16 164.944 897 2 0 0.738996 -0.549007 -145.85
+ 16 109.104 904 1 1 0.85838 -0.767245 -174.45
+ 16 97.4813 896 1 0 0.868352 -0.773241 -175.85
+ 16 326.245 905 0 1 1.08173 -0.915001 -204.45
+ 16 836.146 895 0 0 1.09365 -0.919834 -205.85
+ 16 127.953 877 7 0 -1.47243 -4.46413 3.75
+ 16 16.4909 892 7 1 -1.64467 -5.55164 5.15013
+ 16 197.594 891 7 1 -1.65 -5.60193 5.20785
+ 16 57.4743 898 0 1 -0.268995 -0.157439 -204.85
+ 16 144.656 907 0 0 -1.32744 1.50716 -205.85
+Number of digits in this event = 10
+e-
+Event: 17
+Number of tracker hits in this event = 12
+ 17 150.527 900 4 0 -0.0506097 0.115934 -85.85
+ 17 200.278 899 3 1 -0.205218 -0.0898538 -114.45
+ 17 98.5075 899 3 0 -0.211188 -0.104114 -115.85
+ 17 172.761 898 2 1 -0.318654 -0.411587 -144.45
+ 17 103.803 898 2 0 -0.323259 -0.417882 -145.85
+ 17 118.273 898 1 1 -0.444938 -0.545793 -174.45
+ 17 120.343 897 1 0 -0.456387 -0.554402 -175.85
+ 17 143.725 896 0 1 -0.686459 -0.679176 -204.45
+ 17 206.328 896 0 0 -0.692568 -0.671259 -205.85
+ 17 106.579 310 8 1 -117.973 33.6253 35.15
+ 17 51.1454 1055 12 1 31.1758 103.188 155.15
+ 17 47.4809 1087 12 1 37.45 99.9662 155.397
+Number of digits in this event = 7
+e-
+Event: 18
+Number of tracker hits in this event = 21
+ 18 131.596 900 5 1 0.212807 -0.118903 -54.45
+ 18 131.943 899 5 0 0.220693 -0.135126 -55.85
+ 18 134.841 901 4 1 0.358979 -0.485258 -84.45
+ 18 107.909 897 4 0 0.363541 -0.488928 -85.85
+ 18 192.083 902 3 1 0.466826 -0.606519 -114.45
+ 18 119.33 897 3 0 0.469545 -0.612924 -115.85
+ 18 153.949 902 2 1 0.508455 -0.720291 -144.45
+ 18 108.254 896 2 0 0.479936 -0.72847 -145.85
+ 18 107.464 899 1 1 -0.133577 -0.906159 -174.45
+ 18 104.793 895 1 0 -0.160153 -0.916194 -175.85
+ 18 110.633 896 0 1 -0.745497 -1.15493 -204.45
+ 18 107.593 894 0 0 -0.778889 -1.15864 -205.85
+ 18 73.4476 900 2 1 0.176959 -0.352031 -144.45
+ 18 74.1479 901 2 1 0.250095 -0.431107 -144.61
+ 18 23.5038 894 2 0 0.680608 -1.19568 -145.85
+ 18 81.1724 893 2 0 0.699246 -1.2501 -145.94
+ 18 71.6365 965 2 0 5.43183 13.1185 -146.25
+ 18 76.6823 966 2 0 5.54377 13.25 -146.057
+ 18 14.7128 931 2 1 6.42892 14.0866 -144.85
+ 18 154.338 932 2 1 6.45 14.1145 -144.817
+ 18 186.079 880 1 1 -3.85 154.515 -174.775
+Number of digits in this event = 9
+e-
+Event: 19
+Number of tracker hits in this event = 10
+ 19 122.943 900 5 1 0.0975368 -0.0711998 -54.45
+ 19 121.928 899 5 0 0.0972328 -0.0786612 -55.85
+ 19 120.33 900 4 1 0.0760294 -0.207002 -84.45
+ 19 119.974 899 4 0 0.0743748 -0.199965 -85.85
+ 19 0.723355 899 2 1 -0.05 -0.149342 -144.848
+ 19 127.834 899 2 0 -0.0651917 -0.155686 -145.85
+ 19 170.36 897 1 1 -0.48375 -0.355494 -174.45
+ 19 117.477 898 1 0 -0.497738 -0.382294 -175.85
+ 19 117.275 896 0 1 -0.727986 -0.862434 -204.45
+ 19 151.474 896 0 0 -0.762456 -0.8105 -205.85
+Number of digits in this event = 7
+e-
+Event: 20
+Number of tracker hits in this event = 12
+ 20 118.847 899 5 1 -0.0803787 -0.304481 -54.45
+ 20 120.052 898 5 0 -0.0757498 -0.318776 -55.85
+ 20 107.164 900 3 1 0.0510238 -1.03526 -114.45
+ 20 18.0169 895 3 0 0.0559323 -1.04946 -115.85
+ 20 108.49 894 3 0 0.0561399 -1.05 -115.907
+ 20 113.42 900 2 1 0.214451 -1.30513 -144.45
+ 20 107.392 893 2 0 0.213377 -1.33549 -145.85
+ 20 91.1034 901 1 1 0.328926 -1.63164 -174.45
+ 20 62.3945 892 1 0 0.36269 -1.64733 -175.85
+ 20 53.7435 891 1 0 0.368602 -1.65 -176.079
+ 20 111.298 905 0 1 1.18444 -2.03868 -204.45
+ 20 123.799 889 0 0 1.05443 -2.1222 -205.85
+Number of digits in this event = 3
+e-
+Event: 21
+Number of tracker hits in this event = 20
+ 21 184.41 901 4 1 0.42838 0.143604 -84.45
+ 21 187.88 900 4 0 0.446555 0.141031 -85.85
+ 21 109.892 903 3 1 0.82781 0.121962 -114.45
+ 21 102.056 900 3 0 0.855338 0.116851 -115.85
+ 21 126.653 900 1 0 2.00909 0.0552498 -175.85
+ 21 108.116 913 0 1 2.77677 0.291605 -204.45
+ 21 125.621 901 0 0 2.79708 0.310717 -205.85
+ 21 179.239 340 4 0 -66.6614 -111.961 -86.2499
+ 21 290.112 912 0 1 2.62095 0.157588 -204.45
+ 21 324.002 900 0 0 2.64256 0.165442 -205.85
+ 21 189.928 1499 3 0 -119.985 120.091 -116.25
+ 21 95.7114 1500 3 0 -120.031 120.15 -116.201
+ 21 92.8356 1501 3 0 -120.098 120.35 -116.19
+ 21 251.004 1502 3 0 -120.166 120.55 -116.092
+ 21 33.7871 1498 3 0 -120.288 119.95 -115.931
+ 21 272.054 295 3 1 -120.977 119.329 -114.85
+ 21 226.051 296 3 1 -120.95 119.196 -114.694
+ 21 187.559 37 2 1 -172.612 -97.1956 -144.45
+ 21 1.84987 898 0 0 5.36568 -0.357503 -205.85
+ 21 28.6126 933 0 1 6.68518 -1.86865 -204.85
Number of digits in this event = 13
e-
+Event: 22
+Number of tracker hits in this event = 68
+ 22 120.666 900 4 1 0.17951 0.0663678 -84.45
+ 22 111.334 900 4 0 0.184105 0.0749285 -85.85
+ 22 140.879 901 3 1 0.294067 0.252308 -114.45
+ 22 109.502 900 3 0 0.330258 0.24606 -115.85
+ 22 120.076 905 2 1 1.09031 0.134493 -144.45
+ 22 115.118 900 2 0 1.12125 0.127792 -145.85
+ 22 113.501 911 0 1 2.3773 -0.245388 -204.45
+ 22 126.364 898 0 0 2.40352 -0.250561 -205.85
+ 22 250.905 900 3 1 0.249907 -0.151576 -114.473
+ 22 6.46507 893 3 0 -0.591002 -1.42785 -115.85
+ 22 102.535 892 3 0 -0.605119 -1.45 -115.874
+ 22 72.582 891 3 0 -0.766619 -1.65 -116.128
+ 22 79.5436 791 2 1 -21.708 -38.2887 -144.45
+ 22 92.2 790 2 1 -21.85 -38.5229 -144.604
+ 22 68.1378 789 2 1 -22.0502 -38.6581 -144.746
+ 22 105.629 788 2 1 -22.25 -38.7516 -144.736
+ 22 457.662 787 2 1 -22.4501 -38.7918 -144.6
+ 22 283.87 1051 3 0 -81.3244 30.2826 -116.25
+ 22 195.999 492 3 1 -81.6018 30.2371 -114.85
+ 22 76.7224 899 3 1 -0.05 0.473795 -114.684
+ 22 178.752 909 3 0 -1.23064 1.8701 -115.85
+ 22 430.949 910 3 0 -1.3999 2.05 -116.028
+ 22 1.90397 911 3 0 -1.57422 2.25019 -116.243
+ 22 98.0545 793 2 1 -21.2657 27.1301 -144.45
+ 22 51.6176 792 2 1 -21.45 27.2955 -144.684
+ 22 55.5827 1040 2 0 -22.3539 28.1492 -145.85
+ 22 114.343 1041 2 0 -22.4509 28.2502 -145.99
+ 22 2.602 1042 2 0 -22.5817 28.45 -146.237
+ 22 50.1462 710 1 1 -37.9931 51.4855 -174.45
+ 22 164.46 709 1 1 -38.0501 51.6523 -174.482
+ 22 152.016 708 1 1 -38.25 52.1439 -174.567
+ 22 510.867 707 1 1 -38.45 52.5982 -174.628
+ 22 181.891 706 1 1 -38.6501 53.2402 -174.695
+ 22 108.339 705 1 1 -38.8501 53.6937 -174.776
+ 22 1.38436 1197 1 0 -41.6818 59.6413 -175.85
+ 22 59.7451 1198 1 0 -41.6859 59.65 -175.852
+ 22 68.8381 1199 1 0 -41.7722 59.85 -175.899
+ 22 68.7745 1200 1 0 -41.8481 60.0503 -175.934
+ 22 84.6625 1201 1 0 -41.9246 60.2503 -175.962
+ 22 61.9437 1202 1 0 -42.0133 60.4502 -175.974
+ 22 72.6297 1203 1 0 -42.0881 60.65 -175.987
+ 22 54.2559 1204 1 0 -42.1593 60.8503 -176.015
+ 22 56.314 1205 1 0 -42.2097 61.05 -176.047
+ 22 71.9588 1206 1 0 -42.2242 61.25 -176.102
+ 22 55.1441 1207 1 0 -42.2392 61.45 -176.166
+ 22 10.1014 1208 1 0 -42.2542 61.65 -176.24
+ 22 359.69 901 2 1 0.44186 0.363031 -144.45
+ 22 100.113 901 2 0 0.162583 0.270394 -145.85
+ 22 64.2653 1095 2 0 -28.7226 39.0877 -146.25
+ 22 62.4073 1096 2 0 -28.8547 39.2501 -146.124
+ 22 212.138 1097 2 0 -28.7819 39.4501 -146.031
+ 22 66.0565 1098 2 0 -28.6328 39.6501 -145.98
+ 22 10.9361 1099 2 0 -28.4681 39.85 -145.867
+ 22 258.087 762 2 1 -27.6467 41.1244 -144.85
+ 22 95.0818 1113 2 0 -27.9033 42.8256 -145.85
+ 22 69.646 1114 2 0 -27.9106 42.8501 -145.871
+ 22 58.9288 1115 2 0 -27.9845 43.0501 -145.956
+ 22 68.3939 1116 2 0 -28.068 43.2501 -145.974
+ 22 20.3157 1117 2 0 -28.0806 43.4501 -145.884
+ 22 37.2591 763 2 1 -27.301 45.5448 -144.85
+ 22 656.876 764 2 1 -27.2499 45.6287 -144.788
+ 22 30.6218 643 0 0 -20.2659 -51.25 -206.241
+ 22 121.468 891 2 0 0.0936065 -1.66286 -145.85
+ 22 68.1369 890 2 0 0.0726147 -1.85 -145.986
+ 22 52.0371 889 2 0 0.0600476 -2.05 -146.128
+ 22 7.23609 1709 3 1 162.129 -146.531 -114.85
+ 22 98.7971 1710 3 1 162.15 -146.562 -114.776
+ 22 218.668 1711 3 1 162.35 -146.556 -114.695
+Number of digits in this event = 23
+e-
+Event: 23
+Number of tracker hits in this event = 54
+ 23 99.9915 900 4 1 0.0540462 -0.536869 -84.45
+ 23 156.819 897 4 0 0.0510045 -0.560136 -85.85
+ 23 128.436 899 2 1 -0.0942973 -1.51832 -144.45
+ 23 142.889 892 2 0 -0.10062 -1.54324 -145.85
+ 23 224.626 899 1 1 -0.236239 -2.06205 -174.45
+ 23 103.629 889 1 0 -0.245779 -2.09968 -175.85
+ 23 119.574 898 0 1 -0.444916 -2.84448 -204.45
+ 23 102.489 885 0 0 -0.451433 -2.877 -205.85
+ 23 44.0448 900 2 1 0.0818829 -1.3059 -144.45
+ 23 23.0208 895 1 1 -0.90526 -4.84962 -174.45
+ 23 106.103 896 1 1 -0.849841 -4.94671 -174.484
+ 23 81.4955 897 1 1 -0.65 -5.2458 -174.574
+ 23 129.456 898 1 1 -0.449789 -5.48959 -174.655
+ 23 58.1188 858 1 0 2.12952 -8.33988 -175.85
+ 23 129.255 857 1 0 2.22846 -8.45 -175.893
+ 23 255.951 856 1 0 2.40201 -8.65 -175.978
+ 23 86.1681 855 1 0 2.57879 -8.85 -176.056
+ 23 97.1661 854 1 0 2.76031 -9.05023 -176.143
+ 23 39.1028 853 1 0 2.9534 -9.25 -176.217
+ 23 45.1373 242 1 0 108.356 -131.633 -176.25
+ 23 135.628 241 1 0 108.455 -131.75 -176.186
+ 23 87.1504 240 1 0 108.612 -131.95 -176.097
+ 23 66.5756 239 1 0 108.739 -132.15 -176.011
+ 23 64.9311 238 1 0 108.864 -132.35 -175.941
+ 23 11.8163 237 1 0 108.992 -132.55 -175.866
+ 23 163.476 1453 1 1 110.758 -135.451 -174.85
+ 23 158.623 1454 1 1 110.95 -135.77 -174.733
+ 23 170.027 1455 1 1 111.15 -136.098 -174.649
+ 23 125.947 1456 1 1 111.35 -136.543 -174.534
+ 23 89.9419 1457 1 1 111.55 -137.29 -174.453
+ 23 215.033 1458 1 1 111.75 -137.582 -174.484
+ 23 152.006 1459 1 1 111.95 -137.813 -174.517
+ 23 172.49 1460 1 1 112.15 -138.069 -174.552
+ 23 136.305 1461 1 1 112.35 -138.404 -174.583
+ 23 134.622 1462 1 1 112.55 -138.842 -174.626
+ 23 156.993 1463 1 1 112.75 -139.274 -174.69
+ 23 123.274 1464 1 1 112.95 -139.792 -174.762
+ 23 96.9552 1465 1 1 113.15 -140.168 -174.793
+ 23 25.147 1466 1 1 113.35 -140.518 -174.835
+ 23 39.5125 174 1 0 115.61 -145.271 -175.85
+ 23 56.2128 173 1 0 115.645 -145.35 -175.864
+ 23 58.3051 172 1 0 115.73 -145.55 -175.903
+ 23 61.656 171 1 0 115.799 -145.75 -175.937
+ 23 56.2042 170 1 0 115.858 -145.95 -175.978
+ 23 175.767 169 1 0 115.918 -146.15 -175.993
+ 23 367.549 168 1 0 115.988 -146.35 -175.982
+ 23 73.8124 167 1 0 116.078 -146.55 -175.965
+ 23 55.2481 166 1 0 116.179 -146.75 -175.932
+ 23 85.8489 165 1 0 116.273 -146.95 -175.904
+ 23 65.2164 164 1 0 116.373 -147.15 -175.919
+ 23 70.6627 163 1 0 116.528 -147.35 -175.974
+ 23 85.0348 162 1 0 116.706 -147.55 -176.041
+ 23 278.102 161 1 0 116.863 -147.75 -176.094
+ 23 89.2809 160 1 0 117.047 -147.95 -176.172
+Number of digits in this event = 25
+e-
+Event: 24
+Number of tracker hits in this event = 28
+ 24 109.509 900 5 1 0.0912466 0.100968 -54.45
+ 24 159.702 900 5 0 0.092703 0.105148 -55.85
+ 24 126.313 900 4 1 0.153419 0.18805 -84.45
+ 24 104.402 900 4 0 0.159458 0.208854 -85.85
+ 24 146.027 901 3 1 0.305597 0.644363 -114.45
+ 24 105.791 903 3 0 0.309942 0.66071 -115.85
+ 24 210.993 901 2 1 0.404227 0.99427 -144.45
+ 24 143.51 904 2 0 0.402118 0.998947 -145.85
+ 24 95.2845 901 1 1 0.351043 1.09918 -174.45
+ 24 169.366 905 1 0 0.348411 1.10326 -175.85
+ 24 118.816 900 0 1 0.242051 1.15965 -204.45
+ 24 288.11 905 0 0 0.217136 1.16503 -205.85
+ 24 113.429 901 0 1 0.269455 1.14291 -204.45
+ 24 113.432 900 1 1 0.226308 1.15433 -174.45
+ 24 57.9165 899 1 1 -0.05 1.41579 -174.604
+ 24 69.4994 898 1 1 -0.25 1.54349 -174.677
+ 24 141.63 897 1 1 -0.45 1.67125 -174.76
+ 24 3.87481 896 1 1 -0.650163 1.82344 -174.844
+ 24 58.0022 915 1 0 -2.42146 3.15252 -175.85
+ 24 114.939 916 1 0 -2.54233 3.25012 -175.939
+ 24 87.626 917 1 0 -2.88934 3.45 -176.132
+ 24 231.506 1102 1 0 -86.1009 40.5526 -176.25
+ 24 70.1939 459 1 1 -88.0933 40.6437 -174.85
+ 24 107.554 458 1 1 -88.25 40.6235 -174.714
+ 24 57.8867 565 1 0 -19.1911 -66.85 -176.052
+ 24 3.88948 786 1 1 -22.65 -72.6657 -174.546
+ 24 37.5553 1253 1 0 12.0071 70.65 -176.177
+ 24 37.5793 477 3 0 25.1823 -84.5764 -115.85
+Number of digits in this event = 11
+e-
Event: 25
-Number of tracker hits in this event = 43
- 25 143.547 899 3 1 -0.144979 -0.255733 -114.45
- 25 112.448 898 3 0 -0.154194 -0.26677 -115.85
- 25 145.339 898 2 1 -0.309383 -0.488633 -144.45
- 25 133.834 897 2 0 -0.306208 -0.494252 -145.85
- 25 113.517 899 1 1 -0.22794 -0.630689 -174.45
- 25 119.003 897 1 0 -0.282817 -0.634755 -175.85
- 25 113.31 893 0 1 -1.41299 -0.869414 -204.45
- 25 110.044 896 0 0 -1.50534 -0.844399 -205.85
- 25 95.6688 900 6 0 0.112955 0.0500218 -25.9677
- 25 119.191 900 3 0 -0.182421 0.132618 -115.85
- 25 17.1282 891 2 1 -1.83935 2.45346 -144.45
- 25 119.493 890 2 1 -1.85 2.46299 -144.514
- 25 112.85 913 2 0 -2.05455 2.66903 -145.85
- 25 2.45927 865 1 1 -7.04941 7.20912 -174.45
- 25 99.5057 864 1 1 -7.05 7.20888 -174.458
- 25 103.452 935 1 0 -7.12621 7.13201 -175.85
- 25 251.738 857 0 1 -8.5558 4.74926 -204.45
- 25 87.1236 922 0 0 -8.81092 4.5993 -205.85
- 25 169.884 930 3 0 18.8697 6.17754 -116.25
- 25 35.4141 1002 3 1 20.5716 6.19803 -114.85
- 25 482.759 1003 3 1 20.65 6.18928 -114.804
- 25 314.216 1004 3 1 20.85 6.35706 -114.456
- 25 200.224 899 2 1 -0.240877 -0.186818 -144.45
- 25 128.934 899 2 0 -0.294021 -0.19003 -145.85
- 25 2.62171 892 1 1 -1.56414 0.0506857 -174.45
- 25 41.3997 899 1 0 -1.97711 -0.0500311 -176.124
- 25 1.60053 856 0 1 -8.65 -2.63051 -204.842
- 25 138.505 886 0 0 -8.91055 -2.75093 -205.85
- 25 79.9972 912 2 0 -1.9272 2.61159 -145.85
- 25 6.22126 898 3 1 -0.250096 -0.0532205 -114.829
- 25 106.398 899 3 0 -0.662273 -0.0688342 -115.85
- 25 116.663 900 2 0 -0.150166 0.154863 -145.85
- 25 7.13858 901 2 0 -0.103302 0.25 -146.223
- 25 167.686 931 1 1 6.29248 8.55524 -174.45
- 25 64.511 932 1 1 6.45015 8.57819 -174.746
- 25 120.241 943 1 0 6.95623 8.67208 -175.85
- 25 106.027 989 0 1 17.9225 8.9452 -204.45
- 25 118.13 943 0 0 18.3036 8.84438 -205.85
- 25 27.8069 889 5 0 -56.546 -2.19354 -56.25
- 25 118.46 921 11 1 4.32493 -18.5446 125.15
- 25 110.701 969 3 0 146.13 13.85 -116.03
- 25 329.288 1062 1 1 32.5156 -104.672 -174.85
- 25 13.6036 1664 7 0 -46.3389 153.063 3.75
-Number of digits in this event = 14
+Number of tracker hits in this event = 29
+ 25 167.665 899 3 1 -0.131994 0.247752 -114.45
+ 25 128.997 900 3 0 -0.138249 0.247994 -115.85
+ 25 140.685 898 2 1 -0.283454 0.25516 -144.45
+ 25 138.321 901 2 0 -0.286206 0.260367 -145.85
+ 25 93.0213 898 1 1 -0.356319 0.384547 -174.45
+ 25 465.467 901 1 0 -0.35103 0.379956 -175.85
+ 25 127.343 898 0 1 -0.278218 0.282596 -204.45
+ 25 144.461 901 0 0 -0.259369 0.284125 -205.85
+ 25 266.054 901 4 1 0.291233 0.416999 -84.4504
+ 25 393.585 902 4 0 0.564943 0.541361 -85.85
+ 25 184.646 933 3 1 6.70943 3.49665 -114.45
+ 25 181.543 918 3 0 6.96363 3.6811 -115.85
+ 25 112.047 958 2 1 11.7361 7.75657 -144.45
+ 25 3.34845 959 2 1 11.85 7.77695 -144.833
+ 25 103.618 939 2 0 12.1647 7.85669 -145.85
+ 25 4.45128 1002 1 1 20.6437 10.2494 -174.45
+ 25 124.508 1003 1 1 20.6502 10.2508 -174.464
+ 25 56.3848 951 1 0 21.3182 10.431 -175.85
+ 25 75.6963 952 1 0 21.3862 10.4501 -175.986
+ 25 19.4627 901 4 0 0.34905 0.448192 -85.85
+ 25 345.583 907 3 1 1.53853 1.11058 -114.45
+ 25 99.5108 905 3 0 1.51465 1.16147 -115.85
+ 25 126.599 905 2 1 1.16882 2.1209 -144.45
+ 25 130.884 910 2 0 1.19335 2.10242 -145.85
+ 25 126.241 907 1 1 1.64295 1.70726 -174.45
+ 25 75.2007 908 1 0 1.65641 1.65803 -175.85
+ 25 57.1223 907 1 0 1.65844 1.64998 -176.039
+ 25 131.373 909 0 1 1.90686 0.452124 -204.45
+ 25 115.391 902 0 0 1.91084 0.498265 -205.85
+Number of digits in this event = 18
e-
Event: 26
-Number of tracker hits in this event = 32
- 26 197.135 901 4 1 0.394091 0.10872 -84.45
- 26 332.175 900 4 0 0.406818 0.120418 -85.85
- 26 119.322 902 3 1 0.615211 0.354802 -114.45
- 26 110.555 901 3 0 0.62204 0.365353 -115.85
- 26 201.321 903 2 1 0.674697 0.582058 -144.45
- 26 119.916 902 2 0 0.633695 0.604835 -145.85
- 26 99.5372 898 1 1 -0.317941 1.05291 -174.45
- 26 214.156 905 1 0 -0.342194 1.08049 -175.85
- 26 65.7344 898 0 1 -0.447941 1.34729 -204.45
- 26 80.1378 897 0 1 -0.45 1.35393 -204.601
- 26 152.898 906 0 0 -0.474089 1.40041 -205.85
- 26 58.2697 947 0 0 13.0662 9.45129 -206.25
- 26 253.701 946 0 0 13.1943 9.45 -206.142
- 26 3.73157 998 0 1 19.8339 8.5724 -204.85
- 26 35.2072 999 0 1 19.85 8.57087 -204.847
- 26 16.3011 925 0 0 31.32 5.11231 -205.85
- 26 0.352486 1095 0 1 39.2491 2.07336 -204.85
- 26 54.5497 1096 0 1 39.2501 2.07295 -204.85
- 26 35.4786 1097 0 1 39.45 2.01418 -204.828
- 26 552.005 903 0 0 44.4579 0.833202 -205.85
- 26 379.082 1127 0 1 45.4606 2.23018 -204.85
- 26 207.55 1128 0 1 45.65 2.23664 -204.608
- 26 24.0042 900 4 1 0.25 0.164435 -84.7638
- 26 43.659 867 4 0 -3.02972 -6.57648 -86.25
- 26 107.713 866 4 0 -3.00022 -6.65 -86.1158
- 26 475.432 885 4 1 -3.037 -7.27839 -84.85
- 26 27.6104 884 4 1 -3.05 -7.31214 -84.7825
- 26 197.132 886 4 1 -2.84997 -7.91815 -84.5414
- 26 22.0875 859 4 0 -3.58919 -8.09709 -85.8501
- 26 182.674 860 4 0 -3.60686 -8.05 -85.9087
- 26 423.592 861 4 0 -3.63096 -7.84991 -86.0417
- 26 98.0205 642 4 0 -41.1324 -51.5521 -86.25
-Number of digits in this event = 14
+Number of tracker hits in this event = 55
+ 26 237.386 900 4 1 0.0538662 0.33774 -84.45
+ 26 109.293 901 4 0 0.0579494 0.349841 -85.85
+ 26 107.541 900 3 1 0.13225 0.60736 -114.45
+ 26 120.917 902 3 0 0.140804 0.614194 -115.85
+ 26 128.452 901 2 1 0.315767 0.705065 -144.45
+ 26 122.488 903 2 0 0.321281 0.710436 -145.85
+ 26 109.861 901 1 1 0.43532 0.857481 -174.45
+ 26 136.788 904 1 0 0.437859 0.866445 -175.85
+ 26 197.3 902 0 1 0.48592 1.08019 -204.45
+ 26 104.042 905 0 0 0.490215 1.08323 -205.85
+ 26 84.2787 900 0 1 0.163708 0.380484 -204.45
+ 26 3.40026 900 2 1 0.19885 -0.0524013 -144.45
+ 26 127.662 901 2 0 0.124507 0.318287 -145.85
+ 26 19.5354 834 2 0 -14.4801 -13.2153 -146.25
+ 26 109.083 833 2 0 -14.5048 -13.2502 -146.205
+ 26 50.4117 832 2 0 -14.6281 -13.4502 -145.986
+ 26 108.551 825 2 1 -14.9569 -14.1949 -144.85
+ 26 31.2836 824 2 1 -15.05 -14.3765 -144.514
+ 26 113.651 821 3 0 -32.2859 -15.8366 -116.25
+ 26 10.656 735 3 1 -33.0251 -15.8426 -114.85
+ 26 106.511 734 3 1 -33.05 -15.845 -114.797
+ 26 115.839 809 4 0 -39.0864 -18.1269 -86.25
+ 26 113.088 702 4 1 -39.5055 -17.7169 -84.85
+ 26 27.5682 701 4 1 -39.6501 -17.6153 -84.5405
+ 26 117.291 899 4 1 -0.120259 -0.531225 -84.45
+ 26 154.398 897 4 0 -0.152879 -0.599319 -85.85
+ 26 139.197 895 3 1 -0.850285 -1.8827 -114.45
+ 26 119.279 890 3 0 -0.881994 -1.91245 -115.85
+ 26 122.963 891 2 1 -1.67 -2.51783 -144.45
+ 26 130.419 887 2 0 -1.71166 -2.52096 -145.85
+ 26 127.606 887 1 1 -2.4722 -2.6498 -174.45
+ 26 124.7 887 1 0 -2.4698 -2.64494 -175.85
+ 26 113.166 888 0 1 -2.43488 -2.80759 -204.45
+ 26 109.566 886 0 0 -2.42984 -2.7657 -205.85
+ 26 238.448 899 0 1 -0.05 0.428514 -204.699
+ 26 190.335 898 0 1 -0.250081 0.365151 -204.651
+ 26 79.95 890 4 1 -1.89224 2.74424 -84.45
+ 26 75.1945 891 4 1 -1.85 2.79561 -84.6756
+ 26 156.321 915 4 0 -1.65094 3.09944 -85.85
+ 26 187.148 915 3 1 3.13284 9.64376 -114.45
+ 26 50.2746 941 3 0 3.27159 8.40033 -115.85
+ 26 76.5739 940 3 0 3.28787 8.25 -116.01
+ 26 13.7753 939 3 0 3.3146 8.05 -116.215
+ 26 17.3949 927 2 1 5.63312 -21.3771 -144.45
+ 26 207.083 928 2 1 5.65008 -21.4079 -144.511
+ 26 9.81905 789 2 0 5.9706 -22.2309 -145.85
+ 26 111.364 788 2 0 5.97748 -22.25 -145.88
+ 26 94.9501 787 2 0 6.03995 -22.4502 -146.168
+ 26 200.05 947 1 1 9.62702 -43.1685 -174.45
+ 26 26.5816 681 1 0 9.21312 -43.811 -175.85
+ 26 138.42 680 1 0 9.18698 -43.8501 -175.933
+ 26 81.7276 921 0 1 4.40217 -56.5855 -204.45
+ 26 42.6574 920 0 1 4.24985 -56.7279 -204.721
+ 26 4.35166 614 0 0 3.57381 -57.2441 -205.85
+ 26 228.143 613 0 0 3.56594 -57.25 -205.863
+Number of digits in this event = 23
e-
Event: 27
-Number of tracker hits in this event = 15
- 27 100.458 900 5 1 0.192543 -0.0997006 -54.45
- 27 115.882 899 5 0 0.204533 -0.109896 -55.85
- 27 125.851 901 4 1 0.445942 -0.322886 -84.45
- 27 181.109 898 4 0 0.45821 -0.322668 -85.85
- 27 155.01 903 3 1 0.7305 -0.268098 -114.45
- 27 103.442 898 3 0 0.731838 -0.268747 -115.85
- 27 103.389 903 2 1 0.746617 -0.245118 -144.45
- 27 109.867 899 2 0 0.741328 -0.242656 -145.85
- 27 134.358 902 1 1 0.62915 -0.205861 -174.45
- 27 201.377 899 1 0 0.612722 -0.198993 -175.85
- 27 124.713 900 0 1 0.176808 -0.161813 -204.45
- 27 119.114 899 0 0 0.158627 -0.173585 -205.85
- 27 62.3918 897 4 0 0.475069 -0.450073 -86.143
- 27 12.3198 767 4 0 -6.75859 -26.6377 -86.25
- 27 130.142 766 4 0 -6.75039 -26.65 -86.2375
+Number of tracker hits in this event = 11
+ 27 135.16 900 4 1 0.204016 0.212887 -84.45
+ 27 126.004 900 4 0 0.223364 0.212786 -85.85
+ 27 106.307 902 3 1 0.61636 0.223625 -114.45
+ 27 158.624 900 3 0 0.641478 0.227135 -115.85
+ 27 117.259 905 2 1 1.16916 0.313809 -144.45
+ 27 129.482 901 2 0 1.19353 0.312477 -145.85
+ 27 105.856 908 1 1 1.75211 0.300001 -174.45
+ 27 142.383 901 1 0 1.77894 0.306758 -175.85
+ 27 125.144 910 0 1 2.23945 0.4975 -204.45
+ 27 2.63744 911 0 1 2.25 0.505798 -204.837
+ 27 120.575 902 0 0 2.27705 0.527119 -205.85
Number of digits in this event = 8
e-
Event: 28
-Number of tracker hits in this event = 28
- 28 115.621 899 4 1 -0.05 -0.12019 -84.5488
- 28 184.041 899 4 0 -0.0589931 -0.119595 -85.85
- 28 334.617 899 3 1 -0.231692 -0.107361 -114.45
- 28 129.559 899 3 0 -0.243698 -0.123176 -115.85
- 28 134.146 897 2 1 -0.461524 -0.497428 -144.45
- 28 112.537 897 2 0 -0.481124 -0.519931 -145.85
- 28 149.139 895 1 1 -0.917021 -1.03276 -174.45
- 28 150.676 894 1 0 -0.940673 -1.06444 -175.85
- 28 129.953 893 0 1 -1.42109 -1.69764 -204.45
- 28 114.236 891 0 0 -1.44242 -1.72884 -205.85
- 28 239.423 896 0 1 -0.778846 -0.731059 -204.45
- 28 169.276 895 0 1 -0.85 -0.739213 -204.698
- 28 489.572 896 0 0 -1.16735 -0.761331 -205.85
- 28 155.333 904 2 1 0.8695 -2.48018 -144.45
- 28 107.476 887 2 0 0.993066 -2.48216 -145.85
- 28 105.538 918 1 1 3.66362 -2.8833 -174.45
- 28 126.718 886 1 0 4.14787 -2.74438 -175.85
- 28 167.735 964 0 1 12.9356 -1.16413 -204.45
- 28 283.992 895 0 0 13.1667 -0.85 -206.144
- 28 130.519 901 3 0 -0.142972 0.25468 -115.85
- 28 122.337 898 2 1 -0.352188 0.804013 -144.45
- 28 158.916 903 2 0 -0.258652 0.805331 -145.85
- 28 112.756 907 1 1 1.61262 0.694943 -174.45
- 28 119.631 903 1 0 1.48872 0.747364 -175.85
- 28 119.202 913 0 0 -0.927726 2.66302 -205.85
- 28 121.448 904 2 0 -0.22043 0.85 -146.173
- 28 25.9542 1303 2 0 -96.6266 80.8187 -146.25
- 28 54.6035 1080 3 0 99.4597 36.1031 -116.25
-Number of digits in this event = 20
+Number of tracker hits in this event = 100
+ 28 120.093 899 4 1 -0.0508045 -0.0651533 -84.45
+ 28 154.685 899 4 0 -0.0536675 -0.082599 -85.85
+ 28 114.342 899 3 1 -0.174521 -0.443192 -114.45
+ 28 116.455 897 3 0 -0.181386 -0.465004 -115.85
+ 28 132.902 898 2 1 -0.328308 -0.925043 -144.45
+ 28 116.256 895 2 0 -0.338621 -0.94538 -145.85
+ 28 113.998 897 1 1 -0.5854 -1.34682 -174.45
+ 28 112.015 893 1 0 -0.597007 -1.36077 -175.85
+ 28 123.829 896 0 1 -0.823958 -1.64926 -204.45
+ 28 113.545 891 0 0 -0.845259 -1.65289 -205.85
+ 28 100.306 899 2 1 -0.249965 -0.974574 -144.564
+ 28 188.927 896 2 0 -0.126823 -0.772904 -145.85
+ 28 13.7572 923 1 1 4.81433 4.53852 -174.45
+ 28 96.585 924 1 1 4.85 4.54265 -174.484
+ 28 54.6249 925 1 1 5.0502 4.55614 -174.695
+ 28 176.573 923 1 0 5.88461 4.7738 -175.85
+ 28 8.18456 1011 0 1 22.4362 5.32417 -204.45
+ 28 311.066 1012 0 1 22.45 5.29834 -204.462
+ 28 105.194 1013 0 1 22.6501 4.83147 -204.718
+ 28 0.661148 911 0 0 23.9713 2.25889 -205.85
+ 28 328.627 910 0 0 23.9758 2.25 -205.854
+ 28 267.486 909 0 0 24.0818 2.04977 -205.943
+ 28 110.542 908 0 0 24.1743 1.85 -206.024
+ 28 129.062 907 0 0 24.2955 1.64987 -206.115
+ 28 217.399 798 0 0 54.6909 -20.4071 -206.25
+ 28 175.909 799 0 0 55.0455 -20.2499 -206.081
+ 28 69.0532 1176 0 1 55.3904 -20.4515 -204.85
+ 28 71.7471 1177 0 1 55.4501 -20.5117 -204.716
+ 28 175.181 1178 0 1 55.6501 -20.4294 -204.699
+ 28 177.519 1179 0 1 55.85 -20.4001 -204.577
+ 28 99.7897 920 0 0 22.1098 4.11742 -205.85
+ 28 223.236 900 6 0 0.0500581 0.0508101 -26.0452
+ 28 100.242 900 1 1 0.232104 -0.573991 -174.45
+ 28 37.7209 920 4 1 4.07028 -0.191529 -84.45
+ 28 104.186 919 4 1 4.04992 -0.176268 -84.5506
+ 28 39.3965 900 4 0 3.76105 0.05 -86.1197
+ 28 88.7275 895 3 1 -0.985798 5.24501 -114.45
+ 28 28.9136 894 3 1 -1.05 5.26728 -114.761
+ 28 146.394 926 3 0 -1.26834 5.33408 -115.85
+ 28 3.25854 860 2 1 -8.04777 6.46284 -144.45
+ 28 112.976 859 2 1 -8.05 6.46349 -144.461
+ 28 103.766 932 2 0 -8.33751 6.512 -145.85
+ 28 28.1285 833 1 1 -13.4221 7.0507 -174.45
+ 28 97.8282 832 1 1 -13.45 7.05273 -174.541
+ 28 125.657 935 1 0 -13.9002 7.07513 -175.85
+ 28 113.345 784 0 1 -23.1041 7.74071 -204.45
+ 28 107.86 938 0 0 -23.5489 7.70482 -205.85
+ 28 32.8203 899 5 1 -0.0500501 0.0521677 -54.7267
+ 28 103.706 900 5 0 -0.19594 0.0849976 -55.8504
+ 28 383.04 879 4 1 -4.1565 0.741893 -84.4503
+ 28 124.118 901 4 0 -4.43584 0.426893 -85.85
+ 28 195.296 848 3 1 -10.2647 -6.87342 -114.45
+ 28 149.279 864 3 0 -10.3792 -7.17706 -115.85
+ 28 21.3676 863 3 0 -10.4177 -7.25 -116.184
+ 28 112.267 830 2 1 -13.9581 -13.725 -144.45
+ 28 150.077 829 2 0 -13.9818 -14.0523 -145.85
+ 28 229.436 834 1 1 -13.0918 -17.8983 -174.45
+ 28 260.522 811 1 0 -13.6922 -17.7323 -175.85
+ 28 83.3012 756 0 1 -28.7318 -13.7353 -204.45
+ 28 116.468 755 0 1 -28.85 -13.512 -204.55
+ 28 51.5195 754 0 1 -29.0501 -13.242 -204.723
+ 28 109.042 839 0 0 -29.6595 -12.2387 -205.85
+ 28 48.7359 840 0 0 -29.7942 -12.05 -206.096
+ 28 225.58 828 2 0 -13.9983 -14.25 -146.202
+ 28 78.7529 794 2 1 -21.1977 -18.3022 -144.45
+ 28 215.206 793 2 1 -21.2501 -18.3071 -144.627
+ 28 414.976 810 2 0 -21.7206 -17.976 -145.85
+ 28 377.747 743 1 1 -31.3056 -13.463 -174.45
+ 28 161.006 744 1 1 -31.25 -13.914 -174.588
+ 28 49.4258 834 1 0 -31.1415 -13.0879 -175.85
+ 28 147.061 835 1 0 -31.1119 -13.05 -175.946
+ 28 38.4564 809 2 0 -21.9735 -18.1001 -145.85
+ 28 114.232 811 2 0 -21.9747 -17.8499 -146.055
+ 28 72.5632 766 2 0 -97.4549 -26.7013 -146.25
+ 28 160.102 767 2 0 -97.6596 -26.65 -146.16
+ 28 309.519 768 2 0 -97.6699 -26.45 -146.183
+ 28 169.827 769 2 0 -97.6814 -26.25 -146.099
+ 28 3.10557 408 2 1 -98.5489 -24.39 -144.85
+ 28 6.13538 407 2 1 -98.55 -24.3884 -144.849
+ 28 18.8695 773 2 0 -99.2004 -25.4474 -145.85
+ 28 10.7893 772 2 0 -99.1981 -25.45 -145.851
+ 28 69.6928 895 0 1 -0.905575 -1.76562 -204.45
+ 28 78.6251 894 0 1 -1.05 -1.73565 -204.582
+ 28 53.3272 893 0 1 -1.25 -1.67395 -204.774
+ 28 221.176 893 0 0 -2.40761 -1.43366 -205.85
+ 28 108.554 927 0 0 -26.794 5.64732 -206.25
+ 28 47.5255 770 0 1 -25.98 5.33396 -204.85
+ 28 54.4295 771 0 1 -25.8499 5.31114 -204.661
+ 28 19.7643 1190 1 0 -46.0408 58.1946 -176.25
+ 28 189.175 1191 1 0 -46.0594 58.2501 -176.214
+ 28 231.719 1192 1 0 -46.2593 58.4501 -176.104
+ 28 41.4529 658 1 1 -48.343 58.2835 -174.85
+ 28 79.0515 657 1 1 -48.45 58.2788 -174.764
+ 28 94.17 656 1 1 -48.65 58.2945 -174.66
+ 28 80.4931 655 1 1 -48.8501 58.2148 -174.468
+ 28 87.4548 654 1 1 -49.0501 58.143 -174.551
+ 28 158.486 653 1 1 -49.2501 58.022 -174.488
+ 28 231.436 652 1 1 -49.45 58.1663 -174.716
+ 28 60.6561 624 2 1 -55.05 47.1238 -144.811
+ 28 48.5 998 3 0 -46.1494 19.8368 -116.25
+Number of digits in this event = 39
e-
Event: 29
-Number of tracker hits in this event = 24
- 29 125.732 896 5 1 -0.753659 0.93954 -54.45
- 29 112.948 906 5 0 -0.667518 1.34959 -55.85
- 29 19.8798 907 5 0 -0.648032 1.45 -56.178
- 29 161.119 903 4 1 0.728557 10.3071 -84.45
- 29 1.82509 953 4 0 0.916694 10.846 -85.85
- 29 157.755 954 4 0 0.918058 10.85 -85.8603
- 29 99.0704 921 3 1 4.38929 22.3254 -114.45
- 29 43.7036 922 3 1 4.45008 22.4432 -114.725
- 29 87.6666 1014 3 0 4.69575 22.923 -115.85
- 29 43.8612 1015 3 0 4.7577 23.0502 -116.146
- 29 166.826 954 2 1 10.9236 35.576 -144.45
- 29 46.1251 1080 2 0 11.1425 36.1927 -145.85
- 29 128.21 1081 2 0 11.1646 36.25 -145.98
- 29 209.112 978 1 1 15.7126 48.7907 -174.45
- 29 31.8831 1146 1 0 16.003 49.3918 -175.85
- 29 111.142 1147 1 0 16.0313 49.45 -175.985
- 29 143.436 1006 0 1 21.3866 61.1565 -204.45
- 29 93.6229 1210 0 0 21.5163 62.079 -205.85
- 29 63.9638 1211 0 0 21.539 62.25 -206.104
- 29 244.17 900 0 1 0.0511577 -0.835242 -204.45
- 29 242.547 896 0 0 0.0572056 -0.841049 -205.85
- 29 39.8764 1123 3 0 -81.9621 44.7301 -116.25
- 29 148.45 489 3 1 -82.2393 44.6004 -114.85
- 29 123.661 488 3 1 -82.25 44.5055 -114.776
-Number of digits in this event = 12
+Number of tracker hits in this event = 3
+ 29 157.696 899 0 1 -0.113114 -0.22276 -204.45
+ 29 122.952 899 0 0 -0.111077 -0.227353 -205.85
+ 29 15.7571 899 5 0 0.05 -0.0569997 -56.1836
+Number of digits in this event = 4
e-
Event: 30
-Number of tracker hits in this event = 12
- 30 179.334 900 5 1 0.236128 0.0579741 -54.45
- 30 126.641 900 5 0 0.246141 0.0615602 -55.85
- 30 115.715 902 4 1 0.464857 0.144869 -84.45
- 30 263.54 900 4 0 0.471652 0.150052 -85.85
- 30 174.632 902 3 1 0.627812 0.235522 -114.45
- 30 127.466 901 3 0 0.641495 0.25047 -115.85
- 30 171.923 904 2 1 0.895754 0.583102 -144.45
- 30 130.989 902 2 0 0.914935 0.590072 -145.85
- 30 135.255 906 1 1 1.30387 0.694444 -174.45
- 30 114.066 903 1 0 1.32293 0.696855 -175.85
- 30 124.146 908 0 1 1.7067 0.727857 -204.45
- 30 125.176 903 0 0 1.71792 0.691528 -205.85
-Number of digits in this event = 11
+Number of tracker hits in this event = 24
+ 30 122.968 900 5 1 0.23167 -0.0875339 -54.45
+ 30 231.124 899 5 0 0.256471 -0.0895248 -55.85
+ 30 128.447 903 4 1 0.7594 -0.187908 -84.45
+ 30 140.006 899 4 0 0.781748 -0.191757 -85.85
+ 30 154.019 905 3 1 1.19309 -0.261 -114.45
+ 30 156.161 898 3 0 1.21361 -0.261777 -115.85
+ 30 40.4818 907 2 1 1.64792 -0.313857 -144.45
+ 30 110.385 908 2 1 1.65 -0.314422 -144.565
+ 30 295.384 898 2 0 1.67254 -0.321023 -145.85
+ 30 129.928 910 1 1 2.17205 -0.498393 -174.45
+ 30 127.139 897 1 0 2.19076 -0.5071 -175.85
+ 30 187.893 912 0 1 2.49876 -0.669124 -204.45
+ 30 96.8367 896 0 0 2.47423 -0.716065 -205.85
+ 30 1.86644 899 3 0 1.12668 -0.249937 -116.237
+ 30 43.4908 896 3 0 -18.9659 -0.75992 -116.25
+ 30 47.3922 895 3 0 -18.9646 -0.850073 -116.187
+ 30 218.861 889 3 0 -38.8481 -2.18485 -116.25
+ 30 57.0668 907 6 0 1.98671 1.49811 -25.85
+ 30 77.0281 908 6 1 1.79309 3.7703 -24.85
+ 30 435.503 909 6 1 1.85007 3.94899 -24.7105
+ 30 104.717 910 6 1 2.05003 4.14252 -24.7787
+ 30 259.67 911 0 1 2.35895 -0.399053 -204.45
+ 30 154.459 898 0 0 2.34701 -0.34241 -205.85
+ 30 141.499 900 0 0 3.27204 0.0500332 -205.926
+Number of digits in this event = 16
e-
Event: 31
Number of tracker hits in this event = 16
- 31 122.484 900 5 1 0.142481 0.155097 -54.45
- 31 97.2649 900 5 0 0.148045 0.157844 -55.85
- 31 111.95 901 4 1 0.278762 0.207868 -84.45
- 31 113.638 900 4 0 0.293037 0.216008 -85.85
- 31 147.011 902 3 1 0.593653 0.390459 -114.45
- 31 97.7476 901 3 0 0.607474 0.398774 -115.85
- 31 100.823 904 2 1 0.883806 0.546928 -144.45
- 31 193.002 902 2 0 0.902837 0.557055 -145.85
- 31 127.363 906 1 1 1.35285 0.731347 -174.45
- 31 270.079 903 1 0 1.37171 0.743333 -175.85
- 31 126.464 908 0 1 1.73186 1.02699 -204.45
- 31 93.9147 904 0 0 1.74307 1.04906 -205.85
- 31 224.691 905 0 0 1.74355 1.05 -205.912
- 31 102.967 950 6 0 18.8179 10.1191 -26.25
- 31 96.4846 759 0 1 -28.05 -1.01496 -204.548
- 31 24.2655 899 5 1 -0.05 0.164763 -54.7606
-Number of digits in this event = 8
-e-
-Event: 32
-Number of tracker hits in this event = 24
- 32 121.564 899 4 1 -0.225077 -0.0789708 -84.45
- 32 240.279 899 4 0 -0.237972 -0.0796772 -85.85
- 32 115.31 897 3 1 -0.51789 -0.0761482 -114.45
- 32 108.776 899 3 0 -0.528656 -0.0797263 -115.85
- 32 138.097 896 2 1 -0.781536 -0.160521 -144.45
- 32 103.338 899 2 0 -0.798486 -0.171793 -145.85
- 32 154.845 894 1 1 -1.21501 -0.398218 -174.45
- 32 125.676 898 1 0 -1.25799 -0.423015 -175.85
- 32 181.095 890 0 1 -2.01337 -1.00316 -204.45
- 32 120.51 894 0 0 -2.04992 -1.05545 -205.85
- 32 100.958 895 2 1 -0.85 -0.145592 -144.528
- 32 31.9126 894 2 1 -1.05 -0.175471 -144.678
- 32 140.659 902 2 0 0.05 0.509034 -145.931
- 32 29.3513 1350 2 0 -19.4978 90.1815 -146.25
- 32 68.089 1686 2 0 -83.1077 157.475 -146.25
- 32 147.529 1685 2 0 -83.158 157.35 -146.222
- 32 72.4326 899 5 1 -0.0501839 0.113454 -54.5401
- 32 60.7154 898 5 1 -0.25 0.165242 -54.7167
- 32 40.8345 902 5 0 -1.69084 0.62734 -55.85
- 32 160.852 903 5 0 -1.76629 0.65 -55.8977
- 32 133.492 904 5 0 -2.20772 0.85 -56.1036
- 32 43.2918 899 1 0 -1.02074 -0.150649 -175.85
- 32 116.94 891 0 1 -1.75221 0.627342 -204.45
- 32 146.637 903 0 0 -1.79086 0.674007 -205.85
-Number of digits in this event = 14
-e-
-Event: 33
-Number of tracker hits in this event = 39
- 33 139.647 899 4 1 -0.20152 0.25125 -84.45
- 33 131.274 900 4 0 -0.142694 0.216903 -85.85
- 33 108.88 902 3 1 0.6354 -0.583855 -114.45
- 33 147.484 897 3 0 0.55915 -0.521 -115.85
- 33 67.9857 896 2 1 -0.824497 0.306339 -144.45
- 33 64.4606 895 2 1 -0.85 0.301949 -144.684
- 33 126.578 901 2 0 -0.987301 0.293984 -145.85
- 33 132.951 880 1 1 -3.97995 -0.111626 -174.45
- 33 135.616 899 1 0 -4.05287 -0.219608 -175.85
- 33 5.63874 898 1 0 -4.07283 -0.250038 -176.219
- 33 139.236 872 0 1 -5.63069 -2.81999 -204.45
- 33 127.83 885 0 0 -5.59159 -2.96974 -205.85
- 33 54.1821 906 4 0 0.0986583 1.37781 -85.85
- 33 100.987 907 4 0 0.136037 1.45 -85.9239
- 33 239.855 908 4 0 0.275731 1.65 -86.0485
- 33 83.8758 907 4 1 1.48605 1.70698 -84.8499
- 33 162.363 908 4 1 1.65007 1.62415 -84.6808
- 33 92.8741 909 4 1 1.85 1.53535 -84.5869
- 33 41.8367 901 4 1 0.321102 0.812907 -84.45
- 33 64.9599 902 4 1 0.45 0.840616 -84.5519
- 33 64.0547 903 4 1 0.65 0.916752 -84.6823
- 33 52.1396 904 4 1 0.85 0.985375 -84.787
- 33 375.888 909 4 0 3.23532 1.85004 -85.8907
- 33 114.113 910 4 0 3.85739 2.05 -86.1064
- 33 33.8539 911 4 0 4.21609 2.25013 -86.2133
- 33 144.882 1326 3 1 85.2991 56.4277 -114.45
- 33 143.204 1327 3 1 85.4501 56.6665 -114.689
- 33 246.81 1179 3 0 86.1291 56.0007 -115.85
- 33 41.4463 1178 3 0 86.1442 55.85 -116.108
- 33 177.466 633 0 1 -53.3721 -12.4674 -204.481
- 33 77.3227 634 0 1 -53.2499 -12.4616 -204.83
- 33 96.6541 635 0 1 -53.05 -12.6152 -204.764
- 33 293.891 636 0 1 -52.85 -12.7603 -204.614
- 33 13.0234 1251 1 0 47.3626 70.25 -176.138
- 33 204.087 1041 0 0 82.3674 28.3986 -206.25
- 33 60.8229 1252 1 0 47.4929 70.45 -175.909
- 33 3.08119 1142 1 1 48.6414 71.6461 -174.85
- 33 103.217 1143 1 1 48.65 71.655 -174.843
- 33 37.7084 1144 1 1 48.85 71.8414 -174.574
-Number of digits in this event = 19
-e-
-Event: 34
-Number of tracker hits in this event = 23
- 34 120.287 900 5 1 0.0715239 0.0637459 -54.45
- 34 138.813 900 5 0 0.0576014 0.067532 -55.85
- 34 278.771 899 4 1 -0.20509 0.130175 -84.45
- 34 131.053 900 4 0 -0.226649 0.136298 -85.85
- 34 114.029 896 3 1 -0.656472 0.349914 -114.45
- 34 106.049 901 3 0 -0.638447 0.364248 -115.85
- 34 249.133 898 2 1 -0.257929 0.49587 -144.45
- 34 116.611 902 2 0 -0.251298 0.529377 -145.85
- 34 64.6858 899 1 1 -0.0602465 1.41713 -174.45
- 34 110.759 905 0 1 1.07999 2.15184 -204.45
- 34 101.625 910 0 0 1.16061 2.15164 -205.85
- 34 14.0955 769 0 0 42.2675 -26.0921 -206.25
- 34 89.3856 1110 0 1 42.24 -26.7292 -204.85
- 34 55.822 1111 0 1 42.25 -26.8116 -204.833
- 34 62.8207 899 5 0 -0.0929336 -0.0500906 -55.9568
- 34 24.3347 913 5 1 2.70879 -6.67546 -54.85
- 34 19.9633 856 5 0 3.333 -8.80366 -55.85
- 34 282.113 855 5 0 3.36773 -8.85 -55.8684
- 34 58.2314 835 2 0 49.9052 -12.8928 -146.25
- 34 115.451 836 2 0 49.9501 -12.85 -146.1
- 34 47.0284 837 2 0 50.0995 -12.65 -145.946
- 34 336.169 1156 2 1 51.3644 -12.9283 -144.85
- 34 159.396 1157 2 1 51.45 -13.0018 -144.839
-Number of digits in this event = 10
-e-
-Event: 35
-Number of tracker hits in this event = 25
- 35 105.534 900 5 1 0.168253 0.139686 -54.45
- 35 119.031 900 5 0 0.188258 0.135962 -55.85
- 35 145.668 899 3 0 1.25814 -0.0553876 -115.85
- 35 114.372 909 2 1 1.89965 -0.29796 -144.45
- 35 219.734 898 2 0 1.93331 -0.308803 -145.85
- 35 22.6701 912 1 1 2.64768 -0.534029 -174.45
- 35 340.183 913 1 1 2.65 -0.533386 -174.546
- 35 267.006 897 1 0 2.68329 -0.524514 -175.85
- 35 107.169 916 0 1 3.42882 -0.295053 -204.45
- 35 229.536 898 0 0 3.45162 -0.278993 -205.85
- 35 9.04667 899 0 0 3.34841 -0.25 -206.237
- 35 39.6018 1007 0 1 21.5639 -10.3422 -204.45
- 35 92.4365 1008 0 1 21.65 -10.3315 -204.594
- 35 170.206 850 0 0 22.6286 -9.96893 -205.85
- 35 38.8466 903 1 1 0.781002 0.252646 -174.45
- 35 79.0163 904 1 1 0.850137 0.237376 -174.577
- 35 160.302 900 1 0 1.30865 0.193458 -175.85
- 35 20.0691 948 0 1 9.6826 -0.899385 -204.45
- 35 163.659 947 0 1 9.64987 -0.906129 -204.509
- 35 93.6641 894 0 0 9.06856 -1.17535 -205.85
- 35 73.5599 893 0 0 8.9485 -1.25 -206.11
- 35 37.8257 153 13 1 -149.432 67.003 185.55
- 35 66.3653 1594 5 1 138.95 -89.8359 -54.7821
- 35 25.7485 1595 5 1 139.15 -89.9926 -54.6028
- 35 23.93 1596 5 1 139.35 -90.1577 -54.508
-Number of digits in this event = 10
-e-
-Event: 36
-Number of tracker hits in this event = 12
- 36 120.483 898 4 1 -0.417193 0.261285 -84.45
- 36 96.528 901 4 0 -0.435615 0.268538 -85.85
- 36 172.9 896 3 1 -0.810992 0.421034 -114.45
- 36 187.829 901 3 0 -0.824235 0.432187 -115.85
- 36 120.089 894 2 1 -1.0838 0.674981 -144.45
- 36 118.078 903 2 0 -1.09018 0.684025 -145.85
- 36 141.03 894 1 1 -1.18427 0.906614 -174.45
- 36 102.298 904 1 0 -1.17582 0.921218 -175.85
- 36 110.4 895 0 1 -1.00198 1.18801 -204.45
- 36 122.44 905 0 0 -0.999696 1.19531 -205.85
- 36 126.103 688 2 1 -42.428 -41.6706 -144.85
- 36 102.552 687 2 1 -42.45 -41.6878 -144.827
-Number of digits in this event = 9
-e-
-Event: 37
-Number of tracker hits in this event = 31
- 37 177.469 899 5 1 -0.199562 0.0884465 -54.45
- 37 107.399 900 5 0 -0.215172 0.098251 -55.85
- 37 198.333 897 4 1 -0.52177 0.286349 -84.45
- 37 276.927 901 4 0 -0.537429 0.300003 -85.85
- 37 153.49 895 3 1 -0.904444 0.573079 -114.45
- 37 104.733 902 3 0 -0.910156 0.587559 -115.85
- 37 114.207 895 2 1 -1.03376 0.895377 -144.45
- 37 115.54 904 2 0 -1.03778 0.903806 -145.85
- 37 322.985 894 1 1 -1.07039 1.12257 -174.45
- 37 116.408 905 1 0 -1.06376 1.14734 -175.85
- 37 285.039 895 0 1 -0.887249 1.62013 -204.45
- 37 124.133 907 0 0 -0.870363 1.64113 -205.85
- 37 45.4199 895 1 1 -1.05 1.10951 -174.552
- 37 87.5457 531 6 0 8.35179 -73.6674 -26.25
- 37 26.4897 589 2 1 -62.2118 -134.678 -144.45
- 37 243.856 588 2 1 -62.25 -134.705 -144.501
- 37 59.483 1013 2 0 40.9958 22.85 -146.194
- 37 578.872 894 0 1 -1.14059 1.40006 -204.45
- 37 256.796 906 0 0 -1.11306 1.35392 -205.85
- 37 116.22 905 0 0 -0.6862 1.18019 -205.85
- 37 111.344 910 0 0 -0.827457 2.09078 -205.85
- 37 5.43318 911 0 0 -0.752907 2.25 -206.228
- 37 275.584 1092 3 0 -23.1069 38.6232 -116.25
- 37 24.7157 725 12 0 -70.4767 -35.05 153.755
- 37 80.1222 1784 9 0 75.7602 177.093 63.75
- 37 66.8025 1785 9 0 75.7745 177.15 63.8415
- 37 191.815 732 1 0 30.7853 -33.4607 -176.25
- 37 148.464 1051 1 1 30.304 -34.1818 -174.85
- 37 82.4533 1052 1 1 30.45 -34.3212 -174.708
- 37 152.665 727 1 0 30.1221 -34.6014 -175.85
- 37 147.457 1792 2 0 144.68 178.55 -146.126
-Number of digits in this event = 17
-e-
-Event: 38
-Number of tracker hits in this event = 13
- 38 124.838 899 3 1 -0.241724 0.179041 -114.45
- 38 136.8 900 3 0 -0.244705 0.181596 -115.85
- 38 103.89 898 2 1 -0.303327 0.243778 -144.45
- 38 110.063 900 2 0 -0.31587 0.236029 -145.85
- 38 129.06 897 1 1 -0.588279 0.0764696 -174.45
- 38 99.1622 900 1 0 -0.605534 0.0554532 -175.85
- 38 112.222 895 0 1 -0.977666 -0.343528 -204.45
- 38 120.742 898 0 0 -0.980206 -0.359156 -205.85
- 38 57.4809 784 5 0 -8.59482 -23.1073 -56.25
- 38 102.644 783 5 0 -8.67859 -23.25 -56.0997
- 38 410.635 782 5 0 -8.87332 -23.45 -55.9186
- 38 174.103 781 5 0 -8.94475 -23.65 -55.9377
- 38 127.662 899 5 1 -0.0500165 -0.119556 -54.5306
-Number of digits in this event = 8
-e-
-Event: 39
-Number of tracker hits in this event = 125
- 39 235.14 899 3 1 -0.198064 0.14236 -114.45
- 39 86.0997 900 3 0 -0.210241 0.126158 -115.85
- 39 223.522 897 2 1 -0.474316 -0.23912 -144.45
- 39 114.709 898 2 0 -0.489018 -0.269688 -145.85
- 39 333.626 896 1 1 -0.740339 -0.859754 -174.45
- 39 253.641 895 1 0 -0.749218 -0.872111 -175.85
- 39 111.039 894 0 1 -1.05432 -1.05832 -204.45
- 39 117.802 894 0 0 -1.0754 -1.0957 -205.85
- 39 196.726 903 5 1 0.828443 1.06422 -54.4504
- 39 19.0251 904 5 1 0.85 1.05144 -54.7768
- 39 165.528 904 5 0 0.9038 0.99663 -55.85
- 39 126.425 911 4 1 2.25486 -0.147325 -84.45
- 39 191.814 898 4 0 2.34668 -0.252431 -85.85
- 39 225.151 921 3 1 4.41305 -2.88788 -114.45
- 39 121.091 884 3 0 4.32787 -3.06665 -115.85
- 39 117.272 912 2 1 2.61269 -6.30718 -144.45
- 39 119.406 866 2 0 2.46991 -6.71411 -145.85
- 39 103.084 825 1 0 -0.813644 -14.9536 -175.85
- 39 65.9072 824 1 0 -0.827931 -15.05 -176.127
- 39 116.271 889 0 1 -2.07405 -25.296 -204.45
- 39 135.773 771 0 0 -2.1984 -25.6818 -205.85
- 39 105.719 880 3 0 -0.134359 -3.97448 -115.85
- 39 164.828 902 2 1 0.47929 -6.35636 -144.45
- 39 95.4539 861 2 0 0.59976 -7.74507 -145.85
- 39 81.4435 860 2 0 0.609759 -7.85 -145.953
- 39 37.4602 859 2 0 0.624257 -8.05 -146.148
- 39 179.341 914 1 1 2.86521 -39.3709 -174.45
- 39 46.0918 697 1 0 3.24801 -40.5363 -175.85
- 39 76.8675 696 1 0 3.283 -40.65 -175.985
- 39 5.29937 695 1 0 3.35958 -40.85 -176.23
- 39 185.335 965 0 1 13.1698 -64.4155 -204.45
- 39 183.034 966 0 1 13.25 -64.4652 -204.591
- 39 121.893 575 0 0 13.8694 -64.8833 -205.85
- 39 411.522 901 2 1 0.449967 -6.37168 -144.488
- 39 128.059 900 6 0 0.477462 0.127935 -25.85
- 39 123.249 942 5 1 8.5418 2.45149 -54.45
- 39 23.3392 943 5 1 8.65 2.46507 -54.7571
- 39 119.526 912 5 0 9.04675 2.5128 -55.85
- 39 177.014 995 4 1 19.1246 4.18043 -84.45
- 39 12.5969 996 4 1 19.25 4.24507 -84.8031
- 39 139.019 922 4 0 19.6294 4.463 -85.85
- 39 69.8354 1047 3 1 29.607 9.38264 -114.45
- 39 25.6292 1048 3 1 29.65 9.37569 -114.712
- 39 106.921 946 3 0 29.8505 9.35524 -115.85
- 39 8.32248 1080 2 1 36.2442 7.39848 -144.45
- 39 104.901 1081 2 1 36.25 7.39276 -144.484
- 39 171.434 935 2 0 36.49 7.09233 -145.85
- 39 86.5437 934 2 0 36.5248 7.05 -146.057
- 39 169.85 1104 1 1 40.9049 1.21986 -174.45
- 39 101.377 1105 1 1 41.05 1.29178 -174.602
- 39 15.0627 1106 1 1 41.25 1.37898 -174.822
- 39 191.287 908 1 0 42.2232 1.77906 -175.85
- 39 183.98 909 1 0 42.3772 1.8501 -176.011
- 39 8.01779 1260 0 1 72.2335 19.461 -204.45
- 39 104.757 1261 0 1 72.2501 19.4495 -204.459
- 39 61.7066 1262 0 1 72.45 19.3094 -204.619
- 39 101.235 994 0 0 72.6802 18.9743 -205.85
- 39 76.4806 993 0 0 72.7024 18.85 -206.112
- 39 153.393 992 0 0 72.7595 18.65 -206.141
- 39 104.929 991 0 0 72.7014 18.45 -206.15
- 39 263.653 990 0 0 72.6506 18.2499 -206.004
- 39 50.2567 1065 1 0 52.7206 33.2112 -176.25
- 39 94.7352 1066 1 0 52.7347 33.25 -176.146
- 39 12.9988 1163 1 1 52.8452 33.4282 -174.85
- 39 94.3943 1164 1 1 52.85 33.4356 -174.799
- 39 15.6258 1302 2 0 48.0847 80.6119 -146.25
- 39 59.3878 1303 2 0 48.0798 80.65 -146.23
- 39 65.408 1304 2 0 48.0771 80.85 -146.125
- 39 59.3252 1305 2 0 48.0573 81.05 -146.049
- 39 59.8037 1306 2 0 48.0311 81.25 -145.953
- 39 27.637 1307 2 0 48.0297 81.45 -145.875
- 39 177.613 1140 2 1 48.1954 83.6419 -144.85
- 39 130.539 1139 2 1 48.0499 84.0722 -144.522
- 39 93.52 1138 2 1 47.7169 84.307 -144.45
- 39 61.0334 1319 2 0 48.7177 83.9093 -145.85
- 39 89.5279 1318 2 0 48.8258 83.85 -145.976
- 39 26.1018 899 4 1 -0.05 0.0886635 -84.7682
- 39 9.70315 900 4 0 -0.154905 0.245254 -85.85
- 39 91.0704 901 4 0 -0.158007 0.25 -85.8819
- 39 299.737 884 3 1 -3.07068 4.10226 -114.45
- 39 164.218 920 3 0 -3.09028 4.20158 -115.85
- 39 0.505238 879 2 1 -4.05002 5.59342 -144.45
- 39 123.813 880 2 1 -4.05 5.59349 -144.452
- 39 101.633 927 2 0 -4.00648 5.60263 -145.85
- 39 14.0022 876 1 1 -4.8342 6.5171 -174.45
- 39 108.243 875 1 1 -4.85 6.5037 -174.51
- 39 157.113 930 1 0 -5.23725 6.1592 -175.85
- 39 4.77914 929 1 0 -5.3443 6.05 -176.237
- 39 71.0817 836 0 1 -12.7749 -1.45414 -204.45
- 39 94.6953 835 0 1 -12.85 -1.54991 -204.62
- 39 69.611 888 0 0 -13.3681 -2.30756 -205.85
- 39 58.2379 887 0 0 -13.4651 -2.45 -206.071
- 39 9.33612 881 1 1 -3.67109 1.67267 -174.45
- 39 71.8796 882 1 1 -3.65 1.67022 -174.474
- 39 74.4672 883 1 1 -3.45 1.55066 -174.671
- 39 92.1168 902 1 0 -2.58866 0.471652 -175.85
- 39 172.535 901 1 0 -2.57014 0.45 -175.872
- 39 119.258 900 1 0 -2.45085 0.25 -176.035
- 39 122.205 899 1 0 -2.31723 -0.0501835 -176.057
- 39 199.062 898 1 0 -2.15334 -0.25 -176.003
- 39 130.339 897 1 0 -1.96608 -0.45 -175.975
- 39 102.391 896 1 0 -1.83796 -0.65 -175.959
- 39 54.8153 894 1 0 -1.69892 -1.05 -175.903
- 39 51.4323 893 1 0 -1.71107 -1.25 -175.886
- 39 62.4573 892 1 0 -1.79616 -1.45 -175.874
- 39 1.51084 891 1 0 -1.84075 -1.65 -175.852
- 39 290.983 892 1 1 -1.5727 -3.52022 -174.85
- 39 209.908 894 1 1 -1.23186 1.68305 -174.85
- 39 100.015 895 1 1 -1.05 1.99564 -174.617
- 39 188.658 897 1 1 -0.649962 2.38104 -174.479
- 39 326.803 912 1 0 0.342161 2.48202 -175.85
- 39 13.6852 911 1 0 0.427836 2.44996 -175.94
- 39 77.597 921 3 0 -3.0761 4.25004 -116.148
- 39 66.6479 1060 3 0 0.10527 32.2037 -116.25
- 39 59.8118 898 3 1 -0.37882 32.9347 -114.85
- 39 277.96 897 3 1 -0.45 33.0569 -114.706
- 39 175.71 896 3 1 -0.65 33.2167 -114.554
- 39 53.7185 904 4 0 0.228961 0.929873 -85.85
- 39 79.495 905 4 0 0.243575 1.05 -86.0584
- 39 20.9408 906 4 0 0.152385 1.25012 -86.2129
- 39 56.1657 1134 4 0 -26.129 46.9024 -86.25
- 39 243.009 1135 4 0 -26.1359 47.05 -86.1839
- 39 52.1283 909 4 0 -81.5962 2.0476 -86.25
- 39 145.99 910 4 0 -81.6204 2.05004 -86.2368
- 39 68.2145 613 1 0 -32.6743 -57.2915 -176.25
-Number of digits in this event = 46
-e-
-Event: 40
-Number of tracker hits in this event = 29
- 40 129.751 900 5 1 0.0565451 -0.0698946 -54.45
- 40 195.732 899 5 0 0.0951287 -0.0700128 -55.85
- 40 103.02 903 3 1 0.845165 1.09773 -114.45
- 40 132.736 905 3 0 0.849545 1.16064 -115.85
- 40 132.872 904 2 1 0.863874 2.34887 -144.45
- 40 112.402 911 2 0 0.877499 2.42863 -145.85
- 40 112.453 905 1 1 1.10778 3.86704 -174.45
- 40 127.928 919 1 0 1.08587 3.94748 -175.85
- 40 109.92 902 0 1 0.549851 5.78614 -204.45
- 40 131.905 929 0 0 0.497168 5.89682 -205.85
- 40 136.546 898 2 1 -0.278718 0.340713 -144.45
- 40 296.645 901 2 0 -0.270805 0.362382 -145.85
- 40 137.953 905 0 1 1.21828 2.02272 -204.45
- 40 108.134 909 0 0 1.25571 2.04578 -205.85
- 40 36.5355 910 0 0 1.26369 2.05 -206.152
- 40 26.328 904 1 0 0.05 1.00335 -176.245
- 40 47.703 1215 1 0 81.7807 63.1187 -176.25
- 40 139.435 1261 1 0 71.8839 72.3396 -176.25
- 40 1.82645 1262 1 0 71.8587 72.45 -176.229
- 40 167.017 898 3 1 -0.348679 0.118465 -114.45
- 40 141.264 900 3 0 -0.357846 0.121128 -115.85
- 40 246.424 897 2 1 -0.61042 0.277183 -144.45
- 40 159.341 896 1 1 -0.736697 0.442386 -174.45
- 40 149.349 901 1 0 -0.74638 0.410883 -175.85
- 40 146.357 895 0 1 -0.93345 -0.237063 -204.45
- 40 133.837 899 0 0 -0.942675 -0.244036 -205.85
- 40 127.808 895 1 1 -0.85 0.406793 -174.608
- 40 32.2418 894 1 1 -1.05002 0.341345 -174.508
- 40 224.729 380 2 0 108.377 -103.95 -146.206
-Number of digits in this event = 21
-e-
-Event: 41
-Number of tracker hits in this event = 35
- 41 116.7 899 5 1 -0.2034 -0.11022 -54.45
- 41 111.833 899 5 0 -0.204399 -0.125386 -55.85
- 41 316.706 899 4 1 -0.229381 -0.398933 -84.45
- 41 110.472 898 4 0 -0.230979 -0.407333 -85.85
- 41 106.227 898 3 1 -0.26958 -0.568364 -114.45
- 41 230.718 897 3 0 -0.260016 -0.555275 -115.85
- 41 94.2283 899 2 1 -0.156105 -0.371018 -144.45
- 41 114.308 898 2 0 -0.147796 -0.366884 -145.85
- 41 158.391 900 1 1 0.0786267 -0.264366 -174.45
- 41 133.605 898 1 0 0.0904049 -0.264002 -175.85
- 41 151.756 901 0 1 0.310197 -0.268637 -204.45
- 41 387.105 898 0 0 0.3206 -0.262742 -205.85
- 41 145.112 914 2 1 3.03793 5.06829 -144.45
- 41 319.277 923 2 0 2.3812 4.79555 -145.85
- 41 37.0935 766 2 0 -0.776767 -26.7771 -146.25
- 41 119.43 765 2 0 -0.764625 -26.85 -146.11
- 41 90.1156 894 2 1 -1.07317 -28.007 -144.85
- 41 223.923 895 2 1 -1.04997 -28.176 -144.638
- 41 28.5871 896 2 1 -0.849963 -28.4746 -144.768
- 41 150.605 759 2 0 -0.434513 -28.2308 -145.85
- 41 41.6111 893 2 0 32.1366 -1.2734 -146.25
- 41 88.686 894 2 0 32.1707 -1.25 -146.2
- 41 170.711 1063 2 1 32.7574 -1.54792 -144.85
- 41 211.772 1064 2 1 32.8642 -1.75738 -144.45
- 41 44.4815 895 2 0 34.9222 -0.906825 -145.85
- 41 263.277 896 2 0 34.9525 -0.849929 -145.899
- 41 147.501 915 2 1 3.05 5.06156 -144.554
- 41 19.7008 898 2 1 -0.39889 0.0500535 -144.672
- 41 41.5837 897 2 1 -0.45 0.0710237 -144.727
- 41 171.294 900 2 0 -1.70795 0.163813 -145.85
- 41 59.3722 901 2 0 -2.13934 0.25 -146.136
- 41 34.2064 1214 2 0 -60.1331 62.986 -146.25
- 41 104.751 1215 2 0 -60.1339 63.05 -146.134
- 41 122.116 600 2 1 -59.8921 63.8776 -144.85
- 41 25.8105 601 2 1 -59.85 64.0264 -144.51
-Number of digits in this event = 17
-e-
-Event: 42
-Number of tracker hits in this event = 10
- 42 381.795 900 5 1 0.0607703 0.0520647 -54.45
- 42 141.43 896 2 1 -0.806151 -0.186099 -144.45
- 42 108.593 899 2 0 -0.804237 -0.208508 -145.85
- 42 100.373 896 1 1 -0.76617 -0.666751 -174.45
- 42 141.444 896 1 0 -0.764894 -0.695756 -175.85
- 42 112.365 897 0 1 -0.594546 -1.36905 -204.45
- 42 127.958 893 0 0 -0.557279 -1.37125 -205.85
- 42 114.684 897 1 0 -0.776737 -0.65 -176.01
- 42 60.5863 899 3 1 -0.239756 0.117122 -114.45
- 42 121.18 899 3 0 -0.225048 -0.0794881 -115.85
-Number of digits in this event = 6
-e-
-Event: 43
-Number of tracker hits in this event = 11
- 43 118.957 900 3 1 0.211259 0.264403 -114.45
- 43 121.911 901 3 0 0.219118 0.269311 -115.85
- 43 117.098 901 2 1 0.369616 0.411891 -144.45
- 43 128.407 901 2 0 0.38022 0.427636 -145.85
- 43 118.63 902 1 1 0.624088 0.717352 -174.45
- 43 120.521 903 1 0 0.637494 0.72457 -175.85
- 43 151.578 904 0 1 0.909326 0.882515 -204.45
- 43 171.049 904 0 0 0.91512 0.886162 -205.85
- 43 233.678 899 6 1 -0.05 -0.503274 -24.4515
- 43 1.16032 796 7 1 -20.8466 -24.843 5.55
- 43 159.601 795 7 1 -20.85 -24.8443 5.54868
-Number of digits in this event = 8
-e-
-Event: 44
-Number of tracker hits in this event = 27
- 44 96.1233 899 5 1 -0.183426 -0.130062 -54.45
- 44 154.126 899 5 0 -0.203214 -0.122267 -55.85
- 44 155.132 895 4 1 -0.876797 -0.0527708 -84.45
- 44 149.93 899 4 0 -1.1008 -0.184876 -85.85
- 44 65.5438 871 3 1 -5.80697 -2.66011 -114.45
- 44 24.5746 870 3 1 -5.85 -2.68206 -114.723
- 44 112.337 886 3 0 -6.02896 -2.7785 -115.85
- 44 123.042 847 2 1 -10.5247 -5.41074 -144.45
- 44 138.449 872 2 0 -10.7598 -5.59618 -145.85
- 44 9.86278 871 2 0 -10.8171 -5.65 -146.213
- 44 295.915 824 1 1 -15.1586 -9.86371 -174.45
- 44 38.4505 850 1 0 -15.3693 -10.0374 -175.85
- 44 119.9 849 1 0 -15.3848 -10.05 -175.953
- 44 142.155 800 0 1 -19.9593 -13.1423 -204.45
- 44 139.465 833 0 0 -20.2292 -13.2647 -205.85
- 44 370.502 897 2 1 -0.622679 -0.273935 -144.45
- 44 208.722 898 2 0 -0.641948 -0.265353 -145.85
- 44 129.585 895 1 1 -1.03261 0.304445 -174.45
- 44 95.0494 901 1 0 -1.07816 0.326754 -175.85
- 44 122.908 888 0 1 -2.34249 0.624026 -204.45
- 44 115.026 902 0 0 -2.36037 0.596887 -205.85
- 44 357.841 898 2 1 -0.449915 -0.320846 -144.65
- 44 14.671 899 2 1 -0.249979 -0.415997 -144.684
- 44 205.339 896 1 1 -0.840612 -0.367174 -174.45
- 44 106.817 898 1 0 -0.85499 -0.402216 -175.85
- 44 115.468 894 0 1 -1.17333 -1.04551 -204.45
- 44 217.452 894 0 0 -1.19868 -1.09021 -205.85
-Number of digits in this event = 16
-e-
-Event: 45
-Number of tracker hits in this event = 16
- 45 161.207 899 5 1 -0.185514 0.0905878 -54.45
- 45 132.459 900 5 0 -0.196636 0.0877154 -55.85
- 45 162.373 896 3 1 -0.706264 0.0545048 -114.45
- 45 183.533 900 3 0 -0.722202 0.0564748 -115.85
- 45 87.0118 895 2 1 -1.0476 0.0582185 -144.45
- 45 48.8873 894 2 1 -1.05 0.0559717 -144.692
- 45 131.081 893 1 1 -1.3679 -0.240316 -174.45
- 45 0.774115 899 1 0 -1.37578 -0.249937 -175.85
- 45 117.473 898 1 0 -1.37583 -0.25 -175.859
- 45 115.847 892 0 1 -1.59491 -0.430117 -204.45
- 45 111.199 898 0 0 -1.60455 -0.433589 -205.85
- 45 100.833 897 3 0 -0.59303 -0.62383 -115.85
- 45 229.04 896 3 0 -0.52213 -0.65 -115.957
- 45 0.943415 867 2 1 -6.65 86.104 -144.648
- 45 70.8845 897 3 1 -0.623681 -0.0500378 -114.662
- 45 187.967 899 3 0 -0.825065 -0.0948744 -115.85
-Number of digits in this event = 8
-e-
-Event: 46
-Number of tracker hits in this event = 38
- 46 102.247 899 5 1 -0.218362 0.0903558 -54.45
- 46 136.087 900 5 0 -0.226939 0.101518 -55.85
- 46 165.193 898 4 1 -0.376053 0.330865 -84.45
- 46 110.413 901 4 0 -0.377924 0.34877 -85.85
- 46 115.346 897 3 1 -0.51685 0.701157 -114.45
- 46 109.858 903 3 0 -0.512474 0.725726 -115.85
- 46 102.905 898 2 1 -0.369737 1.24283 -144.45
- 46 253.409 906 2 0 -0.358062 1.25336 -145.85
- 46 133.769 899 1 1 -0.0920939 1.46497 -174.45
- 46 211.033 907 1 0 -0.0722986 1.46026 -175.85
- 46 109.945 901 0 1 0.362652 1.43323 -204.45
- 46 175.963 906 0 0 0.365043 1.4258 -205.85
- 46 152.781 906 1 0 -0.075348 1.45 -175.873
- 46 54.0401 568 1 0 25.6986 -66.2863 -176.25
- 46 72.4771 567 1 0 25.7358 -66.45 -176.161
- 46 67.4138 566 1 0 25.7415 -66.65 -176.044
- 46 25.7119 565 1 0 25.7453 -66.85 -175.91
- 46 123.294 1032 1 1 26.5439 -68.2739 -174.85
- 46 174.58 1033 1 1 26.65 -68.4201 -174.717
- 46 81.8099 1031 1 1 26.4498 -68.7969 -174.581
- 46 232.727 1030 1 1 26.2498 -68.7723 -174.611
- 46 68.3767 1029 1 1 26.05 -68.778 -174.614
- 46 67.0025 1028 1 1 25.85 -68.7885 -174.655
- 46 68.4088 1027 1 1 25.65 -68.8886 -174.719
- 46 93.7785 1026 1 1 25.4499 -68.9756 -174.741
- 46 52.3356 1025 1 1 25.2499 -68.9467 -174.695
- 46 113.642 1024 1 1 25.05 -68.9485 -174.692
- 46 33.9196 1023 1 1 24.85 -68.7215 -174.803
- 46 73.1608 548 1 0 24.0092 -70.3822 -175.85
- 46 280.033 547 1 0 23.8838 -70.45 -175.977
- 46 22.7585 546 1 0 23.5457 -70.65 -176.187
- 46 107.144 531 1 0 10.4565 -73.7873 -176.25
- 46 44.45 532 1 0 10.4926 -73.65 -176.217
- 46 17.044 409 1 0 5.62884 -98.3494 -176.25
- 46 54.3262 408 1 0 5.62846 -98.35 -176.249
- 46 114.237 898 5 1 -0.250915 -0.05 -54.5505
- 46 25.9194 896 5 0 -0.638368 -0.802339 -55.85
- 46 102.568 895 5 0 -0.673276 -0.85 -55.9485
+ 31 106.036 900 5 1 0.0542443 0.0871679 -54.45
+ 31 116.19 900 5 0 0.0605173 0.0881954 -55.85
+ 31 171.096 900 4 1 0.186448 0.108603 -84.45
+ 31 177.164 900 4 0 0.194805 0.109934 -85.85
+ 31 113.03 901 3 1 0.343582 0.111019 -114.45
+ 31 105.338 900 3 0 0.35368 0.0927691 -115.85
+ 31 113.043 902 2 1 0.553977 -0.288012 -144.45
+ 31 189.507 898 2 0 0.562371 -0.312289 -145.85
+ 31 130.386 903 1 1 0.771298 -0.812376 -174.45
+ 31 154.811 896 1 0 0.777336 -0.835656 -175.85
+ 31 261.851 904 0 1 0.904132 -1.3118 -204.45
+ 31 138.014 893 0 0 0.923043 -1.32567 -205.85
+ 31 1.0619 182 3 0 93.1711 -143.748 -116.25
+ 31 1.45862 181 3 0 93.1733 -143.75 -116.25
+ 31 263.22 1096 6 1 39.2712 -3.8092 -24.85
+ 31 328.826 1095 6 1 39.2033 -3.81851 -24.45
Number of digits in this event = 12
e-
+Event: 32
+Number of tracker hits in this event = 20
+ 32 112.388 900 5 1 0.164991 -0.0841563 -54.45
+ 32 258.348 899 5 0 0.169805 -0.0929557 -55.85
+ 32 132.13 901 4 1 0.252421 -0.30912 -84.45
+ 32 265.672 898 4 0 0.266948 -0.314038 -85.85
+ 32 104.455 902 3 1 0.550101 -0.440632 -114.45
+ 32 110.084 898 3 0 0.556242 -0.446565 -115.85
+ 32 118.362 903 2 1 0.677707 -0.5763 -144.45
+ 32 117.245 897 2 0 0.679064 -0.575536 -145.85
+ 32 414.871 903 1 1 0.705381 -0.566695 -174.45
+ 32 126.129 897 1 0 0.676372 -0.610511 -175.85
+ 32 108.379 900 0 1 0.0783679 -1.15443 -204.45
+ 32 189.113 894 0 0 0.0555308 -1.15086 -205.85
+ 32 113.141 896 1 0 0.676596 -0.846272 -175.85
+ 32 359.334 902 0 1 0.567996 -1.04381 -204.45
+ 32 32.2942 797 0 0 -25.9336 -20.45 -206.095
+ 32 48.4466 1261 3 1 72.3619 -1.28264 -114.85
+ 32 197.848 1262 3 1 72.45 -1.31873 -114.605
+ 32 4.06545 870 2 0 16.8423 -6.05 -146.003
+ 32 152.234 895 1 0 0.682618 -0.853066 -175.85
+ 32 141.047 893 0 0 0.569876 -1.31129 -205.85
+Number of digits in this event = 12
+e-
+Event: 33
+Number of tracker hits in this event = 53
+ 33 355.98 899 5 1 -0.0606581 0.127261 -54.45
+ 33 408.923 900 5 0 -0.0634472 0.129135 -55.85
+ 33 243.763 899 4 1 -0.16485 0.157717 -84.45
+ 33 164.329 900 4 0 -0.171456 0.160905 -85.85
+ 33 130.931 898 3 1 -0.291985 0.184127 -114.45
+ 33 126.535 900 3 0 -0.306412 0.194012 -115.85
+ 33 145.086 897 2 1 -0.642702 0.383437 -144.45
+ 33 205.074 901 2 0 -0.653476 0.379112 -145.85
+ 33 300.612 896 1 1 -0.844183 0.270608 -174.45
+ 33 107.982 901 1 0 -0.856678 0.277826 -175.85
+ 33 124.426 894 0 1 -1.13482 0.367429 -204.45
+ 33 133.199 901 0 0 -1.1554 0.365932 -205.85
+ 33 34.2819 896 1 0 -0.085015 -0.747074 -175.85
+ 33 58.7627 895 1 0 0.0500447 -0.97767 -176.079
+ 33 19.2383 1325 1 0 75.0579 85.189 -176.25
+ 33 48.5694 1326 1 0 75.0809 85.25 -176.24
+ 33 65.7646 1327 1 0 75.1537 85.4501 -176.195
+ 33 70.6461 1328 1 0 75.1522 85.6501 -176.156
+ 33 100.834 1329 1 0 75.1206 85.8501 -176.116
+ 33 222.146 1330 1 0 75.0693 86.05 -176.033
+ 33 224.341 1331 1 0 75.0802 86.2501 -176.063
+ 33 123.918 1654 1 0 92.3089 151.058 -176.25
+ 33 202.298 901 4 0 -0.160606 0.25 -86.0928
+ 33 31.9609 902 4 0 -0.0894697 0.45 -86.1568
+ 33 156.36 954 4 0 -0.404763 10.9338 -86.25
+ 33 11.8846 885 4 1 -3.02453 13.057 -84.85
+ 33 89.6785 884 4 1 -3.05007 13.0746 -84.8399
+ 33 90.7322 893 4 0 -32.3533 -1.30204 -85.85
+ 33 322.988 892 4 0 -32.4731 -1.45 -85.9844
+ 33 133.45 900 3 1 0.182205 0.854662 -114.45
+ 33 146.339 903 3 0 0.146956 0.813171 -115.85
+ 33 111.315 893 2 1 -1.25033 0.186033 -144.45
+ 33 136.412 900 2 0 -1.35627 0.148632 -145.85
+ 33 117.241 899 1 0 -3.33042 -0.0936558 -175.85
+ 33 150.185 889 0 1 -2.18396 -1.51095 -204.45
+ 33 103.515 892 0 0 -2.08121 -1.5949 -205.85
+ 33 153.643 897 4 1 -0.481846 0.660479 -84.45
+ 33 161.947 903 4 0 -0.609998 0.769127 -85.85
+ 33 116.404 882 3 1 -3.54629 3.09078 -114.45
+ 33 121.122 915 3 0 -3.83939 3.21145 -115.85
+ 33 104.79 849 2 1 -10.1646 5.55891 -144.45
+ 33 107.5 927 2 0 -10.4548 5.63178 -145.85
+ 33 14.523 928 2 0 -10.5294 5.65 -146.201
+ 33 21.3114 817 1 1 -16.6312 7.21188 -174.45
+ 33 96.2537 816 1 1 -16.65 7.2187 -174.543
+ 33 167.258 936 1 0 -16.8869 7.3136 -175.85
+ 33 156.405 792 0 1 -21.5583 9.73959 -204.45
+ 33 128.469 948 0 0 -21.7967 9.75015 -205.85
+ 33 134.497 892 1 1 -1.47337 -1.19329 -174.45
+ 33 248.908 894 1 0 -1.61733 -1.15162 -175.85
+ 33 139.178 878 0 1 -4.39697 -0.767155 -204.45
+ 33 117.785 897 0 0 -4.54615 -0.636285 -205.85
+ 33 14.3855 378 2 1 -104.35 52.3546 -144.692
+Number of digits in this event = 32
+e-
+Event: 34
+Number of tracker hits in this event = 12
+ 34 149.555 900 5 1 0.0546073 -0.133021 -54.45
+ 34 160.284 899 5 0 0.0516555 -0.136972 -55.85
+ 34 109.22 900 3 1 0.235552 -0.123482 -114.45
+ 34 118.487 899 3 0 0.240857 -0.128743 -115.85
+ 34 204.109 901 2 1 0.388349 -0.255807 -144.45
+ 34 117.075 898 2 0 0.396154 -0.263739 -145.85
+ 34 159.683 902 1 1 0.57819 -0.418618 -174.45
+ 34 152.5 898 1 0 0.575537 -0.437911 -175.85
+ 34 106.95 902 0 1 0.548385 -0.809143 -204.45
+ 34 111.071 896 0 0 0.555983 -0.821184 -205.85
+ 34 159.212 907 0 0 14.3971 1.58251 -206.25
+ 34 321.776 906 0 0 14.6078 1.44992 -206.003
+Number of digits in this event = 9
+e-
+Event: 35
+Number of tracker hits in this event = 49
+ 35 119.249 899 5 1 -0.0946768 -0.48378 -54.45
+ 35 125.03 897 5 0 -0.102769 -0.497198 -55.85
+ 35 134.631 898 4 1 -0.260794 -0.702389 -84.45
+ 35 139.544 896 4 0 -0.266037 -0.714075 -85.85
+ 35 128.564 898 3 1 -0.364783 -0.948127 -114.45
+ 35 125.028 895 3 0 -0.368154 -0.980187 -115.85
+ 35 122.564 898 2 1 -0.435234 -1.62994 -144.45
+ 35 146.979 891 2 0 -0.410909 -1.65324 -145.85
+ 35 136.492 900 1 1 0.100154 -2.07922 -174.45
+ 35 106.367 889 1 0 0.146922 -2.07964 -175.85
+ 35 140.541 905 0 1 1.10933 -2.10057 -204.45
+ 35 127.451 889 0 0 1.16061 -2.10316 -205.85
+ 35 200.046 899 1 1 -0.050153 -2.02854 -174.593
+ 35 78.8412 892 1 0 -0.813011 -1.4645 -175.85
+ 35 207.946 893 1 0 -0.834969 -1.45 -175.886
+ 35 160.687 780 0 1 -23.8897 4.10576 -204.45
+ 35 248.364 917 0 0 -24.2767 3.58826 -205.85
+ 35 14.5876 916 0 0 -24.5645 3.44999 -206.224
+ 35 76.8959 873 7 0 -32.9421 -5.3773 3.75
+ 35 63.5838 1283 7 0 55.6507 76.8017 3.75002
+ 35 122.428 1284 7 0 55.7672 76.85 3.78436
+ 35 130.428 802 7 0 69.6212 -19.4652 3.75002
+ 35 122.621 801 7 0 69.4617 -19.65 3.77668
+ 35 169.179 898 1 1 -0.407841 -2.26858 -174.45
+ 35 64.8233 891 1 0 -0.307658 -1.73883 -175.85
+ 35 6.87089 888 0 1 -2.43525 12.0835 -204.45
+ 35 96.2433 887 0 1 -2.45 12.0859 -204.474
+ 35 30.616 886 0 1 -2.65018 12.1544 -204.756
+ 35 300.078 962 0 0 -3.56033 12.596 -205.85
+ 35 82.4594 963 0 0 -3.67463 12.65 -205.978
+ 35 129.593 1357 1 0 -35.5208 91.6215 -176.25
+ 35 240.79 1358 1 0 -35.5211 91.75 -176.031
+ 35 132.055 888 1 0 0.744793 -2.29087 -175.85
+ 35 3.4029 1129 1 0 2.85363 46.0292 -176.25
+ 35 62.5265 1130 1 0 2.84383 46.05 -176.237
+ 35 172.177 1131 1 0 2.75038 46.25 -176.101
+ 35 53.1737 1132 1 0 2.73173 46.4502 -176.052
+ 35 64.7533 1133 1 0 2.69216 46.65 -176.001
+ 35 55.4348 1134 1 0 2.64409 46.85 -175.975
+ 35 108.153 1135 1 0 2.5723 47.0502 -175.995
+ 35 63.3758 1136 1 0 2.46343 47.2502 -175.983
+ 35 67.6553 1137 1 0 2.27169 47.4502 -175.984
+ 35 59.5413 1138 1 0 2.15023 47.65 -176.007
+ 35 151.827 1139 1 0 2.02319 47.85 -176.026
+ 35 88.1865 1140 1 0 1.86621 48.05 -175.992
+ 35 33.257 1141 1 0 1.63314 48.2501 -175.911
+ 35 72.8067 904 1 1 0.977846 49.2412 -174.85
+ 35 137.758 903 1 1 0.849881 49.3843 -174.706
+ 35 147.326 902 1 1 0.65 49.9393 -174.602
+Number of digits in this event = 28
+e-
+Event: 36
+Number of tracker hits in this event = 48
+ 36 246.002 899 5 1 -0.135963 -0.132935 -54.45
+ 36 138.095 899 5 0 -0.138173 -0.141917 -55.85
+ 36 394.415 899 4 1 -0.230923 -0.348963 -84.45
+ 36 260.709 898 4 0 -0.227096 -0.348705 -85.85
+ 36 132.64 899 3 1 -0.20307 -0.350851 -114.45
+ 36 117.06 898 3 0 -0.189419 -0.35729 -115.85
+ 36 175.427 900 2 1 0.103464 -0.483202 -144.45
+ 36 309.348 897 2 0 0.164379 -0.510496 -145.85
+ 36 113.656 906 1 1 1.25706 -1.17931 -174.45
+ 36 136.52 894 1 0 1.33236 -1.21303 -175.85
+ 36 109.965 913 0 1 2.74089 -2.08869 -204.45
+ 36 208.655 889 0 0 2.81746 -2.08986 -205.85
+ 36 70.1214 881 0 0 2.28348 -3.65 -206.096
+ 36 41.0158 897 4 0 -0.29072 -0.619705 -85.8503
+ 36 133.966 896 4 0 -0.300963 -0.65 -86.0139
+ 36 40.562 883 3 1 -3.27079 -4.87213 -114.45
+ 36 70.645 884 3 1 -3.25 -4.8755 -114.599
+ 36 145.065 875 3 0 -2.9762 -4.90745 -115.85
+ 36 88.2252 909 2 1 1.96787 -7.49936 -144.45
+ 36 88.3895 910 2 1 2.05015 -7.44571 -144.607
+ 36 114.498 865 2 0 2.7417 -6.99984 -145.85
+ 36 11.0489 866 2 0 2.97624 -6.85 -146.209
+ 36 138.623 898 3 1 -0.435664 -0.579015 -114.45
+ 36 105.269 897 3 0 -0.456311 -0.577922 -115.85
+ 36 94.6224 896 2 1 -0.72446 -0.439377 -144.45
+ 36 113.856 896 1 1 -0.777197 -0.801515 -174.45
+ 36 117.946 896 1 0 -0.784374 -0.795846 -175.85
+ 36 120.969 895 0 1 -0.94038 -0.787266 -204.45
+ 36 64.7699 896 0 0 -0.950407 -0.841264 -205.85
+ 36 45.0043 895 0 0 -0.951919 -0.85 -206.086
+ 36 209.993 875 2 1 -5.00786 -7.03425 -144.45
+ 36 140.78 874 2 1 -5.05008 -6.82776 -144.515
+ 36 24.8478 873 2 1 -5.25 -6.50618 -144.776
+ 36 155.489 870 2 0 -5.50257 -6.01467 -145.85
+ 36 111.063 898 4 1 -0.250033 -0.380741 -84.5168
+ 36 5.42433 861 2 0 -5.3377 -7.83969 -145.85
+ 36 129.13 860 2 0 -5.34154 -7.85012 -145.867
+ 36 17.5393 859 2 0 -5.39106 -8.0501 -146.186
+ 36 99.1153 841 2 0 -7.84355 -11.7754 -146.25
+ 36 268.551 861 2 1 -7.79009 -11.4685 -144.85
+ 36 9.06797 860 2 1 -7.85003 -11.4091 -144.488
+ 36 126.39 837 2 0 -6.21393 -12.462 -145.85
+ 36 143.758 836 2 0 -5.96329 -12.6501 -146.045
+ 36 150.254 835 2 0 -5.7222 -12.8501 -146.179
+ 36 233.856 834 2 0 -5.1963 -13.0501 -146.223
+ 36 181.062 702 2 0 46.4299 -39.5714 -146.25
+ 36 394.097 701 2 0 45.9739 -39.65 -145.954
+ 36 26.6069 700 2 0 45.9168 -39.8501 -145.939
+Number of digits in this event = 26
+e-
+Event: 37
+Number of tracker hits in this event = 14
+ 37 112.802 901 5 1 0.383343 0.224933 -54.45
+ 37 120.087 900 5 0 0.40958 0.238089 -55.85
+ 37 127.34 904 4 1 0.976241 0.519579 -84.45
+ 37 121.115 902 4 0 1.0061 0.52152 -85.85
+ 37 143.862 907 3 1 1.63621 0.58289 -114.45
+ 37 140.012 902 3 0 1.66966 0.595466 -115.85
+ 37 170.84 911 2 1 2.35212 0.936341 -144.45
+ 37 126.917 904 2 0 2.35529 0.937108 -145.85
+ 37 120.413 912 1 1 2.52557 0.864319 -174.45
+ 37 353.798 904 1 0 2.526 0.858585 -175.85
+ 37 142.078 912 0 1 2.48845 0.535127 -204.45
+ 37 168.119 902 0 0 2.48864 0.495673 -205.85
+ 37 45.0282 903 1 0 2.65145 0.84997 -175.961
+ 37 67.1212 114 4 1 -157.272 123.243 -84.45
+Number of digits in this event = 13
+e-
+Event: 38
+Number of tracker hits in this event = 73
+ 38 410.859 900 5 1 0.0870642 0.419476 -54.45
+ 38 108.894 901 5 0 0.0966623 0.435876 -55.85
+ 38 129.486 901 4 1 0.281084 0.742406 -84.45
+ 38 126.655 903 4 0 0.289182 0.74903 -85.85
+ 38 153.067 902 3 1 0.476994 0.848607 -114.45
+ 38 148.372 904 3 0 0.48487 0.854811 -115.85
+ 38 130.928 903 2 1 0.664789 0.973031 -144.45
+ 38 118.031 904 2 0 0.663909 0.983114 -145.85
+ 38 118.455 902 1 1 0.643838 1.16461 -174.45
+ 38 129.215 905 1 0 0.633429 1.17189 -175.85
+ 38 140.852 902 0 1 0.455217 1.2827 -204.45
+ 38 171.054 906 0 0 0.451036 1.28848 -205.85
+ 38 122.11 904 0 1 0.950789 -0.494048 -204.85
+ 38 129.597 899 6 1 -0.0525124 -0.05 -24.4662
+ 38 15.7033 898 6 1 -0.25 -0.229484 -24.7855
+ 38 10.8934 896 6 0 -0.884974 -0.8366 -25.85
+ 38 135.114 895 6 0 -0.898683 -0.850146 -25.8736
+ 38 14.2978 894 6 0 -1.09277 -1.05 -26.2064
+ 38 22.9259 811 5 1 -17.7907 -16.5667 -54.4502
+ 38 75.2721 810 5 1 -17.85 -16.5593 -54.5202
+ 38 27.8612 809 5 1 -18.05 -16.5391 -54.7633
+ 38 221.319 818 5 0 -18.9408 -16.3897 -55.85
+ 38 140.58 652 4 1 -49.6293 -12.8565 -84.45
+ 38 212.146 834 4 0 -49.4789 -13.0939 -85.85
+ 38 39.6316 669 3 1 -46.1183 -17.7553 -114.45
+ 38 53.4268 668 3 1 -46.2502 -17.8008 -114.472
+ 38 66.3348 667 3 1 -46.4502 -17.8832 -114.537
+ 38 62.0123 666 3 1 -46.6502 -17.9774 -114.608
+ 38 54.2988 665 3 1 -46.85 -18.0591 -114.659
+ 38 126.334 664 3 1 -47.05 -18.1523 -114.699
+ 38 182.521 663 3 1 -47.25 -18.2611 -114.746
+ 38 60.1583 662 3 1 -47.45 -18.3404 -114.778
+ 38 2.00723 806 3 0 -48.8215 -18.8459 -115.85
+ 38 172.244 805 3 0 -48.8328 -18.85 -115.859
+ 38 28.7256 437 2 1 -92.7064 -33.7628 -144.45
+ 38 143.941 436 2 1 -92.7501 -33.8467 -144.505
+ 38 48.3712 435 2 1 -92.9501 -34.2297 -144.782
+ 38 11.3607 719 2 0 -93.7639 -36.2086 -145.85
+ 38 75.1799 718 2 0 -93.7799 -36.25 -145.872
+ 38 108.021 717 2 0 -93.8505 -36.45 -145.976
+ 38 47.6814 716 2 0 -93.8914 -36.6502 -146.094
+ 38 82.5382 541 2 0 -120.927 -71.6797 -146.25
+ 38 124.669 540 2 0 -121.111 -71.85 -146.072
+ 38 12.4936 539 2 0 -121.373 -72.05 -145.875
+ 38 39.8635 289 2 1 -122.297 -72.6592 -144.85
+ 38 87.0199 288 2 1 -122.35 -72.6956 -144.79
+ 38 60.5111 287 2 1 -122.55 -72.7697 -144.596
+ 38 5.9373 286 2 1 -122.75 -72.8772 -144.464
+ 38 290.597 819 5 0 -19.0899 -16.2499 -56.0284
+ 38 36.1471 713 3 1 -37.3395 -31.5689 -114.45
+ 38 58.4945 873 4 1 -5.32715 2.6668 -84.45
+ 38 61.3948 872 4 1 -5.45 2.61315 -84.5843
+ 38 30.3274 871 4 1 -5.65022 2.55136 -84.7692
+ 38 22.5506 910 4 0 -6.77563 2.07461 -85.85
+ 38 95.4313 909 4 0 -6.83563 2.05 -85.9123
+ 38 39.2856 748 3 1 -30.3344 -1.72818 -114.45
+ 38 92.4592 747 3 1 -30.4502 -1.6801 -114.581
+ 38 133.703 893 3 0 -31.2907 -1.43712 -115.85
+ 38 159.88 592 2 1 -61.4555 0.768479 -144.45
+ 38 53.8453 591 2 1 -61.65 0.633673 -144.691
+ 38 43.4832 899 2 0 -62.3768 -0.184586 -145.85
+ 38 104.314 898 2 0 -62.4283 -0.250089 -145.96
+ 38 34.1245 901 5 1 0.250101 0.0689068 -54.5402
+ 38 143.758 902 5 1 0.450088 -0.108649 -54.4898
+ 38 40.125 896 5 0 0.627054 -0.762696 -55.85
+ 38 191.725 895 5 0 0.656102 -0.850091 -55.9265
+ 38 52.6114 726 5 0 57.8434 -34.7985 -56.25
+ 38 171.341 725 5 0 57.8799 -34.8501 -56.2434
+ 38 114.716 900 0 0 2.89247 0.178461 -206.25
+ 38 104.06 915 0 1 3.0862 0.140028 -204.85
+ 38 138.067 916 1 0 0.794345 3.2839 -176.25
+ 38 191.546 903 1 1 0.739389 3.57689 -174.85
+ 38 27.0745 1019 4 0 3.02248 23.954 -86.25
+Number of digits in this event = 30
+e-
+Event: 39
+Number of tracker hits in this event = 23
+ 39 133.01 900 4 1 0.123984 -0.534287 -84.45
+ 39 100.626 897 4 0 0.131376 -0.545886 -85.85
+ 39 124.438 901 3 1 0.306848 -0.770217 -114.45
+ 39 145.923 896 3 0 0.313276 -0.774506 -115.85
+ 39 168.6 902 2 1 0.464857 -0.868077 -144.45
+ 39 171.857 895 2 0 0.474736 -0.861262 -145.85
+ 39 132.8 903 1 1 0.693194 -0.672803 -174.45
+ 39 231.502 896 1 0 0.69891 -0.666259 -175.85
+ 39 102.416 903 0 1 0.786168 -0.523997 -204.45
+ 39 124.42 897 0 0 0.82843 -0.498342 -205.85
+ 39 79.3431 539 3 0 77.0921 -72.0832 -116.25
+ 39 356.157 899 2 1 -0.0636944 -0.700828 -144.45
+ 39 302.457 896 2 0 0.0865404 -0.681524 -145.85
+ 39 106.661 915 1 1 3.14477 -0.88628 -174.45
+ 39 165.417 932 0 1 6.61848 1.19842 -204.45
+ 39 130.321 933 0 1 6.65 1.22303 -204.768
+ 39 108.937 906 0 0 6.77991 1.31607 -205.85
+ 39 116.185 900 1 1 0.0699187 -1.16294 -174.45
+ 39 127.364 898 0 1 -0.403463 -1.75678 -204.45
+ 39 94.2575 891 0 0 -0.423123 -1.77396 -205.85
+ 39 501.43 180 4 1 -143.985 136.399 -84.45
+ 39 44.6144 179 4 1 -144.15 135.777 -84.5084
+ 39 182.331 1573 4 0 -145.035 134.821 -85.85
+Number of digits in this event = 16
+e-
+Event: 40
+Number of tracker hits in this event = 11
+ 40 132.818 899 4 1 -0.106548 -0.212795 -84.45
+ 40 289.526 899 4 0 -0.109365 -0.205643 -85.85
+ 40 175.386 899 3 1 -0.163417 -0.0533056 -114.45
+ 40 132.483 899 3 0 -0.163803 -0.0504581 -115.85
+ 40 122.184 898 1 1 -0.250177 0.124749 -174.45
+ 40 156.69 900 1 0 -0.255183 0.135041 -175.85
+ 40 119.565 898 0 1 -0.371054 0.315396 -204.45
+ 40 108.922 901 0 0 -0.383715 0.325396 -205.85
+ 40 165.865 897 3 0 -0.677304 -0.473452 -115.85
+ 40 103.468 553 1 1 -69.2524 6.94126 -174.85
+ 40 33.0367 1399 2 1 99.95 -0.285788 -144.773
+Number of digits in this event = 8
+e-
+Event: 41
+Number of tracker hits in this event = 20
+ 41 114.255 901 5 1 0.360158 -0.641514 -54.45
+ 41 123.796 896 5 0 0.397701 -0.74068 -55.85
+ 41 104.547 905 4 1 1.06157 -2.69571 -84.45
+ 41 61.8842 886 4 0 1.11852 -2.83532 -85.85
+ 41 82.2132 885 4 0 1.12407 -2.85 -85.9978
+ 41 109.534 910 3 1 2.22529 -5.45269 -114.45
+ 41 145.137 872 3 0 2.25661 -5.52332 -115.85
+ 41 99.2116 914 2 1 2.89645 -7.17609 -144.45
+ 41 196.476 863 2 0 2.84371 -7.36904 -145.85
+ 41 223.605 909 1 1 1.90567 -11.5398 -174.45
+ 41 107.593 841 1 0 1.86232 -11.7276 -175.85
+ 41 105.937 903 0 1 0.822031 -15.7546 -204.45
+ 41 158.795 820 0 0 0.80323 -15.9917 -205.85
+ 41 22.289 819 0 0 0.79633 -16.05 -206.185
+ 41 53.7252 910 1 1 2.05 -11.5544 -174.757
+ 41 91.0817 842 1 0 2.16259 -11.4863 -175.85
+ 41 212.036 843 1 0 2.3126 -11.45 -176.118
+ 41 107.402 899 0 1 -0.0592476 -0.153388 -204.45
+ 41 113.339 899 0 0 -0.0583745 -0.164963 -205.85
+ 41 73.681 235 6 1 -132.95 72.3086 -24.677
+Number of digits in this event = 8
+e-
+Event: 42
+Number of tracker hits in this event = 8
+ 42 102.683 899 5 1 -0.0690928 0.204672 -54.45
+ 42 112.564 900 5 0 -0.0684166 0.222358 -55.85
+ 42 125.214 900 2 1 0.14967 1.64064 -144.45
+ 42 111.963 907 2 0 0.164725 1.63646 -145.85
+ 42 109.034 902 1 1 0.483359 1.53729 -174.45
+ 42 104.963 907 1 0 0.482517 1.5224 -175.85
+ 42 142.925 901 0 1 0.428599 1.1947 -204.45
+ 42 124.1 905 0 0 0.418529 1.19977 -205.85
+Number of digits in this event = 4
+e-
+Event: 43
+Number of tracker hits in this event = 26
+ 43 108.92 900 5 1 0.229082 0.0993482 -54.45
+ 43 117.154 900 5 0 0.242909 0.110804 -55.85
+ 43 106.306 902 4 1 0.506669 0.308173 -84.45
+ 43 127.733 901 4 0 0.522831 0.315938 -85.85
+ 43 120.578 904 3 1 0.867047 0.532395 -114.45
+ 43 374.746 902 3 0 0.879329 0.53989 -115.85
+ 43 257.942 905 2 1 1.18855 0.665728 -144.45
+ 43 98.1186 903 2 0 1.19231 0.689104 -145.85
+ 43 225.079 906 1 1 1.29276 1.15072 -174.45
+ 43 120.099 905 1 0 1.30029 1.16887 -175.85
+ 43 145.583 907 0 1 1.48625 1.54921 -204.45
+ 43 140.254 907 0 0 1.50069 1.56801 -205.85
+ 43 229.843 903 3 1 0.760947 0.568961 -114.45
+ 43 107.273 904 2 1 0.895985 -0.430431 -144.45
+ 43 102.777 897 2 0 0.922133 -0.467184 -145.85
+ 43 148.861 895 1 0 1.42758 -0.984034 -175.85
+ 43 122.43 909 0 1 1.95229 -0.445842 -204.45
+ 43 115.306 898 0 0 1.98494 -0.435027 -205.85
+ 43 348.866 907 1 1 1.45006 -1.04247 -174.761
+ 43 184.178 1065 0 1 33.05 -35.6661 -204.772
+ 43 124.042 1064 0 1 33.0499 -35.8098 -204.56
+ 43 139.152 900 2 0 1.15748 0.237096 -145.85
+ 43 119.639 909 1 1 1.98862 -0.58628 -174.45
+ 43 137.354 897 1 0 2.00666 -0.62603 -175.85
+ 43 162.387 910 0 1 2.16737 -1.33818 -204.45
+ 43 214.293 893 0 0 2.17763 -1.39976 -205.85
+Number of digits in this event = 21
+e-
+Event: 44
+Number of tracker hits in this event = 12
+ 44 117.649 900 4 1 0.131655 -0.199201 -84.45
+ 44 112.474 899 4 0 0.138607 -0.202704 -85.85
+ 44 176.825 901 3 1 0.264974 -0.283121 -114.45
+ 44 122.819 898 3 0 0.273288 -0.303721 -115.85
+ 44 188.417 901 2 1 0.435522 -0.70663 -144.45
+ 44 178.373 896 2 0 0.440899 -0.7194 -145.85
+ 44 120.639 902 1 1 0.530521 -1.01606 -174.45
+ 44 117.891 895 1 0 0.536534 -1.04104 -175.85
+ 44 136.912 903 0 1 0.661414 -1.56082 -204.45
+ 44 111.449 892 0 0 0.667686 -1.5772 -205.85
+ 44 24.2954 902 0 1 0.65 -1.57003 -204.757
+ 44 65.9627 891 0 0 0.138111 -1.67027 -205.85
+Number of digits in this event = 8
+e-
+Event: 45
+Number of tracker hits in this event = 27
+ 45 109.108 899 5 1 -0.179728 0.253485 -54.45
+ 45 128.979 901 5 0 -0.170592 0.260769 -55.85
+ 45 106.162 900 4 1 0.0649313 0.359854 -84.45
+ 45 109.184 901 4 0 0.0732426 0.294646 -85.85
+ 45 106.89 900 3 1 0.232568 -1.08103 -114.45
+ 45 129.217 894 3 0 0.192427 -1.14949 -115.85
+ 45 111.016 897 2 1 -0.625795 -2.47424 -144.45
+ 45 154.606 887 2 0 -0.660791 -2.51588 -145.85
+ 45 79.9438 893 1 1 -1.25609 -3.4518 -174.45
+ 45 43.029 894 1 1 -1.25 -3.46275 -174.705
+ 45 244.81 882 1 0 -1.2206 -3.5104 -175.85
+ 45 177.865 898 0 1 -0.39969 -4.61298 -204.45
+ 45 306.136 876 0 0 -0.369112 -4.79417 -205.85
+ 45 164.742 899 1 0 -0.217106 -0.067915 -175.85
+ 45 112.484 901 0 1 0.449999 -1.75919 -204.45
+ 45 132.813 890 0 0 0.34802 -1.87725 -205.85
+ 45 73.2407 898 1 1 -0.284549 0.0500927 -174.554
+ 45 7.3886 901 1 0 -0.311114 0.443767 -175.85
+ 45 105.117 902 1 0 -0.311283 0.45 -175.87
+ 45 46.1881 892 0 1 -1.54431 10.2453 -204.45
+ 45 70.678 893 0 1 -1.45 10.2501 -204.529
+ 45 80.6006 894 0 1 -1.25 10.2577 -204.694
+ 45 0.142726 895 0 1 -1.04974 10.265 -204.848
+ 45 206.815 951 0 0 0.42178 10.3259 -205.85
+ 45 13.3327 772 4 0 27.1137 -25.5382 -86.25
+ 45 199.896 333 11 0 156.297 -113.357 123.75
+ 45 74.2987 334 11 0 156.585 -113.35 123.925
+Number of digits in this event = 12
+e-
+Event: 46
+Number of tracker hits in this event = 8
+ 46 124.84 900 4 1 0.133331 0.201011 -84.45
+ 46 98.1802 900 4 0 0.133053 0.219618 -85.85
+ 46 148.287 900 3 1 0.0987831 0.603593 -114.45
+ 46 310.121 902 3 0 0.0960405 0.60087 -115.85
+ 46 96.5921 900 0 1 0.191088 0.616187 -204.45
+ 46 106.473 902 0 0 0.195628 0.611578 -205.85
+ 46 15.4104 903 2 0 -0.0500251 0.791367 -146.147
+ 46 116.067 1790 2 1 178.15 7.62432 -144.678
+Number of digits in this event = 4
+e-
Event: 47
-Number of tracker hits in this event = 17
- 47 108.6 900 5 1 0.130745 0.159683 -54.45
- 47 84.9299 890 4 1 -1.8748 0.79816 -84.45
- 47 45.339 891 4 1 -1.85 0.791897 -84.7059
- 47 136.61 903 4 0 -1.75592 0.773652 -85.85
- 47 140.16 902 3 1 0.539385 0.421156 -114.45
- 47 118.797 901 3 0 0.574605 0.413482 -115.85
- 47 84.8289 905 2 1 1.21365 0.595112 -144.45
- 47 36.284 906 2 1 1.25 0.537966 -144.748
- 47 89.0296 901 2 0 1.39256 0.312332 -145.85
- 47 24.4913 900 2 0 1.42879 0.25 -146.147
- 47 221.599 923 1 1 4.76922 -5.66747 -174.45
- 47 232.141 870 1 0 4.88707 -5.88721 -175.85
- 47 185.415 937 0 1 7.59509 -10.5532 -204.45
- 47 21.0339 846 0 0 7.66929 -10.8348 -205.85
- 47 147.562 845 0 0 7.6734 -10.85 -205.925
- 47 170.694 737 1 0 -69.8824 -32.4766 -176.25
- 47 245.596 736 1 0 -69.7309 -32.65 -176.013
-Number of digits in this event = 10
+Number of tracker hits in this event = 11
+ 47 262.062 899 5 1 -0.0639543 0.139713 -54.45
+ 47 114.584 900 5 0 -0.0700079 0.146245 -55.85
+ 47 134.754 899 4 1 -0.200985 0.248477 -84.45
+ 47 175.843 900 4 0 -0.196984 0.241149 -85.85
+ 47 108.202 899 3 1 -0.102613 0.08701 -114.45
+ 47 140.999 900 3 0 -0.0982832 0.0745544 -115.85
+ 47 153.822 900 1 1 0.0985886 -0.294067 -174.45
+ 47 99.0352 898 1 0 0.11167 -0.305752 -175.85
+ 47 109.887 901 0 1 0.360631 -0.492253 -204.45
+ 47 163.717 897 0 0 0.377731 -0.495262 -205.85
+ 47 530.839 903 5 0 -0.76614 0.703735 -55.85
+Number of digits in this event = 9
e-
Event: 48
-Number of tracker hits in this event = 15
- 48 126.179 900 5 1 0.228476 0.0542141 -54.45
- 48 119.588 900 5 0 0.235706 0.0576185 -55.85
- 48 116.71 901 4 1 0.369736 0.114678 -84.45
- 48 116.344 900 4 0 0.36808 0.119454 -85.85
- 48 131.362 901 3 1 0.360552 0.297923 -114.45
- 48 132.142 902 3 0 0.363959 0.487558 -115.85
- 48 15.2292 901 2 1 0.44846 4.2446 -144.45
- 48 107.669 902 2 1 0.45 4.24687 -144.511
- 48 122.948 921 2 0 0.499075 4.29754 -145.85
- 48 18.9527 908 1 1 1.65359 5.09277 -174.45
- 48 94.9122 907 1 1 1.65 5.09629 -174.53
- 48 102.393 925 1 0 1.57371 5.16284 -175.85
- 48 153.372 899 0 1 -0.0683955 6.51279 -204.45
- 48 102.957 933 0 0 -0.0685436 6.6711 -205.85
- 48 0.522536 941 0 0 12.1081 8.45 -205.935
+Number of tracker hits in this event = 12
+ 48 107.928 899 5 1 -0.211823 -0.172113 -54.45
+ 48 164.564 899 5 0 -0.227798 -0.180636 -55.85
+ 48 104.569 897 4 1 -0.593373 -0.360995 -84.45
+ 48 171.26 898 4 0 -0.606369 -0.370722 -85.85
+ 48 114.638 895 3 1 -0.864618 -0.58209 -114.45
+ 48 112.147 897 3 0 -0.879336 -0.586715 -115.85
+ 48 114.462 894 2 1 -1.18799 -0.667987 -144.45
+ 48 122.528 896 2 0 -1.19812 -0.675024 -145.85
+ 48 109.1 893 1 1 -1.41451 -0.826827 -174.45
+ 48 117.196 896 1 0 -1.41356 -0.840443 -175.85
+ 48 121.509 893 0 1 -1.35444 -1.16485 -204.45
+ 48 118.358 894 0 0 -1.35725 -1.17998 -205.85
Number of digits in this event = 6
e-
Event: 49
-Number of tracker hits in this event = 11
- 49 160.541 900 4 1 0.195082 -0.142036 -84.45
- 49 182.992 899 4 0 0.197248 -0.144143 -85.85
- 49 116.698 900 3 1 0.239696 -0.165677 -114.45
- 49 121.539 899 3 0 0.235763 -0.162901 -115.85
- 49 145.89 900 2 1 0.178116 -0.109578 -144.45
- 49 203.113 899 2 0 0.178227 -0.105623 -145.85
- 49 118.966 509 6 1 -78.0892 176.704 -24.45
- 49 9.6919 510 6 1 -78.05 176.685 -24.5254
- 49 164.11 988 14 0 172.001 17.7639 213.75
- 49 111.763 987 14 0 172.048 17.65 214.059
- 49 182.077 1356 1 0 8.30422 91.35 -176.092
-Number of digits in this event = 9
+Number of tracker hits in this event = 34
+ 49 106.852 899 5 1 -0.115802 0.181451 -54.45
+ 49 183.863 900 5 0 -0.122148 0.190518 -55.85
+ 49 109.624 898 4 1 -0.253487 0.401481 -84.45
+ 49 207.507 901 4 0 -0.253557 0.41449 -85.85
+ 49 118.853 898 3 1 -0.259481 0.702869 -114.45
+ 49 119.792 903 3 0 -0.265513 0.718024 -115.85
+ 49 149.187 898 2 1 -0.369193 1.01076 -144.45
+ 49 114.984 904 2 0 -0.375145 1.0236 -145.85
+ 49 122.469 897 1 1 -0.500794 1.30316 -174.45
+ 49 128.932 906 1 0 -0.497492 1.30625 -175.85
+ 49 19.8352 898 0 1 -0.449804 1.32411 -204.45
+ 49 128.085 897 0 1 -0.45 1.32391 -204.496
+ 49 104 906 0 0 -0.456557 1.31679 -205.85
+ 49 144.177 904 0 0 -1.29514 0.94062 -205.85
+ 49 92.3069 133 2 0 96.8513 -153.511 -146.25
+ 49 50.802 132 2 0 96.8778 -153.55 -146.034
+ 49 53.1122 1385 2 1 97.3008 -153.942 -144.85
+ 49 123.529 1386 2 1 97.35 -153.991 -144.717
+ 49 195.06 1387 2 1 97.55 -154.059 -144.577
+ 49 301.211 575 0 1 -64.9047 -53.6049 -204.85
+ 49 50.1502 1230 0 0 -35.3137 66.1069 -206.25
+ 49 89.153 1231 0 0 -35.3564 66.2501 -206.147
+ 49 110.563 724 0 1 -35.2423 66.9191 -204.85
+ 49 2.45008 1369 1 0 -56.6434 94.1403 -176.25
+ 49 85.722 1370 1 0 -56.6513 94.1501 -176.24
+ 49 105.338 1371 1 0 -56.8433 94.3501 -176.066
+ 49 9.15268 608 1 1 -58.4248 93.6653 -174.85
+ 49 76.626 607 1 1 -58.4501 93.6513 -174.831
+ 49 153.269 606 1 1 -58.65 93.5412 -174.744
+ 49 102.479 605 1 1 -58.8501 93.4072 -174.64
+ 49 148.085 604 1 1 -59.0501 93.2035 -174.628
+ 49 63.9657 1363 1 0 -59.1419 92.7838 -175.85
+ 49 274.811 1362 1 0 -59.2085 92.7499 -176.053
+ 49 127.463 1361 1 0 -59.24 92.55 -176.201
+Number of digits in this event = 15
e-
Event: 50
-Number of tracker hits in this event = 22
- 50 151.934 899 5 1 -0.101708 0.0678145 -54.45
- 50 154.911 900 5 0 -0.10397 0.0721499 -55.85
- 50 128.529 899 4 1 -0.178633 0.20107 -84.45
- 50 116.371 900 4 0 -0.175145 0.213649 -85.85
- 50 130.681 899 3 1 -0.124592 0.453764 -114.45
- 50 135.222 902 3 0 -0.111395 0.471001 -115.85
- 50 148.059 900 2 1 0.140805 0.85896 -144.45
- 50 134.916 904 2 0 0.152663 0.875325 -145.85
- 50 137.539 901 1 1 0.374546 1.19957 -174.45
- 50 185.854 905 1 0 0.38542 1.20523 -175.85
- 50 135.06 902 0 1 0.577362 1.26284 -204.45
- 50 109.709 906 0 0 0.595939 1.2589 -205.85
- 50 29.5414 758 3 0 28.2666 -28.3037 -116.25
- 50 60.5292 759 3 0 28.2713 -28.25 -116.195
- 50 117.195 760 3 0 28.2827 -28.0499 -116.218
- 50 243.799 761 3 0 28.24 -27.8499 -116.203
- 50 138.469 650 0 0 -45.6383 -49.85 -206.246
- 50 41.4679 821 0 1 -15.7066 -7.90921 -204.85
- 50 14.3911 752 2 0 -46.5153 -29.5039 -146.25
- 50 91.508 665 2 1 -46.9595 -29.602 -144.85
- 50 146.526 664 2 1 -47.05 -29.6628 -144.786
- 50 58.116 811 6 1 -17.6996 139.865 -24.85
-Number of digits in this event = 14
+Number of tracker hits in this event = 26
+ 50 187 900 5 1 0.220829 -0.0839492 -54.45
+ 50 134.141 899 5 0 0.23959 -0.085966 -55.85
+ 50 111.91 902 4 1 0.639502 -0.102697 -84.45
+ 50 126.546 899 4 0 0.656958 -0.101388 -85.85
+ 50 115.071 904 3 1 1.01865 -0.0937356 -114.45
+ 50 94.6007 899 3 0 1.04309 -0.09194 -115.85
+ 50 122.406 907 2 1 1.5294 -0.0748945 -144.45
+ 50 96.2189 899 2 0 1.56576 -0.0872063 -145.85
+ 50 113.57 911 1 1 2.29878 -0.285597 -174.45
+ 50 111.632 898 1 0 2.34926 -0.310858 -175.85
+ 50 99.2282 916 0 1 3.39399 -0.827988 -204.45
+ 50 214.016 896 0 0 3.45854 -0.844991 -205.85
+ 50 242.764 911 0 1 2.35814 -0.302099 -204.45
+ 50 110.003 899 0 0 2.23658 -0.206381 -205.85
+ 50 215.098 910 0 1 2.18024 -0.430969 -204.45
+ 50 128.189 897 0 0 2.24145 -0.469021 -205.85
+ 50 334.846 898 0 0 2.07829 -0.37823 -205.85
+ 50 42.4398 908 7 1 1.82266 -34.0293 5.15
+ 50 112.177 582 10 1 -63.4658 -71.5334 95.15
+ 50 107.715 581 10 1 -63.65 -71.6086 95.3812
+ 50 45.3907 909 7 1 1.85001 -34.0566 5.45682
+ 50 17.1292 975 5 0 40.491 15.093 -56.25
+ 50 111.557 1098 5 1 39.693 15.5936 -54.85
+ 50 137.295 974 5 0 39.7281 14.9627 -55.85
+ 50 59.483 775 4 0 150.238 -25.05 -85.9207
+ 50 10.3195 664 1 0 12.9096 -47.25 -176.198
+Number of digits in this event = 12
e-
Event: 51
-Number of tracker hits in this event = 71
- 51 143.273 900 5 1 0.177486 -0.293479 -54.45
- 51 109.442 898 5 0 0.181886 -0.311175 -55.85
- 51 132.799 901 4 1 0.27497 -0.681531 -84.45
- 51 184.864 896 4 0 0.272613 -0.703634 -85.85
- 51 135.293 900 3 1 0.221395 -1.15728 -114.45
- 51 101.25 894 3 0 0.217121 -1.19805 -115.85
- 51 439.803 900 2 1 0.169288 -2.03807 -144.45
- 51 134.292 889 2 0 0.19307 -2.08632 -145.85
- 51 148.187 903 1 1 0.662722 -3.29582 -174.45
- 51 83.5996 902 1 1 0.65 -3.78169 -174.732
- 51 35.1044 869 1 0 0.473322 -6.10166 -175.85
- 51 73.3524 868 1 0 0.457374 -6.25 -175.916
- 51 70.5151 867 1 0 0.444773 -6.45 -176.013
- 51 72.0627 866 1 0 0.441983 -6.65 -176.12
- 51 7.70866 865 1 0 0.446912 -6.85 -176.24
- 51 266.016 914 0 1 3.01657 -50.9994 -204.45
- 51 117.571 913 0 1 2.85 -51.7132 -204.752
- 51 56.8296 626 0 0 2.24581 -54.694 -205.85
- 51 73.5592 625 0 0 2.21276 -54.85 -205.9
- 51 109.62 624 0 0 2.1717 -55.05 -205.952
- 51 55.0737 623 0 0 2.13862 -55.25 -205.994
- 51 44.1016 622 0 0 2.10886 -55.45 -206.042
- 51 57.8127 621 0 0 2.08488 -55.65 -206.104
- 51 91.758 620 0 0 2.06221 -55.85 -206.184
- 51 91.8368 380 0 0 -16.3556 -103.953 -206.25
- 51 103.901 379 0 0 -16.5478 -104.15 -206.028
- 51 2.31051 812 0 1 -17.6445 -105.388 -204.85
- 51 135.476 811 0 1 -17.65 -105.394 -204.844
- 51 77.791 810 0 1 -17.85 -105.606 -204.596
- 51 0.644441 221 1 0 -18.8176 -135.948 -176.25
- 51 92.7024 220 1 0 -18.8176 -135.95 -176.248
- 51 90.1031 219 1 0 -18.8342 -136.15 -176.06
- 51 4.90973 218 1 0 -18.8652 -136.35 -175.858
- 51 204.375 804 1 1 -19.1033 -137.393 -174.85
- 51 161.824 267 2 0 25.9581 -126.631 -146.25
- 51 11.3399 1036 2 1 27.412 -126.474 -144.85
- 51 92.6601 1037 2 1 27.4502 -126.469 -144.812
- 51 142.459 1038 2 1 27.65 -126.457 -144.592
- 51 11.711 1040 2 1 28.0753 -126.745 -144.45
- 51 83.1597 1039 2 1 28.05 -126.758 -144.463
- 51 152.453 262 2 0 26.809 -127.642 -145.85
- 51 45.6116 261 2 0 26.489 -127.75 -146.168
- 51 128.609 270 2 0 -7.44715 -126.02 -146.25
- 51 612.225 863 2 1 -7.34112 -126.133 -144.85
- 51 58.8665 864 2 1 -7.25 -126.419 -144.485
- 51 153.873 269 2 0 -6.68529 -126.343 -145.85
- 51 86.7762 398 2 0 11.818 -100.514 -146.25
- 51 50.6628 399 2 0 11.8656 -100.35 -146.005
- 51 167.284 960 2 1 12.1306 -99.2217 -144.85
- 51 98.2061 959 2 1 12.05 -98.9758 -144.522
- 51 123.774 908 0 1 1.72951 -25.6733 -204.45
- 51 15.6597 909 0 1 1.85007 -25.7089 -204.789
- 51 138.351 771 0 0 2.55286 -25.8413 -205.85
- 51 14.6422 770 0 0 2.59988 -25.85 -205.908
- 51 79.0242 826 0 0 8.61106 -14.7263 -206.25
- 51 40.7018 825 0 0 8.68874 -14.85 -205.984
- 51 191.953 941 0 1 8.39043 -15.6114 -204.85
- 51 158.88 942 0 1 8.45 -15.8356 -204.49
- 51 78.5178 943 0 1 8.65 -16.0259 -204.486
- 51 265.281 891 2 0 0.259469 -1.79591 -145.85
- 51 135.206 911 1 1 2.26809 -4.48183 -174.45
- 51 261.165 876 1 0 2.42709 -4.78734 -175.85
- 51 56.7493 875 1 0 2.46028 -4.85 -176.136
- 51 144.507 928 0 1 5.83894 -10.7718 -204.45
- 51 70.3362 929 0 1 5.85 -10.7983 -204.653
- 51 146.929 845 0 0 5.88362 -10.969 -205.85
- 51 108.729 913 1 1 2.83761 -3.78713 -174.85
- 51 121.181 900 1 1 0.0548784 -2.25735 -174.45
- 51 104.475 888 1 0 0.0529239 -2.2703 -175.85
- 51 332.479 837 1 1 -12.4638 -15.2093 -174.85
- 51 258.277 681 11 1 -43.7502 93.3428 125.15
-Number of digits in this event = 31
+Number of tracker hits in this event = 34
+ 51 112.3 900 5 0 0.05 0.118073 -55.9364
+ 51 174.923 901 4 1 0.318527 0.190532 -84.45
+ 51 129.268 900 4 0 0.330628 0.195336 -85.85
+ 51 171.428 902 3 1 0.578088 0.27552 -114.45
+ 51 109.763 901 3 0 0.57995 0.281169 -115.85
+ 51 155.325 903 2 1 0.65594 0.407197 -144.45
+ 51 179.046 901 2 0 0.666777 0.416688 -145.85
+ 51 107.785 904 1 1 0.922064 0.649103 -174.45
+ 51 112.492 903 1 0 0.925462 0.672654 -175.85
+ 51 526.89 904 0 1 1.03133 1.20954 -204.45
+ 51 337.89 905 0 0 1.09207 1.17764 -205.85
+ 51 95.4707 944 0 0 -38.2052 8.96404 -206.25
+ 51 350.155 945 0 0 -38.513 9.05005 -206.084
+ 51 75.8046 946 0 0 -39.5086 9.25014 -205.944
+ 51 59.1667 947 0 0 -39.6284 9.45 -205.97
+ 51 58.5448 948 0 0 -39.7402 9.65 -206.03
+ 51 84.8209 949 0 0 -39.845 9.85014 -206.037
+ 51 67.286 950 0 0 -40.0417 10.05 -206.056
+ 51 54.6652 951 0 0 -40.1237 10.2502 -206.065
+ 51 129.828 952 0 0 -40.1547 10.4502 -206.05
+ 51 55.568 953 0 0 -40.187 10.6501 -206.066
+ 51 51.7327 954 0 0 -40.2712 10.85 -206.106
+ 51 45.6668 955 0 0 -40.3347 11.0501 -206.182
+ 51 38.3394 1780 0 0 -62.2276 176.169 -206.25
+ 51 45.5276 1781 0 0 -62.2565 176.35 -206.23
+ 51 115.658 1782 0 0 -62.2849 176.55 -206.198
+ 51 66.3551 1783 0 0 -62.3163 176.75 -206.134
+ 51 327.982 1784 0 0 -62.2891 176.95 -206
+ 51 173.238 1785 0 0 -61.8719 177.15 -206.019
+ 51 151.696 906 0 0 1.0327 1.25752 -205.85
+ 51 56.2326 905 0 1 1.05003 1.12456 -204.518
+ 51 52.0812 1383 1 1 96.75 -40.5046 -174.763
+ 51 125.709 1384 1 1 96.95 -40.5881 -174.523
+ 51 22.0887 621 1 0 -102.987 -55.65 -176.236
+Number of digits in this event = 15
e-
Event: 52
-Number of tracker hits in this event = 35
- 52 299.452 900 4 1 0.0530147 0.58046 -84.45
- 52 156.779 902 4 0 0.0534807 0.592881 -85.85
- 52 107.93 900 3 1 0.0999838 0.875266 -114.45
- 52 110.964 904 3 0 0.113346 0.902809 -115.85
- 52 133.814 901 2 1 0.369762 1.56805 -144.45
- 52 102.97 907 2 0 0.394755 1.6277 -145.85
- 52 180.101 903 1 1 0.841962 2.78873 -174.45
- 52 111.323 913 1 0 0.8694 2.82685 -175.85
- 52 126.473 906 0 1 1.43265 3.61813 -204.45
- 52 126.671 918 0 0 1.44278 3.66109 -205.85
- 52 56.1619 899 4 1 -0.05 0.68421 -84.6929
- 52 88.6301 904 4 0 -0.468492 0.998805 -85.85
- 52 65.1003 905 4 0 -0.550745 1.05 -86.0539
- 52 22.3603 841 3 1 -11.6963 9.19767 -114.45
- 52 100.393 842 3 1 -11.65 9.21065 -114.488
- 52 114.93 843 3 1 -11.45 9.22481 -114.699
- 52 14.3828 844 3 1 -11.25 9.20525 -114.834
- 52 170.609 945 3 0 -8.93543 9.09917 -115.85
- 52 612.086 944 3 0 -8.41021 9.05 -116.028
- 52 102.297 943 3 0 -6.17666 8.85 -115.967
- 52 105.153 942 3 0 -5.88266 8.65 -116.032
- 52 145.666 941 3 0 -5.57093 8.4499 -116.149
- 52 4.89771 901 4 1 0.25 1.01798 -84.8452
- 52 57.2486 910 4 0 1.28705 2.11574 -85.85
- 52 90.4871 911 4 0 1.40335 2.25 -85.9548
- 52 132.16 912 4 0 1.62374 2.4501 -86.1262
- 52 171.976 913 4 0 2.02942 2.65 -86.1876
- 52 7.7242 914 4 0 2.48687 2.85 -85.8726
- 52 22.038 915 4 1 3.21952 3.24678 -84.85
- 52 124.418 916 4 1 3.25009 3.2672 -84.8014
- 52 9.21104 917 4 1 3.45 3.39813 -84.4857
- 52 95.5393 890 5 0 12.4844 -1.90997 -56.2499
- 52 64.6909 889 5 0 12.6037 -2.05 -55.9965
- 52 815.836 965 5 1 13.1287 -2.67197 -54.85
- 52 75.6444 1109 7 0 31.4456 41.8647 3.75
+Number of tracker hits in this event = 21
+ 52 109.319 899 5 1 -0.173733 0.102799 -54.45
+ 52 173.684 900 5 0 -0.181548 0.109074 -55.85
+ 52 98.5128 898 4 1 -0.319892 0.275759 -84.45
+ 52 126.442 901 4 0 -0.329226 0.283223 -85.85
+ 52 103.729 897 3 1 -0.524254 0.420398 -114.45
+ 52 119.231 901 3 0 -0.543131 0.428203 -115.85
+ 52 333.977 896 2 1 -0.801793 0.65187 -144.45
+ 52 122.469 903 2 0 -0.77038 0.682207 -145.85
+ 52 145.106 899 1 1 -0.24244 1.44095 -174.45
+ 52 219.794 907 1 0 -0.153968 1.57671 -175.85
+ 52 128.657 907 0 1 1.55111 4.60327 -204.45
+ 52 97.9574 923 0 0 1.61404 4.77314 -205.85
+ 52 58.7271 897 2 1 -0.649061 0.500115 -144.45
+ 52 42.4265 896 2 0 0.0842042 -0.757495 -145.85
+ 52 139.125 895 2 0 0.148182 -0.85008 -145.977
+ 52 47.1153 894 2 0 0.28741 -1.05 -146.191
+ 52 371.577 636 2 0 22.9088 -52.7392 -146.25
+ 52 172.155 1017 2 1 23.5129 -52.8447 -144.85
+ 52 194.009 1018 2 1 23.65 -52.9105 -144.453
+ 52 182.07 465 7 1 -86.8735 169.165 5.15
+ 52 143.19 464 7 1 -87.05 169.103 5.53367
Number of digits in this event = 14
e-
Event: 53
-Number of tracker hits in this event = 25
- 53 117.53 899 5 1 -0.054823 -0.0683265 -54.45
- 53 151.962 899 5 0 -0.0643226 -0.0673759 -55.85
- 53 42.6609 896 2 1 -0.848313 -0.196233 -144.45
- 53 141.334 895 2 1 -0.85 -0.198124 -144.591
- 53 133.427 899 2 0 -0.864897 -0.214508 -145.85
- 53 119.834 894 1 1 -1.2104 -0.571976 -174.45
- 53 159.714 897 1 0 -1.21956 -0.58411 -175.85
- 53 135.91 893 0 1 -1.40854 -0.864349 -204.45
- 53 111.192 895 0 0 -1.41122 -0.873558 -205.85
- 53 4.16183 1172 0 0 29.0855 54.45 -206.02
- 53 10.589 893 1 1 -1.41377 -0.14577 -174.45
- 53 130.709 892 1 1 -1.45 -0.147817 -174.499
- 53 97.157 891 1 1 -1.65 -0.158315 -174.759
- 53 172.123 899 1 0 -2.47141 -0.0994608 -175.85
- 53 79.3983 1161 5 0 -87.181 52.337 -56.25
- 53 14.4379 1356 5 0 -34.1932 91.5358 -56.25
- 53 55.6237 890 1 1 -1.85 -0.111379 -174.46
- 53 50.315 889 1 1 -2.05 -0.162059 -174.495
- 53 85.4853 888 1 1 -2.25 -0.192605 -174.515
- 53 140.202 887 1 1 -2.45 -0.333777 -174.58
- 53 3.64176 886 1 1 -2.65 -0.729691 -174.457
- 53 57.6249 874 1 1 -5.05 -0.553442 -174.487
- 53 79.4607 873 1 1 -5.25 -0.552104 -174.472
- 53 62.0836 872 1 1 -5.45 -0.569136 -174.495
- 53 115.374 871 1 1 -5.65 -0.61124 -174.475
-Number of digits in this event = 10
+Number of tracker hits in this event = 13
+ 53 135.512 899 5 1 -0.0663657 0.165956 -54.45
+ 53 114.569 900 5 0 -0.0703494 0.170886 -55.85
+ 53 137.571 899 4 1 -0.152851 0.290676 -84.45
+ 53 278.461 901 4 0 -0.155609 0.292985 -85.85
+ 53 165.478 899 3 1 -0.19081 0.327618 -114.45
+ 53 98.6702 901 3 0 -0.192023 0.332396 -115.85
+ 53 118.477 899 2 1 -0.243817 0.423141 -144.45
+ 53 238.389 901 2 0 -0.253382 0.428498 -145.85
+ 53 248.41 898 1 1 -0.430636 0.497723 -174.45
+ 53 101.642 902 1 0 -0.441494 0.501029 -175.85
+ 53 109.385 896 0 1 -0.67318 0.567839 -204.45
+ 53 114.969 902 0 0 -0.673361 0.571754 -205.85
+ 53 115.184 897 1 1 -0.450018 0.619004 -174.604
+Number of digits in this event = 7
e-
Event: 54
Number of tracker hits in this event = 13
- 54 65.018 901 4 1 0.252869 0.0565605 -84.45
- 54 48.1709 900 4 1 0.25 0.0575679 -84.6579
- 54 340.654 900 4 0 0.230986 0.0653284 -85.85
- 54 114.099 898 3 1 -0.32283 0.163532 -114.45
- 54 123.332 900 3 0 -0.392763 0.149495 -115.85
- 54 131.332 890 2 1 -1.85237 -0.243376 -144.45
- 54 159.86 899 2 0 -1.915 -0.228389 -145.85
- 54 53.8275 884 1 1 -3.24403 0.141207 -174.45
- 54 76.9573 883 1 1 -3.25 0.144182 -174.541
- 54 117.993 900 1 0 -3.33518 0.18756 -175.85
- 54 389.39 874 0 1 -5.05947 1.26602 -204.45
- 54 130.635 906 0 0 -5.17492 1.2814 -205.85
- 54 13.6726 899 6 1 -0.05 0.069003 -24.6145
-Number of digits in this event = 7
-e-
-Event: 55
-Number of tracker hits in this event = 11
- 55 120.826 899 5 1 -0.0930828 0.0554456 -54.45
- 55 151.253 900 5 0 -0.0903868 0.0624022 -55.85
- 55 182.262 900 3 1 0.210388 0.619548 -114.45
- 55 190.946 903 3 0 0.219204 0.650382 -115.85
- 55 114.787 901 2 1 0.400035 1.26411 -144.45
- 55 121.7 906 2 0 0.410181 1.28687 -145.85
- 55 171.535 903 1 1 0.70904 1.71128 -174.45
- 55 160.985 908 1 0 0.724267 1.74558 -175.85
- 55 133.196 905 0 1 1.07686 2.4657 -204.45
- 55 115.123 912 0 0 1.10756 2.49833 -205.85
- 55 163.587 902 3 0 0.168164 0.649963 -116.189
-Number of digits in this event = 10
-e-
-Event: 56
-Number of tracker hits in this event = 10
- 56 102.207 900 4 0 0.0539835 0.109193 -85.85
- 56 106.772 900 3 1 0.217201 0.086367 -114.45
- 56 126.297 900 3 0 0.225171 0.0780081 -115.85
- 56 105.209 901 2 1 0.381281 -0.0815483 -144.45
- 56 112.861 899 2 0 0.381009 -0.0804208 -145.85
- 56 136.505 902 1 1 0.457247 -0.0558164 -174.45
- 56 118.077 899 1 0 0.468193 -0.0580359 -175.85
- 56 110.256 903 0 1 0.701057 -0.0688368 -204.45
- 56 123.441 899 0 0 0.708597 -0.0697723 -205.85
- 56 105.627 644 5 1 -51.1047 -61.4391 -54.85
-Number of digits in this event = 4
-e-
-Event: 57
-Number of tracker hits in this event = 23
- 57 191.514 901 4 1 0.359722 -0.139106 -84.45
- 57 121.826 899 4 0 0.370095 -0.15678 -85.85
- 57 108.824 902 3 1 0.557946 -0.45225 -114.45
- 57 144.154 897 3 0 0.565631 -0.461212 -115.85
- 57 133.586 903 2 1 0.708001 -0.598371 -144.45
- 57 131.038 897 2 0 0.716902 -0.604612 -145.85
- 57 329.414 904 1 1 0.946898 -0.789506 -174.45
- 57 185.816 896 1 0 0.95596 -0.789919 -175.85
- 57 262.207 904 0 1 1.03323 -0.77355 -204.45
- 57 123.885 896 0 0 1.03997 -0.78347 -205.85
- 57 9.03745 1441 2 1 108.511 102.022 -144.85
- 57 294.766 902 1 1 0.572309 0.161166 -174.45
- 57 133.92 900 1 0 0.585452 0.162113 -175.85
- 57 38.4286 900 0 0 0.926639 0.24783 -205.85
- 57 74.7436 901 0 0 0.926663 0.25 -205.985
- 57 38.5543 897 1 0 1.00962 -0.537605 -175.85
- 57 75.3593 903 1 1 0.85 -3.33365 -174.775
- 57 30.9789 655 0 1 -48.9537 149.101 -204.85
- 57 13.6335 1103 3 0 -12.968 40.6644 -116.25
- 57 104.423 901 1 0 0.696568 0.29532 -175.85
- 57 104.906 916 0 1 3.31917 1.43806 -204.45
- 57 32.2825 907 0 0 3.25499 1.62977 -205.85
- 57 82.8868 908 0 0 3.24913 1.65 -205.994
-Number of digits in this event = 12
-e-
-Event: 58
-Number of tracker hits in this event = 24
- 58 113.501 899 4 1 -0.0988479 1.10649 -84.45
- 58 158.872 905 4 0 -0.109319 1.12591 -85.85
- 58 209.234 898 3 1 -0.348651 1.53875 -114.45
- 58 149.75 907 3 0 -0.356817 1.55583 -115.85
- 58 102.44 897 2 1 -0.540366 1.86059 -144.45
- 58 155.153 909 2 0 -0.554881 1.88317 -145.85
- 58 161.131 895 1 1 -0.851375 2.34162 -174.45
- 58 117.591 911 1 0 -0.868117 2.35886 -175.85
- 58 133.015 893 0 1 -1.26104 2.76806 -204.45
- 58 111.189 913 0 0 -1.28092 2.78629 -205.85
- 58 139.763 904 4 0 0.151616 0.962734 -85.85
- 58 13.2084 941 3 1 8.27102 -1.58441 -114.45
- 58 112.822 940 3 1 8.25 -1.59516 -114.493
- 58 33.2408 890 3 0 7.60267 -2.02728 -115.85
- 58 114.755 889 3 0 7.56988 -2.05007 -115.926
- 58 228.07 893 2 1 -1.43604 -10.2822 -144.45
- 58 110.77 845 2 0 -0.963073 -10.8762 -145.85
- 58 18.5395 860 2 0 6.63431 -7.87043 -146.25
- 58 102.899 861 2 0 6.63404 -7.85 -146.19
- 58 436.325 932 2 1 6.56075 -7.3033 -144.85
- 58 103.81 868 3 0 4.21191 -6.27905 -116.25
- 58 23.1898 869 3 0 4.18544 -6.25 -115.925
- 58 101.637 919 3 1 4.04808 -6.12289 -114.85
- 58 292.99 900 5 1 0.0500662 0.595365 -54.6114
+ 54 175.432 898 5 1 -0.289479 -0.138516 -54.45
+ 54 96.0236 899 5 0 -0.297864 -0.149231 -55.85
+ 54 108.479 898 4 1 -0.441474 -0.365238 -84.45
+ 54 213.615 898 4 0 -0.450932 -0.369652 -85.85
+ 54 120.343 897 3 1 -0.646632 -0.436979 -114.45
+ 54 136.342 898 3 0 -0.643735 -0.433018 -115.85
+ 54 226.29 897 2 1 -0.549167 -0.3545 -144.45
+ 54 135.001 898 2 0 -0.542777 -0.340421 -145.85
+ 54 118.013 898 0 1 -0.312323 0.305601 -204.45
+ 54 133.143 901 0 0 -0.313187 0.312614 -205.85
+ 54 242.491 189 5 0 92.5465 -142.15 -56.106
+ 54 105.94 680 0 1 -43.85 28.4859 -204.729
+ 54 19.7918 535 6 1 -73.0173 74.3133 -24.85
Number of digits in this event = 11
e-
-Event: 59
-Number of tracker hits in this event = 84
- 59 91.4094 899 5 0 0.247684 -0.050028 -55.9556
- 59 107.524 921 4 1 4.39075 -1.92306 -84.45
- 59 27.9315 922 4 1 4.45 -1.89615 -84.7197
- 59 118.762 891 4 0 4.67649 -1.78102 -85.85
- 59 87.5709 953 3 1 10.8119 1.90294 -114.45
- 59 35.9126 954 3 1 10.85 1.92891 -114.769
- 59 108.897 909 3 0 10.9856 2.01623 -115.85
- 59 183.517 974 2 1 14.9427 5.28871 -144.45
- 59 3.50356 975 2 1 15.05 5.33463 -144.839
- 59 0.448578 926 2 0 15.3231 5.44974 -145.85
- 59 110.985 927 2 0 15.3237 5.45 -145.852
- 59 39.2752 1021 1 1 24.4112 8.85289 -174.45
- 59 111.755 1022 1 1 24.45 8.86292 -174.575
- 59 110.867 944 1 0 24.8596 8.98366 -175.85
- 59 73.548 1069 0 1 33.9817 11.421 -204.45
- 59 70.4099 1070 0 1 34.05 11.4015 -204.672
- 59 112.168 956 0 0 34.3735 11.2958 -205.85
- 59 130.988 979 1 1 15.9513 13.8686 -174.45
- 59 16.7875 974 1 0 15.8803 15.009 -175.85
- 59 94.0081 975 1 0 15.8762 15.05 -175.899
- 59 33.9493 976 1 0 15.8674 15.25 -176.154
- 59 244.467 975 0 1 15.1019 36.9063 -204.45
- 59 62.0497 976 0 1 15.2502 36.9001 -204.507
- 59 67.3659 977 0 1 15.45 36.8986 -204.581
- 59 57.751 978 0 1 15.6502 36.8853 -204.671
- 59 52.4497 979 0 1 15.85 36.8567 -204.744
- 59 42.8993 980 0 1 16.05 36.8262 -204.793
- 59 169.914 1083 0 0 19.1297 36.7231 -205.85
- 59 45.6392 1082 0 0 19.6975 36.65 -206.125
- 59 80.7596 1019 0 0 37.9261 23.9933 -206.25
- 59 49.6929 1018 0 0 37.8429 23.8499 -205.972
- 59 255.232 1085 0 1 37.1233 23.1292 -204.85
- 59 353.7 1084 0 1 37.05 23.0619 -204.708
- 59 509.64 1005 0 0 37.2794 21.2469 -205.85
- 59 97.8901 1006 0 0 36.2219 21.25 -206.055
- 59 63.4095 1007 0 0 36.0715 21.45 -206.183
- 59 35.8794 1008 0 0 35.9851 21.6501 -206.228
- 59 80.8686 1004 0 0 36.252 21.05 -206.066
- 59 324.348 1003 0 0 36.2566 20.85 -206.042
- 59 142.431 899 3 1 -0.0501175 0.108712 -114.479
- 59 110.341 899 3 0 -0.550536 -0.120001 -115.85
- 59 376.364 900 1 1 0.104624 0.375511 -174.45
- 59 130.373 901 1 0 0.12302 0.394892 -175.85
- 59 113.598 901 0 1 0.425095 0.759663 -204.45
- 59 120.493 903 0 0 0.459247 0.758968 -205.85
- 59 70.6859 900 2 1 0.0501613 0.312919 -144.458
- 59 31.2585 901 2 1 0.25 0.404368 -144.474
- 59 72.0072 902 2 1 0.46492 0.387518 -144.45
- 59 49.9513 903 2 1 0.65 0.345623 -144.53
- 59 72.5697 904 2 1 0.85 0.294047 -144.559
- 59 51.7065 905 2 1 1.05 0.146507 -144.576
- 59 282.09 906 2 1 1.25011 -0.0955759 -144.597
- 59 54.917 907 2 1 1.45 -0.35361 -144.766
- 59 61.3442 889 2 0 3.51898 -2.16583 -145.85
- 59 106.534 888 2 0 3.62384 -2.25 -145.898
- 59 93.6357 921 2 1 4.33837 -3.03187 -144.85
- 59 253.739 920 2 1 4.25 -3.15889 -144.633
- 59 92.3877 919 2 1 4.05 -3.88771 -144.768
- 59 72.8435 918 2 1 3.85 -4.04572 -144.605
- 59 358.571 917 2 1 3.64992 -3.97378 -144.649
- 59 101.609 903 1 0 0.378142 0.752176 -175.85
- 59 16.5488 904 1 0 0.452084 0.850083 -176.206
- 59 175.68 918 0 1 3.67517 8.86962 -204.45
- 59 108.961 919 0 1 3.85 9.35283 -204.631
- 59 35.5204 920 0 1 4.05 9.66063 -204.791
- 59 60.1942 959 0 0 5.40861 11.8621 -205.85
- 59 73.6291 960 0 0 5.53672 12.05 -205.949
- 59 76.4513 961 0 0 5.67021 12.25 -206.034
- 59 80.3188 962 0 0 5.7825 12.45 -206.107
- 59 35.0813 963 0 0 5.89398 12.65 -206.201
- 59 8.7031 1173 0 0 15.8735 54.8273 -206.25
- 59 110.493 1174 0 0 15.8609 54.85 -206.224
- 59 59.8229 1175 0 0 15.7259 55.05 -205.999
- 59 234.652 974 0 1 15.05 56.6795 -204.552
- 59 91.6092 973 0 1 14.85 57.2997 -204.707
- 59 95.0265 1195 0 0 14.8315 59.0667 -205.85
- 59 74.2896 1196 0 0 14.8166 59.25 -206.006
- 59 10.2362 1197 0 0 14.8991 59.45 -206.223
- 59 144.165 902 1 0 0.228771 0.482565 -175.85
- 59 10.3722 922 0 1 4.63692 2.12607 -204.45
- 59 170.798 923 0 1 4.65 2.12751 -204.479
- 59 6.44987 910 0 0 5.18748 2.24695 -205.85
- 59 98.148 911 0 0 5.19845 2.25 -205.879
- 59 173.084 633 1 0 40.2007 -53.3568 -176.25
-Number of digits in this event = 22
+Event: 55
+Number of tracker hits in this event = 10
+ 55 119.848 900 5 1 0.153308 0.500723 -54.45
+ 55 119.395 902 5 0 0.156564 0.517999 -55.85
+ 55 126.527 900 4 1 0.224441 0.8616 -84.45
+ 55 157.87 904 4 0 0.225419 0.880213 -85.85
+ 55 127.296 900 3 1 0.247865 1.3231 -114.45
+ 55 116.953 906 3 0 0.247817 1.34856 -115.85
+ 55 161.28 901 2 1 0.258567 1.86315 -144.45
+ 55 161.499 909 2 0 0.260797 1.88637 -145.85
+ 55 138.455 901 1 1 0.338761 2.3508 -174.45
+ 55 97.1402 911 1 0 0.326764 2.37463 -175.85
+Number of digits in this event = 7
e-
-Event: 60
-Number of tracker hits in this event = 31
- 60 173.183 900 5 0 0.05 0.24674 -55.9413
- 60 125.669 901 4 1 0.315923 0.418119 -84.45
- 60 121.209 901 4 0 0.330951 0.429513 -85.85
- 60 145.566 903 3 1 0.708242 0.641527 -114.45
- 60 51.4942 902 3 0 0.729604 0.649576 -115.85
- 60 100.563 903 3 0 0.730709 0.65 -115.923
- 60 111.034 905 2 1 1.12667 0.819737 -144.45
- 60 260.953 903 2 0 1.15041 0.828486 -145.85
- 60 132.331 908 1 1 1.66637 1.01481 -174.45
- 60 128.04 904 1 0 1.69009 1.03447 -175.85
- 60 117.958 910 0 1 2.18728 1.44555 -204.45
- 60 130.105 907 0 0 2.22179 1.46764 -205.85
- 60 117.105 904 2 0 -0.125332 1.0284 -145.85
- 60 77.6925 905 2 0 -0.145463 1.05 -146.092
- 60 105.678 892 1 1 -1.4697 3.48255 -174.45
- 60 0.0869813 917 1 0 -1.72669 3.64988 -175.85
- 60 110.322 918 1 0 -1.72686 3.65 -175.851
- 60 78.3775 872 0 1 -5.61987 6.22151 -204.45
- 60 30.3903 871 0 1 -5.65 6.20167 -204.734
- 60 139.968 930 0 0 -5.76875 6.14428 -205.85
- 60 103.539 900 2 1 0.05 0.875544 -144.534
- 60 1.32101 925 1 1 5.2485 -0.503849 -174.45
- 60 123.226 926 1 1 5.25 -0.503189 -174.456
- 60 154.506 898 1 0 5.59723 -0.352161 -175.85
- 60 90.0668 955 0 1 11.1252 2.24343 -204.45
- 60 91.1877 956 0 1 11.25 2.03095 -204.666
- 60 151.101 903 0 0 12.0096 0.849684 -205.85
- 60 102.169 902 0 0 12.1244 0.65 -206.043
- 60 22.6059 1047 0 1 29.6151 155.67 -204.45
- 60 114.068 1048 0 1 29.6501 155.648 -204.487
- 60 144.827 1049 0 1 29.85 155.669 -204.535
+Event: 56
+Number of tracker hits in this event = 37
+ 56 125.51 900 5 1 0.207779 -0.0692758 -54.45
+ 56 98.3406 899 5 0 0.216145 -0.0717331 -55.85
+ 56 148.7 901 4 1 0.39388 -0.0811629 -84.45
+ 56 164.252 899 4 0 0.394665 -0.0740888 -85.85
+ 56 127.472 902 2 1 0.556448 0.109841 -144.45
+ 56 111.874 900 2 0 0.567399 0.125567 -145.85
+ 56 471.47 903 1 1 0.808669 0.445658 -174.45
+ 56 124.467 902 1 0 0.823141 0.461682 -175.85
+ 56 118.377 905 0 1 1.12648 0.788632 -204.45
+ 56 121.513 903 0 0 1.14073 0.800954 -205.85
+ 56 132.837 893 0 1 -1.31135 -2.01478 -204.45
+ 56 134.454 890 0 0 -1.34603 -1.94862 -205.85
+ 56 79.7461 942 0 0 -13.421 8.63984 -206.25
+ 56 97.4065 943 0 0 -13.5209 8.65 -206.118
+ 56 62.805 827 0 1 -14.4946 8.75098 -204.85
+ 56 85.4308 826 0 1 -14.65 8.77254 -204.639
+ 56 2.5971 839 1 0 0.963828 -12.2417 -176.25
+ 56 62.9422 838 1 0 0.969636 -12.25 -176.239
+ 56 59.1456 837 1 0 1.03885 -12.4502 -176.061
+ 56 24.9765 836 1 0 1.08638 -12.6502 -175.894
+ 56 87.7778 907 1 1 1.57149 -14.8493 -174.85
+ 56 154.509 908 1 1 1.65 -15.0934 -174.672
+ 56 25.2521 909 1 1 1.95016 -15.4771 -174.45
+ 56 75.3622 910 1 1 2.05016 -15.4322 -174.502
+ 56 51.3789 911 1 1 2.2502 -15.4289 -174.527
+ 56 68.1382 912 1 1 2.45 -15.4891 -174.51
+ 56 96.3337 913 1 1 2.65 -15.6521 -174.53
+ 56 87.2729 914 1 1 2.85011 -15.9693 -174.526
+ 56 30.5243 904 1 1 0.85 0.161952 -174.778
+ 56 177.313 901 1 0 1.06664 0.25308 -175.85
+ 56 139.139 935 0 1 7.1119 3.74876 -204.45
+ 56 220.986 920 0 0 7.43028 4.14679 -205.85
+ 56 33.5023 889 1 0 4.50168 -2.18343 -176.25
+ 56 67.7785 888 1 0 4.51228 -2.25 -176.12
+ 56 72.5082 921 1 1 4.3046 -2.70389 -174.85
+ 56 90.94 920 1 1 4.25 -2.82489 -174.626
+ 56 34.815 1124 2 0 61.3977 44.912 -146.25
Number of digits in this event = 15
e-
+Event: 57
+Number of tracker hits in this event = 10
+ 57 207.106 899 3 1 -0.179064 0.38894 -114.45
+ 57 118.115 901 3 0 -0.190547 0.383248 -115.85
+ 57 117.427 897 2 1 -0.455723 0.30183 -144.45
+ 57 111.158 901 2 0 -0.456488 0.278281 -145.85
+ 57 105.564 897 1 1 -0.486202 -0.203321 -174.45
+ 57 122.878 899 1 0 -0.492418 -0.237247 -175.85
+ 57 383.251 897 0 1 -0.604871 -0.961744 -204.45
+ 57 131.276 895 0 0 -0.605656 -1.01213 -205.85
+ 57 23.1691 903 2 1 0.713524 -0.50999 -144.45
+ 57 131.524 897 2 0 1.59314 -0.625084 -145.85
+Number of digits in this event = 7
+e-
+Event: 58
+Number of tracker hits in this event = 13
+ 58 124.808 899 5 0 -0.0523764 -0.0941292 -55.85
+ 58 138.117 899 4 1 -0.187685 -0.248989 -84.45
+ 58 146.528 898 4 0 -0.20696 -0.250699 -85.85
+ 58 142.431 897 3 1 -0.578531 -0.300862 -114.45
+ 58 240.882 898 3 0 -0.611541 -0.30488 -115.85
+ 58 141.777 893 2 1 -1.28235 -0.422081 -144.45
+ 58 164.567 898 2 0 -1.3245 -0.437043 -145.85
+ 58 259.159 889 1 1 -2.14816 -0.736865 -174.45
+ 58 116.8 896 1 0 -2.19239 -0.755812 -175.85
+ 58 533.936 884 0 1 -3.10133 -1.16987 -204.45
+ 58 104.217 894 0 0 -3.14122 -1.19444 -205.85
+ 58 59.9412 883 0 1 -3.25006 -1.11803 -204.738
+ 58 122.355 885 0 1 -3.04997 -1.0453 -204.645
+Number of digits in this event = 12
+e-
+Event: 59
+Number of tracker hits in this event = 15
+ 59 111.241 900 5 1 0.0710898 0.335447 -54.45
+ 59 133.083 901 5 0 0.0770868 0.350872 -55.85
+ 59 121.374 900 4 1 0.185379 0.643014 -84.45
+ 59 147.574 903 4 0 0.193268 0.655985 -85.85
+ 59 180.482 901 3 1 0.347674 0.894982 -114.45
+ 59 140.201 904 3 0 0.353773 0.908629 -115.85
+ 59 141.447 901 2 1 0.445053 1.19769 -144.45
+ 59 122.267 905 2 0 0.455702 1.20497 -145.85
+ 59 174.485 902 1 1 0.621021 1.32262 -174.45
+ 59 117.441 906 1 0 0.625782 1.34236 -175.85
+ 59 178.237 903 0 1 0.743782 1.78834 -204.45
+ 59 122.469 908 0 0 0.745357 1.81248 -205.85
+ 59 149.303 903 1 1 0.654703 1.42235 -174.45
+ 59 133.777 909 1 0 0.457322 1.87529 -175.85
+ 59 381.949 930 1 0 1.61924 6.19197 -176.25
+Number of digits in this event = 14
+e-
+Event: 60
+Number of tracker hits in this event = 28
+ 60 149.798 900 5 1 0.132658 0.119496 -54.45
+ 60 102.71 900 5 0 0.131349 0.106368 -55.85
+ 60 251.995 900 4 1 0.144857 -0.166714 -84.45
+ 60 139.734 899 4 0 0.143397 -0.146734 -85.85
+ 60 123.833 900 3 1 0.202305 0.250969 -114.45
+ 60 115.029 901 3 0 0.201278 0.287884 -115.85
+ 60 124.961 900 2 1 0.221883 1.09422 -144.45
+ 60 123.516 905 2 0 0.224093 1.11286 -145.85
+ 60 239.832 900 1 1 0.210547 1.54289 -174.45
+ 60 131.079 907 1 0 0.201082 1.58577 -175.85
+ 60 75.7349 912 0 0 -0.05 2.45297 -205.967
+ 60 250.075 901 3 1 0.25 0.264446 -114.52
+ 60 56.645 902 3 1 0.450028 0.482324 -114.795
+ 60 88.3815 898 3 0 1.76362 -0.323194 -115.85
+ 60 114.568 897 3 0 1.76007 -0.450033 -115.891
+ 60 55.2678 1683 8 0 122.701 156.75 33.9651
+ 60 158.306 1513 8 1 122.889 156.332 35.15
+ 60 84.7417 903 4 0 -0.530497 0.687365 -85.8501
+ 60 146.282 895 4 1 -0.941781 1.70976 -84.85
+ 60 52.5532 896 4 1 -0.849987 1.62567 -84.7644
+ 60 126.979 901 2 0 0.277322 0.436236 -146.03
+ 60 251.093 903 1 0 0.192949 0.810913 -175.85
+ 60 92.6174 900 0 1 0.145464 1.73166 -204.45
+ 60 138.348 908 0 0 0.225041 1.73148 -205.85
+ 60 117.879 901 1 1 0.381681 0.516602 -174.45
+ 60 95.0275 902 1 0 0.41018 0.549029 -175.85
+ 60 118.429 904 0 1 1.04308 1.30078 -204.45
+ 60 136.117 906 0 0 1.05689 1.32498 -205.85
+Number of digits in this event = 16
+e-
Event: 61
-Number of tracker hits in this event = 30
- 61 124.088 900 5 1 0.0901612 0.0943484 -54.45
- 61 179.344 900 5 0 0.0941179 0.0956178 -55.85
- 61 107.141 900 4 1 0.155956 0.112104 -84.45
- 61 195.387 900 4 0 0.172054 0.0926596 -85.85
- 61 147.975 902 3 1 0.628651 -0.27417 -114.45
- 61 107.003 898 3 0 0.670279 -0.286961 -115.85
- 61 99.1242 907 2 1 1.56216 -0.557861 -144.45
- 61 115.602 897 2 0 1.60514 -0.575053 -145.85
- 61 344.156 912 1 1 2.51481 -0.90416 -174.45
- 61 429.809 895 1 0 2.57901 -0.924205 -175.85
- 61 227.631 919 0 1 3.91391 -1.3241 -204.45
- 61 294.163 893 0 0 3.99145 -1.33892 -205.85
- 61 220.529 908 0 1 1.7172 -1.05519 -204.45
- 61 232.74 894 0 0 1.73261 -1.11487 -205.85
- 61 80.4398 934 0 1 6.9057 -21.0083 -204.85
- 61 94.2749 933 0 1 6.85 -21.0374 -204.788
- 61 54.1041 792 0 0 7.58772 -21.467 -205.85
- 61 242.015 1522 4 0 -87.5928 124.55 -86.2236
- 61 60.1503 319 2 1 -116.311 120.502 -144.45
- 61 20.7895 318 2 1 -116.35 120.485 -144.492
- 61 98.5779 913 1 1 2.65011 -1.0357 -174.686
- 61 43.7107 891 1 0 2.94855 -1.81678 -175.85
- 61 73.0035 890 1 0 2.95916 -1.85 -175.896
- 61 75.9341 889 1 0 3.00535 -2.05018 -176.118
- 61 64.9358 953 0 1 10.7353 -33.7681 -204.45
- 61 87.1134 952 0 1 10.65 -33.6045 -204.647
- 61 21.9677 742 0 0 9.73512 -31.517 -205.85
- 61 70.6174 743 0 0 9.70114 -31.4498 -205.882
- 61 116.177 744 0 0 9.62533 -31.25 -205.968
- 61 45.4976 745 0 0 9.51924 -31.05 -206.106
-Number of digits in this event = 13
+Number of tracker hits in this event = 23
+ 61 153.331 900 4 1 0.21263 -0.052536 -84.45
+ 61 143.494 899 4 0 0.217388 -0.0539988 -85.85
+ 61 249.835 901 3 1 0.320701 -0.0728977 -114.45
+ 61 213.868 899 3 0 0.313686 -0.0786462 -115.85
+ 61 99.1018 900 2 1 0.210301 -0.190767 -144.45
+ 61 114.307 899 2 0 0.217177 -0.187605 -145.85
+ 61 103.79 901 1 1 0.352785 -0.077941 -174.45
+ 61 120.835 899 1 0 0.364759 -0.0617093 -175.85
+ 61 226.624 903 0 1 0.696932 0.433588 -204.45
+ 61 152.559 902 0 0 0.710894 0.458858 -205.85
+ 61 120.668 900 3 0 0.120404 0.056056 -115.85
+ 61 136.655 879 2 1 -4.14573 1.92729 -144.45
+ 61 111.167 910 2 0 -3.93629 2.18518 -145.85
+ 61 17.6556 899 1 1 -0.0763865 6.40497 -174.45
+ 61 169.365 900 1 1 0.0501426 6.49866 -174.696
+ 61 206.015 934 1 0 0.674454 6.90566 -175.85
+ 61 163.182 967 0 1 13.5238 17.4284 -204.45
+ 61 36.2878 984 0 0 13.4341 16.9102 -205.85
+ 61 71.9401 983 0 0 13.423 16.8499 -205.983
+ 61 133.498 901 2 1 0.373253 -0.898784 -144.45
+ 61 105.601 895 2 0 0.361818 -0.962889 -145.85
+ 61 98.9421 887 1 0 0.254799 -2.49132 -175.85
+ 61 112.863 884 0 0 0.745547 -3.0771 -205.85
+Number of digits in this event = 15
e-
Event: 62
-Number of tracker hits in this event = 31
- 62 157.59 902 5 1 0.555559 0.113588 -54.45
- 62 342.077 900 5 0 0.54873 0.190393 -55.85
- 62 100.693 902 4 1 0.543142 1.70562 -84.45
- 62 110.204 908 4 0 0.558932 1.79053 -85.85
- 62 110.687 904 3 1 0.939871 3.51895 -114.45
- 62 34.2006 917 3 0 0.99734 3.63969 -115.85
- 62 75.3071 918 3 0 1.002 3.65 -115.968
- 62 352.542 909 2 1 1.98083 6.07698 -144.45
- 62 144.724 930 2 0 2.04092 6.19671 -145.85
- 62 274.345 916 1 1 3.3904 8.63559 -174.45
- 62 98.4056 943 1 0 3.44859 8.76862 -175.85
- 62 124.447 922 0 1 4.456 11.7037 -204.45
- 62 129.545 959 0 0 4.50842 11.872 -205.85
- 62 177.028 917 1 1 3.45 8.62611 -174.522
- 62 110.053 945 1 0 2.77494 9.21598 -175.85
- 62 11.2565 946 1 0 2.76252 9.25003 -175.876
- 62 68.0611 910 2 1 2.05009 5.66475 -144.635
- 62 80.0183 911 2 1 2.25 5.59958 -144.704
- 62 376.539 912 2 1 2.45 5.48958 -144.78
- 62 208.765 900 3 1 0.10086 -0.074929 -114.45
- 62 130.876 899 3 0 0.100862 -0.0761686 -115.85
- 62 166.982 900 2 1 0.0508897 -0.129479 -144.45
- 62 133.542 899 2 0 0.0525311 -0.137547 -145.85
- 62 124.008 899 0 1 -0.0712221 -0.747494 -204.45
- 62 140.63 896 0 0 -0.0664757 -0.761709 -205.85
- 62 106.351 905 2 0 0.167385 1.0946 -145.85
- 62 122.819 910 1 0 3.69847 2.08096 -175.85
- 62 123.695 935 0 1 7.21794 2.26228 -204.45
- 62 107.108 911 0 0 7.28805 2.40631 -205.85
- 62 323.45 895 1 1 -0.881914 -12.4226 -174.85
- 62 13.8504 909 1 0 7.90638 2.05 -176.092
-Number of digits in this event = 19
+Number of tracker hits in this event = 48
+ 62 130.491 900 5 1 0.197348 -0.0782123 -54.45
+ 62 214.966 899 5 0 0.214856 -0.0777228 -55.85
+ 62 150.193 902 4 1 0.576679 -0.0627423 -84.45
+ 62 220.641 899 4 0 0.590596 -0.0655463 -85.85
+ 62 130.896 904 3 1 0.863831 -0.125295 -114.45
+ 62 106.697 899 3 0 0.865484 -0.127513 -115.85
+ 62 251.379 904 2 1 0.933195 -0.175568 -144.45
+ 62 108.139 899 2 0 0.935445 -0.177299 -145.85
+ 62 165.001 904 1 1 1.02148 -0.183504 -174.45
+ 62 130.755 899 1 0 1.02676 -0.180482 -175.85
+ 62 112.43 905 0 1 1.15592 -0.147085 -204.45
+ 62 328.027 899 0 0 1.17882 -0.162011 -205.85
+ 62 276.14 900 4 1 0.0992222 0.131338 -84.45
+ 62 127.989 900 4 0 0.0680158 0.158179 -85.8504
+ 62 133.293 895 3 1 -1.02804 0.18414 -114.45
+ 62 123.816 901 3 0 -1.03012 0.292646 -115.85
+ 62 125.646 900 2 1 0.171979 1.6623 -144.45
+ 62 118.451 909 2 0 0.365407 1.90414 -145.85
+ 62 76.4427 920 1 1 4.14545 8.25536 -174.45
+ 62 73.7004 921 1 1 4.25 8.2694 -174.673
+ 62 148.091 942 1 0 5.23691 8.47636 -175.85
+ 62 108.695 890 3 1 -1.95206 -1.89443 -114.45
+ 62 121.201 889 3 0 -1.85321 -2.15279 -115.85
+ 62 207.541 902 2 1 0.588406 -8.04076 -144.45
+ 62 144.633 903 2 1 0.65 -8.11896 -144.519
+ 62 15.5302 853 2 0 1.52558 -9.42655 -145.85
+ 62 112.414 852 2 0 1.5412 -9.45 -145.874
+ 62 74.3785 851 2 0 1.66892 -9.65022 -146.061
+ 62 191.806 991 1 1 18.357 -37.6727 -174.45
+ 62 64.6578 704 1 0 18.5753 -39.1164 -175.85
+ 62 102.035 703 1 0 18.6047 -39.2502 -175.981
+ 62 14.0541 702 1 0 18.6522 -39.4502 -176.208
+ 62 134.506 1024 0 1 25.0432 -64.3259 -204.45
+ 62 133.596 575 0 0 24.5696 -64.9167 -205.85
+ 62 28.5475 574 0 0 24.4594 -65.05 -206.194
+ 62 29.621 480 0 0 29.0308 -83.9997 -206.25
+ 62 137.397 479 0 0 29.1214 -84.0501 -206.157
+ 62 40.7714 478 0 0 29.4008 -84.25 -205.926
+ 62 59.984 1050 0 1 30.1423 -84.9803 -204.85
+ 62 59.9016 1051 0 1 30.25 -85.1056 -204.652
+ 62 141.385 374 1 0 -14.7217 -105.193 -176.25
+ 62 112.144 373 1 0 -14.9928 -105.35 -176.092
+ 62 308.136 820 1 1 -15.875 -106.466 -174.85
+ 62 293.233 819 1 1 -16.05 -106.682 -174.451
+ 62 55.893 1708 1 0 -117.126 161.75 -175.998
+ 62 14.6627 725 0 0 50.435 -34.8563 -205.85
+ 62 36.3664 1151 0 1 50.4499 -34.8161 -204.85
+ 62 211.972 1152 0 1 50.45 -34.8148 -204.838
+Number of digits in this event = 27
e-
Event: 63
-Number of tracker hits in this event = 43
- 63 64.0047 899 4 0 -0.741645 -0.05 -86.05
- 63 326.765 891 3 1 -1.80588 -0.720081 -114.45
- 63 136.322 896 3 0 -1.84948 -0.745445 -115.85
- 63 203.778 886 2 1 -2.70248 -1.48952 -144.45
- 63 158.511 892 2 0 -2.76153 -1.58423 -145.85
- 63 116.632 880 1 1 -4.00802 -2.73355 -174.45
- 63 126.682 886 1 0 -4.03273 -2.73362 -175.85
- 63 131.954 876 0 1 -4.67185 -2.74714 -204.45
- 63 148.644 886 0 0 -4.67231 -2.72037 -205.85
- 63 59.8335 864 0 0 -4.6504 -7.11674 -206.139
- 63 59.6994 781 0 0 5.05481 -23.7001 -206.25
- 63 79.7892 780 0 0 5.16637 -23.85 -206.082
- 63 3.79851 779 0 0 5.32547 -24.05 -205.86
- 63 79.2567 931 0 1 6.25571 -25.0384 -204.85
- 63 78.9639 932 0 1 6.45 -25.1898 -204.623
- 63 1.17542 933 0 1 6.65 -25.286 -204.452
- 63 224.841 881 1 1 -3.69328 -2.49416 -174.45
- 63 275.476 887 1 0 -3.75423 -2.56555 -175.85
- 63 229.777 875 0 1 -4.9379 -4.01748 -204.45
- 63 119.977 879 0 0 -5.01121 -4.0624 -205.85
- 63 46.2309 874 0 1 -5.05 -3.9283 -204.659
- 63 141.771 880 0 0 -5.30707 -3.93989 -205.85
- 63 64.3803 872 0 1 -5.55066 -1.07156 -204.45
- 63 57.2764 871 0 1 -5.65 -1.06254 -204.661
- 63 149.08 894 0 0 -6.26681 -1.13049 -205.85
- 63 139.947 800 0 0 -14.2076 -19.9209 -206.25
- 63 44.7257 832 0 1 -13.5181 -20.1094 -204.85
- 63 153.465 833 0 1 -13.4499 -20.1228 -204.737
- 63 34.1465 834 0 1 -13.25 -20.1828 -204.453
- 63 12.1493 705 1 0 -8.09223 -39.0291 -176.25
- 63 127.677 704 1 0 -8.0868 -39.05 -176.217
- 63 2.84142 703 1 0 -8.12972 -39.2501 -175.861
- 63 38.7229 857 1 1 -8.58067 -39.6692 -174.85
- 63 84.5702 856 1 1 -8.65 -39.7249 -174.716
- 63 108.409 739 2 0 1.52618 -32.203 -146.25
- 63 85.9248 740 2 0 1.72972 -32.0499 -145.966
- 63 48.9535 911 2 1 2.37436 -30.4104 -144.85
- 63 623.064 912 2 1 2.45 -30.2794 -144.802
- 63 247.43 846 0 0 -4.42005 -10.6658 -206.25
- 63 16.9836 847 0 0 -4.18858 -10.65 -206.082
- 63 91.2477 745 2 0 2.55972 -30.9975 -145.85
- 63 71.4265 744 2 0 2.52785 -31.05 -145.865
- 63 149.292 792 1 0 -19.2008 -21.4785 -176.25
-Number of digits in this event = 20
+Number of tracker hits in this event = 50
+ 63 103.629 899 5 1 -0.0823181 0.0776955 -54.45
+ 63 109.69 900 5 0 -0.0874205 0.0835373 -55.85
+ 63 120.26 899 4 1 -0.187093 0.191162 -84.45
+ 63 126.134 900 4 0 -0.199416 0.191764 -85.85
+ 63 208.774 898 3 1 -0.4304 0.192043 -114.45
+ 63 224.771 900 3 0 -0.431204 0.193332 -115.85
+ 63 88.6532 897 2 1 -0.46886 0.248941 -144.45
+ 63 192.78 900 2 0 -0.470315 0.236829 -145.85
+ 63 120.073 897 1 1 -0.486323 -0.0626811 -174.45
+ 63 103.681 899 1 0 -0.487838 -0.0681926 -175.85
+ 63 187.361 897 0 1 -0.500354 -0.158934 -204.45
+ 63 106.656 899 0 0 -0.488848 -0.161463 -205.85
+ 63 8.54297 897 3 1 -0.453227 0.208398 -114.45
+ 63 36.1472 934 2 1 6.93797 -1.01841 -144.45
+ 63 65.1073 935 2 1 7.05019 -1.1011 -144.509
+ 63 73.8987 936 2 1 7.25017 -1.26966 -144.602
+ 63 121.394 937 2 1 7.45 -1.44681 -144.666
+ 63 112.285 938 2 1 7.65019 -1.60977 -144.673
+ 63 71.6202 939 2 1 7.85 -1.77783 -144.67
+ 63 94.5317 940 2 1 8.05016 -1.96047 -144.65
+ 63 98.331 941 2 1 8.25017 -2.21081 -144.638
+ 63 76.8435 942 2 1 8.45019 -2.40737 -144.628
+ 63 71.9543 943 2 1 8.65 -2.58055 -144.61
+ 63 87.0867 944 2 1 8.85015 -2.79466 -144.578
+ 63 85.9986 945 2 1 9.05 -2.99156 -144.561
+ 63 126.778 946 2 1 9.25015 -3.20352 -144.544
+ 63 62.2714 947 2 1 9.45 -3.43336 -144.54
+ 63 54.5686 948 2 1 9.65 -3.62043 -144.542
+ 63 100.327 949 2 1 9.85019 -3.77502 -144.571
+ 63 55.8789 950 2 1 10.0502 -3.90713 -144.564
+ 63 66.3836 951 2 1 10.2502 -3.98623 -144.527
+ 63 129.728 952 2 1 10.45 -4.05577 -144.517
+ 63 56.9171 953 2 1 10.65 -4.13794 -144.517
+ 63 132.264 954 2 1 10.85 -4.24209 -144.522
+ 63 121.423 955 2 1 11.05 -4.42352 -144.538
+ 63 80.1537 956 2 1 11.2502 -4.58741 -144.572
+ 63 110.284 957 2 1 11.4501 -4.80994 -144.633
+ 63 120.221 958 2 1 11.6501 -4.98035 -144.681
+ 63 25.1527 959 2 1 11.85 -5.35535 -144.833
+ 63 24.7891 843 2 0 11.4361 -11.3311 -145.85
+ 63 56.1146 842 2 0 11.4327 -11.45 -145.879
+ 63 97.6715 841 2 0 11.4501 -11.65 -145.935
+ 63 56.6371 840 2 0 11.4729 -11.85 -146.008
+ 63 84.1146 839 2 0 11.5454 -12.05 -146.127
+ 63 24.09 838 2 0 11.6477 -12.2502 -146.209
+ 63 135.554 895 0 1 -1.01787 0.284382 -204.45
+ 63 217.356 902 0 0 -1.04023 0.511236 -205.85
+ 63 231.581 901 0 0 -1.0212 0.449943 -206.093
+ 63 62.6776 807 1 1 -18.5842 27.2987 -174.85
+ 63 62.7922 1415 9 0 -138.419 103.208 63.75
+Number of digits in this event = 18
e-
Event: 64
-Number of tracker hits in this event = 15
- 64 123.616 899 5 1 -0.105999 0.122045 -54.45
- 64 109.486 900 5 0 -0.113507 0.119784 -55.85
- 64 97.2885 898 4 1 -0.262478 0.0700677 -84.45
- 64 253.321 900 4 0 -0.265034 0.069648 -85.85
- 64 153.942 898 3 1 -0.268671 0.0692266 -114.45
- 64 160.781 900 3 0 -0.253739 0.0735587 -115.85
- 64 98.5139 900 2 1 0.0528641 0.126983 -144.45
- 64 124.417 900 2 0 0.0631816 0.140991 -145.85
- 64 135.038 901 1 1 0.287619 0.431073 -174.45
- 64 96.7115 901 1 0 0.297475 0.446153 -175.85
- 64 12.3815 902 1 0 0.299766 0.45 -176.197
- 64 124.838 902 0 1 0.488177 0.763784 -204.45
- 64 140.219 903 0 0 0.492033 0.775998 -205.85
- 64 318.204 570 12 0 -142.714 -65.9378 153.75
- 64 109.947 569 12 0 -142.75 -66.05 154.042
-Number of digits in this event = 10
+Number of tracker hits in this event = 22
+ 64 173.08 899 5 1 -0.0607616 -0.0824637 -54.45
+ 64 126.884 899 5 0 -0.0628735 -0.0849251 -55.85
+ 64 93.8963 899 4 1 -0.123165 -0.133276 -84.45
+ 64 162.415 899 4 0 -0.132329 -0.140899 -85.85
+ 64 133.387 898 3 1 -0.279873 -0.283315 -114.45
+ 64 126.104 898 3 0 -0.288448 -0.29852 -115.85
+ 64 109.702 897 2 1 -0.470109 -0.632322 -144.45
+ 64 157.736 897 2 0 -0.480248 -0.643929 -145.85
+ 64 114.407 896 1 1 -0.674885 -0.88395 -174.45
+ 64 102.539 895 1 0 -0.684793 -0.886694 -175.85
+ 64 127.678 895 0 1 -0.869102 -0.951778 -204.45
+ 64 171.011 895 0 0 -0.857207 -0.931551 -205.85
+ 64 47.5173 930 5 0 -33.6896 6.2064 -56.2499
+ 64 485.204 931 5 0 -33.7698 6.25005 -56.1627
+ 64 40.8738 932 5 0 -33.1434 6.45 -56.0331
+ 64 78.7506 595 5 0 2.44442 -60.85 -56.1254
+ 64 141.677 1247 5 1 69.5601 178.689 -54.85
+ 64 77.6809 1248 5 1 69.6501 178.846 -54.6293
+ 64 77.1379 1249 5 1 69.8501 178.924 -54.6044
+ 64 57.6137 1250 5 1 70.0501 179.031 -54.7331
+ 64 25.8219 1783 5 0 71.5977 176.809 -55.85
+ 64 321.652 1782 5 0 71.6006 176.75 -55.8671
+Number of digits in this event = 12
e-
Event: 65
-Number of tracker hits in this event = 18
- 65 128.109 899 5 1 -0.132799 0.0619815 -54.45
- 65 109.498 900 5 0 -0.136678 0.0749175 -55.85
- 65 112.535 898 4 1 -0.257346 0.346849 -84.45
- 65 184.249 901 4 0 -0.263191 0.363912 -85.85
- 65 132.266 898 3 1 -0.336601 0.711363 -114.45
- 65 176.425 903 3 0 -0.33194 0.722358 -115.85
- 65 462.298 899 2 1 -0.219691 0.933216 -144.45
- 65 113.296 904 2 0 -0.21652 0.941825 -145.85
- 65 117.067 899 1 1 -0.132182 1.09185 -174.45
- 65 212.431 905 1 0 -0.124666 1.0896 -175.85
- 65 184.924 901 2 0 0.141051 0.44694 -145.85
- 65 45.1762 784 2 0 22.8918 -23.1832 -146.25
- 65 95.6804 783 2 0 22.8997 -23.25 -146.111
- 65 96.9773 1018 2 1 23.7245 -23.6866 -144.85
- 65 39.7068 1019 2 1 23.85 -23.645 -144.52
- 65 4.9351 884 3 1 -3.10392 -100.413 -114.85
- 65 9.38092 898 4 0 -6.3003 -0.276645 -85.85
- 65 89.2724 862 0 0 -23.4393 -7.4797 -206.25
-Number of digits in this event = 8
+Number of tracker hits in this event = 11
+ 65 142.296 899 4 1 -0.108982 0.46268 -84.45
+ 65 133.291 902 4 0 -0.107961 0.477127 -85.85
+ 65 213.235 899 3 1 -0.122121 0.778756 -114.45
+ 65 97.8113 903 3 0 -0.120753 0.792987 -115.85
+ 65 120.365 899 2 1 -0.0604869 1.07947 -144.45
+ 65 120.292 900 1 1 0.245263 1.2522 -174.45
+ 65 115.566 906 1 0 0.251249 1.25924 -175.85
+ 65 117.223 902 0 1 0.460712 1.38914 -204.45
+ 65 143.05 907 0 0 0.479672 1.45059 -205.85
+ 65 145.481 1066 0 0 -30.8228 33.2732 -205.964
+ 65 177.618 1065 0 0 -30.7984 33.25 -205.91
+Number of digits in this event = 10
e-
Event: 66
-Number of tracker hits in this event = 52
- 66 139.781 900 5 1 0.242349 -0.0992721 -54.45
- 66 180.049 899 5 0 0.258561 -0.112987 -55.85
- 66 119.624 903 4 1 0.669065 -0.465984 -84.45
- 66 119.214 897 4 0 0.676496 -0.494537 -85.85
- 66 154.818 904 3 1 0.914036 -1.14892 -114.45
- 66 128.054 894 3 0 0.929992 -1.18806 -115.85
- 66 203.939 906 2 1 1.36177 -1.84007 -144.45
- 66 126.454 890 2 0 1.38911 -1.88093 -145.85
- 66 105.653 911 1 1 2.31622 -2.57018 -174.45
- 66 81.8456 887 1 0 2.30417 -2.63269 -175.85
- 66 57.5227 886 1 0 2.30293 -2.65 -176.2
- 66 188.907 912 0 1 2.45006 -3.9733 -204.45
- 66 9.14611 880 0 0 2.57961 -4.0476 -205.85
- 66 121.565 879 0 0 2.58352 -4.05 -205.894
- 66 174.137 911 0 1 2.45 -3.91853 -204.596
- 66 50.3632 910 0 1 2.25 -3.94343 -204.656
- 66 102.176 909 0 1 2.05 -4.00744 -204.683
- 66 97.4845 908 0 1 1.84988 -4.08593 -204.665
- 66 23.2726 907 0 1 1.64994 -4.24162 -204.784
- 66 53.0819 875 0 0 1.15064 -4.91733 -205.85
- 66 74.0655 874 0 0 1.07542 -5.05 -206.001
- 66 43.247 873 0 0 1.09368 -5.25012 -206.092
- 66 60.2082 872 0 0 1.11631 -5.45 -206.076
- 66 102.094 871 0 0 1.19848 -5.65 -206.017
- 66 56.813 870 0 0 1.34194 -5.85 -206.126
- 66 40.5912 862 0 0 3.85455 -7.61209 -206.25
- 66 97.8792 861 0 0 3.90767 -7.65 -206.198
- 66 138.659 860 0 0 4.0854 -7.85 -206.163
- 66 178.238 347 0 0 70.7827 -110.564 -206.25
- 66 10.4063 901 5 1 0.25 -0.0827421 -54.46
- 66 78.7205 907 2 1 1.45008 -1.72007 -144.757
- 66 124.011 908 2 1 1.65 -1.66022 -144.734
- 66 218.078 909 2 1 1.85005 -1.72272 -144.591
- 66 139.115 1142 4 0 -68.7287 48.4999 -86.25
- 66 13.5434 902 3 1 0.517177 -0.36723 -114.45
- 66 265.264 902 1 1 0.625147 -0.0784408 -174.45
- 66 203.127 899 1 0 0.620776 -0.0804088 -175.85
- 66 32.4071 846 0 1 -10.7792 3.81956 -204.45
- 66 153.36 845 0 1 -10.85 3.8249 -204.493
- 66 61.965 844 0 1 -11.05 3.83451 -204.667
- 66 28.5406 843 0 1 -11.25 3.86163 -204.794
- 66 210.939 920 0 0 -13.0425 4.07072 -205.85
- 66 90.6841 921 0 0 -13.4463 4.25012 -205.983
- 66 145.695 922 0 0 -13.6808 4.45013 -206.007
- 66 25.9287 923 0 0 -14.108 4.65 -205.868
- 66 34.5885 822 0 1 -15.5357 4.91367 -204.85
- 66 132.275 821 0 1 -15.6501 4.9334 -204.774
- 66 65.5167 820 0 1 -15.8501 4.97329 -204.607
- 66 21.2133 819 0 1 -16.0501 5.04728 -204.491
- 66 144.792 897 3 0 -0.166308 -0.516775 -115.85
- 66 28.9212 976 0 1 15.25 -5.7541 -204.743
- 66 230.231 1385 2 1 97.15 -13.5408 -144.71
-Number of digits in this event = 23
+Number of tracker hits in this event = 14
+ 66 119.131 900 5 1 0.165309 0.223656 -54.45
+ 66 114.941 900 5 0 0.163852 0.218063 -55.85
+ 66 142.829 900 4 1 0.133178 0.117069 -84.45
+ 66 156.913 900 4 0 0.135056 0.113081 -85.85
+ 66 120.554 900 2 1 0.168626 -0.168355 -144.45
+ 66 124.632 899 2 0 0.175479 -0.171239 -145.85
+ 66 102.691 901 1 1 0.371594 -0.20626 -174.45
+ 66 118.334 899 1 0 0.38905 -0.20937 -175.85
+ 66 120.349 903 0 1 0.738913 -0.292825 -204.45
+ 66 136.773 898 0 0 0.754261 -0.292461 -205.85
+ 66 15.1888 794 2 0 -120.644 -21.1242 -146.25
+ 66 39.7431 793 2 0 -121.251 -21.25 -145.867
+ 66 59.7206 290 2 1 -122.097 -20.9754 -144.85
+ 66 156.956 289 2 1 -122.15 -20.9274 -144.767
+Number of digits in this event = 8
e-
Event: 67
-Number of tracker hits in this event = 43
- 67 473.17 900 4 1 0.185471 -0.287423 -84.45
- 67 272.566 898 4 0 0.209491 -0.276961 -85.85
- 67 104.367 904 2 1 0.899728 0.403106 -144.45
- 67 137.001 901 2 0 0.888302 0.371195 -145.85
- 67 105.917 902 1 1 0.576657 -0.410928 -174.45
- 67 92.5698 897 1 0 0.545765 -0.450441 -175.85
- 67 119.299 899 0 1 -0.130241 -1.21476 -204.45
- 67 106.077 893 0 0 -0.166149 -1.25575 -205.85
- 67 147.544 906 3 1 1.25934 -0.412396 -114.45
- 67 111.677 897 3 0 1.48461 -0.53188 -115.85
- 67 107.07 930 2 1 6.12889 -3.16422 -144.45
- 67 115.035 883 2 0 6.15297 -3.38171 -145.85
- 67 121.821 938 1 1 7.80837 -8.06978 -174.45
- 67 117.218 858 1 0 7.51185 -8.31846 -175.85
- 67 98.7646 907 0 1 1.55714 -15.02 -204.45
- 67 83.2024 906 0 1 1.45 -15.046 -204.694
- 67 129.336 824 0 0 0.92389 -15.1982 -205.85
- 67 181.092 685 0 0 -30.8025 -42.993 -206.25
- 67 163.791 684 0 0 -30.845 -43.05 -206.214
- 67 94.9393 683 0 0 -31.0113 -43.25 -206.102
- 67 77.5061 682 0 0 -31.1588 -43.45 -205.981
- 67 95.1153 738 0 1 -32.2665 -44.8364 -204.85
- 67 87.962 737 0 1 -32.45 -45.0338 -204.659
- 67 18.2833 736 0 1 -32.8131 -45.1677 -204.45
- 67 196.555 735 0 1 -32.85 -45.0996 -204.496
- 67 4.44138 734 0 1 -33.05 -44.5518 -204.837
- 67 55.1805 686 0 0 -33.1296 -42.85 -205.872
- 67 77.5075 687 0 0 -33.1379 -42.65 -206.012
- 67 36.9555 688 0 0 -33.1571 -42.45 -206.168
- 67 73.6722 905 3 1 1.25 -0.49239 -114.711
- 67 93.0012 894 3 0 0.508321 -1.07523 -115.85
- 67 658.33 898 3 1 -0.308327 -1.6854 -114.85
- 67 293.756 899 4 0 0.211461 -0.215542 -85.85
- 67 105.995 910 3 1 2.07114 1.66457 -114.45
- 67 69.2543 908 3 0 2.08455 1.81519 -115.85
- 67 36.295 909 3 0 2.08895 1.85 -116.139
- 67 157.073 912 2 1 2.5871 5.09846 -144.45
- 67 131.356 925 2 0 2.58665 5.1579 -145.85
- 67 109.734 913 1 1 2.71305 6.54842 -174.45
- 67 108.427 932 1 0 2.67431 6.60083 -175.85
- 67 113.826 894 0 1 -1.12519 11.295 -204.45
- 67 88.9271 957 0 0 -1.21786 11.6104 -205.85
- 67 66.965 958 0 0 -1.22856 11.65 -206.026
+Number of tracker hits in this event = 25
+ 67 106.82 900 4 0 0.0526083 0.178107 -85.85
+ 67 116.644 900 3 1 0.203714 0.325022 -114.45
+ 67 163.112 901 3 0 0.214331 0.334783 -115.85
+ 67 182.421 901 2 1 0.435265 0.549678 -144.45
+ 67 130.28 902 2 0 0.457225 0.562061 -145.85
+ 67 107.811 904 1 1 0.906517 0.826492 -174.45
+ 67 194.378 903 1 0 0.921658 0.836504 -175.85
+ 67 285.401 905 0 1 1.21902 1.02754 -204.45
+ 67 129.487 904 0 0 1.23307 1.03275 -205.85
+ 67 150.321 906 0 1 1.25 0.913409 -204.824
+ 67 35.7099 900 0 0 6.62475 0.22676 -205.85
+ 67 4.96449 975 0 1 15.225 -2.23789 -204.85
+ 67 80.4777 885 0 0 16.6162 -3.0347 -205.85
+ 67 157.438 884 0 0 16.655 -3.05002 -205.864
+ 67 117.103 746 0 0 -1.6005 -30.7807 -206.25
+ 67 153.566 1426 1 0 -52.9063 105.35 -176.161
+ 67 187.781 612 1 1 -57.538 122.209 -174.45
+ 67 45.0216 613 1 1 -57.45 122.147 -174.729
+ 67 90.6782 1514 1 0 -57.8874 122.969 -175.85
+ 67 174.911 1513 1 0 -57.8731 122.95 -176.03
+ 67 31.9466 604 2 0 44.3773 -59.2081 -146.25
+ 67 87.3001 603 2 0 44.4346 -59.25 -146.179
+ 67 51.5487 1120 2 1 44.1574 -59.558 -144.85
+ 67 77.6305 1119 2 1 44.05 -59.5355 -144.717
+ 67 289.209 1118 2 1 43.85 -59.7199 -144.64
Number of digits in this event = 14
e-
Event: 68
-Number of tracker hits in this event = 37
- 68 161.812 900 5 0 0.172305 0.054118 -55.85
- 68 98.0374 900 4 1 0.117621 0.364273 -84.45
- 68 112.671 901 4 0 0.109849 0.371815 -85.85
- 68 147.198 899 3 1 -0.21876 0.468672 -114.45
- 68 199.822 901 3 0 -0.138382 0.412581 -115.85
- 68 134.24 906 2 1 1.31261 -1.01017 -144.45
- 68 200.943 894 2 0 1.44029 -1.05301 -145.85
- 68 138.284 923 1 1 4.75743 -1.33655 -174.45
- 68 114.066 893 1 0 4.87436 -1.30587 -175.85
- 68 56.9987 934 0 1 7.02519 0.551136 -204.45
- 68 43.3562 935 0 1 7.05 0.540606 -204.659
- 68 49.6053 902 0 0 7.18951 0.458899 -205.85
- 68 50.4261 901 0 0 7.20705 0.45 -206.008
- 68 124.716 802 2 0 34.8671 -19.5756 -146.25
- 68 200.943 803 2 0 35.0407 -19.45 -146.108
- 68 129.943 900 6 0 -0.0658919 0.0500232 -26.1096
- 68 226.886 925 0 1 5.13918 0.778851 -204.45
- 68 235.743 904 0 0 5.23376 0.861599 -205.85
- 68 24.3867 1012 0 0 36.4635 22.5975 -206.25
- 68 191.464 1013 0 0 36.5316 22.65 -206.223
- 68 101.827 1014 0 0 36.7522 22.8501 -206.189
- 68 52.055 1015 0 0 36.8802 23.0501 -206.15
- 68 60.8848 1051 0 0 50.3888 30.3885 -206.25
- 68 88.7217 1052 0 0 50.3145 30.45 -206.132
- 68 56.8563 1053 0 0 50.3023 30.6501 -206.034
- 68 93.8367 1054 0 0 50.3025 30.8501 -206.037
- 68 77.8405 1055 0 0 50.257 31.05 -206.103
- 68 66.7375 1140 0 0 54.189 48.231 -206.25
- 68 226.026 1141 0 0 54.0845 48.25 -206.109
- 68 196.781 1166 0 1 53.3799 48.6131 -204.85
- 68 5.62948 1560 12 0 -126.433 132.231 153.75
- 68 15.8764 1561 12 0 -126.54 132.35 154.103
- 68 188.514 267 12 1 -126.745 132.996 155.15
- 68 87.8439 268 12 1 -126.55 133.524 155.524
- 68 150.081 269 12 1 -126.35 133.706 155.446
- 68 246.711 270 12 1 -126.15 134.019 155.348
- 68 175.373 271 12 1 -125.95 134.07 155.3
-Number of digits in this event = 19
+Number of tracker hits in this event = 9
+ 68 108.451 900 4 0 -0.0526397 0.24684 -85.85
+ 68 187.211 898 3 1 -0.289085 0.366561 -114.45
+ 68 203.29 901 3 0 -0.292652 0.372383 -115.85
+ 68 161.907 898 2 1 -0.360979 0.509795 -144.45
+ 68 157.559 902 2 0 -0.365371 0.510446 -145.85
+ 68 133.02 897 1 1 -0.464383 0.534914 -174.45
+ 68 126.928 902 1 0 -0.457668 0.519856 -175.85
+ 68 118.839 898 0 1 -0.332489 0.19209 -204.45
+ 68 102.566 900 0 0 -0.324822 0.171846 -205.85
+Number of digits in this event = 8
e-
Event: 69
-Number of tracker hits in this event = 10
- 69 132.293 900 5 1 0.109358 0.0794744 -54.45
- 69 231.618 900 5 0 0.116136 0.080741 -55.85
- 69 108.948 900 4 1 0.196604 0.100705 -84.45
- 69 111.098 900 4 0 0.210155 0.101005 -85.85
- 69 309.956 902 3 1 0.45688 0.0989002 -114.45
- 69 144.3 900 3 0 0.468271 0.0948081 -115.85
- 69 123.811 904 0 1 0.952538 0.12135 -204.45
- 69 157.045 900 0 0 0.947399 0.124201 -205.85
- 69 168.997 903 3 1 0.650034 0.328137 -114.499
- 69 222.312 1054 0 1 30.85 -1.09743 -204.762
-Number of digits in this event = 9
+Number of tracker hits in this event = 50
+ 69 158.707 896 2 1 -0.823078 -0.677962 -144.45
+ 69 110.081 896 2 0 -0.80863 -0.775447 -145.85
+ 69 123.877 897 1 1 -0.495601 -2.97879 -174.45
+ 69 131.991 884 1 0 -0.560226 -3.09847 -175.85
+ 69 505.944 891 0 1 -1.81192 -5.11907 -204.45
+ 69 195.327 874 0 0 -1.90413 -5.15157 -205.85
+ 69 39.8989 890 0 1 -1.85005 -5.12439 -204.58
+ 69 279.172 872 0 0 -1.46231 -5.56024 -205.85
+ 69 46.9075 871 0 0 -1.39957 -5.65 -206.172
+ 69 23.45 918 0 0 30.6644 3.82389 -206.25
+ 69 105.036 919 0 0 30.7043 3.85 -206.227
+ 69 55.7662 920 0 0 30.9751 4.05013 -206.013
+ 69 37.9426 1059 0 1 31.9754 4.78952 -204.85
+ 69 71.8633 1060 0 1 32.05 4.83818 -204.765
+ 69 33.3294 1061 0 1 32.25 4.96139 -204.546
+ 69 109.022 1002 1 0 59.4253 20.4878 -176.25
+ 69 129.043 1003 1 0 59.6987 20.65 -176.037
+ 69 14.2636 1204 1 1 61.0051 21.4452 -174.85
+ 69 81.6802 1205 1 1 61.05 21.4771 -174.809
+ 69 74.2149 1206 1 1 61.2502 21.6229 -174.645
+ 69 14.7939 1207 1 1 61.45 21.8004 -174.489
+ 69 113.734 1210 1 1 62.0546 22.0458 -174.45
+ 69 90.5398 1211 1 1 62.25 22.4093 -174.644
+ 69 85.2258 1017 1 0 63.1957 23.4537 -175.85
+ 69 112.877 1018 1 0 63.4584 23.6501 -176.007
+ 69 32.5952 1019 1 0 63.6993 23.85 -176.189
+ 69 26.2757 1607 1 0 97.8704 141.662 -176.25
+ 69 75.2224 1608 1 0 97.8838 141.75 -176.22
+ 69 74.4358 1609 1 0 98.0006 141.95 -176.08
+ 69 112.777 1387 1 1 97.6627 141.846 -174.85
+ 69 92.1145 1386 1 1 97.55 141.767 -174.602
+ 69 89.9855 899 4 0 -0.191243 -0.0500449 -86.188
+ 69 46.4601 900 4 0 -0.555233 0.050076 -86.2086
+ 69 41.0821 1197 4 0 -42.9074 59.575 -86.25
+ 69 65.2303 1198 4 0 -42.9168 59.6501 -86.2146
+ 69 210.566 1060 4 0 -99.4556 32.0941 -86.2499
+ 69 29.4053 1096 3 1 39.3839 17.2853 -114.85
+ 69 534.763 899 0 1 -0.149106 0.0501818 -204.578
+ 69 18.7557 909 0 0 -0.332571 1.97869 -205.85
+ 69 73.0495 910 0 0 -0.336929 2.05 -205.9
+ 69 73.1238 911 0 0 -0.372839 2.25 -206.083
+ 69 79.5701 898 0 1 -0.297353 -0.0500097 -204.487
+ 69 92.3273 897 0 1 -0.456082 0.05 -204.689
+ 69 44.3034 902 0 0 -1.57862 0.580611 -205.85
+ 69 179.039 903 0 0 -1.70208 0.650077 -205.979
+ 69 181.377 833 0 1 -13.25 11.546 -204.542
+ 69 99.1196 921 3 1 4.25 50.6158 -114.682
+ 69 167.593 951 5 0 -51.0863 10.25 -55.904
+ 69 40.5109 661 5 1 -47.85 6.38583 -54.4872
+ 69 78.8713 1000 8 0 37.9608 20.1418 33.75
+Number of digits in this event = 13
e-
Event: 70
-Number of tracker hits in this event = 31
- 70 130.86 899 5 1 -0.101714 0.392346 -54.45
- 70 168.76 901 5 0 -0.120835 0.411085 -55.85
- 70 239.597 897 4 1 -0.516 0.816755 -84.45
- 70 129.442 903 4 0 -0.534397 0.836973 -85.85
- 70 108.899 895 3 1 -1.02053 1.35419 -114.45
- 70 135.323 906 3 0 -1.04634 1.38909 -115.85
- 70 153.963 892 2 1 -1.5956 2.09773 -144.45
- 70 121.295 910 2 0 -1.63574 2.14834 -145.85
- 70 145.893 887 1 1 -2.5441 3.2866 -174.45
- 70 116.619 916 1 0 -2.55788 3.34791 -175.85
- 70 145.352 886 0 1 -2.71563 4.62966 -204.45
- 70 259.746 923 0 0 -2.73579 4.69204 -205.85
- 70 208.833 908 2 0 -1.541 1.83069 -145.874
- 70 45.7592 909 2 0 -1.60766 1.85 -146.156
- 70 74.801 764 2 0 -17.9487 -27.1543 -146.25
- 70 79.2693 763 2 0 -17.9617 -27.25 -146.178
- 70 54.0427 762 2 0 -17.9579 -27.45 -146.028
- 70 324.726 809 2 1 -18.1284 -28.4621 -144.85
- 70 115.647 808 2 1 -18.25 -28.7198 -144.55
- 70 204.91 810 2 1 -18.0165 -28.8181 -144.45
- 70 89.0614 807 2 1 -18.45 -29.6031 -144.841
- 70 266.356 806 2 1 -18.6501 -29.7363 -144.711
- 70 106.524 805 2 1 -18.85 -30.1898 -144.523
- 70 281.204 900 0 1 0.105931 0.766754 -204.45
- 70 90.9622 907 0 0 -0.0673117 1.51927 -205.85
- 70 68.8007 908 0 0 -0.0987336 1.65 -206.077
- 70 181.609 930 1 1 6.15722 -0.683333 -174.45
- 70 111.975 894 1 0 6.26888 -1.0986 -175.85
- 70 54.3441 903 0 0 0.200419 0.65368 -205.85
- 70 109.779 902 0 0 0.205633 0.65 -206.037
- 70 80.6174 960 11 0 -63.0744 12.05 123.764
-Number of digits in this event = 17
+Number of tracker hits in this event = 46
+ 70 97.4946 901 5 1 0.267873 -0.103239 -54.45
+ 70 129.022 899 5 0 0.283204 -0.114273 -55.85
+ 70 93.4213 902 4 1 0.584159 -0.34258 -84.45
+ 70 218.379 898 4 0 0.586023 -0.352145 -85.85
+ 70 124.649 902 3 1 0.635268 -0.574328 -114.45
+ 70 105.003 897 3 0 0.643664 -0.588358 -115.85
+ 70 167.32 903 2 1 0.786016 -0.897799 -144.45
+ 70 215.585 895 2 0 0.789413 -0.914234 -145.85
+ 70 104.809 904 1 1 0.90695 -1.31399 -174.45
+ 70 105.412 893 1 0 0.934461 -1.34689 -175.85
+ 70 122.143 907 0 1 1.56786 -2.10414 -204.45
+ 70 139.979 889 0 0 1.5998 -2.16039 -205.85
+ 70 245.559 875 4 0 -9.62227 -4.90387 -86.25
+ 70 142.303 902 2 1 0.64379 -0.882944 -144.45
+ 70 15.702 896 2 0 1.034 -0.85 -146.186
+ 70 96.4036 924 1 1 4.85697 5.06497 -174.45
+ 70 44.6252 923 1 1 4.84998 4.92147 -174.737
+ 70 24.9593 922 1 0 4.76533 4.48773 -175.85
+ 70 201.162 921 1 0 4.75714 4.44992 -175.943
+ 70 123.379 920 1 0 4.8428 4.24987 -176.198
+ 70 89.6372 919 1 0 4.94305 4.04988 -176.129
+ 70 76.5667 918 1 0 5.00894 3.84988 -176.046
+ 70 84.6806 917 1 0 5.14861 3.64991 -175.978
+ 70 61.6869 916 1 0 5.30303 3.45 -175.959
+ 70 87.7852 915 1 0 5.36215 3.24991 -176.023
+ 70 8.04809 914 1 0 5.42156 3.04995 -176.223
+ 70 71.3191 904 2 0 1.5018 0.85 -145.949
+ 70 31.0927 894 0 0 2.04899 -1.24857 -205.85
+ 70 62.3045 904 2 1 0.85 -0.887015 -144.678
+ 70 23.6231 905 2 1 1.05012 -0.967787 -144.825
+ 70 79.7604 891 2 0 1.88755 -1.77561 -145.85
+ 70 109.85 890 2 0 1.95708 -1.85014 -145.953
+ 70 113.142 889 2 0 2.03783 -2.05 -146.046
+ 70 59.3281 888 2 0 2.12309 -2.25 -146.155
+ 70 32.8329 887 2 0 2.1321 -2.45 -146.222
+ 70 172.714 594 2 0 -21.8511 -61.1617 -146.25
+ 70 90.1729 593 2 0 -22.2745 -61.25 -145.946
+ 70 122.116 785 2 1 -22.968 -61.7705 -144.85
+ 70 56.0227 784 2 1 -23.05 -61.7937 -144.621
+ 70 9.83173 905 13 0 -122.816 1.1113 183.75
+ 70 5.11757 284 13 1 -123.342 1.5774 185.15
+ 70 50.9193 283 13 1 -123.35 1.58069 185.161
+ 70 7.18986 901 13 0 -124.815 0.401697 184.15
+ 70 3.16048 270 13 1 -126 -2.06515 185.15
+ 70 2.4687 882 13 0 -128.236 -3.58547 184.15
+ 70 126.542 253 13 1 -129.513 -5.30123 185.15
+Number of digits in this event = 16
e-
Event: 71
-Number of tracker hits in this event = 26
- 71 285.025 900 3 1 0.131394 -0.524295 -114.45
- 71 134.721 897 3 0 0.121743 -0.542046 -115.85
- 71 398.712 899 2 1 -0.0878389 -0.975011 -144.45
- 71 114.554 895 2 0 -0.101554 -0.98357 -145.85
- 71 98.7392 898 1 1 -0.372758 -1.13381 -174.45
- 71 185.718 894 1 0 -0.393006 -1.13783 -175.85
- 71 136.597 896 0 1 -0.80984 -1.17461 -204.45
- 71 105.57 894 0 0 -0.847771 -1.18604 -205.85
- 71 168.955 894 2 0 -0.358 -1.05332 -145.85
- 71 125.695 884 1 1 -3.16095 -5.63675 -174.45
- 71 105.178 872 1 0 -3.38968 -5.53826 -175.85
- 71 85.4355 860 0 1 -7.91744 -5.80289 -204.45
- 71 19.5157 861 0 1 -7.85 -5.7634 -204.77
- 71 35.2164 871 0 0 -7.56064 -5.67358 -205.85
- 71 74.8828 872 0 0 -7.51982 -5.65 -205.996
- 71 104.475 887 0 1 -2.50705 26.4466 -204.85
- 71 10.0284 825 2 0 -49.5313 -14.9758 -146.25
- 71 18.0862 871 2 0 -49.2004 -5.82442 -146.25
- 71 177.919 870 2 0 -49.1948 -5.85 -146.219
- 71 102.264 907 1 1 1.56882 -3.6411 -174.45
- 71 36.3925 883 1 0 1.36774 -3.28749 -175.85
- 71 157.083 884 1 0 1.33629 -3.25 -176.015
- 71 125.316 874 0 1 -5.08979 3.60895 -204.45
- 71 134.774 920 0 0 -5.05284 4.10135 -205.85
- 71 18.6159 1299 1 0 -31.1942 79.925 -176.25
- 71 202.133 9 4 0 -69.3392 -178.269 -86.25
-Number of digits in this event = 15
+Number of tracker hits in this event = 36
+ 71 137.027 899 5 0 -0.0730005 -0.0923032 -55.8504
+ 71 141.249 902 4 1 0.585763 -2.23751 -84.45
+ 71 113.49 889 4 0 0.778061 -2.23863 -85.8504
+ 71 145.985 921 3 1 4.31222 -2.07892 -114.45
+ 71 109.424 889 3 0 4.34933 -2.09824 -115.85
+ 71 144.792 925 2 1 5.12448 -2.52824 -144.45
+ 71 124.789 886 2 0 4.99484 -2.77014 -145.85
+ 71 31.7043 915 1 1 3.07518 -7.78633 -174.45
+ 71 70.3161 914 1 1 3.05 -7.81676 -174.567
+ 71 90.2898 859 1 0 2.79319 -8.15887 -175.85
+ 71 22.3961 858 1 0 2.72985 -8.25 -176.169
+ 71 84.3423 885 0 1 -3.00852 -16.3754 -204.45
+ 71 110.844 884 0 1 -3.05 -16.4182 -204.683
+ 71 29.2009 817 0 0 -3.27992 -16.6326 -205.85
+ 71 103.126 816 0 0 -3.29885 -16.65 -205.947
+ 71 267.401 897 1 1 -0.503717 -0.119564 -174.45
+ 71 245.272 899 1 0 -0.49667 -0.124113 -175.85
+ 71 306.26 897 0 1 -0.450434 -0.33281 -204.45
+ 71 46.5811 898 0 1 -0.45 -0.318587 -204.673
+ 71 267.037 899 0 0 -0.448854 -0.241988 -205.85
+ 71 97.7927 898 0 0 -0.631905 -0.377165 -205.85
+ 71 6.61912 940 1 0 -8.40711 8.24412 -176.25
+ 71 130.413 941 1 0 -8.41089 8.25002 -176.228
+ 71 28.6789 855 1 1 -8.86758 8.43471 -174.85
+ 71 95.4406 856 1 1 -8.84999 8.43324 -174.743
+ 71 172.064 857 1 1 -8.64991 8.48849 -174.573
+ 71 14.9993 858 1 1 -8.44996 8.35931 -174.47
+ 71 21.3839 142 3 0 18.5314 -151.654 -116.25
+ 71 56.1215 141 3 0 18.5219 -151.75 -116.221
+ 71 71.406 140 3 0 18.5371 -151.95 -116.137
+ 71 330.454 139 3 0 18.4805 -152.15 -116.062
+ 71 58.3265 986 3 1 17.4408 -151.166 -114.85
+ 71 174.372 150 3 0 14.0503 -150.105 -115.85
+ 71 138.516 151 3 0 13.7171 -149.95 -116.026
+ 71 149.989 152 3 0 13.5486 -149.75 -115.979
+ 71 119.969 670 1 1 -45.8911 39.0035 -174.45
+Number of digits in this event = 17
e-
Event: 72
-Number of tracker hits in this event = 23
- 72 205.441 900 5 1 0.118477 0.0552222 -54.45
- 72 117.413 900 5 0 0.12485 0.0623174 -55.85
- 72 110.768 901 4 1 0.256081 0.181893 -84.45
- 72 195.015 900 4 0 0.265441 0.177356 -85.85
- 72 158.755 901 3 1 0.432971 0.109385 -114.45
- 72 122.901 900 3 0 0.436426 0.0977448 -115.85
- 72 102.593 902 2 1 0.482883 -0.147718 -144.45
- 72 117.599 899 2 0 0.483654 -0.155487 -145.85
- 72 303.09 902 1 1 0.480454 -0.306609 -174.45
- 72 109.282 898 1 0 0.474847 -0.319497 -175.85
- 72 125.533 901 0 1 0.342411 -0.569725 -204.45
- 72 97.8886 897 0 0 0.328014 -0.583544 -205.85
- 72 93.4745 903 1 1 0.667164 -0.115819 -174.45
- 72 138.863 904 1 1 0.85 -0.217186 -174.53
- 72 72.5785 905 1 1 1.05016 -0.35058 -174.592
- 72 134.034 906 1 1 1.25 -0.48794 -174.656
- 72 43.286 907 1 1 1.45014 -0.691547 -174.773
- 72 62.2827 890 1 0 2.65653 -1.93291 -175.85
- 72 100.688 889 1 0 2.82951 -2.05 -175.968
- 72 96.0442 889 0 1 -2.20567 1.29194 -204.45
- 72 117.727 905 0 0 -2.00525 1.11281 -205.85
- 72 55.4285 729 6 1 -34.05 -46.6842 -24.7249
- 72 52.2763 730 6 1 -34.05 -46.6796 -24.6806
-Number of digits in this event = 9
+Number of tracker hits in this event = 6
+ 72 105.353 902 2 1 0.590456 0.558059 -144.45
+ 72 155.605 902 2 0 0.619794 0.567689 -145.85
+ 72 146.506 905 1 1 1.17806 0.737884 -174.45
+ 72 118.569 903 1 0 1.2021 0.742845 -175.85
+ 72 100.358 908 0 1 1.67016 0.86525 -204.45
+ 72 129.687 904 0 0 1.70009 0.874616 -205.85
+Number of digits in this event = 4
e-
Event: 73
-Number of tracker hits in this event = 31
- 73 109.887 900 5 1 0.0927358 -0.168385 -54.45
- 73 157.326 899 5 0 0.0859204 -0.177905 -55.85
- 73 199.023 899 4 1 -0.0716814 -0.348136 -84.45
- 73 139.338 898 4 0 -0.0682403 -0.357477 -85.85
- 73 42.4342 900 3 1 0.05 -0.541548 -114.749
- 73 257.565 897 3 0 0.0595541 -0.543765 -115.85
- 73 161.351 901 2 1 0.296328 -0.618745 -144.45
- 73 108.724 897 2 0 0.299175 -0.626308 -145.85
- 73 251.816 901 1 1 0.310952 -0.779557 -174.45
- 73 186.105 896 1 0 0.307836 -0.787628 -175.85
- 73 116.017 900 0 1 0.222236 -0.920777 -204.45
- 73 292.916 895 0 0 0.223184 -0.922534 -205.85
- 73 236.256 899 3 1 -0.140433 0.113363 -114.45
- 73 220.41 900 3 0 -0.147633 0.119069 -115.85
- 73 261.111 898 2 1 -0.340921 0.930808 -144.45
- 73 189.962 904 2 0 -0.337293 0.996281 -145.85
- 73 464.762 900 1 1 0.0998414 2.27621 -174.45
- 73 149.152 911 1 0 0.142019 2.26592 -175.85
- 73 87.4437 903 0 1 0.803307 1.84165 -204.45
- 73 38.5205 904 0 1 0.85 1.83102 -204.767
- 73 107.797 908 0 0 0.946245 1.7544 -205.85
- 73 72.4745 915 1 0 0.88588 3.07034 -175.85
- 73 26.5617 914 1 0 0.901423 3.04998 -175.871
- 73 131.933 913 1 0 0.994436 2.75036 -175.85
- 73 33.5726 898 3 0 0.892403 -0.423353 -115.85
- 73 135.883 896 3 0 1.08516 -0.650097 -116.014
- 73 115.356 895 3 0 1.21053 -0.850069 -116.052
- 73 246.396 894 3 0 1.1185 -1.05 -116.088
- 73 138.791 899 3 0 -0.211074 -0.114604 -115.85
- 73 94.7819 898 2 0 -0.391668 -0.390964 -145.85
- 73 102.303 905 0 1 1.2009 -0.854469 -204.45
-Number of digits in this event = 19
+Number of tracker hits in this event = 12
+ 73 159.248 900 5 1 0.130892 0.115906 -54.45
+ 73 101.966 900 5 0 0.136851 0.117144 -55.85
+ 73 98.3906 901 4 1 0.265114 0.140936 -84.45
+ 73 126.057 900 4 0 0.267432 0.146663 -85.85
+ 73 125.362 901 3 1 0.296078 0.299409 -114.45
+ 73 218.867 901 3 0 0.290069 0.300524 -115.85
+ 73 113.643 900 2 1 0.170356 0.322544 -144.45
+ 73 253.034 901 2 0 0.162512 0.32477 -145.85
+ 73 85.3297 902 2 0 0.145113 0.450063 -146.05
+ 73 225.55 901 0 1 0.287626 0.346812 -204.45
+ 73 120.874 901 0 0 0.283339 0.321239 -205.85
+ 73 107.048 902 0 0 0.42391 0.509951 -205.85
+Number of digits in this event = 9
e-
Event: 74
-Number of tracker hits in this event = 22
- 74 165.131 899 5 1 -0.066471 -0.134691 -54.45
- 74 190.106 899 5 0 -0.0733078 -0.145017 -55.85
- 74 248.75 899 4 1 -0.216167 -0.322878 -84.45
- 74 188.402 898 4 0 -0.227095 -0.331228 -85.85
- 74 237.839 897 3 1 -0.467809 -0.510969 -114.45
- 74 167.606 897 3 0 -0.492656 -0.516133 -115.85
- 74 111.568 895 2 1 -1.02989 -0.649312 -144.45
- 74 101.391 896 2 0 -1.06616 -0.667608 -145.85
- 74 112.493 891 1 1 -1.8187 -1.04377 -174.45
- 74 111.384 894 1 0 -1.85722 -1.05222 -175.85
- 74 150.712 886 0 1 -2.67021 -1.23103 -204.45
- 74 10.0862 894 0 0 -2.72241 -1.2493 -205.85
- 74 101.079 893 0 0 -2.72433 -1.25 -205.903
- 74 85.499 898 3 1 -0.45 -0.521807 -114.618
- 74 109.667 896 0 1 -0.824932 0.107331 -204.45
- 74 18.7711 895 0 1 -0.85 0.118217 -204.793
- 74 95.432 900 0 0 -0.93803 0.150194 -205.85
- 74 35.3681 899 1 1 -0.0529258 -0.05 -174.738
- 74 126.832 899 1 0 -0.0824651 -0.089459 -175.85
- 74 158.951 894 0 1 -1.13877 -0.959956 -204.45
- 74 133.624 896 0 0 -1.44019 -0.828858 -205.85
- 74 160.409 678 5 1 -44.3067 -160.35 -54.85
-Number of digits in this event = 12
+Number of tracker hits in this event = 11
+ 74 146.895 900 5 1 0.0538172 -0.0842827 -54.45
+ 74 118.002 899 5 0 0.0515428 -0.0870743 -55.85
+ 74 128.409 900 3 1 0.214787 -0.169785 -114.45
+ 74 123.691 899 3 0 0.210113 -0.166282 -115.85
+ 74 123.48 900 2 1 0.107239 -0.0615322 -144.45
+ 74 122.645 900 0 1 0.0778332 1.09105 -204.45
+ 74 112.147 905 0 0 0.0858921 1.12179 -205.85
+ 74 63.7116 897 1 0 -0.0512613 -0.535148 -175.85
+ 74 118.434 825 0 1 -14.85 81.9425 -204.8
+ 74 17.3194 1312 0 0 -15.2499 82.596 -205.85
+ 74 57.1207 823 0 1 -15.3783 82.7723 -204.85
+Number of digits in this event = 7
e-
Event: 75
-Number of tracker hits in this event = 11
- 75 222.19 900 4 1 0.06342 0.494144 -84.45
- 75 122.234 902 4 0 0.066305 0.511238 -85.85
- 75 187.666 900 3 1 0.130864 0.886579 -114.45
- 75 140.375 904 3 0 0.132035 0.904129 -115.85
- 75 122.592 900 2 1 0.116902 1.2515 -144.45
- 75 109.428 906 2 0 0.12229 1.27169 -145.85
- 75 113.879 901 1 1 0.27014 1.68237 -174.45
- 75 125.023 908 1 0 0.298371 1.70353 -175.85
- 75 135.886 904 0 1 0.86966 2.1059 -204.45
- 75 117.93 910 0 0 0.896287 2.12055 -205.85
- 75 45.5509 1188 3 0 167.761 57.7281 -116.25
-Number of digits in this event = 8
+Number of tracker hits in this event = 17
+ 75 126.853 899 4 1 -0.120949 -0.324053 -84.45
+ 75 137.083 898 4 0 -0.121515 -0.34653 -85.85
+ 75 160.077 899 3 1 -0.126551 -0.740468 -114.45
+ 75 136.993 896 3 0 -0.140659 -0.743668 -115.85
+ 75 106.097 898 2 1 -0.436312 -0.804685 -144.45
+ 75 122.636 896 2 0 -0.432418 -0.80292 -145.85
+ 75 160.904 898 1 1 -0.32424 -0.740568 -174.45
+ 75 111.788 896 1 0 -0.313778 -0.733427 -175.85
+ 75 113.167 899 0 1 -0.138431 -0.586091 -204.45
+ 75 118.998 897 0 0 -0.131402 -0.607265 -205.85
+ 75 103.35 900 0 1 0.23882 0.215703 -204.45
+ 75 163.365 901 0 1 0.25 0.213316 -204.807
+ 75 137.192 900 0 0 0.283111 0.202892 -205.85
+ 75 255.193 899 0 0 0.296119 -0.185526 -205.85
+ 75 235.463 560 3 1 -67.8745 -36.058 -114.85
+ 75 4.31934 711 3 0 -78.6451 -37.65 -115.963
+ 75 24.8677 710 3 0 -79.9906 -37.85 -116.126
+Number of digits in this event = 11
e-
Event: 76
Number of tracker hits in this event = 10
- 76 194.945 899 4 1 -0.123888 0.249509 -84.45
- 76 124.42 901 4 0 -0.123383 0.255803 -85.85
- 76 98.0204 899 3 1 -0.113933 0.412331 -114.45
- 76 112.887 901 3 0 -0.110022 0.414202 -115.85
- 76 116.467 899 2 1 -0.0528518 0.444646 -144.45
- 76 108.533 900 0 1 0.0823782 0.800422 -204.45
- 76 200.861 903 0 0 0.0781089 0.798997 -205.85
- 76 42.9936 975 2 0 101.351 15.2413 -146.25
- 76 127.555 879 2 0 123.74 -4.12257 -146.25
- 76 169.928 909 0 1 1.87645 20.8108 -204.45
-Number of digits in this event = 6
+ 76 223.073 901 4 1 0.254325 -0.136526 -84.45
+ 76 125.692 899 4 0 0.258682 -0.145624 -85.85
+ 76 120.745 901 3 1 0.376959 -0.293513 -114.45
+ 76 116.631 898 3 0 0.383754 -0.304119 -115.85
+ 76 110.184 902 2 1 0.491341 -0.519404 -144.45
+ 76 126.24 897 2 0 0.48901 -0.534417 -145.85
+ 76 125.426 902 1 1 0.499629 -0.85663 -174.45
+ 76 116.035 895 1 0 0.515949 -0.864313 -175.85
+ 76 94.9248 904 0 1 0.867685 -0.931527 -204.45
+ 76 126.429 895 0 0 0.920872 -0.943243 -205.85
+Number of digits in this event = 8
e-
Event: 77
-Number of tracker hits in this event = 78
- 77 248.165 900 5 1 0.0873911 0.0953054 -54.45
- 77 106.48 900 5 0 0.0871764 0.107598 -55.85
- 77 187.382 900 4 1 0.078312 0.351508 -84.45
- 77 118.556 901 4 0 0.0832541 0.371418 -85.85
- 77 113.48 900 3 1 0.188401 0.794754 -114.45
- 77 108.179 903 3 0 0.185055 0.819134 -115.85
- 77 129.367 900 2 1 0.180112 1.30669 -144.45
- 77 139.404 906 2 0 0.175459 1.32033 -145.85
- 77 247.31 899 0 1 -0.0693476 1.93279 -204.45
- 77 125.629 909 0 0 -0.0703961 1.94721 -205.85
- 77 18.3858 908 1 0 0.0500235 1.65483 -176.197
- 77 122.614 1072 1 0 19.4332 34.585 -176.25
- 77 202.481 1071 1 0 19.3889 34.4499 -176.033
- 77 51.302 900 1 1 0.137225 2.01375 -174.45
- 77 126.924 899 1 1 -0.05 2.18949 -174.46
- 77 197.285 898 1 1 -0.25 2.36853 -174.471
- 77 78.5344 897 1 1 -0.450297 2.54386 -174.479
- 77 67.4921 896 1 1 -0.65 2.72786 -174.489
- 77 73.7417 895 1 1 -0.85 2.91665 -174.499
- 77 73.0538 894 1 1 -1.05 3.1087 -174.508
- 77 100.223 893 1 1 -1.25 3.30761 -174.518
- 77 71.2765 892 1 1 -1.45 3.50345 -174.531
- 77 79.2894 891 1 1 -1.65 3.6986 -174.546
- 77 92.0624 890 1 1 -1.85 3.89441 -174.563
- 77 97.6279 889 1 1 -2.05 4.09123 -174.583
- 77 80.0775 888 1 1 -2.25 4.28826 -174.604
- 77 105.289 887 1 1 -2.45 4.48577 -174.629
- 77 76.506 886 1 1 -2.65 4.69003 -174.657
- 77 120.295 885 1 1 -2.85 4.89236 -174.685
- 77 126.329 884 1 1 -3.05 5.10793 -174.715
- 77 75.9243 883 1 1 -3.25 5.3207 -174.747
- 77 95.4123 882 1 1 -3.45 5.53239 -174.78
- 77 77.9717 881 1 1 -3.65 5.74735 -174.807
- 77 32.6814 880 1 1 -3.85 5.96032 -174.835
- 77 0.69247 958 1 0 -9.51725 11.8465 -175.85
- 77 76.5361 959 1 0 -9.5206 11.85 -175.851
- 77 95.252 960 1 0 -9.71669 12.05 -175.886
- 77 177.539 961 1 0 -9.92935 12.25 -175.908
- 77 118.959 962 1 0 -10.1421 12.45 -175.926
- 77 260.329 963 1 0 -10.353 12.65 -175.945
- 77 127.194 964 1 0 -10.5592 12.85 -175.967
- 77 121.922 965 1 0 -10.7725 13.05 -175.989
- 77 98.0479 966 1 0 -10.9846 13.25 -176.014
- 77 78.2353 967 1 0 -11.1914 13.45 -176.032
- 77 76.8255 968 1 0 -11.393 13.65 -176.045
- 77 90.0208 969 1 0 -11.5989 13.85 -176.057
- 77 67.3091 970 1 0 -11.8128 14.05 -176.067
- 77 75.0668 971 1 0 -12.0286 14.25 -176.072
- 77 80.7421 972 1 0 -12.2374 14.45 -176.079
- 77 94.7352 973 1 0 -12.4529 14.65 -176.089
- 77 79.6852 974 1 0 -12.6641 14.8503 -176.098
- 77 79.874 975 1 0 -12.8664 15.05 -176.107
- 77 157.282 976 1 0 -13.0705 15.25 -176.115
- 77 105.925 977 1 0 -13.2633 15.45 -176.122
- 77 77.0982 978 1 0 -13.4596 15.6503 -176.128
- 77 80.4254 979 1 0 -13.6578 15.85 -176.132
- 77 113.489 980 1 0 -13.856 16.05 -176.132
- 77 106.435 981 1 0 -14.0576 16.25 -176.136
- 77 71.5729 982 1 0 -14.2584 16.45 -176.143
- 77 105.712 983 1 0 -14.4578 16.65 -176.155
- 77 157.009 984 1 0 -14.6541 16.85 -176.17
- 77 340.85 985 1 0 -14.8499 17.05 -176.186
- 77 93.4553 986 1 0 -15.0486 17.25 -176.204
- 77 124.693 987 1 0 -15.2402 17.45 -176.23
- 77 6.24665 927 1 0 -4.47092 5.64196 -175.85
- 77 43.2413 928 1 0 -4.48291 5.65 -175.857
- 77 37.6484 867 1 1 -6.49661 5.7753 -174.85
- 77 159.859 935 1 0 -6.25115 7.07013 -175.85
- 77 70.238 904 1 0 -0.885976 0.942984 -175.85
- 77 46.4027 903 1 0 -0.979568 0.85 -176.079
- 77 64.4304 866 0 1 -6.73711 -6.97902 -204.45
- 77 61.3622 865 0 1 -6.85 -7.0285 -204.652
- 77 35.9741 862 0 0 -7.73273 -7.5994 -205.85
- 77 105.696 861 0 0 -7.79477 -7.65 -205.938
- 77 22.4412 860 0 0 -7.98805 -7.85 -206.201
- 77 13.5137 740 0 0 -48.2524 -32.0295 -206.25
- 77 112.452 739 0 0 -48.2891 -32.05 -206.234
- 77 88.2 738 0 0 -48.5515 -32.25 -206.22
-Number of digits in this event = 24
-e-
-Event: 78
-Number of tracker hits in this event = 12
- 78 232.857 898 5 1 -0.397318 0.189709 -54.45
- 78 361.473 900 5 0 -0.435272 0.225881 -55.85
- 78 130.768 894 4 1 -1.15774 1.05892 -84.45
- 78 103.36 905 4 0 -1.20104 1.08688 -85.85
- 78 108.433 889 3 1 -2.08233 1.60465 -114.45
- 78 117.017 907 3 0 -2.09537 1.63544 -115.85
- 78 177.988 888 2 1 -2.33185 2.34381 -144.45
- 78 115.12 911 2 0 -2.35977 2.39809 -145.85
- 78 113.229 885 1 1 -2.8786 3.55461 -174.45
- 78 118.811 917 1 0 -2.89673 3.6062 -175.85
- 78 107.258 883 0 1 -3.29004 4.65963 -204.45
- 78 125.668 923 0 0 -3.36897 4.7148 -205.85
-Number of digits in this event = 6
-e-
-Event: 79
-Number of tracker hits in this event = 13
- 79 116.78 899 5 1 -0.0683844 -0.161007 -54.45
- 79 155.566 899 5 0 -0.0729192 -0.163848 -55.85
- 79 166.444 899 4 1 -0.147915 -0.255072 -84.45
- 79 103.388 898 4 0 -0.158257 -0.264514 -85.85
- 79 114.403 898 3 1 -0.379987 -0.460114 -114.45
- 79 111.548 897 3 0 -0.392487 -0.467318 -115.85
- 79 115.784 897 2 1 -0.628626 -0.623808 -144.45
- 79 114.021 897 2 0 -0.643642 -0.63982 -145.85
- 79 144.953 895 1 1 -0.950665 -0.953306 -174.45
- 79 140.007 895 1 0 -0.968747 -0.961891 -175.85
- 79 87.1291 893 0 1 -1.35382 -1.14563 -204.45
- 79 128.443 894 0 0 -1.38135 -1.16711 -205.85
- 79 118.905 1512 1 0 167.751 122.55 -175.938
-Number of digits in this event = 6
-e-
-Event: 80
-Number of tracker hits in this event = 25
- 80 112.421 899 4 1 -0.0893719 -0.0569345 -84.45
- 80 97.8403 899 4 0 -0.118981 -0.0679193 -85.85
- 80 130.956 896 3 1 -0.702657 -0.295969 -114.45
- 80 119.05 898 3 0 -0.709162 -0.311873 -115.85
- 80 151.994 896 2 1 -0.801588 -0.717463 -144.45
- 80 111.39 896 2 0 -0.802348 -0.739729 -145.85
- 80 115.094 896 1 1 -0.840514 -1.32541 -174.45
- 80 214.53 893 1 0 -0.863806 -1.40678 -175.85
- 80 132.599 893 0 1 -1.26085 -3.04497 -204.45
- 80 141.618 884 0 0 -1.30176 -3.12297 -205.85
- 80 3.90147 1118 1 1 43.779 -18.0157 -174.45
- 80 2.49293 775 1 0 -31.605 -25.0458 -176.25
- 80 90.0652 774 1 0 -31.6108 -25.05 -176.245
- 80 322.335 773 1 0 -31.7796 -25.2501 -175.996
- 80 7.78057 772 1 0 -31.9835 -25.4501 -175.864
- 80 73.1028 737 1 1 -32.4931 -26.6194 -174.85
- 80 255.716 736 1 1 -32.65 -26.7708 -174.717
- 80 86.7205 735 1 1 -32.85 -27.4067 -174.807
- 80 232.8 734 1 1 -33.05 -27.4995 -174.758
- 80 68.2397 733 1 1 -33.25 -27.6878 -174.783
- 80 38.2222 753 1 0 -28.5198 -29.345 -175.85
- 80 131.404 899 2 1 -0.05 0.142343 -144.484
- 80 5.85349 898 2 1 -0.25 0.367676 -144.822
- 80 70.8967 905 2 0 -0.763742 1.09903 -145.85
- 80 103.311 906 2 0 -0.851026 1.25 -146.017
-Number of digits in this event = 10
-e-
-Event: 81
-Number of tracker hits in this event = 33
- 81 172.753 899 4 1 -0.160149 0.102703 -84.45
- 81 231.275 900 4 0 -0.164007 0.113803 -85.85
- 81 114.428 899 3 1 -0.239752 0.335534 -114.45
- 81 121.638 901 3 0 -0.248672 0.35269 -115.85
- 81 137.558 897 2 1 -0.483531 0.683729 -144.45
- 81 112.662 903 2 0 -0.504506 0.690454 -145.85
- 81 122.59 895 1 1 -0.89432 0.855754 -174.45
- 81 146.127 904 1 0 -0.904975 0.868052 -175.85
- 81 165.049 894 0 1 -1.11932 1.10573 -204.45
- 81 198.95 905 0 0 -1.1259 1.12136 -205.85
- 81 25.8111 907 0 0 -1.2635 1.60241 -205.85
- 81 247.717 908 0 0 -1.27731 1.65008 -205.939
- 81 71.3723 707 0 0 38.7781 -38.4819 -206.25
- 81 30.4088 706 0 0 38.7687 -38.6501 -206.202
- 81 222.23 601 0 0 30.1616 -59.7218 -206.25
- 81 125.225 867 3 1 -6.46138 0.562575 -114.45
- 81 39.9916 866 3 1 -6.65 0.631153 -114.752
- 81 269.691 903 3 0 -7.30747 0.806651 -115.85
- 81 84.8563 904 3 0 -7.40515 0.85 -116.005
- 81 133.793 780 2 1 -23.9502 12.124 -144.45
- 81 30.2388 779 2 1 -24.05 11.9565 -144.771
- 81 121.438 957 2 0 -24.3181 11.5116 -145.85
- 81 88.6844 956 2 0 -24.364 11.45 -145.993
- 81 15.2602 707 1 1 -38.4657 -4.46309 -174.45
- 81 100.277 708 1 1 -38.45 -4.47487 -174.509
- 81 117.141 876 1 0 -38.3166 -4.75108 -175.85
- 81 208.976 725 0 1 -34.9532 -12.7046 -204.45
- 81 28.9488 724 0 1 -35.05 -12.8159 -204.73
- 81 102.435 833 0 0 -35.403 -13.3052 -205.85
- 81 65.0994 832 0 0 -35.5585 -13.45 -206.158
- 81 12.3546 981 1 1 16.2881 2.66175 -174.85
- 81 52.5917 1315 3 1 83.2079 -23.1889 -114.85
- 81 141.362 1221 0 0 124.122 64.3123 -206.25
-Number of digits in this event = 17
-e-
-Event: 82
-Number of tracker hits in this event = 7
- 82 117.447 898 3 1 -0.327867 -0.0515907 -114.45
- 82 126.745 899 3 0 -0.329412 -0.0507251 -115.85
- 82 150.657 898 2 1 -0.34896 -0.0533835 -144.45
- 82 112.35 899 2 0 -0.349345 -0.0525572 -145.85
- 82 101.572 899 0 1 -0.200128 -0.0625147 -204.45
- 82 143.718 899 0 0 -0.193318 -0.0649584 -205.85
- 82 64.0783 1233 3 1 66.69 34.1776 -114.45
+Number of tracker hits in this event = 6
+ 77 108.673 896 2 1 -0.744036 0.135155 -144.45
+ 77 165.26 900 2 0 -0.752685 0.137273 -145.85
+ 77 101.561 895 1 1 -0.90146 0.164026 -174.45
+ 77 183.993 900 1 0 -0.901423 0.163545 -175.85
+ 77 129.65 895 0 1 -0.923564 0.171034 -204.45
+ 77 162.747 900 0 0 -0.925402 0.175435 -205.85
Number of digits in this event = 5
e-
-Event: 83
-Number of tracker hits in this event = 50
- 83 105.593 899 5 1 -0.20246 0.0835562 -54.45
- 83 150.113 900 5 0 -0.198249 0.0831519 -55.85
- 83 157.515 899 4 1 -0.0999312 0.0599994 -84.45
- 83 145.753 900 4 0 -0.086897 0.0651845 -85.85
- 83 123.425 900 3 1 0.154636 0.162104 -114.45
- 83 143.307 900 3 0 0.174312 0.179725 -115.85
- 83 143.82 902 2 1 0.615094 0.528812 -144.45
- 83 196.512 902 2 0 0.637681 0.551259 -145.85
- 83 321.483 905 1 1 1.16752 1.10461 -174.45
- 83 223.72 905 1 0 1.19843 1.13114 -175.85
- 83 128.561 909 0 1 1.85728 1.6657 -204.45
- 83 166.619 908 0 0 1.88889 1.70493 -205.85
- 83 213.935 906 1 1 1.30674 0.969481 -174.45
- 83 205.235 899 1 0 1.21402 -0.05 -175.876
- 83 79.6211 898 1 0 1.17831 -0.250214 -176.13
- 83 32.1177 880 0 1 -3.94282 -26.7881 -204.45
- 83 72.273 881 0 1 -3.84983 -26.8773 -204.523
- 83 168.817 882 0 1 -3.64979 -27.0381 -204.687
- 83 127.045 883 0 1 -3.45 -27.2184 -204.821
- 83 95.7558 755 0 0 -1.75955 -28.8861 -205.85
- 83 77.7614 754 0 0 -1.60694 -29.05 -205.95
- 83 80.5152 753 0 0 -1.44322 -29.25 -206.065
- 83 41.4144 752 0 0 -1.30709 -29.45 -206.194
- 83 202.667 592 0 0 -1.48277 -61.5485 -206.25
- 83 38.4524 591 0 0 -1.91447 -61.65 -205.906
- 83 91.8425 885 0 1 -2.87735 -62.1939 -204.85
- 83 136.089 884 0 1 -3.05011 -62.3057 -204.596
- 83 135.855 587 0 0 -2.19457 -62.4944 -205.85
- 83 15.4105 586 0 0 -2.07627 -62.65 -206.231
- 83 54.5978 601 0 0 -5.17175 -59.6704 -205.85
- 83 110.953 899 1 1 -0.0738732 -0.0898974 -174.45
- 83 128.416 899 0 1 -0.188351 -0.802114 -204.45
- 83 113.388 896 0 0 -0.170793 -0.792319 -205.85
- 83 20.1512 899 2 0 0.234589 -0.05 -146.173
- 83 110.39 908 1 1 1.70556 -1.71021 -174.45
- 83 113.549 891 1 0 1.77778 -1.75138 -175.85
- 83 143.129 915 0 1 3.21541 -2.36197 -204.45
- 83 116.738 888 0 0 3.21811 -2.27638 -205.85
- 83 129.221 917 0 1 3.6198 -3.58141 -204.45
- 83 18.976 919 0 0 -3.66331 4.03805 -205.85
- 83 225.7 920 0 0 -3.67085 4.05 -205.912
- 83 250.642 841 0 1 -11.65 30.307 -204.772
- 83 81.9073 842 0 1 -11.65 30.1857 -204.628
- 83 78.0875 1330 0 1 86.1272 127.155 -204.45
- 83 38.8065 1331 0 1 86.25 127.162 -204.702
- 83 72.2459 1534 0 0 86.5914 127.031 -205.85
- 83 60.4435 1533 0 0 86.6594 126.95 -206.1
- 83 4.12766 1031 4 0 74.4798 26.4053 -86.25
- 83 119.561 738 9 1 -32.2965 173.286 65.5499
- 83 157.181 739 9 1 -32.25 173.324 65.4135
-Number of digits in this event = 25
+Event: 78
+Number of tracker hits in this event = 30
+ 78 112.273 900 5 1 0.100981 0.18066 -54.45
+ 78 111.113 900 5 0 0.0983665 0.189354 -55.85
+ 78 132.286 899 2 1 -0.0946807 0.916601 -144.45
+ 78 115.716 904 2 0 -0.101159 0.939654 -145.85
+ 78 118.05 899 1 1 -0.191168 1.4526 -174.45
+ 78 99.4121 907 1 0 -0.199005 1.47571 -175.85
+ 78 117.898 898 0 1 -0.370132 1.93688 -204.45
+ 78 106.711 909 0 0 -0.37364 1.95038 -205.85
+ 78 59.2915 900 3 1 0.05 0.546607 -114.478
+ 78 52.4766 901 3 1 0.25 0.616891 -114.558
+ 78 66.519 902 3 1 0.450223 0.652779 -114.647
+ 78 50.0154 903 3 1 0.650212 0.693965 -114.734
+ 78 27.5636 904 3 1 0.85 0.754523 -114.828
+ 78 410.381 907 3 0 5.84416 1.56762 -115.85
+ 78 174.293 908 3 0 7.25493 1.65006 -116.085
+ 78 43.9968 779 0 0 53.2257 -24.05 -206.185
+ 78 163.816 899 3 1 -0.05 0.561068 -114.546
+ 78 126.285 903 3 0 -0.155805 0.783759 -115.85
+ 78 143.065 890 2 1 -2.04657 5.99943 -144.45
+ 78 100.877 931 2 0 -1.82125 6.26064 -145.85
+ 78 136.623 908 1 1 1.69358 11.5286 -174.45
+ 78 127.944 959 1 0 1.85308 11.8822 -175.85
+ 78 118.386 925 0 1 5.05905 19.6855 -204.45
+ 78 166.622 1001 0 0 5.42263 20.2864 -205.85
+ 78 7.79353 1002 0 0 5.51344 20.45 -206.233
+ 78 59.4198 1081 0 0 -7.22042 36.3937 -206.25
+ 78 253.079 1082 0 0 -7.30766 36.45 -206.164
+ 78 238.298 1083 0 0 -7.71872 36.65 -206.094
+ 78 11.0616 1193 3 0 45.4122 58.7358 -116.25
+ 78 27.1945 1206 3 0 69.8917 61.2975 -116.25
+Number of digits in this event = 12
e-
-Event: 84
-Number of tracker hits in this event = 15
- 84 206.594 900 5 1 0.0685924 -0.196679 -54.45
- 84 129.799 899 5 0 0.0887118 -0.203269 -55.85
- 84 108.422 902 4 1 0.463902 -0.332491 -84.45
- 84 211.441 898 4 0 0.477492 -0.33376 -85.85
- 84 149.79 903 3 1 0.76121 -0.378438 -114.45
- 84 111.656 898 3 0 0.768601 -0.373232 -115.85
- 84 255.205 904 2 1 0.921218 -0.27038 -144.45
- 84 111.384 898 2 0 0.924656 -0.26841 -145.85
- 84 133.036 904 1 1 1.00584 -0.220293 -174.45
- 84 101.303 899 1 0 1.0049 -0.219321 -175.85
- 84 183.519 904 0 1 0.972297 -0.184809 -204.45
- 84 106.887 899 0 0 0.972641 -0.178335 -205.85
- 84 117.568 905 2 1 1.05009 -0.114808 -144.763
- 84 250.844 906 2 1 1.25 -0.0883647 -144.7
- 84 91.0994 918 5 1 3.65821 16.0421 -54.45
-Number of digits in this event = 10
-e-
-Event: 85
-Number of tracker hits in this event = 69
- 85 122.252 900 4 1 0.225664 0.0715932 -84.45
- 85 138.938 900 4 0 0.215889 0.088484 -85.85
- 85 207.677 897 2 1 -0.475915 0.951213 -144.45
- 85 114.169 904 2 0 -0.4965 0.98841 -145.85
- 85 331.379 895 1 1 -0.873876 1.77437 -174.45
- 85 401.265 908 1 0 -0.908851 1.82136 -175.85
- 85 130.733 892 0 1 -1.64112 2.8433 -204.45
- 85 41.6122 891 0 1 -1.65 2.85795 -204.708
- 85 135.002 914 0 0 -1.68932 2.91979 -205.85
- 85 17.6804 899 3 1 -0.0500054 0.367409 -114.75
- 85 344.528 900 3 1 0.05 0.332995 -114.833
- 85 30.465 504 3 1 -79.05 156.723 -114.85
- 85 164.43 909 1 0 -0.865005 1.88547 -175.85
- 85 141.118 907 0 1 1.49576 9.63336 -204.45
- 85 141.801 950 0 0 1.60733 10.0861 -205.85
- 85 14.0534 1262 0 1 72.45 -2.07373 -204.529
- 85 48.4557 1263 0 1 72.65 -2.11982 -204.468
- 85 70.2204 901 3 1 0.25 0.481134 -114.587
- 85 60.833 902 3 1 0.45 0.538238 -114.713
- 85 23.1489 903 3 1 0.65 0.61101 -114.818
- 85 62.4126 911 3 0 3.79819 2.38081 -115.85
- 85 219.519 912 3 0 3.93962 2.45 -115.881
- 85 188.309 913 3 0 4.60086 2.65 -116.075
- 85 68.7028 1174 3 0 81.4277 54.9118 -116.25
- 85 62.8137 1175 3 0 81.4129 55.05 -116.166
- 85 43.629 1176 3 0 81.3483 55.25 -116.095
- 85 43.9389 1177 3 0 81.3081 55.45 -116.025
- 85 60.4171 1178 3 0 81.2439 55.65 -115.993
- 85 55.7224 1179 3 0 81.1623 55.85 -115.983
- 85 44.2091 1180 3 0 81.0784 56.05 -115.986
- 85 90.9109 1181 3 0 81.0444 56.25 -115.977
- 85 63.3326 1182 3 0 81.1079 56.45 -116.021
- 85 51.1516 1183 3 0 81.1573 56.65 -116.053
- 85 58.2844 1184 3 0 81.215 56.8502 -116.113
- 85 118.274 1185 3 0 81.2553 57.05 -116.149
- 85 57.0043 1186 3 0 81.2789 57.25 -116.191
- 85 7.16489 757 3 0 124.005 -28.5083 -116.25
- 85 65.6046 900 3 0 0.05 0.203446 -115.971
- 85 108.471 898 2 1 -0.268505 -1.81781 -144.45
- 85 126.546 890 2 0 -0.228405 -1.96098 -145.85
- 85 99.528 899 1 1 -0.056728 -4.65578 -174.45
- 85 3.64465 876 1 0 -0.0533103 -4.84666 -175.85
- 85 99.4083 875 1 0 -0.0534192 -4.85 -175.874
- 85 227.199 903 0 1 0.773187 -9.71968 -204.45
- 85 117.258 849 0 0 0.524897 -10.0561 -205.85
- 85 22.0245 896 1 1 -0.85 1.5839 -174.759
- 85 5.40562 959 0 1 12.0395 2.52829 -204.45
- 85 187.277 960 0 1 12.05 2.52772 -204.461
- 85 104.054 961 0 1 12.25 2.53626 -204.655
- 85 160.261 913 0 0 13.486 2.65179 -205.85
- 85 120.159 772 0 0 75.924 -25.4752 -206.25
- 85 82.639 771 0 0 76.2416 -25.65 -206.157
- 85 65.2327 770 0 0 76.4692 -25.8501 -206.122
- 85 88.5816 769 0 0 76.6422 -26.0501 -206.12
- 85 88.9076 768 0 0 76.8749 -26.25 -206.136
- 85 90.4906 767 0 0 77.0686 -26.45 -206.152
- 85 73.3934 766 0 0 77.2399 -26.6502 -206.067
- 85 67.4137 765 0 0 77.3773 -26.85 -205.997
- 85 64.1912 764 0 0 77.4945 -27.05 -205.959
- 85 83.0846 763 0 0 77.6599 -27.25 -205.937
- 85 77.4602 762 0 0 77.8883 -27.4501 -205.91
- 85 100.179 761 0 0 78.0886 -27.65 -205.932
- 85 28.117 1299 0 1 79.9695 -26.1144 -204.85
- 85 66.2577 1300 0 1 80.0501 -26.0359 -204.804
- 85 250.677 1301 0 1 80.2501 -25.8471 -204.697
- 85 21.0724 777 0 0 79.6168 -24.4832 -205.85
- 85 142.654 778 0 0 79.5723 -24.45 -205.902
- 85 32.0412 902 0 1 0.64987 -8.31259 -204.729
- 85 160.103 859 0 0 -0.157211 -8.205 -205.85
-Number of digits in this event = 23
-e-
-Event: 86
-Number of tracker hits in this event = 17
- 86 127.382 901 4 1 0.369786 0.109283 -84.45
- 86 116.079 900 4 0 0.373424 0.116119 -85.85
- 86 139.957 901 3 1 0.418684 0.301587 -114.45
- 86 127.227 901 3 0 0.421498 0.315485 -115.85
- 86 168.991 902 2 1 0.487432 0.592695 -144.45
- 86 198.158 902 2 0 0.495077 0.608588 -145.85
- 86 126.814 902 1 1 0.621606 0.907566 -174.45
- 86 115.766 904 1 0 0.620425 0.926881 -175.85
- 86 171.242 902 0 1 0.591139 1.301 -204.45
- 86 167.225 906 0 0 0.586757 1.30859 -205.85
- 86 104.841 900 6 0 -0.169115 0.05 -26.1224
- 86 167.655 901 6 0 -0.201373 0.250052 -26.149
- 86 89.0311 903 1 0 0.590891 0.786119 -175.85
- 86 152.502 849 0 0 -18.8744 -10.0574 -205.85
- 86 24.0661 779 0 1 -24.05 -9.72565 -204.84
- 86 153.474 900 2 0 0.438169 0.195632 -145.85
- 86 53.8378 1597 4 0 41.7842 139.624 -86.25
-Number of digits in this event = 13
-e-
-Event: 87
-Number of tracker hits in this event = 46
- 87 91.3821 901 4 0 0.05 0.436585 -85.8866
- 87 133.963 900 3 1 0.173924 0.874 -114.45
- 87 136.767 904 3 0 0.186293 0.904981 -115.85
- 87 110.36 901 2 1 0.433988 1.59509 -144.45
- 87 120.09 907 2 0 0.457093 1.6266 -145.85
- 87 152.508 904 1 1 0.88562 2.2574 -174.45
- 87 99.7724 911 1 0 0.886002 2.27804 -175.85
- 87 96.3122 904 0 1 0.897457 2.67895 -204.45
- 87 127.278 913 0 0 0.913982 2.7029 -205.85
- 87 324.992 496 11 0 145.781 -80.6592 123.75
- 87 352.828 497 11 0 145.767 -80.65 123.775
- 87 29.6373 1621 11 1 144.43 -79.9455 125.15
- 87 41.9919 1620 11 1 144.35 -79.9242 125.179
- 87 174.038 501 11 0 144.284 -79.7541 124.15
- 87 108.932 910 4 1 2.23852 -0.533986 -84.45
- 87 113.195 897 4 0 2.09598 -0.482832 -85.8504
- 87 75.7697 892 3 1 -1.63541 0.347872 -114.45
- 87 58.9248 891 3 1 -1.65 0.333722 -114.629
- 87 271.01 900 3 0 -1.75686 0.235258 -115.85
- 87 151.953 879 2 1 -4.12545 -2.47873 -144.45
- 87 92.7653 886 2 0 -4.11059 -2.79141 -145.85
- 87 41.9719 885 2 0 -4.11067 -2.85 -146.117
- 87 123.955 880 1 1 -3.89668 -8.91365 -174.45
- 87 2.7222 879 1 1 -4.05 -8.73047 -174.845
- 87 84.8385 858 1 0 -4.40958 -8.31319 -175.85
- 87 82.7197 859 1 0 -4.46539 -8.24987 -176.003
- 87 232.046 831 0 1 -13.7019 3.72748 -204.45
- 87 292.409 920 0 0 -14.1725 4.06586 -205.85
- 87 132.235 900 5 1 0.05 -0.180606 -54.6183
- 87 54.5775 894 5 0 0.45047 -1.12102 -55.85
- 87 110.099 893 5 0 0.482863 -1.25 -56.0599
- 87 87.3507 900 5 0 -0.0887165 0.05 -55.9646
- 87 144.739 893 4 1 -1.27431 1.57378 -84.45
- 87 159.276 907 4 0 -1.36208 1.61588 -85.85
- 87 117.254 884 3 1 -3.1482 2.62593 -114.45
- 87 135.153 912 3 0 -3.15466 2.57309 -115.85
- 87 142.81 883 2 1 -3.30454 1.14738 -144.45
- 87 118.969 905 2 0 -3.37066 1.12574 -145.85
- 87 115.467 877 1 1 -4.55746 0.976658 -174.45
- 87 133.479 904 1 0 -4.56018 0.884298 -175.85
- 87 130.721 880 0 1 -4.02237 -0.767592 -204.45
- 87 124.831 895 0 0 -3.98924 -0.961267 -205.85
- 87 76.9403 708 0 1 -38.25 5.77705 -204.773
- 87 54.0513 709 0 1 -38.25 5.78678 -204.723
- 87 114.872 802 2 1 -19.49 -120.141 -144.85
- 87 109.197 803 2 1 -19.45 -120.301 -144.776
-Number of digits in this event = 22
-e-
-Event: 88
-Number of tracker hits in this event = 32
- 88 131.445 900 5 1 0.0955878 0.187178 -54.45
- 88 131.781 900 5 0 0.090957 0.199869 -55.85
- 88 136.914 898 3 1 -0.396115 0.77528 -114.45
- 88 121.745 903 3 0 -0.41306 0.785668 -115.85
- 88 118.45 896 2 1 -0.761204 1.00784 -144.45
- 88 103.374 904 2 0 -0.768034 1.01801 -145.85
- 88 122.474 895 1 1 -0.925155 1.23073 -174.45
- 88 50.1709 905 1 0 -0.934219 1.0736 -175.85
- 88 62.2499 904 1 0 -0.93877 1.05 -176.063
- 88 120.569 885 0 1 -2.91933 -2.75318 -204.45
- 88 5.06842 886 0 0 -3.05326 -2.84849 -205.85
- 88 134.181 885 0 0 -3.05557 -2.85 -205.873
- 88 54.2739 900 4 1 0.209854 0.17215 -84.45
- 88 85.9296 901 4 1 0.250094 0.185363 -84.5794
- 88 147.287 901 4 0 0.679467 0.273815 -85.85
- 88 114.224 956 3 1 11.2614 1.32104 -114.45
- 88 144.062 907 3 0 11.3815 1.47357 -115.85
- 88 131.981 968 2 1 13.7037 4.2031 -144.45
- 88 146.878 920 2 0 13.9532 4.17081 -145.85
- 88 81.8911 1008 1 1 21.7586 2.17058 -174.45
- 88 60.7362 1009 1 1 21.85 2.21905 -174.674
- 88 0.17586 911 1 0 22.3383 2.44992 -175.85
- 88 127.383 912 1 0 22.3385 2.45 -175.85
- 88 122.494 1089 0 1 37.8803 5.91996 -204.45
- 88 106.595 933 0 0 38.1776 6.66643 -205.85
- 88 17.4628 934 0 0 38.2291 6.85 -206.192
- 88 11.4901 899 4 0 -0.382797 -0.237993 -85.85
- 88 118.216 898 4 0 -0.396892 -0.25 -85.8912
- 88 109.421 939 4 0 2.91982 7.9439 -86.2499
- 88 119.583 940 4 0 2.82341 8.05 -85.9932
- 88 193.726 915 4 1 3.16629 7.78072 -84.8499
- 88 2.5605 792 0 1 -21.45 -110.22 -204.633
-Number of digits in this event = 15
-e-
-Event: 89
-Number of tracker hits in this event = 63
- 89 223.363 899 5 1 -0.137815 0.0782445 -54.45
- 89 236.766 900 5 0 -0.143259 0.0852816 -55.85
- 89 126.155 899 4 1 -0.243741 0.228573 -84.45
- 89 120.355 901 4 0 -0.244873 0.26232 -85.85
- 89 221.124 899 3 1 -0.15442 0.974943 -114.45
- 89 105.371 904 3 0 -0.17602 1.02142 -115.85
- 89 280.853 898 2 1 -0.416288 1.56036 -144.45
- 89 122.432 907 2 0 -0.437583 1.56989 -145.85
- 89 27.1841 895 1 1 -0.866186 1.70313 -174.45
- 89 96.8721 896 1 1 -0.85 1.70798 -174.538
- 89 42.1619 908 1 0 -0.612479 1.83328 -175.85
- 89 74.6245 909 1 0 -0.584238 1.85 -176.003
- 89 182.654 921 0 1 4.33417 3.62392 -204.45
- 89 43.0804 919 0 0 4.52046 4.01694 -205.85
- 89 227.466 920 0 0 4.53757 4.05009 -205.97
- 89 227.052 899 6 1 -0.05 0.101297 -24.4572
- 89 127.794 898 6 1 -0.25 0.216745 -24.5209
- 89 71.1864 897 6 1 -0.45 0.367773 -24.6386
- 89 24.7471 896 6 1 -0.65 0.487977 -24.7881
- 89 34.1854 905 6 0 -1.84153 1.19703 -25.85
- 89 166.201 906 6 0 -1.93521 1.25 -25.9316
- 89 53.0207 888 6 0 -21.9457 -2.4074 -26.25
- 89 358.073 887 6 0 -21.9052 -2.45 -26.1321
- 89 56.7227 794 6 1 -21.1038 -2.90443 -24.8499
- 89 327.977 795 6 1 -21.05 -2.96241 -24.7314
- 89 81.8227 796 6 1 -20.85 -3.14496 -24.5397
- 89 58.0342 886 6 0 -21.5078 -2.68201 -25.85
- 89 198.179 788 6 1 -22.3148 -2.30967 -24.85
- 89 41.8885 922 0 1 4.45 3.6895 -204.728
- 89 86.4482 913 0 0 4.22258 2.81953 -205.85
- 89 281.766 912 0 0 4.17347 2.65 -205.954
- 89 99.1297 898 5 1 -0.25 -0.134899 -54.714
- 89 126.124 897 5 0 -0.775204 -0.498584 -55.85
- 89 22.5349 832 4 1 -13.6156 -8.53598 -84.45
- 89 127.822 831 4 1 -13.65 -8.57941 -84.5249
- 89 14.4771 853 4 0 -14.321 -9.42873 -85.85
- 89 111.045 852 4 0 -14.3382 -9.45 -85.8834
- 89 16.6166 851 4 0 -14.4991 -9.65 -86.2025
- 89 126.42 767 3 1 -26.4582 -27.345 -114.45
- 89 169.183 766 3 1 -26.6502 -27.2527 -114.474
- 89 66.5174 765 3 1 -26.85 -27.0934 -114.464
- 89 146.964 771 3 0 -26.3983 -25.784 -115.85
- 89 176.732 921 3 0 16.2476 4.40592 -116.25
- 89 129.648 922 3 0 16.35 4.45 -115.899
- 89 152.202 982 3 1 16.5554 4.91359 -114.85
- 89 118.817 916 4 1 3.36521 1.4008 -84.45
- 89 21.1945 907 4 0 3.44928 1.63526 -85.85
- 89 80.1367 908 4 0 3.45351 1.65 -85.9364
- 89 110.278 920 3 1 4.2123 8.21919 -114.45
- 89 151.197 942 3 0 4.02218 8.45333 -115.85
- 89 4.43065 966 2 0 -0.489181 13.449 -145.85
- 89 104.998 967 2 0 -0.490555 13.45 -145.876
- 89 19.6898 882 1 1 -3.45956 15.3589 -174.45
- 89 169.316 883 1 1 -3.45 15.3677 -174.517
- 89 105.297 977 1 0 -3.31327 15.5928 -175.85
- 89 28.39 978 1 0 -3.29024 15.65 -176.147
- 89 163.178 1014 1 0 17.3331 22.8698 -176.25
- 89 26.4306 990 1 1 18.1968 22.6883 -174.85
- 89 99.2403 991 1 1 18.25 22.6603 -174.768
- 89 33.1829 992 1 1 18.45 22.5963 -174.484
- 89 414.521 854 0 1 -9.16907 25.2022 -204.45
- 89 169.457 855 0 1 -9.05 24.939 -204.794
- 89 57.2224 1028 0 0 -9.69973 25.6698 -205.85
-Number of digits in this event = 30
-e-
-Event: 90
-Number of tracker hits in this event = 73
- 90 112.538 898 3 1 -0.316634 0.14722 -114.45
- 90 456.994 900 3 0 -0.321204 0.155074 -115.85
- 90 140.219 898 2 1 -0.424327 0.277419 -144.45
- 90 590.776 901 2 0 -0.4379 0.286452 -145.85
- 90 107.368 896 1 1 -0.685071 0.475305 -174.45
- 90 133.188 902 1 0 -0.692483 0.48697 -175.85
- 90 188.524 895 0 1 -0.859445 0.723546 -204.45
- 90 124.225 903 0 0 -0.875128 0.75437 -205.85
- 90 16.4328 344 4 0 144.689 -111.18 -86.25
- 90 71.9272 343 4 0 144.886 -111.35 -85.9825
- 90 584.829 1632 4 1 146.582 -112.328 -84.85
- 90 46.6111 1633 4 1 146.75 -112.473 -84.56
- 90 33.5931 899 2 1 -0.105494 0.0696284 -144.45
- 90 112.712 900 2 0 2.04427 0.191142 -145.85
- 90 1.93138 919 2 1 4.04536 0.860972 -144.85
- 90 157.751 920 2 1 4.05007 0.864287 -144.843
- 90 33.2037 912 0 1 2.58426 0.545313 -204.45
- 90 96.2258 913 0 1 2.65 0.486451 -204.538
- 90 22.8167 914 0 1 2.85016 0.302244 -204.789
- 90 243.36 897 0 0 3.51865 -0.471373 -205.85
- 90 86.9022 896 0 0 3.67136 -0.65 -206.089
- 90 238.52 899 3 1 -0.188998 0.148689 -114.45
- 90 177.218 901 3 0 -0.398765 0.25 -115.919
- 90 116.987 884 2 1 -3.12315 4.70237 -144.45
- 90 44.1316 925 2 0 -3.27916 5.21023 -145.85
- 90 111.216 926 2 0 -3.28893 5.25 -145.966
- 90 124.862 878 1 1 -4.27522 16.5981 -174.45
- 90 38.1938 985 1 0 -4.3904 17.2046 -175.85
- 90 89.7993 986 1 0 -4.40345 17.25 -175.961
- 90 32.9267 861 0 1 -7.76355 29.8092 -204.45
- 90 105.464 860 0 1 -7.85 29.8929 -204.546
- 90 18.1228 859 0 1 -8.05 30.091 -204.801
- 90 42.2644 1054 0 0 -8.86094 31.0173 -205.85
- 90 96.3608 1055 0 0 -8.88799 31.05 -205.886
- 90 60.4035 1056 0 0 -9.02766 31.25 -206.099
- 90 28.2671 1195 0 0 -27.6156 59.2042 -206.25
- 90 95.0709 1196 0 0 -27.6387 59.25 -206.195
- 90 63.2357 1197 0 0 -27.7349 59.45 -205.974
- 90 31.233 756 0 1 -28.8171 61.3923 -204.85
- 90 176.173 755 0 1 -28.85 61.4523 -204.813
- 90 91.0814 754 0 1 -29.05 61.7561 -204.608
- 90 179.606 753 0 1 -29.3857 62.3 -204.45
- 90 3.37405 1219 0 0 -29.3846 64.0338 -205.85
- 90 62.8247 1220 0 0 -29.3841 64.05 -205.862
- 90 81.5756 1221 0 0 -29.3976 64.25 -206.014
- 90 25.6319 1222 0 0 -29.4338 64.45 -206.187
- 90 99.7562 878 2 1 -4.4394 2.27523 -144.45
- 90 118.348 912 2 0 -4.55681 2.50331 -145.85
- 90 140.604 879 1 1 -4.23845 5.82062 -174.45
- 90 103.793 880 1 1 -4.05 5.91575 -174.614
- 90 28.6465 881 1 1 -3.84978 6.01543 -174.804
- 90 93.3103 932 1 0 -2.7493 6.56014 -175.85
- 90 90.3121 933 1 0 -2.58367 6.65 -176.025
- 90 40.3036 927 1 0 20.9238 5.50842 -176.25
- 90 95.4795 926 1 0 20.9097 5.45 -176.12
- 90 3.50188 1003 1 1 20.6552 4.57135 -174.85
- 90 127.562 1002 1 1 20.65 4.55674 -174.83
- 90 62.7795 1001 1 1 20.315 3.933 -174.45
- 90 76.2518 1000 1 1 20.25 3.87844 -174.613
- 90 5.19619 917 1 0 19.2876 3.45805 -175.85
- 90 209.907 916 1 0 19.2727 3.44994 -175.868
- 90 166.478 739 1 0 -14.9573 -32.1962 -176.25
- 90 195.177 828 1 1 -14.4498 -31.7719 -174.85
- 90 157.161 829 1 1 -14.2499 -31.4421 -174.492
- 90 269.758 413 8 1 -97.35 16.0001 35.167
- 90 235.874 414 8 1 -97.35 16.141 35.5001
- 90 6.63342 982 8 0 -97.2823 16.6408 34.15
- 90 175.566 983 8 0 -97.2798 16.65 34.1423
- 90 34.4298 416 8 1 -96.8927 16.7936 35.15
- 90 112.764 1202 4 1 60.45 -124.522 -84.817
- 90 45.7355 547 1 0 -27.3477 -70.45 -175.987
- 90 147.023 265 1 1 -126.95 -142.898 -174.739
- 90 19.6533 275 1 1 -125.15 -143.161 -174.71
-Number of digits in this event = 27
-e-
-Event: 91
+Event: 79
Number of tracker hits in this event = 16
- 91 334.304 897 4 1 -0.454038 -0.180842 -84.45
- 91 211.22 899 4 0 -0.445378 -0.206243 -85.85
- 91 123.286 899 3 1 -0.237922 -0.713695 -114.45
- 91 147.253 896 3 0 -0.229973 -0.726094 -115.85
- 91 111.942 899 2 1 -0.0900343 -0.994404 -144.45
- 91 132.141 895 2 0 -0.0807228 -1.00191 -145.85
- 91 118.762 900 1 1 0.120429 -1.13003 -174.45
- 91 131.496 894 1 0 0.114236 -1.12075 -175.85
- 91 239.958 902 0 1 0.634516 -2.41101 -204.45
- 91 152.309 889 0 0 0.628662 -2.15203 -205.85
- 91 75.7752 890 0 0 0.617306 -2.05 -206.039
- 91 64.1084 937 0 0 -14.7709 7.48264 -206.25
- 91 83.0868 936 0 0 -14.8726 7.44999 -206.12
- 91 287.554 826 0 1 -14.676 7.32406 -204.85
- 91 29.1127 825 0 1 -14.85 7.5604 -204.52
- 91 113.651 888 0 0 0.408708 -2.39758 -205.85
-Number of digits in this event = 10
-e-
-Event: 92
-Number of tracker hits in this event = 29
- 92 136.007 899 5 1 -0.172093 0.0909149 -54.45
- 92 121.046 900 5 0 -0.178126 0.0912334 -55.85
- 92 151.032 898 4 1 -0.289655 0.115544 -84.45
- 92 126.962 900 4 0 -0.290857 0.107996 -85.85
- 92 117.926 898 3 1 -0.320795 -0.05624 -114.45
- 92 141.133 899 3 0 -0.318432 -0.0660867 -115.85
- 92 412.897 898 2 1 -0.281674 -0.293447 -144.45
- 92 132.071 898 2 0 -0.284649 -0.30077 -145.85
- 92 108.862 898 1 1 -0.315315 -0.489781 -174.45
- 92 133.083 897 1 0 -0.30311 -0.510151 -175.85
- 92 172.159 899 0 1 -0.0644354 -1.00407 -204.45
- 92 175.082 895 0 0 -0.0582914 -1.02036 -205.85
- 92 17.8415 900 6 0 -0.0587671 0.05 -26.2244
- 92 7.77081 851 1 1 -9.78974 16.619 -174.45
- 92 273.485 900 2 0 -0.332251 0.13332 -145.85
- 92 208.308 897 1 1 -0.612844 -1.07936 -174.45
- 92 27.5038 896 1 1 -0.65 -1.07589 -174.788
- 92 157.485 894 1 0 -0.764857 -1.06505 -175.85
- 92 207.026 880 0 1 -3.85798 -0.133773 -204.45
- 92 36.6358 779 1 0 66.286 -24.1369 -176.25
- 92 244.997 899 2 1 -0.25 0.155581 -144.64
- 92 25.9033 901 2 0 -0.321602 0.25 -146.149
- 92 187.134 908 1 0 -0.581764 1.8096 -175.85
- 92 113.87 896 0 1 -0.804335 4.21625 -204.45
- 92 135.655 920 0 0 -0.664186 4.10876 -205.85
- 92 31.4267 919 0 0 -0.647486 4.04997 -206.243
- 92 79.118 863 0 0 -85.8803 -7.25512 -206.25
- 92 15.5159 800 1 0 -35.0156 -19.85 -175.951
- 92 115.666 799 1 0 -35.112 -20.05 -175.959
-Number of digits in this event = 18
-e-
-Event: 93
-Number of tracker hits in this event = 24
- 93 135.849 899 2 1 -0.0997587 -0.553682 -144.45
- 93 103.336 897 2 0 -0.1151 -0.572976 -145.85
- 93 129.743 897 1 1 -0.456586 -0.96021 -174.45
- 93 142.74 895 1 0 -0.487215 -0.979319 -175.85
- 93 116.825 894 0 1 -1.14529 -1.37651 -204.45
- 93 120.517 893 0 0 -1.18367 -1.39816 -205.85
- 93 68.9306 898 1 1 -0.45 -0.946055 -174.505
- 93 397.737 899 1 1 -0.249918 -0.859731 -174.593
- 93 98.8767 900 1 1 0.05 -0.734212 -174.826
- 93 388.625 899 1 0 -0.0754424 -0.0507562 -175.85
- 93 226.629 902 0 1 0.623391 1.31169 -204.45
- 93 305.307 906 0 0 0.543986 1.32321 -205.85
- 93 47.7177 901 0 1 0.449909 1.323 -204.726
- 93 209.733 894 0 0 -36.0827 -1.11472 -206.25
- 93 258.961 895 0 0 -36.1929 -1.05 -205.945
- 93 6.27234 720 0 1 -35.8584 0.152058 -204.85
- 93 136.022 721 0 1 -35.85 0.167866 -204.836
- 93 127.568 722 0 1 -35.65 0.517441 -204.643
- 93 160.883 723 0 1 -35.4499 0.694685 -204.664
- 93 3.3017 908 0 0 -36.2725 1.84716 -205.85
- 93 82.9445 909 0 0 -36.2749 1.85 -205.853
- 93 103.054 910 0 0 -36.3179 2.05 -205.92
- 93 246.603 717 0 1 -36.581 3.13757 -204.85
- 93 134.61 897 0 1 -0.517804 -0.750921 -204.45
-Number of digits in this event = 17
-e-
-Event: 94
-Number of tracker hits in this event = 25
- 94 111.899 900 3 1 0.156545 -0.401592 -114.45
- 94 178.062 898 3 0 0.16461 -0.411935 -115.85
- 94 288.638 901 2 1 0.298195 -0.584442 -144.45
- 94 122.751 897 2 0 0.29538 -0.592314 -145.85
- 94 121.228 901 1 1 0.26276 -0.790142 -174.45
- 94 158.75 896 1 0 0.261455 -0.799555 -175.85
- 94 114.621 900 0 1 0.229191 -0.980615 -204.45
- 94 106.512 895 0 0 0.22678 -0.994942 -205.85
- 94 29.6095 902 2 1 0.45 -0.699775 -144.745
- 94 160.88 894 2 0 1.25313 -1.1123 -145.85
- 94 19.8281 893 2 0 1.59643 -1.25 -146.214
- 94 84.4607 1063 3 0 -97.4331 32.8199 -116.25
- 94 93.2062 1064 3 0 -97.7076 32.85 -116.079
- 94 44.0425 411 3 1 -97.9047 33.1321 -114.85
- 94 269.931 410 3 1 -97.95 33.1904 -114.738
- 94 47.1 1071 3 0 -98.0852 34.3271 -115.85
- 94 79.1526 1072 3 0 -98.0968 34.4501 -115.947
- 94 88.2022 1073 3 0 -98.1431 34.65 -116.102
- 94 60.1717 1530 3 0 -26.0266 126.284 -116.25
- 94 74.4633 861 13 0 -109.786 -7.78005 183.75
- 94 176.244 860 13 0 -109.82 -7.85005 183.81
- 94 94.6426 782 1 1 -23.5268 22.3477 -174.85
- 94 103.734 781 1 1 -23.65 22.4946 -174.51
- 94 120.221 1008 1 0 -23.9109 21.7777 -175.85
- 94 17.9263 1009 1 0 -24.0097 21.8501 -176.202
+ 79 163.145 901 5 1 0.324477 -0.392853 -54.45
+ 79 128.48 898 5 0 0.335692 -0.401572 -55.85
+ 79 110.708 902 4 1 0.583452 -0.584576 -84.45
+ 79 107.135 897 4 0 0.606892 -0.586121 -85.85
+ 79 100.385 905 3 1 1.10241 -0.603321 -114.45
+ 79 107.27 897 3 0 1.13005 -0.603619 -115.85
+ 79 131.162 908 2 1 1.73197 -0.5675 -144.45
+ 79 129.862 897 2 0 1.76411 -0.567945 -145.85
+ 79 127.545 911 1 1 2.42955 -0.581866 -174.45
+ 79 107.484 897 1 0 2.4556 -0.584263 -175.85
+ 79 131.856 914 0 1 2.98018 -0.638324 -204.45
+ 79 240.371 897 0 0 3.00632 -0.639293 -205.85
+ 79 69.3885 964 3 0 143.276 12.9826 -116.25
+ 79 116.183 963 3 0 143.244 12.85 -116.171
+ 79 178.172 962 3 0 143.19 12.65 -116.023
+ 79 522.922 961 3 0 143.252 12.45 -115.871
Number of digits in this event = 11
e-
-Event: 95
+Event: 80
+Number of tracker hits in this event = 22
+ 80 136.024 900 5 1 0.190929 0.052878 -54.45
+ 80 102.365 902 4 1 0.491567 -0.0566515 -84.45
+ 80 111.967 899 4 0 0.507821 -0.0615497 -85.85
+ 80 126.536 904 3 1 0.85416 -0.174948 -114.45
+ 80 104.332 899 3 0 0.859374 -0.181753 -115.85
+ 80 110.199 904 2 1 0.949069 -0.281547 -144.45
+ 80 183.435 898 2 0 0.95584 -0.288389 -145.85
+ 80 378.568 905 1 1 1.09532 -0.431274 -174.45
+ 80 201.023 898 1 0 1.09957 -0.439357 -175.85
+ 80 118.364 905 0 1 1.17177 -0.622024 -204.45
+ 80 134.743 897 0 0 1.16768 -0.624726 -205.85
+ 80 136.937 906 1 1 1.25005 -0.385111 -174.478
+ 80 48.2404 900 5 0 0.20815 0.05 -56.2174
+ 80 32.6367 1023 5 0 -58.642 24.727 -56.25
+ 80 193.848 901 5 1 0.289139 0.0500342 -54.7808
+ 80 27.0195 900 6 1 0.0500559 -0.0604829 -24.7863
+ 80 4.17194 896 6 0 -0.154387 -0.843944 -25.8501
+ 80 98.3085 895 6 0 -0.156907 -0.85 -25.8574
+ 80 304.203 894 6 0 -0.210892 -1.05007 -26.0563
+ 80 193.343 998 2 1 19.7668 -92.5955 -144.85
+ 80 25.0581 694 0 0 -92.0407 -41.05 -206.224
+ 80 4.3582 1629 14 1 146.078 132.791 215.55
+Number of digits in this event = 11
+e-
+Event: 81
+Number of tracker hits in this event = 14
+ 81 120.621 899 5 1 -0.23621 -0.0642466 -54.45
+ 81 105.859 899 5 0 -0.245925 -0.0673174 -55.85
+ 81 124.849 897 4 1 -0.46177 -0.140577 -84.45
+ 81 114.35 899 4 0 -0.468583 -0.126138 -85.85
+ 81 105.835 897 3 1 -0.632977 0.17764 -114.45
+ 81 131.954 900 3 0 -0.645373 0.195727 -115.85
+ 81 147.328 895 2 1 -0.880992 0.567803 -144.45
+ 81 130.797 902 2 0 -0.89983 0.58468 -145.85
+ 81 159.567 893 1 1 -1.28403 0.916819 -174.45
+ 81 108.039 904 1 0 -1.18652 0.993853 -175.85
+ 81 128.807 906 0 1 1.42986 2.9781 -204.45
+ 81 53.2827 907 0 1 1.45 3.00338 -204.706
+ 81 126.382 915 0 0 1.54028 3.12344 -205.85
+ 81 149.419 333 1 0 72.9336 -113.35 -176.165
+Number of digits in this event = 10
+e-
+Event: 82
+Number of tracker hits in this event = 24
+ 82 351.956 898 4 1 -0.40197 0.74785 -84.4504
+ 82 150.047 903 4 0 -0.4591 0.737617 -85.85
+ 82 57.9174 890 3 1 -2.03583 -0.0636533 -114.45
+ 82 40.9062 889 3 1 -2.05 -0.0640331 -114.69
+ 82 120.696 881 2 1 -3.79993 0.871154 -144.45
+ 82 10.1233 904 2 0 -3.86255 1.04732 -145.85
+ 82 132.463 905 2 0 -3.86347 1.05 -145.871
+ 82 155.591 872 1 1 -5.53478 4.43452 -174.45
+ 82 187.517 922 1 0 -5.56396 4.47758 -175.85
+ 82 168.508 868 0 1 -6.44095 5.18415 -204.45
+ 82 55.2113 867 0 1 -6.45002 5.19001 -204.651
+ 82 90.2104 925 0 0 -6.48937 5.21879 -205.85
+ 82 163.592 866 4 0 6.22769 -6.81089 -86.2499
+ 82 190.848 929 4 1 6.01658 -6.65331 -84.8499
+ 82 37.8244 923 4 0 -10.8704 4.69828 -86.25
+ 82 115.381 922 4 0 -10.9763 4.65 -86.1499
+ 82 18.2062 837 4 1 -12.6063 4.34493 -84.85
+ 82 102.739 836 4 1 -12.65 4.34598 -84.8115
+ 82 202.899 835 4 1 -12.85 4.39444 -84.7068
+ 82 232.411 834 4 1 -13.0501 4.73764 -84.7204
+ 82 100.185 833 4 1 -13.2501 4.99134 -84.6358
+ 82 100.514 832 4 1 -13.45 5.14978 -84.5563
+ 82 424.933 831 4 1 -13.65 5.1411 -84.5454
+ 82 32.696 830 4 1 -13.85 4.94527 -84.72
+Number of digits in this event = 13
+e-
+Event: 83
+Number of tracker hits in this event = 20
+ 83 141.293 900 5 1 0.166128 -0.21989 -54.45
+ 83 120.712 899 5 0 0.178824 -0.230619 -55.85
+ 83 132.766 902 4 1 0.455467 -0.483177 -84.45
+ 83 117.066 897 4 0 0.466797 -0.500526 -85.85
+ 83 180.178 902 3 1 0.635202 -0.857963 -114.45
+ 83 199.715 895 3 0 0.648004 -0.871911 -115.85
+ 83 127.277 904 2 1 0.895805 -1.18679 -144.45
+ 83 106.892 894 2 0 0.903002 -1.20304 -145.85
+ 83 101.909 904 1 1 1.03744 -1.56604 -174.45
+ 83 167.894 892 1 0 1.04938 -1.57149 -175.85
+ 83 104.73 906 0 1 1.25782 -1.69362 -204.45
+ 83 166.946 891 0 0 1.26375 -1.69584 -205.85
+ 83 61.9319 751 0 0 -12.4633 -29.7927 -206.25
+ 83 177.052 750 0 0 -12.5435 -29.85 -206.152
+ 83 55.8445 835 0 1 -12.9596 -30.283 -204.85
+ 83 298.065 834 0 1 -13.05 -30.3154 -204.751
+ 83 10.6303 833 0 1 -13.25 -30.431 -204.602
+ 83 91.7125 909 0 1 1.98987 -14.8007 -204.85
+ 83 71.6272 863 4 1 -7.28408 -49.9126 -84.85
+ 83 128.67 241 9 0 -75.3911 -131.855 63.75
+Number of digits in this event = 13
+e-
+Event: 84
+Number of tracker hits in this event = 28
+ 84 116.043 899 4 1 -0.0672115 0.275978 -84.45
+ 84 105.393 901 3 1 0.303039 0.207868 -114.45
+ 84 125.027 900 3 0 0.309299 0.204563 -115.85
+ 84 165.914 902 2 1 0.4688 0.167185 -144.45
+ 84 113.719 900 2 0 0.475007 0.173263 -145.85
+ 84 103.216 903 1 1 0.690361 0.202446 -174.45
+ 84 131.214 900 1 0 0.693492 0.184577 -175.85
+ 84 150.351 903 0 1 0.713117 -0.295085 -204.45
+ 84 256.013 898 0 0 0.704491 -0.312048 -205.85
+ 84 40.8328 812 0 0 -2.66127 -17.4838 -206.25
+ 84 84.2201 828 0 0 12.3459 -14.3975 -206.25
+ 84 131.739 899 5 1 -0.0500306 0.176811 -54.6828
+ 84 36.7334 898 5 1 -0.250064 0.27472 -54.8128
+ 84 6.50738 926 5 0 -1.43457 5.4268 -55.85
+ 84 73.4581 927 5 0 -1.44158 5.45 -55.8557
+ 84 414.035 883 5 1 -3.28674 8.62791 -54.85
+ 84 10.5073 882 5 1 -3.45001 8.82296 -54.7005
+ 84 125.682 607 1 0 111.147 -58.6249 -176.25
+ 84 5.49562 606 1 0 111.189 -58.65 -176.22
+ 84 59.483 350 3 0 82.5148 -110.098 -115.85
+ 84 159.994 905 0 1 1.07022 0.140449 -204.45
+ 84 122.506 899 0 0 1.68592 -0.0658495 -205.85
+ 84 29.9978 906 0 1 1.25 0.252373 -204.745
+ 84 104.857 902 0 0 1.51681 0.490949 -205.85
+ 84 81.1845 672 10 1 -45.5273 107.139 95.15
+ 84 206.249 671 10 1 -45.65 107.202 95.491
+ 84 224.857 670 10 1 -45.8501 107.157 95.4883
+ 84 426.282 554 5 1 -69.1123 -179.345 -54.85
+Number of digits in this event = 15
+e-
+Event: 85
+Number of tracker hits in this event = 64
+ 85 98.4267 900 3 1 0.165944 0.802912 -114.45
+ 85 169.206 903 3 0 0.178049 0.815959 -115.85
+ 85 435.254 901 2 1 0.434846 1.089 -144.45
+ 85 112.256 905 2 0 0.462439 1.10371 -145.85
+ 85 148.298 905 1 1 1.05681 1.43201 -174.45
+ 85 52.3479 906 1 0 1.08449 1.44768 -175.85
+ 85 46.7633 907 1 0 1.08867 1.45 -176.067
+ 85 172.063 908 0 1 1.68067 1.76861 -204.45
+ 85 124.196 908 0 0 1.69582 1.7964 -205.85
+ 85 87.9218 902 2 1 0.45 1.01828 -144.669
+ 85 200.722 1309 13 0 80.146 81.9511 183.75
+ 85 28.5136 1308 13 0 80.1002 81.85 183.754
+ 85 89.4119 957 0 0 -4.83157 11.4974 -206.25
+ 85 61.9173 958 0 0 -4.93801 11.6502 -205.991
+ 85 152.651 872 0 1 -5.4528 12.357 -204.85
+ 85 59.0592 1013 1 0 -17.443 22.796 -176.25
+ 85 91.0832 1014 1 0 -17.5082 22.85 -176.094
+ 85 63.3909 809 1 1 -18.1515 23.3338 -174.85
+ 85 72.6665 808 1 1 -18.2502 23.4037 -174.668
+ 85 8.32167 1184 2 0 -42.5409 57.0388 -146.25
+ 85 82.8305 1185 2 0 -42.5489 57.05 -146.241
+ 85 74.3937 1186 2 0 -42.6924 57.25 -146.067
+ 85 48.0172 1187 2 0 -42.8371 57.4502 -145.92
+ 85 128.873 679 2 1 -44.0523 59.2716 -144.85
+ 85 168.385 678 2 1 -44.2501 59.5776 -144.683
+ 85 61.3074 677 2 1 -44.4501 59.9321 -144.521
+ 85 49.7183 1385 3 0 -81.6763 97.2614 -116.25
+ 85 111.699 1386 3 0 -81.7656 97.3502 -116.18
+ 85 224.247 1387 3 0 -81.9639 97.55 -116.029
+ 85 84.4994 1388 3 0 -82.1094 97.75 -115.91
+ 85 120.254 487 3 1 -82.576 100.107 -114.85
+ 85 153.238 486 3 1 -82.6501 100.425 -114.715
+ 85 157.713 485 3 1 -82.9077 101.168 -114.45
+ 85 161.328 484 3 1 -83.0501 101.565 -114.585
+ 85 82.1436 483 3 1 -83.2502 101.95 -114.745
+ 85 21.8495 1422 3 0 -85.0115 104.674 -115.85
+ 85 53.0527 1423 3 0 -85.0619 104.75 -115.88
+ 85 54.5514 1424 3 0 -85.1913 104.95 -115.958
+ 85 75.5726 1425 3 0 -85.3167 105.15 -116.036
+ 85 108.822 1426 3 0 -85.4216 105.35 -116.105
+ 85 64.0093 1427 3 0 -85.5214 105.55 -116.183
+ 85 170.942 297 2 1 -120.67 167.654 -144.45
+ 85 7.47323 1734 2 0 -120.215 166.962 -145.85
+ 85 125.59 1733 2 0 -120.208 166.95 -145.871
+ 85 1.12558 287 2 1 -122.745 166.793 -144.85
+ 85 36.2563 286 2 1 -122.75 166.793 -144.848
+ 85 10.8182 1731 2 0 -123.993 166.521 -145.85
+ 85 40.8535 1732 2 0 -124 166.55 -145.868
+ 85 112.498 283 2 1 -123.429 167.164 -144.85
+ 85 234.415 282 2 1 -123.55 167.232 -144.744
+ 85 360.414 1166 2 0 -12.3143 53.2997 -146.25
+ 85 56.8243 1167 2 0 -12.2538 53.4501 -146.027
+ 85 248.659 839 2 1 -12.1433 53.7294 -144.85
+ 85 6.37487 840 2 1 -12.05 53.844 -144.822
+ 85 34.6141 1170 2 0 -11.4458 54.2058 -145.85
+ 85 190.238 1171 2 0 -11.3951 54.2501 -145.938
+ 85 83.7966 1107 2 0 54.8863 41.5229 -146.25
+ 85 65.1966 1106 2 0 55.0537 41.45 -146.026
+ 85 4.69371 1180 2 1 56.2392 41.3185 -144.85
+ 85 75.7232 1181 2 1 56.2501 41.3173 -144.84
+ 85 72.5479 1182 2 1 56.4501 41.3597 -144.735
+ 85 339.137 1183 2 1 56.6501 41.384 -144.594
+ 85 127.467 1184 2 1 56.8501 41.4506 -144.508
+ 85 9.24034 895 8 1 -1.05 175.134 35.4499
+Number of digits in this event = 24
+e-
+Event: 86
Number of tracker hits in this event = 12
- 95 129.832 899 5 1 -0.11444 0.124731 -54.45
- 95 109.979 900 5 0 -0.118989 0.133552 -55.85
- 95 111.617 899 4 1 -0.215101 0.329078 -84.45
- 95 172.263 901 4 0 -0.217901 0.343035 -85.85
- 95 135.377 898 3 1 -0.26756 0.62147 -114.45
- 95 139.438 902 3 0 -0.275294 0.620358 -115.85
- 95 351.339 898 2 1 -0.432185 0.625076 -144.45
- 95 111.108 902 2 0 -0.438769 0.63168 -145.85
- 95 116.023 897 1 1 -0.566105 0.733992 -174.45
- 95 144.368 903 1 0 -0.564186 0.737914 -175.85
- 95 116.279 897 0 1 -0.541134 0.820526 -204.45
- 95 134.876 903 0 0 -0.537976 0.829676 -205.85
+ 86 217.148 900 5 1 0.118303 0.0650642 -54.45
+ 86 123.217 900 5 0 0.121496 0.0738222 -55.85
+ 86 138.232 900 4 1 0.180989 0.258813 -84.45
+ 86 83.3047 901 4 0 0.183595 0.273959 -85.85
+ 86 123.185 900 3 1 0.222537 0.562053 -114.45
+ 86 134.668 902 3 0 0.231004 0.57893 -115.85
+ 86 114.878 901 2 1 0.392326 0.950743 -144.45
+ 86 112.488 904 2 0 0.391937 0.977368 -145.85
+ 86 116.405 901 1 1 0.412206 1.49986 -174.45
+ 86 180.108 907 1 0 0.425022 1.52881 -175.85
+ 86 123.934 903 0 1 0.708667 2.10024 -204.45
+ 86 128.835 910 0 0 0.717044 2.12676 -205.85
+Number of digits in this event = 10
+e-
+Event: 87
+Number of tracker hits in this event = 72
+ 87 118.324 900 5 1 0.0902011 0.0674738 -54.45
+ 87 107.93 900 5 0 0.107015 0.0674568 -55.85
+ 87 127.964 902 4 1 0.464767 0.168352 -84.45
+ 87 138.339 900 4 0 0.48744 0.166175 -85.85
+ 87 50.6285 904 3 1 1.04653 0.418872 -114.45
+ 87 70.6332 905 3 1 1.05 0.419259 -114.623
+ 87 156.219 901 3 0 1.07835 0.424124 -115.85
+ 87 112.97 908 2 1 1.65902 0.636691 -144.45
+ 87 120.878 903 2 0 1.67246 0.677559 -145.85
+ 87 729.994 909 1 1 1.96153 1.44755 -174.45
+ 87 131.745 907 1 0 1.99027 1.50936 -175.85
+ 87 117.804 909 0 1 1.8606 2.5473 -204.45
+ 87 109.678 912 0 0 1.84045 2.61052 -205.85
+ 87 131.773 600 0 1 -59.85 -2.97206 -204.694
+ 87 140.552 599 0 1 -60.05 -2.91026 -204.524
+ 87 344.793 908 1 1 1.85 1.32059 -174.691
+ 87 155.625 903 1 0 1.17645 0.773305 -175.85
+ 87 264.287 1085 1 0 24.3409 37.0832 -176.25
+ 87 440.625 1086 1 0 25.1133 37.25 -176.167
+ 87 160.468 901 3 1 0.415734 -0.551474 -114.45
+ 87 168.929 894 3 0 -0.0945386 -1.07414 -115.85
+ 87 19.5069 728 3 0 -44.3521 -34.4137 -116.25
+ 87 144.518 727 3 0 -44.3987 -34.4501 -116.199
+ 87 28.9499 726 3 0 -44.7192 -34.6501 -115.903
+ 87 36.3752 670 3 1 -45.9685 -36.0395 -114.85
+ 87 123.725 669 3 1 -46.05 -36.1452 -114.784
+ 87 141.018 668 3 1 -46.2501 -36.4336 -114.608
+ 87 69.3989 667 3 1 -46.45 -36.7599 -114.516
+ 87 8.3834 814 4 0 -41.3826 -17.0722 -86.25
+ 87 245.249 815 4 0 -41.3778 -17.0499 -86.2222
+ 87 73.6358 816 4 0 -41.2543 -16.8499 -86.031
+ 87 363.161 696 4 1 -40.7835 -16.5446 -84.8499
+ 87 172.603 697 4 1 -40.6499 -16.5188 -84.686
+ 87 74.791 698 4 1 -40.45 -16.577 -84.5684
+ 87 181.884 822 4 0 -40.8 -15.5274 -85.8501
+ 87 230.531 823 4 0 -40.8434 -15.45 -86.0238
+ 87 99.8695 693 4 1 -41.3488 -15.3414 -84.8499
+ 87 123.229 692 4 1 -41.45 -15.3269 -84.7591
+ 87 265.138 899 3 1 -0.221612 0.103931 -114.45
+ 87 256.202 900 3 0 -0.219985 0.113192 -115.85
+ 87 290.853 899 2 1 -0.156038 0.326394 -144.45
+ 87 189.384 901 2 0 -0.145137 0.329483 -145.85
+ 87 140.215 900 1 1 0.0568035 0.469349 -174.45
+ 87 100.091 902 1 0 0.0616329 0.500548 -175.85
+ 87 142.895 900 0 1 0.191246 1.18256 -204.45
+ 87 126.578 905 0 0 0.193071 1.19831 -205.85
+ 87 131.257 910 1 0 2.02133 2.18392 -175.85
+ 87 130.439 926 0 1 5.27648 2.28508 -204.45
+ 87 104.637 911 0 0 5.37201 2.32042 -205.85
+ 87 290.747 910 1 1 2.05009 2.36077 -174.585
+ 87 50.9878 851 0 0 11.0807 -9.65 -205.933
+ 87 24.8322 678 2 1 -44.25 -63.8054 -144.724
+ 87 30.6218 1104 0 1 40.85 -5.07164 -204.776
+ 87 147.539 902 3 1 0.45202 -0.553486 -114.45
+ 87 36.9585 896 3 0 0.881977 -0.820041 -115.85
+ 87 74.7549 895 3 0 0.928702 -0.85 -116.003
+ 87 59.111 948 2 1 9.83101 -7.89259 -144.45
+ 87 193.81 949 2 1 9.85013 -7.8961 -144.494
+ 87 26.9439 860 2 0 10.5308 -8.0392 -145.85
+ 87 88.4279 859 2 0 10.5743 -8.05 -145.936
+ 87 94.166 997 1 1 19.5106 -12.9899 -174.45
+ 87 119.603 998 1 1 19.6502 -13.0497 -174.638
+ 87 210.967 832 1 0 20.7195 -13.5067 -175.85
+ 87 6.08922 831 1 0 21.0302 -13.6501 -176.228
+ 87 65.5834 1113 0 1 42.6984 -24.818 -204.45
+ 87 67.1161 1114 0 1 42.85 -24.8874 -204.574
+ 87 64.787 1115 0 1 43.05 -24.9803 -204.738
+ 87 196.884 771 0 0 44.623 -25.6518 -205.85
+ 87 34.4006 770 0 0 45.0413 -25.85 -206.169
+ 87 86.7262 61 1 0 107.5 -167.75 -176.214
+ 87 322.777 62 1 0 107.639 -167.75 -176.244
+ 87 28.2552 616 1 0 -38.2367 -56.7 -176.25
+Number of digits in this event = 39
+e-
+Event: 88
+Number of tracker hits in this event = 12
+ 88 116.889 899 5 0 -0.106146 -0.0553715 -55.85
+ 88 115.652 898 4 1 -0.350971 -0.419417 -84.45
+ 88 216.76 898 4 0 -0.356857 -0.444195 -85.85
+ 88 23.376 897 4 0 -0.358234 -0.45 -86.1826
+ 88 128.853 897 3 1 -0.485081 -0.91912 -114.45
+ 88 170.072 895 3 0 -0.491221 -0.931529 -115.85
+ 88 144.225 897 2 1 -0.609981 -1.21381 -144.45
+ 88 123.22 894 2 0 -0.614583 -1.23201 -145.85
+ 88 133.02 896 1 1 -0.796204 -1.63052 -174.45
+ 88 97.8208 891 1 0 -0.802439 -1.65271 -175.85
+ 88 175.288 895 0 1 -0.938881 -2.12462 -204.45
+ 88 143.579 889 0 0 -0.949586 -2.14064 -205.85
Number of digits in this event = 9
e-
+Event: 89
+Number of tracker hits in this event = 34
+ 89 116.718 900 4 1 0.11934 0.273531 -84.45
+ 89 231.258 901 4 0 0.132166 0.280807 -85.85
+ 89 194.393 902 3 1 0.455278 0.420752 -114.45
+ 89 94.4997 901 3 0 0.483813 0.416144 -115.85
+ 89 143.568 904 2 1 1.03729 0.335972 -144.45
+ 89 102.46 901 2 0 1.0633 0.32545 -145.85
+ 89 113.624 907 1 1 1.56112 0.149313 -174.45
+ 89 100.686 900 1 0 1.57879 0.123876 -175.85
+ 89 113.577 909 0 1 1.92306 -0.403753 -204.45
+ 89 112.43 898 0 0 1.93398 -0.430027 -205.85
+ 89 279.636 900 3 1 0.187238 0.550852 -114.45
+ 89 27.7032 912 3 0 -0.712812 2.53741 -115.85
+ 89 94.756 913 3 0 -0.779811 2.65 -115.934
+ 89 97.1981 914 3 0 -0.960714 2.85 -116.122
+ 89 77.9631 990 3 0 58.7687 18.1381 -116.25
+ 89 105.968 991 3 0 58.9579 18.25 -116.071
+ 89 118.193 1195 3 1 59.0592 18.28 -114.85
+ 89 103.434 1194 3 1 59.05 18.277 -114.786
+ 89 71.0706 1196 3 1 59.2501 17.7552 -114.71
+ 89 93.4022 1197 3 1 59.4501 17.6261 -114.71
+ 89 138.417 1198 3 1 59.6501 17.4656 -114.644
+ 89 7.89403 1199 3 1 59.85 17.5506 -114.824
+ 89 128.015 989 3 0 60.0777 17.91 -115.85
+ 89 209.77 988 3 0 60.0505 17.85 -115.977
+ 89 136.709 900 3 0 0.244186 0.219594 -115.85
+ 89 89.4384 806 3 0 -32.6837 -18.8268 -116.25
+ 89 166.917 805 3 0 -32.7273 -18.85 -116.205
+ 89 1.65719 727 3 1 -34.641 -19.2811 -114.85
+ 89 94.9208 726 3 1 -34.65 -19.2825 -114.844
+ 89 105.46 725 3 1 -34.85 -19.2796 -114.729
+ 89 55.7095 724 3 1 -35.05 -19.2501 -114.621
+ 89 81.189 990 4 0 -7.51651 18.0907 -86.25
+ 89 239.153 991 4 0 -7.52922 18.2501 -86.2182
+ 89 9.0914 1342 1 0 -97.6487 88.5683 -175.85
+Number of digits in this event = 11
+e-
+Event: 90
+Number of tracker hits in this event = 8
+ 90 111.452 899 3 1 -0.19256 0.208087 -114.45
+ 90 123.977 900 3 0 -0.204123 0.212408 -115.85
+ 90 124.39 897 2 1 -0.457636 0.301621 -144.45
+ 90 134.743 901 2 0 -0.471714 0.307222 -145.85
+ 90 183.304 896 1 1 -0.757951 0.461 -174.45
+ 90 120.077 902 1 0 -0.761806 0.46917 -175.85
+ 90 156.059 895 0 1 -0.866652 0.639942 -204.45
+ 90 167.11 902 0 0 -0.873021 0.639433 -205.85
+Number of digits in this event = 9
+e-
+Event: 91
+Number of tracker hits in this event = 19
+ 91 134.628 900 5 1 0.139751 -0.0982175 -54.45
+ 91 100.395 899 5 0 0.473305 -0.108395 -55.85
+ 91 112.982 936 4 1 7.29788 0.353924 -84.4504
+ 91 133.256 901 4 0 7.52885 0.362628 -85.8504
+ 91 105.068 963 3 1 12.6697 0.701125 -114.45
+ 91 144.089 904 3 0 12.7769 0.870599 -115.85
+ 91 113.955 973 2 1 14.6647 4.83553 -144.45
+ 91 194.033 924 2 0 14.6297 4.99471 -145.85
+ 91 185.531 965 1 1 13.1018 7.00408 -174.45
+ 91 14.5887 935 1 0 13.2096 7.24113 -175.85
+ 91 229.814 936 1 0 13.2135 7.25007 -175.899
+ 91 132.112 977 0 1 15.6059 12.4575 -204.45
+ 91 122.347 962 0 0 15.51 12.5317 -205.85
+ 91 133.572 900 0 1 0.0661635 -0.100309 -204.45
+ 91 111.49 899 0 0 0.131224 -0.208827 -205.85
+ 91 232.155 796 0 0 158.529 -20.7807 -206.25
+ 91 34.6484 1733 0 1 166.75 34.2463 -204.803
+ 91 93.3855 1734 0 1 166.95 35.4646 -204.759
+ 91 74.9203 795 0 0 158.644 -20.85 -206.142
+Number of digits in this event = 11
+e-
+Event: 92
+Number of tracker hits in this event = 12
+ 92 138.024 900 4 1 0.0553416 0.207061 -84.45
+ 92 180.08 900 4 0 0.108193 0.216942 -85.85
+ 92 154.761 905 3 1 1.12803 0.448885 -114.45
+ 92 154.742 902 3 0 1.19272 0.466784 -115.85
+ 92 115.461 912 2 1 2.4804 0.822425 -144.45
+ 92 124.444 903 2 0 2.54279 0.830504 -145.85
+ 92 133.87 919 1 1 3.88315 0.971031 -174.45
+ 92 104.312 904 1 0 3.94786 0.968776 -175.85
+ 92 143.329 926 0 1 5.25671 0.872971 -204.45
+ 92 124.861 904 0 0 5.31851 0.877246 -205.85
+ 92 36.5598 1672 8 0 93.9394 154.63 33.75
+ 92 146.02 1673 8 0 93.9433 154.75 33.8935
+Number of digits in this event = 11
+e-
+Event: 93
+Number of tracker hits in this event = 27
+ 93 93.6523 899 5 1 -0.207758 0.214014 -54.45
+ 93 135.802 900 5 0 -0.215966 0.227569 -55.85
+ 93 126.344 898 4 1 -0.439699 0.496317 -84.45
+ 93 224.564 902 4 0 -0.451275 0.504717 -85.85
+ 93 149.026 896 3 1 -0.671426 0.647829 -114.45
+ 93 201.318 903 3 0 -0.661094 0.664749 -115.85
+ 93 100.239 898 2 1 -0.434792 1.02301 -144.45
+ 93 26.291 904 2 0 -0.424686 1.04821 -145.85
+ 93 108.509 905 2 0 -0.423897 1.05 -145.95
+ 93 243.413 899 1 1 -0.137811 1.54005 -174.45
+ 93 133.135 907 1 0 -0.124396 1.56807 -175.85
+ 93 204.918 900 0 1 0.219551 2.08011 -204.45
+ 93 232.396 910 0 0 0.214885 2.08367 -205.85
+ 93 115.473 907 0 0 0.606977 1.6235 -205.85
+ 93 220.989 852 0 0 -11.4971 -9.50011 -206.25
+ 93 50.9866 853 0 0 -12.2642 -9.45 -205.922
+ 93 59.1847 819 0 1 -16.0904 -9.76103 -204.85
+ 93 59.8655 818 0 1 -16.2502 -9.77723 -204.811
+ 93 89.1304 817 0 1 -16.4502 -9.7938 -204.745
+ 93 334.39 816 0 1 -16.65 -9.79436 -204.651
+ 93 56.7627 815 0 1 -16.85 -9.82203 -204.598
+ 93 111.106 814 0 1 -17.05 -9.83193 -204.55
+ 93 19.2487 813 0 1 -17.25 -9.83413 -204.455
+ 93 314.364 812 0 1 -17.45 -9.64632 -204.47
+ 93 17.2969 583 4 1 -63.2597 54.2455 -84.85
+ 93 121.768 899 0 1 -0.0501616 1.95376 -204.493
+ 93 10.1038 573 1 1 -65.25 -30.1699 -174.618
+Number of digits in this event = 14
+e-
+Event: 94
+Number of tracker hits in this event = 12
+ 94 115.202 900 5 1 0.075455 -0.16443 -54.45
+ 94 104.863 899 5 0 0.0863079 -0.180524 -55.85
+ 94 128.388 901 4 1 0.318673 -0.487341 -84.45
+ 94 112.9 897 4 0 0.334941 -0.504893 -85.85
+ 94 101.954 903 3 1 0.678886 -0.868389 -114.45
+ 94 201.382 895 3 0 0.698297 -0.889164 -115.85
+ 94 151.576 905 2 1 1.05034 -1.30506 -144.45
+ 94 133.638 893 2 0 1.06663 -1.32403 -145.85
+ 94 163.887 906 1 1 1.43047 -1.70888 -174.45
+ 94 104.738 891 1 0 1.44485 -1.72604 -175.85
+ 94 149.435 908 0 1 1.76678 -2.0733 -204.45
+ 94 110.309 889 0 0 1.77204 -2.07886 -205.85
+Number of digits in this event = 7
+e-
+Event: 95
+Number of tracker hits in this event = 18
+ 95 130.312 900 4 1 0.0885131 -0.261497 -84.45
+ 95 104.68 898 4 0 0.102708 -0.261216 -85.85
+ 95 101.767 901 3 1 0.43088 -0.298248 -114.45
+ 95 173.189 898 3 0 0.450785 -0.299093 -115.85
+ 95 173.952 904 2 1 0.864377 -0.292168 -144.45
+ 95 115.695 898 2 0 0.880394 -0.25586 -145.85
+ 95 46.7277 899 2 0 0.882835 -0.25 -146.071
+ 95 146.996 906 1 1 1.37582 0.545969 -174.45
+ 95 105.398 902 1 0 1.44417 0.595536 -175.85
+ 95 130.764 913 0 1 2.79587 1.67208 -204.45
+ 95 138.695 908 0 0 2.83706 1.69474 -205.85
+ 95 148.193 898 0 0 1.68291 -0.340044 -206.018
+ 95 39.8383 803 0 1 -19.25 40.9405 -204.802
+ 95 60.1973 1154 3 0 17.2795 50.9948 -116.25
+ 95 150.389 1155 3 0 17.2873 51.05 -116.076
+ 95 49.4759 1156 3 0 17.1385 51.25 -115.937
+ 95 72.6328 980 3 1 16.1407 50.8266 -114.85
+ 95 257.512 979 3 1 16.0499 50.7657 -114.787
+Number of digits in this event = 11
+e-
Event: 96
-Number of tracker hits in this event = 11
- 96 143.794 901 5 1 0.285393 -0.217948 -54.45
- 96 133.553 899 5 0 0.303025 -0.222456 -55.85
- 96 122.798 902 4 1 0.632813 -0.320253 -84.45
- 96 190.828 898 4 0 0.655569 -0.31876 -85.85
- 96 110.756 905 3 1 1.15182 -0.251165 -114.45
- 96 167.512 899 3 0 1.18342 -0.243868 -115.85
- 96 118.981 908 2 1 1.81036 -0.100579 -144.45
- 96 111.605 899 2 0 1.84452 -0.0985918 -145.85
- 96 81.0957 912 1 1 2.56227 -0.0522884 -174.45
- 96 133.824 917 0 1 3.47901 0.175232 -204.45
- 96 113.176 900 0 0 3.53184 0.189077 -205.85
+Number of tracker hits in this event = 10
+ 96 134.385 900 4 1 0.190122 0.167479 -84.45
+ 96 111.277 900 4 0 0.207227 0.190586 -85.85
+ 96 139.204 902 3 1 0.578398 0.611421 -114.45
+ 96 104.349 902 3 0 0.593967 0.625492 -115.85
+ 96 134.651 904 2 1 0.938178 0.902679 -144.45
+ 96 117.074 904 2 0 0.954511 0.916651 -145.85
+ 96 155.249 906 1 1 1.28626 1.17145 -174.45
+ 96 133.269 905 1 0 1.30143 1.18756 -175.85
+ 96 117.148 907 0 1 1.55131 1.51007 -204.45
+ 96 140.899 907 0 0 1.57084 1.53737 -205.85
Number of digits in this event = 8
e-
Event: 97
-Number of tracker hits in this event = 17
- 97 139.201 899 5 1 -0.102313 0.1297 -54.45
- 97 110.926 900 5 0 -0.111855 0.133133 -55.85
- 97 100.545 898 4 1 -0.300812 0.205697 -84.45
- 97 221.439 900 4 0 -0.314727 0.2076 -85.85
- 97 116.448 897 3 1 -0.581037 0.241175 -114.45
- 97 189.789 900 3 0 -0.576585 0.220073 -115.85
- 97 141.119 897 2 1 -0.51125 -0.255939 -144.45
- 97 122.74 898 2 0 -0.510205 -0.275954 -145.85
- 97 132.515 897 1 1 -0.529506 -0.721246 -174.45
- 97 128.224 896 1 0 -0.532108 -0.751286 -175.85
- 97 96.031 897 0 1 -0.578655 -1.39622 -204.45
- 97 174.12 893 0 0 -0.596883 -1.43586 -205.85
- 97 194.639 901 3 0 -0.411211 0.250056 -116.21
- 97 8.32489 899 6 1 -0.05 0.160896 -24.8343
- 97 140.031 903 6 0 0.118572 0.708388 -25.85
- 97 10.583 1038 0 0 -24.6587 27.8354 -206.25
- 97 6.9734 1039 0 0 -24.6691 27.85 -206.244
-Number of digits in this event = 11
+Number of tracker hits in this event = 38
+ 97 141.844 900 2 1 0.187991 0.739282 -144.45
+ 97 158.823 903 2 0 0.195176 0.764754 -145.85
+ 97 365.895 901 1 1 0.372531 1.27506 -174.45
+ 97 160.972 906 1 0 0.374001 1.30015 -175.85
+ 97 143.615 901 0 1 0.398521 1.82208 -204.45
+ 97 355.84 908 0 0 0.403814 1.83885 -205.85
+ 97 76.3684 909 0 0 0.421861 1.85 -205.924
+ 97 161.467 900 1 1 0.25 1.21328 -174.741
+ 97 13.951 904 2 0 0.105249 0.85 -146.154
+ 97 279.492 899 2 1 -0.10911 -0.0739923 -144.45
+ 97 12.7897 895 2 0 -0.33081 -1.02326 -145.85
+ 97 233.772 894 2 0 -0.337017 -1.05 -145.89
+ 97 29.0749 893 2 0 -0.369253 -1.25 -146.165
+ 97 97.2562 892 1 1 -1.57116 -23.6037 -174.45
+ 97 147.393 891 1 1 -1.65009 -23.7711 -174.591
+ 97 38.3191 774 1 0 -2.07386 -25.1477 -175.85
+ 97 131.932 773 1 0 -2.10255 -25.25 -175.94
+ 97 52.8124 772 1 0 -2.15752 -25.45 -176.127
+ 97 0.0819041 898 2 1 -0.25 -0.0591492 -144.849
+ 97 237.923 899 2 0 -1.02833 -0.169585 -145.85
+ 97 29.6957 753 1 1 -29.4275 -1.65621 -174.45
+ 97 66.7539 752 1 1 -29.4502 -1.65506 -174.473
+ 97 57.2218 751 1 1 -29.65 -1.6553 -174.677
+ 97 150.959 891 1 0 -30.5534 -1.76529 -175.85
+ 97 288.43 650 0 1 -50.0176 -2.95071 -204.45
+ 97 14.6367 881 0 0 -50.0728 -3.82239 -205.85
+ 97 288.228 880 0 0 -50.0795 -3.85 -205.904
+ 97 58.6033 900 0 0 -56.9617 0.0651043 -206.25
+ 97 73.6328 901 0 0 -57.0146 0.250104 -206.113
+ 97 46.0643 902 0 0 -57.1677 0.45 -205.971
+ 97 12.8339 614 0 1 -57.2399 1.32052 -204.85
+ 97 165.983 613 0 1 -57.25 1.34847 -204.809
+ 97 16.9473 877 0 0 -48.9486 -4.47959 -205.85
+ 97 90.4841 659 0 1 -48.2137 -4.381 -204.85
+ 97 148.966 905 1 0 0.665993 1.20689 -175.85
+ 97 144.059 936 0 1 7.2959 0.113129 -204.45
+ 97 43.6079 1476 1 0 94.5802 115.41 -176.25
+ 97 12.0655 1202 1 1 60.65 -53.4363 -174.696
+Number of digits in this event = 21
e-
Event: 98
Number of tracker hits in this event = 12
- 98 128.467 899 4 1 -0.0752234 0.245541 -84.45
- 98 115.462 901 4 0 -0.0867666 0.266356 -85.85
- 98 201.406 898 3 1 -0.397873 0.701718 -114.45
- 98 263.925 903 3 0 -0.419261 0.720134 -115.85
- 98 110.798 896 2 1 -0.825371 1.13953 -144.45
- 98 131.589 905 2 0 -0.845931 1.16271 -145.85
- 98 107.63 893 1 1 -1.28545 1.61827 -174.45
- 98 21.4461 907 1 0 -1.31026 1.64811 -175.85
- 98 87.1534 908 1 0 -1.31187 1.65 -175.939
- 98 42.2475 891 0 1 -1.84749 2.22801 -204.45
- 98 134.386 890 0 1 -1.85 2.231 -204.621
- 98 136.868 911 0 0 -1.86838 2.25319 -205.85
-Number of digits in this event = 7
+ 98 65.2574 899 4 1 -0.169011 0.05 -84.6195
+ 98 116.771 900 4 0 -0.172962 0.0571003 -85.85
+ 98 104.978 898 3 1 -0.260511 0.198019 -114.45
+ 98 116.948 900 3 0 -0.262256 0.210203 -115.85
+ 98 102.567 899 2 1 -0.235519 0.466935 -144.45
+ 98 96.4072 902 2 0 -0.210561 0.483885 -145.85
+ 98 106.557 901 1 1 0.332917 1.02279 -174.45
+ 98 173.036 905 1 0 0.401065 1.16058 -175.85
+ 98 112.252 911 0 1 2.25591 2.8361 -204.45
+ 98 113.878 913 0 0 2.45815 2.78343 -205.85
+ 98 56.4136 984 0 0 -123.614 16.9496 -206.25
+ 98 26.385 1117 0 0 -109.964 43.6142 -206.25
+Number of digits in this event = 2
e-
Event: 99
-Number of tracker hits in this event = 13
- 99 366.79 898 4 1 -0.310899 0.0656197 -84.45
- 99 387.502 900 4 0 -0.318497 0.0674408 -85.85
- 99 115.069 891 1 1 -1.81635 -0.0919411 -174.45
- 99 108.316 899 1 0 -1.89841 -0.0831502 -175.85
- 99 102.272 882 0 1 -3.57625 0.231125 -204.45
- 99 115.104 901 0 0 -3.65678 0.265922 -205.85
- 99 300.394 893 1 1 -1.26366 0.346565 -174.45
- 99 309.875 901 1 0 -1.27839 0.364302 -175.85
- 99 100.408 892 0 1 -1.5921 0.613912 -204.45
- 99 134.072 903 0 0 -1.57603 0.666698 -205.85
- 99 66.829 930 2 0 -44.0813 6.15372 -146.25
- 99 102.676 870 0 1 -5.93322 1.4758 -204.45
- 99 116.668 907 0 0 -6.19115 1.54941 -205.85
-Number of digits in this event = 7
+Number of tracker hits in this event = 29
+ 99 198.277 899 5 1 -0.166404 0.0861446 -54.45
+ 99 162.452 900 5 0 -0.174649 0.0967678 -55.85
+ 99 125.187 898 4 1 -0.326613 0.337079 -84.45
+ 99 119.716 901 4 0 -0.335762 0.349415 -85.85
+ 99 96.647 897 3 1 -0.531817 0.580995 -114.45
+ 99 112.591 902 3 0 -0.546373 0.586309 -115.85
+ 99 166.472 896 2 1 -0.814606 0.670687 -144.45
+ 99 114.495 903 2 0 -0.830302 0.678661 -145.85
+ 99 114.829 894 1 1 -1.1121 0.820507 -174.45
+ 99 96.7207 903 1 0 -1.11041 0.830285 -175.85
+ 99 251.556 894 0 1 -1.11097 1.01158 -204.45
+ 99 190.215 904 0 0 -1.11317 1.02743 -205.85
+ 99 11.3328 899 5 0 -0.262127 -0.05 -56.2362
+ 99 170.124 754 5 0 -8.28721 -29.2076 -56.25
+ 99 179.305 753 5 0 -8.01879 -29.25 -55.9501
+ 99 17.4398 752 5 0 -7.58667 -29.45 -56.2091
+ 99 32.0066 813 5 0 26.8281 -17.3255 -56.25
+ 99 104.217 814 5 0 26.8466 -17.2499 -56.1708
+ 99 99.5169 815 5 0 26.9706 -17.0499 -56.0068
+ 99 42.8037 816 5 0 27.1462 -16.8499 -55.8842
+ 99 160.956 1057 5 1 31.6307 -13.1742 -54.85
+ 99 64.5176 1058 5 1 31.6501 -13.1609 -54.8434
+ 99 318.611 1056 5 1 31.45 -12.9069 -54.5819
+ 99 66.2676 969 0 0 -9.18732 13.9238 -206.25
+ 99 124.556 970 0 0 -9.23981 14.0501 -206.113
+ 99 177.338 854 0 1 -9.09303 14.245 -204.85
+ 99 143.018 855 0 1 -9.04996 14.1783 -204.565
+ 99 117.639 848 0 1 -10.2828 13.5702 -204.85
+ 99 150.183 1207 3 1 61.45 -108.065 -114.846
+Number of digits in this event = 16
Run terminated.
Run Summary
Number of events processed : 100
- User=11.43s Real=11.58s Sys=0s
+ User=3.42s Real=3.45s Sys=0s
End of Run 2
Graphics systems deleted.
Visualization Manager deleting...
diff --git a/examples/advanced/hadrontherapy/History b/examples/advanced/hadrontherapy/History
index 178252dd53..d85083a0f3 100644
--- a/examples/advanced/hadrontherapy/History
+++ b/examples/advanced/hadrontherapy/History
@@ -8,6 +8,9 @@ http://g4advancedexamples.lngs.infn.it/Examples/hadrontherapy
History file of the Hadrontherapy application
====================================================
+26.10.2017 D.Sorokin; Tag: hadrontherapy-V10-03-11
+ - LaserDrivenBeamLine.cc build fix
+
24.06.2017 G.A.P.Cirrone; Tag: hadrontherapy-V10-03-10
- Added the batch.mac file
diff --git a/examples/advanced/hadrontherapy/hadrontherapy.out b/examples/advanced/hadrontherapy/hadrontherapy.out
new file mode 100644
index 0000000000..6b073955fb
--- /dev/null
+++ b/examples/advanced/hadrontherapy/hadrontherapy.out
@@ -0,0 +1,1807 @@
+
+ ############################################
+ !!! WARNING - FPE detection is activated !!!
+ ############################################
+
+*************************************************************
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
+ Copyright : Geant4 Collaboration
+ Reference : NIM A 506 (2003), 250-303
+ WWW : http://cern.ch/geant4
+*************************************************************
+
+Activating geometry default
+Going to register Parallel world...... done
+Using HadrontherapyPhysicsList()
+Visualization Manager instantiating with verbosity "warnings (3)"...
+Visualization Manager initialising...
+Registering graphics systems...
+
+You have successfully registered the following graphics systems.
+Current available graphics systems are:
+ASCIITree (ATree)
+DAWNFILE (DAWNFILE)
+G4HepRep (HepRepXML)
+G4HepRepFile (HepRepFile)
+RayTracer (RayTracer)
+VRML1FILE (VRML1FILE)
+VRML2FILE (VRML2FILE)
+gMocrenFile (gMocrenFile)
+OpenGLImmediateQt (OGLIQt, OGLI)
+OpenGLStoredQt (OGLSQt, OGL, OGLS)
+OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK)
+OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK)
+OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK)
+OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK)
+RayTracerX (RayTracerX)
+
+Registering model factories...
+
+You have successfully registered the following model factories.
+Registered model factories:
+ generic
+ drawByAttribute
+ drawByCharge
+ drawByOriginVolume
+ drawByParticleID
+ drawByEncounteredVolume
+
+Registered 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)
+ G4PhysicsListHelper::AddTransportation()--- G4CoupledTransportation is used
+### G4EmStandard_opt4 Construct Processes
+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 1 0
+ DetectorLog 1 1 0
+### === Auger cascade flag: 1
+### === Ignore cuts flag: 0
+
+phot: for gamma SubType= 12 BuildTable= 0
+ LambdaPrime table from 200 keV to 10 TeV in 154 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermorePhElectric : Emin= 0 eV Emax= 10 TeV AngularGenSauterGavrila FluoActive
+
+compt: for gamma SubType= 13 BuildTable= 1
+ Lambda table from 100 eV to 1 MeV, 20 bins per decade, spline: 1
+ LambdaPrime table from 1 MeV to 10 TeV in 140 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LowEPComptonModel : Emin= 0 eV Emax= 20 MeV FluoActive
+ KleinNishina : Emin= 20 MeV Emax= 10 TeV FluoActive
+
+conv: for gamma SubType= 14 BuildTable= 1
+ Lambda table from 1.022 MeV to 10 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ PenConversion : Emin= 0 eV Emax= 80 GeV
+ BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV
+
+Rayl: for gamma SubType= 11 BuildTable= 1
+ Lambda table from 100 eV to 100 keV, 20 bins per decade, spline: 0
+ LambdaPrime table from 100 keV to 10 TeV in 160 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermoreRayleigh : Emin= 0 eV Emax= 10 TeV CullenGenerator
+
+msc: for e- SubType= 10
+ RangeFactor= 0.2, stepLimitType: 2, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Table with 120 bins Emin= 100 eV Emax= 100 MeV
+ WentzelVIUni : Emin= 100 MeV Emax= 10 TeV Table with 100 bins Emin= 100 MeV Emax= 10 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ PenIoni : Emin= 0 eV Emax= 1 MeV
+ MollerBhabha : Emin= 1 MeV Emax= 10 TeV deltaVI
+
+eBrem: for e- SubType= 3
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per 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= 10 TeV AngularGen2BS
+
+ePairProd: for e- SubType= 4
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ Sampling table 21x1001 from 0.1 GeV to 10 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ muPairProd : Emin= 0 eV Emax= 10 TeV
+
+CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from 100 MeV to 10 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eCoulombScattering : Emin= 100 MeV Emax= 10 TeV
+
+msc: for e+ SubType= 10
+ RangeFactor= 0.2, stepLimitType: 2, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Table with 120 bins Emin= 100 eV Emax= 100 MeV
+ WentzelVIUni : Emin= 100 MeV Emax= 10 TeV Table with 100 bins Emin= 100 MeV Emax= 10 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ PenIoni : Emin= 0 eV Emax= 1 MeV
+ MollerBhabha : Emin= 1 MeV Emax= 10 TeV deltaVI
+
+eBrem: for e+ SubType= 3
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per 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= 10 TeV AngularGen2BS
+
+ePairProd: for e+ SubType= 4
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ Sampling table 21x1001 from 0.1 GeV to 10 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ muPairProd : Emin= 0 eV Emax= 10 TeV
+
+annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eplus2gg : Emin= 0 eV Emax= 10 TeV
+
+CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from 100 MeV to 10 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eCoulombScattering : Emin= 100 MeV Emax= 10 TeV
+
+msc: for proton SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 2 MeV deltaVI
+ BetheBloch : Emin= 2 MeV Emax= 10 TeV deltaVI
+
+hBrems: for proton SubType= 3
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 10 TeV
+
+hPairProd: for proton SubType= 4
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ Sampling table 13x1001 from 7.50618 GeV to 10 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 10 TeV
+
+CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eCoulombScattering : Emin= 0 eV Emax= 10 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : 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 per decade, spline: 1
+ finalRange(mm)= 0.001, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ParamICRU73 : Emin= 0 eV Emax= 10 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, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 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
+
+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, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI
+ BetheBloch : Emin= 2 MeV Emax= 10 TeV deltaVI
+
+hBrems: for anti_proton SubType= 3
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 10 TeV
+
+hPairProd: for anti_proton SubType= 4
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ Sampling table 13x1001 from 7.50618 GeV to 10 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 10 TeV
+
+CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eCoulombScattering : Emin= 0 eV Emax= 10 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, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 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
+
+hBrems: for kaon+ SubType= 3
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 10 TeV
+
+hPairProd: for kaon+ SubType= 4
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ Sampling table 14x1001 from 3.94942 GeV to 10 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 10 TeV
+
+CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eCoulombScattering : Emin= 0 eV Emax= 10 TeV
+
+msc: for kaon- SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 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
+
+hBrems: for kaon- SubType= 3
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 10 TeV
+
+hPairProd: for kaon- SubType= 4
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ Sampling table 14x1001 from 3.94942 GeV to 10 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 10 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= 10 TeV
+
+msc: for mu+ SubType= 10
+ RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 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= 10 TeV
+
+muBrems: for mu+ SubType= 3
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MuBrem : Emin= 0 eV Emax= 10 TeV
+
+muPairProd: for mu+ SubType= 4
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ Sampling table 17x1001 from 1 GeV to 10 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ muPairProd : Emin= 0 eV Emax= 10 TeV
+
+CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eCoulombScattering : Emin= 0 eV Emax= 10 TeV
+
+msc: for mu- SubType= 10
+ RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 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= 10 TeV
+
+muBrems: for mu- SubType= 3
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MuBrem : Emin= 0 eV Emax= 10 TeV
+
+muPairProd: for mu- SubType= 4
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ Sampling table 17x1001 from 1 GeV to 10 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ muPairProd : Emin= 0 eV Emax= 10 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= 10 TeV
+
+msc: for pi+ SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 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
+
+hBrems: for pi+ SubType= 3
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 10 TeV
+
+hPairProd: for pi+ SubType= 4
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ Sampling table 16x1001 from 1.11656 GeV to 10 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 10 TeV
+
+CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eCoulombScattering : Emin= 0 eV Emax= 10 TeV
+
+msc: for pi- SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 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
+
+hBrems: for pi- SubType= 3
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 10 TeV
+
+hPairProd: for pi- SubType= 4
+ dE/dx and range tables from 100 eV to 10 TeV in 220 bins
+ Lambda tables from threshold to 10 TeV, 20 bins per decade, spline: 1
+ Sampling table 16x1001 from 1.11656 GeV to 10 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 10 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= 10 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
+
+====================================================================
+
+### Run 0 starts.
+Run 0 starts ...
+ Run terminated.
+Run Summary
+ Number of events processed : 500
+ User=4.77s Real=7.59s Sys=0.03s
+Dose is being written to Dose.out
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+... write Csv files : - done
+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.49 MB
+============================================================
+RunManagerKernel is deleted. Good bye :)
diff --git a/examples/advanced/hadrontherapy/include/TrentoPassiveProtonBeamLine.hh b/examples/advanced/hadrontherapy/include/TrentoPassiveProtonBeamLine.hh
index 9617a48848..2c80114796 100644
--- a/examples/advanced/hadrontherapy/include/TrentoPassiveProtonBeamLine.hh
+++ b/examples/advanced/hadrontherapy/include/TrentoPassiveProtonBeamLine.hh
@@ -1,4 +1,3 @@
-
//
// ********************************************************************
// * License and Disclaimer *
diff --git a/examples/advanced/hadrontherapy/src/LaserDrivenBeamLine.cc b/examples/advanced/hadrontherapy/src/LaserDrivenBeamLine.cc
index 8cf413678f..00fac45a0a 100644
--- a/examples/advanced/hadrontherapy/src/LaserDrivenBeamLine.cc
+++ b/examples/advanced/hadrontherapy/src/LaserDrivenBeamLine.cc
@@ -48,6 +48,7 @@
#include "G4Material.hh"
//
#include "G4FieldManager.hh"
+#include "G4MagIntegratorDriver.hh"
#include "G4MagIntegratorStepper.hh"
#include "G4Mag_UsualEqRhs.hh"
#include "G4ExplicitEuler.hh"
diff --git a/examples/advanced/hadrontherapy/src/PassiveCarbonBeamLine.cc b/examples/advanced/hadrontherapy/src/PassiveCarbonBeamLine.cc
index b53d772c9f..d95897a174 100755
--- a/examples/advanced/hadrontherapy/src/PassiveCarbonBeamLine.cc
+++ b/examples/advanced/hadrontherapy/src/PassiveCarbonBeamLine.cc
@@ -520,9 +520,9 @@ void PassiveCarbonBeamLine::HadrontherapyRippleFilter()
LogicRippleFilterTrd -> SetVisAttributes(green);
- G4int numberOfTrd = static_cast(floor( RF_y / (RFtrd_bottom+distanceBetweenTrd) ));
+ G4int numberOfTrd = static_cast(std::floor( RF_y / (RFtrd_bottom+distanceBetweenTrd) ));
- G4int N = static_cast( floor(numberOfTrd-1)/2 );
+ G4int N = static_cast( std::floor(numberOfTrd-1)/2 );
G4int copyNumber = 0;
diff --git a/examples/advanced/human_phantom/human_phantom.out b/examples/advanced/human_phantom/human_phantom.out
index 8ca300a205..c379326df2 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-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -56,9 +56,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
#
#
#
@@ -82,19 +80,19 @@ MotherVolume: physicalWorld
sensitivity : 0
Construct Head with mother physicalWorld
Checking overlaps for volume physicalHead ... OK!
-Volume of Head = 4657.42 cm^3
+Volume of Head = 4658.35 cm^3
Material of Head = soft_tissue
Density of Material = 0.9869 g/cm^3
-Mass of Head = 4596.41 g
+Mass of Head = 4597.32 g
MotherVolume: physicalHead
sensitivity : 0
Construct Skull with mother volume physicalHead
Checking overlaps for volume physicalSkull ... OK!
Skull created !!!!!!
-Volume of Skull = 847.131 cm^3
+Volume of Skull = 847.255 cm^3
Material of Skull = skeleton
Density of Material = 1.4862 g/cm^3
-Mass of Skull = 1259.01 g
+Mass of Skull = 1259.19 g
Construct Brain with mother physicalHead
Checking overlaps for volume physicalBrain ... OK!
Volume of Brain = 1470.27 cm^3
@@ -169,28 +167,28 @@ sensitivity : 0
Construct UpperSpine with mother volume physicalHead
Checking overlaps for volume physicalUpperSpine ... OK!
UpperSpine created !!!!!!
-Volume of UpperSpine = 126.288 cm^3
+Volume of UpperSpine = 126.357 cm^3
Material of UpperSpine = skeleton
Density of Material = 1.4862 g/cm^3
-Mass of UpperSpine = 187.689 g
+Mass of UpperSpine = 187.792 g
MotherVolume: physicalTrunk
sensitivity : 0
Construct LeftScapula with mother volume physicalTrunk
Checking overlaps for volume physicalLeftScapula ... OK!
LeftScapula created !!!!!!
-Volume of LeftScapula = 102.727 cm^3
+Volume of LeftScapula = 100.406 cm^3
Material of LeftScapula = skeleton
Density of Material = 1.4862 g/cm^3
-Mass of LeftScapula = 152.673 g
+Mass of LeftScapula = 149.224 g
MotherVolume: physicalTrunk
sensitivity : 0
Construct RightScapula with mother volume physicalTrunk
Checking overlaps for volume physicalRightScapula ... OK!
RightScapula created !!!!!!
-Volume of RightScapula = 100.712 cm^3
+Volume of RightScapula = 100.797 cm^3
Material of RightScapula = skeleton
Density of Material = 1.4862 g/cm^3
-Mass of RightScapula = 149.678 g
+Mass of RightScapula = 149.805 g
Construct LeftAdrenal with mother physicalTrunk
Checking overlaps for volume physicalLeftAdrenal ... OK!
Left LeftAdrenal created !!!!!!
@@ -233,10 +231,10 @@ Mass of RightClavicle = 20.3099 g
Construct SmallIntestine with mother volume physicalTrunk
Checking overlaps for volume physicalSmallIntestine ... OK!
SmallIntestine created !!!!!!
-Volume of SmallIntestine = 1018.5 cm^3
+Volume of SmallIntestine = 1019.57 cm^3
Material of SmallIntestine = soft_tissue
Density of Material = 0.9869 g/cm^3
-Mass of SmallIntestine = 1005.16 g
+Mass of SmallIntestine = 1006.21 g
Construct RibCage with mother volume physicalTrunk
Checking overlaps for volume physicalRibCage ... OK!
Checking overlaps for volume physicalRib ... OK!
@@ -252,10 +250,10 @@ Checking overlaps for volume physicalRib ... OK!
Checking overlaps for volume physicalRib ... OK!
Checking overlaps for volume physicalRib ... OK!
RibCage created !!!!!!
-Volume of RibCage = 691.401 cm^3
+Volume of RibCage = 692.072 cm^3
Material of RibCage = skeleton
Density of Material = 1.4862 g/cm^3
-Mass of RibCage = 1027.56 g
+Mass of RibCage = 1028.56 g
MotherVolume: physicalTrunk
sensitivity : 0
Construct MiddleLowerSpine with mother volume physicalTrunk
@@ -268,10 +266,10 @@ Mass of MiddleLowerSpine = 1120.57 g
Construct Pelvis with mother volume physicalTrunk
Checking overlaps for volume physicalPelvis ... OK!
Pelvis created !!!!!!
-Volume of Pelvis = 605.767 cm^3
+Volume of Pelvis = 605.641 cm^3
Material of Pelvis = skeleton
Density of Material = 1.4862 g/cm^3
-Mass of Pelvis = 900.292 g
+Mass of Pelvis = 900.103 g
Construct Stomach with mother volume physicalTrunk
Checking overlaps for volume physicalStomach ... OK!
Stomach created !!!!!!
@@ -282,17 +280,17 @@ Mass of Stomach = 396.856 g
Construct UpperLargeIntestine with mother volume physicalTrunk
Checking overlaps for volume physicalUpperLargeIntestine ... OK!
UpperLargeIntestine created !!!!!!
-Volume of UpperLargeIntestine = 434.363 cm^3
+Volume of UpperLargeIntestine = 434.973 cm^3
Material of UpperLargeIntestine = soft_tissue
Density of Material = 0.9869 g/cm^3
-Mass of UpperLargeIntestine = 428.673 g
+Mass of UpperLargeIntestine = 429.275 g
Construct LowerLargeIntestine with mother volume physicalTrunk
Checking overlaps for volume physicalLowerLargeIntestine ... OK!
LowerLargeIntestine created !!!!!!
-Volume of LowerLargeIntestine = 343.654 cm^3
+Volume of LowerLargeIntestine = 344.106 cm^3
Material of LowerLargeIntestine = soft_tissue
Density of Material = 0.9869 g/cm^3
-Mass of LowerLargeIntestine = 339.152 g
+Mass of LowerLargeIntestine = 339.598 g
Construct Spleen with mother volume physicalTrunk
Checking overlaps for volume physicalSpleen ... OK!
Spleen created !!!!!!
@@ -303,40 +301,40 @@ Mass of Spleen = 173.625 g
Construct Pancreas with mother volume physicalTrunk
Checking overlaps for volume physicalPancreas ... OK!
Pancreas created !!!!!!
-Volume of Pancreas = 61.0052 cm^3
+Volume of Pancreas = 60.9719 cm^3
Material of Pancreas = soft_tissue
Density of Material = 0.9869 g/cm^3
-Mass of Pancreas = 60.206 g
+Mass of Pancreas = 60.1732 g
Construct LeftKidney with mother volume physicalTrunk
Checking overlaps for volume physicalLeftKidney ... OK!
Left LeftKidney created !!!!!!
-Volume of LeftKidney = 143.907 cm^3
+Volume of LeftKidney = 143.733 cm^3
Material of LeftKidney = soft_tissue
Density of Material = 0.9869 g/cm^3
-Mass of LeftKidney = 142.021 g
+Mass of LeftKidney = 141.85 g
Construct RightKidney with mother volume physicalTrunk
Checking overlaps for volume physicalRightKidney ... OK!
RightKidney created !!!!!!
-Volume of RightKidney = 144.065 cm^3
+Volume of RightKidney = 144.262 cm^3
Material of RightKidney = soft_tissue
Density of Material = 0.9869 g/cm^3
-Mass of RightKidney = 142.177 g
+Mass of RightKidney = 142.372 g
Construct UrinaryBladder with mother volume physicalTrunk
Checking overlaps for volume physicalUrinaryBladder ... OK!
UrinaryBladder created !!!!!!
-Volume of UrinaryBladder = 45.8512 cm^3
+Volume of UrinaryBladder = 45.6477 cm^3
Material of UrinaryBladder = soft_tissue
Density of Material = 0.9869 g/cm^3
-Mass of UrinaryBladder = 45.2505 g
+Mass of UrinaryBladder = 45.0497 g
MotherVolume: physicalWorld
sensitivity : 0
Construct MaleGenitalia with mother volume physicalWorld
Checking overlaps for volume physicalMaleGenitalia ... OK!
MaleGenitalia created !!!!!!
-Volume of MaleGenitalia = 229.196 cm^3
+Volume of MaleGenitalia = 229.545 cm^3
Material of MaleGenitalia = soft_tissue
Density of Material = 0.9869 g/cm^3
-Mass of MaleGenitalia = 226.193 g
+Mass of MaleGenitalia = 226.538 g
MotherVolume: physicalWorld
sensitivity : 0
Construct LeftTeste with mother volume physicalMaleGenitalia
@@ -355,6 +353,7 @@ Volume of RightTeste = 18.7867 cm^3
Material of RightTeste = soft_tissue
Density of Material = 0.9869 g/cm^3
Mass of RightTeste = 18.5406 g
+### G4EmStandard_opt4 Construct Processes
# or ...
#/control/execute adultMIRDFemale.mac
# or ...
@@ -383,7 +382,8 @@ Mass of RightTeste = 18.5406 g
/run/beamOn 100
### === Deexcitation model UAtomDeexcitation is activated for 1 region:
- DefaultRegionForTheWorld 1 0 0
+ DefaultRegionForTheWorld 1 1 0
+### === Auger cascade flag: 1
### === Ignore cuts flag: 0
phot: for gamma SubType= 12 BuildTable= 0
@@ -411,9 +411,9 @@ Rayl: for gamma SubType= 11 BuildTable= 1
LivermoreRayleigh : Emin= 0 eV Emax= 10 TeV CullenGenerator
msc: for e- SubType= 10
- RangeFactor= 0.02, stepLimitType: 3, latDisplacement: 1, skin= 1, geomFactor= 2.5
+ RangeFactor= 0.2, stepLimitType: 2, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 120 bins Emin= 100 eV Emax= 100 MeV
+ GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Table with 120 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 10 TeV Table with 100 bins Emin= 100 MeV Emax= 10 TeV
eIoni: for e- SubType= 2
@@ -441,14 +441,14 @@ ePairProd: for e- SubType= 4
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 10 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 10 TeV
msc: for e+ SubType= 10
- RangeFactor= 0.02, stepLimitType: 3, latDisplacement: 1, skin= 1, geomFactor= 2.5
+ RangeFactor= 0.2, stepLimitType: 2, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 120 bins Emin= 100 eV Emax= 100 MeV
+ GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Table with 120 bins Emin= 100 eV Emax= 100 MeV
WentzelVIUni : Emin= 100 MeV Emax= 10 TeV Table with 100 bins Emin= 100 MeV Emax= 10 TeV
eIoni: for e+ SubType= 2
@@ -480,12 +480,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 10 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 10 TeV
msc: for proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
@@ -512,8 +512,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 10 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
@@ -555,7 +555,7 @@ nuclearStopping: for alpha SubType= 8 BuildTable= 0
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
@@ -583,7 +583,7 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
@@ -592,7 +592,7 @@ nuclearStopping: for anti_proton SubType= 8 BuildTable= 0
ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
msc: for kaon+ SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
@@ -620,12 +620,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
msc: for kaon- SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
@@ -653,7 +653,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
@@ -687,7 +687,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
@@ -721,12 +721,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
msc: for pi+ SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
@@ -754,12 +754,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 10 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
msc: for pi- SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 10 TeV Table with 220 bins Emin= 100 eV Emax= 10 TeV
@@ -787,7 +787,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
@@ -819,21 +819,21 @@ Index : 2 used in the geometry : Yes
### Run 0 start.
Number of events = 100
Energy Total in Run:logicalBrain, ID: 0, Energy Deposition (MeV): 0
-Energy Total in Run:logicalHead, ID: 1, Energy Deposition (MeV): 3.03709
+Energy Total in Run:logicalHead, ID: 1, Energy Deposition (MeV): 5.73115
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): 10.0981
-Energy Total in Run:logicalLeftLegBone, ID: 9, Energy Deposition (MeV): 0.0451217
+Energy Total in Run:logicalLeftLeg, ID: 8, Energy Deposition (MeV): 7.62381
+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.88767
+Energy Total in Run:logicalMaleGenitalia, ID: 15, Energy Deposition (MeV): 1.92807
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
@@ -843,23 +843,23 @@ 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): 4.88805
-Energy Total in Run:logicalRightLegBone, ID: 26, Energy Deposition (MeV): 0
+Energy Total in Run:logicalRightLeg, ID: 25, Energy Deposition (MeV): 12.2558
+Energy Total in Run:logicalRightLegBone, ID: 26, Energy Deposition (MeV): 0.0737804
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.803185
+Energy Total in Run:logicalSkull, ID: 31, Energy Deposition (MeV): 1.21636
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): 27.5208
+Energy Total in Run:logicalTrunk, ID: 37, Energy Deposition (MeV): 30.1488
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: 48.2799 MeV
+Total Energy deposit in the body is: 58.9778 MeV
Graphics systems deleted.
Visualization Manager deleting...
diff --git a/examples/advanced/iort_therapy/CMakeLists.txt b/examples/advanced/iort_therapy/CMakeLists.txt
index 5a3e7deb7a..b9c0cc636f 100644
--- a/examples/advanced/iort_therapy/CMakeLists.txt
+++ b/examples/advanced/iort_therapy/CMakeLists.txt
@@ -25,15 +25,15 @@ include(${Geant4_USE_FILE})
#
find_package(ROOT QUIET)
if(ROOT_FOUND)
- message(STATUS "G4 Examples: ROOT found. --> iort_therapy example with ROOT plotter enabled.")
+ message(STATUS "G4 Examples: ROOT found. --> iort_therapy example with ROOT plotter enabled.")
# Uncomment this line if suitable (some customization may be needed)
- add_definitions(-DG4ANALYSIS_USE_ROOT)
- include_directories(${PROJECT_SOURCE_DIR}/include
+ add_definitions(-DG4ANALYSIS_USE_ROOT)
+ include_directories(${PROJECT_SOURCE_DIR}/include
${Geant4_INCLUDE_DIR}
- ${ROOT_INCLUDE_DIR})
+ ${ROOT_INCLUDE_DIRS})
else()
- message(STATUS "G4 Examples: ROOT not found. --> iort_therapy example with ROOT plotter disabled.")
- include_directories(${PROJECT_SOURCE_DIR}/include
+ message(STATUS "G4 Examples: ROOT not found. --> iort_therapy example with ROOT plotter disabled.")
+ include_directories(${PROJECT_SOURCE_DIR}/include
${Geant4_INCLUDE_DIR})
endif()
diff --git a/examples/advanced/iort_therapy/History b/examples/advanced/iort_therapy/History
index 8286d40f79..b3ee4c9e48 100644
--- a/examples/advanced/iort_therapy/History
+++ b/examples/advanced/iort_therapy/History
@@ -7,6 +7,12 @@ carlo.casarino@polooncologicocefalu.it
History file of the IORT application
====================================================
+28.11.2017 - B.Morgan tag iort_therapy-V10-03-01
+ Replace ROOT_INCLUDE_DIR with ROOT_INCLUDE_DIRS
+
+31.10.2017 - L.Pandola tag iort_therapy-V10-03-00
+ Clean up visualization from batch.mac
+
28.11.2016 - G.Folger tag iort_therapy-V10-02-00
Remove direct use of theParticleIterator, use GetParticleTableIterator().
fix required by clang39 on Linux and MAC
diff --git a/examples/advanced/iort_therapy/batch.mac b/examples/advanced/iort_therapy/batch.mac
index 8de77bf6cb..6126918508 100644
--- a/examples/advanced/iort_therapy/batch.mac
+++ b/examples/advanced/iort_therapy/batch.mac
@@ -49,12 +49,6 @@
##########################
# Visualisation
# none
-
-##########################
-# Definition of the GUI
-# It will work only if the QT GUI interface is active
-#
-/control/execute macro/GUIPersonalisation.mac
##########################
# Set here the cut and the step max for the tracking.
# Suggested values of cut and step:
diff --git a/examples/advanced/iort_therapy/iort_therapy.out b/examples/advanced/iort_therapy/iort_therapy.out
new file mode 100644
index 0000000000..af2c08e27f
--- /dev/null
+++ b/examples/advanced/iort_therapy/iort_therapy.out
@@ -0,0 +1,4834 @@
+
+ ############################################
+ !!! WARNING - FPE detection is activated !!!
+ ############################################
+
+*************************************************************
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
+ Copyright : Geant4 Collaboration
+ Reference : NIM A 506 (2003), 250-303
+ WWW : http://cern.ch/geant4
+*************************************************************
+
+... open Root analysis file : DoseDistribution.root - done
+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)
+OpenGLImmediateQt (OGLIQt, OGLI)
+OpenGLStoredQt (OGLSQt, OGL, OGLS)
+OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK)
+OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK)
+OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK)
+OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK)
+RayTracerX (RayTracerX)
+
+Registering model factories...
+
+You have successfully registered the following model factories.
+Registered model factories:
+ generic
+ drawByAttribute
+ drawByCharge
+ drawByOriginVolume
+ drawByParticleID
+ drawByEncounteredVolume
+
+Registered 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 emstandard_opt3
+/Physics/addPhysics Em_extra_physics
+/run/initialize
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : DIGIHIT1001
+ issued by : G4VReadOutGeometry
+The concept and the functionality of Readout Geometry has been merged
+into Parallel World. This G4VReadOutGeometry is kept for the sake of
+not breaking the commonly-used interface in the sensitive detector class.
+But this functionality of G4VReadOutGeometry class is no longer tested
+and thus may not be working well. We strongly recommend our customers to
+migrate to Parallel World scheme.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+Instantiating new Read Out Geometry "DetectorROGeometry"
+Registering new DetectorSD "Detector"
+IORTMatrix: Memory space to store physical dose into 12600000 voxels has been allocated
+/run/geometryModified
+The (X,Y,Z) dimensions of the phantom are : (20 cm ,20 cm ,20 cm )
+The (X,Y,Z) dimensions of the detector are : (7 cm ,15 cm ,15 cm )
+Displacement between Phantom and World is: DX= 4.5 cm DY= 0 fm DZ= 0 fm
+The (X,Y,Z) sizes of the Voxels are: (500 um ,500 um ,500 um )
+The number of Voxels along (X,Y,Z) is: (140,300,300)
+ G4PhysicsListHelper::AddTransportation()--- G4CoupledTransportation is used
+### G4EmConfigurator::AddModels n= 0
+PhysicsList::SetCuts:CutLength : 10 um
+/Physics/setDetectorCuts 0.01 mm
+/Physics/setCuts 0.01 mm
+/Step/waterPhantomStepMax 0.01 mm
+/beam/energy/meanEnergy 9.9 MeV
+/beam/energy/sigmaEnergy 500 keV
+/beam/position/Xposition -862.817 mm
+/event/printEventNumber 1000
+/DeleteProtectionDisc/delete
+/run/geometryModified
+/run/beamOn 2
+
+### === 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 AngularGenSauterGavrila FluoActive
+
+compt: for gamma SubType= 13 BuildTable= 1
+ Lambda table from 10 eV to 1 MeV, 20 bins per decade, spline: 1
+ LambdaPrime table from 1 MeV to 100 TeV in 160 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ KleinNishina : Emin= 0 eV Emax= 100 TeV FluoActive
+
+conv: for gamma SubType= 14 BuildTable= 1
+ Lambda table from 1.022 MeV to 100 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BetheHeitler : Emin= 0 eV Emax= 80 GeV
+ BetheHeitlerLPM : Emin= 80 GeV Emax= 100 TeV
+
+Rayl: for gamma SubType= 11 BuildTable= 1
+ Lambda table from 10 eV to 100 keV, 20 bins per 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.04, stepLimitType: 3, latDisplacement: 1, skin= 1, geomFactor= 2.5
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 240 bins Emin= 100 eV Emax= 100 TeV
+
+eIoni: for e- 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 per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MollerBhabha : Emin= 0 eV Emax= 100 TeV
+
+eBrem: for e- SubType= 3
+ dE/dx and range tables from 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per decade, spline: 1
+ Sampling table 25x1001 from 0.1 GeV to 100 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ muPairProd : Emin= 0 eV Emax= 100 TeV
+
+msc: for e+ SubType= 10
+ RangeFactor= 0.04, stepLimitType: 3, latDisplacement: 1, skin= 1, geomFactor= 2.5
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 240 bins Emin= 100 eV Emax= 100 TeV
+
+eIoni: for e+ 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 per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MollerBhabha : Emin= 0 eV Emax= 100 TeV
+
+eBrem: for e+ SubType= 3
+ dE/dx and range tables from 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per decade, spline: 1
+ Sampling table 25x1001 from 0.1 GeV to 100 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ muPairProd : 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
+
+msc: for proton SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 240 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for proton 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 per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 2 MeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
+
+hBrems: for proton SubType= 3
+ dE/dx and range tables from 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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
+
+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, stepLimitType: 0, latDisplacement: 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 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.001, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 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, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 240 bins Emin= 100 eV Emax= 100 TeV
+
+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 per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BraggIon : Emin= 0 eV Emax= 7.9452 MeV
+ BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
+
+nuclearStopping: for alpha SubType= 8 BuildTable= 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV
+
+msc: for anti_proton SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 240 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for anti_proton 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 per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 2 MeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
+
+hBrems: for anti_proton SubType= 3
+ dE/dx and range tables from 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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
+
+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, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 240 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for kaon+ 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 per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 1.05231 MeV
+ BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV
+
+hBrems: for kaon+ SubType= 3
+ dE/dx and range tables from 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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
+
+msc: for kaon- SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 240 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for kaon- 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 per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 1.05231 MeV
+ BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV
+
+hBrems: for kaon- SubType= 3
+ dE/dx and range tables from 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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
+
+msc: for mu+ SubType= 10
+ RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 240 bins Emin= 100 eV Emax= 100 TeV
+
+muIoni: for mu+ 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 per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 200 keV
+ BetheBloch : Emin= 200 keV Emax= 1 GeV
+ MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
+
+muBrems: for mu+ SubType= 3
+ dE/dx and range tables from 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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
+
+msc: for mu- SubType= 10
+ RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 240 bins Emin= 100 eV Emax= 100 TeV
+
+muIoni: for mu- 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 per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 200 keV
+ BetheBloch : Emin= 200 keV Emax= 1 GeV
+ MuBetheBloch : Emin= 1 GeV Emax= 100 TeV
+
+muBrems: for mu- SubType= 3
+ dE/dx and range tables from 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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
+
+====================================================================
+ HADRONIC PROCESSES SUMMARY (verbose level 1)
+
+---------------------------------------------------
+ Hadronic Processes for e+
+
+ Process: positronNuclear
+ Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for e-
+
+ Process: electronNuclear
+ Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for gamma
+
+ Process: photonNuclear
+ Model: BertiniCascade: 0 eV ---> 3.5 GeV
+ Model: TheoFSGenerator: 3 GeV ---> 100 TeV
+ Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV
+ Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for mu+
+
+ Process: muonNuclear
+ Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV
+
+---------------------------------------------------
+ Hadronic Processes for mu-
+
+ Process: muonNuclear
+ Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV
+ Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV
+
+================================================================
+=======================================================================
+====== Pre-compound/De-excitation Physics Parameters ========
+=======================================================================
+Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
+Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
+Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
+Level density (1/MeV) 0.1
+Time limit for long lived isomeres (ns) 1e+12
+Internal e- conversion flag 1
+Store e- internal conversion data 0
+Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
+=======================================================================
+
+msc: for pi+ SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 240 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for pi+ 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 per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 297.505 keV
+ BetheBloch : Emin= 297.505 keV Emax= 100 TeV
+
+hBrems: for pi+ SubType= 3
+ dE/dx and range tables from 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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
+
+msc: for pi- SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 240 bins Emin= 100 eV Emax= 100 TeV
+
+hIoni: for pi- 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 per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 297.505 keV
+ BetheBloch : Emin= 297.505 keV Emax= 100 TeV
+
+hBrems: for pi- SubType= 3
+ dE/dx and range tables from 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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 10 eV to 100 TeV in 260 bins
+ Lambda tables from threshold to 100 TeV, 20 bins per 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
+
+========= Table of registered couples ==============================
+
+Index : 0 used in the geometry : Yes
+ Material : G4_AIR
+ Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um
+ Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 1 keV
+ Region(s) which use this couple :
+ DefaultRegionForTheWorld
+
+Index : 1 used in the geometry : Yes
+ Material : G4_Galactic
+ Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um
+ Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 1 keV
+ Region(s) which use this couple :
+ DefaultRegionForTheWorld
+
+Index : 2 used in the geometry : Yes
+ Material : G4_Ti
+ Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um
+ Energy thresholds : gamma 1.28664 keV e- 42.9443 keV e+ 42.0872 keV proton 1 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 10 um
+ Energy thresholds : gamma 990 eV e- 18.2368 keV e+ 17.8256 keV proton 1 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 10 um
+ Energy thresholds : gamma 990 eV e- 34.1725 keV e+ 33.9436 keV proton 1 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 10 um
+ Energy thresholds : gamma 990 eV e- 14.0874 keV e+ 14.0874 keV proton 1 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
+ Region(s) which use this couple :
+ DetectorLog
+
+====================================================================
+
+### Run 0 starts.
+Run 0 starts ...
+
+---> Begin of Event: 0
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.04115483015815815 mm long
+ and its vector is (-0.003120343648902235,0.0342121434516347,0.02266081951969892) mm
+ Endpoint of ComputeStep() was (-852.5509024899345,-2.086878903755773,-0.1849729200394985)
+ and current position to locate is (-852.5540228335834,-2.052666760304139,-0.1623121005197996)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.07716108512483608 mm long
+ and its vector is (0.007846012792811052,-0.03207752523694607,-0.06973740399219297) mm
+ Endpoint of ComputeStep() was (-841.1527759504631,-1.514181143642269,0.8727284775434472)
+ and current position to locate is (-841.1449299376703,-1.546258668879215,0.8029910735512542)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003038143117634558 mm long
+ and its vector is (-3.521773123793537e-06,0.0002803505444970433,-0.0001170226702249533) mm
+ Endpoint of ComputeStep() was (-841.0049999846217,-1.539507379248274,0.8152340860687821)
+ and current position to locate is (-841.0050035063948,-1.539227028703777,0.8151170633985572)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003422985554775266 mm long
+ and its vector is (-2.908077090069128e-05,0.0003079361075890574,0.0001466218383758822) mm
+ Endpoint of ComputeStep() was (-840.9825698371533,-1.537849193879498,0.8166727886869454)
+ and current position to locate is (-840.9825989179242,-1.537541257771909,0.8168194105253213)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003340839895199995 mm long
+ and its vector is (5.212807877796877e-06,0.0002342953454936847,-0.0002380979415442797) mm
+ Endpoint of ComputeStep() was (-839.005045701757,-1.39940905017717,0.9910163937078624)
+ and current position to locate is (-839.0050404889491,-1.399174754831676,0.9907782957663182)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003064812713402489 mm long
+ and its vector is (-5.165111815585988e-06,-0.0001811168280869691,0.0002471857315582415) mm
+ Endpoint of ComputeStep() was (-838.9830135342605,-1.39747884767733,0.9924811813080017)
+ and current position to locate is (-838.9830186993723,-1.397659964505417,0.9927283670395599)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.035351529850627e-05 mm long
+ and its vector is (8.545056857656164e-06,-4.773104095590064e-05,-6.407352927217946e-05) mm
+ Endpoint of ComputeStep() was (-838.9755537852856,-1.397293495882633,0.9934509148199074)
+ and current position to locate is (-838.9755452402287,-1.397341226923589,0.9933868412906353)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002422440417175543 mm long
+ and its vector is (2.679292344964779e-05,-6.734570521094163e-05,-0.0002311468602216316) mm
+ Endpoint of ComputeStep() was (-837.0052617417585,-1.324610864252785,1.196299237646639)
+ and current position to locate is (-837.0052349488351,-1.324678209957995,1.196068090786418)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004141105492486088 mm long
+ and its vector is (3.271321497777535e-05,-2.501348330841147e-05,-0.0004120579063888741) mm
+ Endpoint of ComputeStep() was (-836.9810468366867,-1.324426378212966,1.197973094210921)
+ and current position to locate is (-836.9810141234717,-1.324451391696274,1.197561036304532)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.643049766785526e-05 mm long
+ and its vector is (-2.513654635549756e-06,3.096014363701549e-05,3.451002984689033e-05) mm
+ Endpoint of ComputeStep() was (-836.9754414091195,-1.324453695859964,1.197969010936816)
+ and current position to locate is (-836.9754439227742,-1.324422735716327,1.198003520966663)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003039425367782374 mm long
+ and its vector is (-3.65960772796825e-06,-0.0003014939500420866,3.832846230267251e-05) mm
+ Endpoint of ComputeStep() was (-835.0045807667104,-1.325597463531458,1.358032447883914)
+ and current position to locate is (-835.0045844263182,-1.325898957481501,1.358070776346217)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003314827500426289 mm long
+ and its vector is (2.378959663928981e-05,0.0001824856450696188,-0.0002757061080409517) mm
+ Endpoint of ComputeStep() was (-834.9819055338756,-1.325979603462309,1.359974270519902)
+ and current position to locate is (-834.981881744279,-1.325797117817239,1.359698564411861)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.4282867371472889 mm long
+ and its vector is (-0.02720537773143406,0.2574449867334312,0.3411912593320414) mm
+ Endpoint of ComputeStep() was (-797.7394660647512,-1.106271020504334,4.157281473681107)
+ and current position to locate is (-797.7666714424827,-0.8488260337709033,4.498472733013148)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.050205479494393 mm long
+ and its vector is (-0.04350442319378089,-0.6749828060566033,0.8033910167848397) mm
+ Endpoint of ComputeStep() was (-685.698869072623,1.445351666219841,13.02862019930826)
+ and current position to locate is (-685.7423734958168,0.770368860163238,13.8320112160931)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.6324474664831643 mm long
+ and its vector is (0.05134042229565239,-0.2533298607389841,-0.5772156794106031) mm
+ Endpoint of ComputeStep() was (-623.6005139119366,1.165557777177892,19.18577458425993)
+ and current position to locate is (-623.5491734896409,0.9122279164389083,18.60855890484933)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01975052030577019 mm long
+ and its vector is (5.553237167532643e-05,-0.0196775480996817,-0.001695308021879782) mm
+ Endpoint of ComputeStep() was (-618.7390529255412,0.8979381757740109,18.93198358945437)
+ and current position to locate is (-618.7389973931695,0.8782606276743292,18.93028828143249)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01884912761907076 mm long
+ and its vector is (-0.0007161986231949413,0.01505376550918791,0.01132081337742719) mm
+ Endpoint of ComputeStep() was (-613.2778279788314,0.856691452758005,19.30446451559266)
+ and current position to locate is (-613.2785441774546,0.8717452182671929,19.31578532897009)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1172652447363521 mm long
+ and its vector is (-0.007790703768250751,0.02285528230185518,0.1147522489050843) mm
+ Endpoint of ComputeStep() was (-596.6865445572992,0.8868289769061395,20.43923704022235)
+ and current position to locate is (-596.6943352610674,0.9096842592079947,20.55398928912744)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02852430613455632 mm long
+ and its vector is (0.001943330403321397,-0.0113286516440998,-0.02610596022612555) mm
+ Endpoint of ComputeStep() was (-477.2667942602096,0.5515538442473916,30.04293081081701)
+ and current position to locate is (-477.2648509298063,0.5402251926032918,30.01682485059088)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.05743663675951712 mm long
+ and its vector is (-0.001124944513264836,-0.05390985206524418,0.01978457966170311) mm
+ Endpoint of ComputeStep() was (-475.3634441699832,0.5140521613841366,30.05362082367899)
+ and current position to locate is (-475.3645691144964,0.4601423093188924,30.0734054033407)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.008544083483834057 mm long
+ and its vector is (-0.0007925987235353205,-0.004499814256194556,0.007219752177320515) mm
+ Endpoint of ComputeStep() was (-475.0289221359355,0.4305417353866235,30.09180441191289)
+ and current position to locate is (-475.0297147346591,0.426041921130429,30.09902416409021)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03887798613473624 mm long
+ and its vector is (0.002435991923618985,-0.01116767591594447,-0.03715974655291987) mm
+ Endpoint of ComputeStep() was (-474.1988245866124,0.3172225946094043,30.186196466447)
+ and current position to locate is (-474.1963885946888,0.3060549186934598,30.14903671989408)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.07252956702395481 mm long
+ and its vector is (-0.004343489356870123,-0.07221133212871955,0.005214950151714248) mm
+ Endpoint of ComputeStep() was (-472.8836672492133,0.226563776435099,30.14167901153242)
+ and current position to locate is (-472.8880107385701,0.1543524443063795,30.14689396168414)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1036352774663323 mm long
+ and its vector is (0.009729001429093387,0.09185195693455675,0.04699824756316673) mm
+ Endpoint of ComputeStep() was (-471.4888016872479,-0.02064636160562613,30.19925923170917)
+ and current position to locate is (-471.4790726858188,0.07120559532893062,30.24625747927234)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1171161422349149 mm long
+ and its vector is (0.01800469187014642,0.06684070192043069,-0.09446873773600473) mm
+ Endpoint of ComputeStep() was (-469.5249087349513,-0.06275373424409211,30.52391742064881)
+ and current position to locate is (-469.5069040430812,0.004086967676338579,30.42944868291281)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03071407799557605 mm long
+ and its vector is (-0.006198763347185832,-0.02968018511405839,0.004900666452549274) mm
+ Endpoint of ComputeStep() was (-468.9095540095141,-0.1133091873718308,30.47403279858971)
+ and current position to locate is (-468.9157527728613,-0.1429893724858892,30.47893346504226)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.006330965443992744 mm long
+ and its vector is (-0.001429046430189373,-0.006099416647274397,0.0009143666203144107) mm
+ Endpoint of ComputeStep() was (-468.6751947243339,-0.1965343661118578,30.4977173911183)
+ and current position to locate is (-468.6766237707641,-0.2026337827591322,30.49863175773862)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2324677302367342 mm long
+ and its vector is (0.0006633175338492947,-0.06046310116187315,-0.2244660754081949) mm
+ Endpoint of ComputeStep() was (-466.5446654181837,-0.7709750704765651,30.65802262366535)
+ and current position to locate is (-466.5440021006499,-0.8314381716384383,30.43355654825716)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1387549987356383 mm long
+ and its vector is (0.005038736898200114,0.008538855702585835,0.1384003206206117) mm
+ Endpoint of ComputeStep() was (-464.3044086084682,-1.504371773694477,30.39353756986301)
+ and current position to locate is (-464.29936987157,-1.495832917991891,30.53193789048363)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01348571776590017 mm long
+ and its vector is (-0.004155345165372637,-0.01130622514535706,0.006063576764635314) mm
+ Endpoint of ComputeStep() was (-463.8077758385473,-1.664393423766619,30.55452519577472)
+ and current position to locate is (-463.8119311837127,-1.675699648911976,30.56058877253936)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03711140383108893 mm long
+ and its vector is (-0.01403710797143276,-0.03075969641955489,0.01529892055961213) mm
+ Endpoint of ComputeStep() was (-463.219827449293,-1.917481941337945,30.61773490466584)
+ and current position to locate is (-463.2338645572644,-1.9482416377575,30.63303382522545)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02963550000378406 mm long
+ and its vector is (0.001635217965599622,0.01661245312684922,0.02448704399856183) mm
+ Endpoint of ComputeStep() was (-462.7488639419817,-2.164797984374697,30.74756175428995)
+ and current position to locate is (-462.7472287240161,-2.148185531247847,30.77204879828851)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3239808443692548 mm long
+ and its vector is (-0.08797768722916999,-0.297490717334111,-0.0933958626924003) mm
+ Endpoint of ComputeStep() was (-460.64553492484,-2.945355451861331,31.33147927303139)
+ and current position to locate is (-460.7335126120691,-3.242846169195442,31.23808341033899)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1403213710673022 mm long
+ and its vector is (0.051569261293821,0.1141863776011438,-0.06318361843188569) mm
+ Endpoint of ComputeStep() was (-458.9295081211379,-3.975198507971213,31.38695931376076)
+ and current position to locate is (-458.8779388598441,-3.86101213037007,31.32377569532887)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3336613307079593 mm long
+ and its vector is (0.05217666044342195,0.1505087963627085,0.2931801185828036) mm
+ Endpoint of ComputeStep() was (-456.7015048538518,-4.389142837592753,31.2075647421217)
+ and current position to locate is (-456.6493281934083,-4.238634041230045,31.5007448607045)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3690344868663869 mm long
+ and its vector is (0.07026425774984091,0.3075542880500377,0.1914673509547669) mm
+ Endpoint of ComputeStep() was (-454.519560880328,-4.66288006850085,31.4006346619548)
+ and current position to locate is (-454.4492966225781,-4.355325780450812,31.59210201290957)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3741291189769155 mm long
+ and its vector is (0.02051954587597038,-0.3527980934828756,0.122821216157206) mm
+ Endpoint of ComputeStep() was (-452.1424863724199,-4.157421880108082,31.77517640902795)
+ and current position to locate is (-452.1219668265439,-4.510219973590957,31.89799762518515)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3533544677659752 mm long
+ and its vector is (0.04895162416687526,-0.1135944050822415,-0.3309976276585864) mm
+ Endpoint of ComputeStep() was (-450.0240528008026,-4.506446723240779,32.20696563657899)
+ and current position to locate is (-449.9751011766357,-4.62004112832302,31.87596800892041)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1615755721910103 mm long
+ and its vector is (-0.01231412816724742,-0.1599524444849969,0.01924170677478898) mm
+ Endpoint of ComputeStep() was (-448.8353754285434,-4.710871076668213,31.85030794983491)
+ and current position to locate is (-448.8476895567106,-4.87082352115321,31.8695496566097)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03095384161056461 mm long
+ and its vector is (-0.01284015513215309,-0.01401913618891548,0.02442815071082549) mm
+ Endpoint of ComputeStep() was (-448.2833530365903,-5.295422701059129,31.92250719529473)
+ and current position to locate is (-448.2961931917225,-5.309441837248045,31.94693534600555)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.550664321406597 mm long
+ and its vector is (-0.08481673074226137,-0.2857054685014084,-0.4630439529081158) mm
+ Endpoint of ComputeStep() was (-446.3468495315523,-6.607406697677603,32.3907349052224)
+ and current position to locate is (-446.4316662622946,-6.893112166179011,31.92769095231429)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.6184288716864141 mm long
+ and its vector is (-0.2596233454466983,-0.3355183183583534,0.4499749391692589) mm
+ Endpoint of ComputeStep() was (-444.6954536563131,-8.261784533170411,31.90890473768545)
+ and current position to locate is (-444.9550770017598,-8.597302851528765,32.35887967685471)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003990064541891653 mm long
+ and its vector is (-0.002120935175298655,-0.0008425402713019281,0.003272976462163513) mm
+ Endpoint of ComputeStep() was (-444.9042124376409,-8.649514396558793,32.37840016978834)
+ and current position to locate is (-444.9063333728162,-8.650356936830095,32.38167314625051)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008762949819781112 mm long
+ and its vector is (0.0003993842483964727,0.0005916655265121307,0.0005082489766934373) mm
+ Endpoint of ComputeStep() was (-444.8859353198272,-8.674651756082955,32.3939264831948)
+ and current position to locate is (-444.8855359355788,-8.674060090556443,32.3944347321715)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03635675009594735 mm long
+ and its vector is (-0.01716300213814748,0.005778134715633598,0.03152551021558736) mm
+ Endpoint of ComputeStep() was (-444.6801137173383,-8.909784950309898,32.54947463265017)
+ and current position to locate is (-444.6972767194765,-8.904006815594265,32.58100014286575)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1362403105425269 mm long
+ and its vector is (0.03864595380798619,0.09176682794359969,0.09298796567387058) mm
+ Endpoint of ComputeStep() was (-444.0906247865316,-9.989827542923225,33.40043608527051)
+ and current position to locate is (-444.0519788327236,-9.898060714979625,33.49342405094438)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0007567992351628483 mm long
+ and its vector is (-0.0005456196441855354,7.124450390350034e-05,0.0005195849371233408) mm
+ Endpoint of ComputeStep() was (-443.9939636590163,-9.935281460649515,33.55944981409878)
+ and current position to locate is (-443.9945092786605,-9.935210216145611,33.5599693990359)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 13.80855727277281 mm long
+ and its vector is (8.760380658702502,-3.072909896410692,-10.221996352896) mm
+ Endpoint of ComputeStep() was (-355.6458295259762,-71.26170202464,127.7136827188363)
+ and current position to locate is (-346.8854488672737,-74.33461192105069,117.4916863659403)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03134661934566842 mm long
+ and its vector is (0.01997485143544964,0.0003908242710650711,-0.02415498107892233) mm
+ Endpoint of ComputeStep() was (-345.1395985707663,-75.3946600273639,118.9182578734984)
+ and current position to locate is (-345.1196237193309,-75.39426920309283,118.8941028924195)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.013055392094922 mm long
+ and its vector is (1.759925408448964,-1.374127369212957,-3.334523970508798) mm
+ Endpoint of ComputeStep() was (-298.4919425506341,-104.1886483225167,155.369589747229)
+ and current position to locate is (-296.7320171421851,-105.5627756917296,152.0350657767202)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.252276952491787 mm long
+ and its vector is (-1.007947714922267,1.083590804145302,2.89606245596741) mm
+ Endpoint of ComputeStep() was (-245.6986584101214,-137.6272124615996,181.793984119499)
+ and current position to locate is (-246.7066061250437,-136.5436216574543,184.6900465754665)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002366096541716853 mm long
+ and its vector is (-3.082044807456441e-05,0.001776834611348477,0.001562152908206826) mm
+ Endpoint of ComputeStep() was (-246.3246936312752,-136.761601954941,184.9455181424702)
+ and current position to locate is (-246.3247244517232,-136.7598251203297,184.9470802953784)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 12.1435091082853 mm long
+ and its vector is (2.462167987472668,11.84186130603891,1.082988029948325) mm
+ Endpoint of ComputeStep() was (-141.5517579529096,-164.4910753318327,249.9717830939077)
+ and current position to locate is (-139.0895899654369,-152.6492140257938,251.054771123856)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.310966101445107 mm long
+ and its vector is (-1.399996711719311,-0.9806776424731538,1.555263608124619) mm
+ Endpoint of ComputeStep() was (-107.1092262306414,-157.0390985225001,277.0743746675527)
+ and current position to locate is (-108.5092229423607,-158.0197761649733,278.6296382756773)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.496945040995692 mm long
+ and its vector is (4.498146844662099,0.1250037945061138,-5.996268336467722) mm
+ Endpoint of ComputeStep() was (5.528152857046535,-171.4823142918461,363.8950008457067)
+ and current position to locate is (10.02629970170863,-171.35731049734,357.898732509239)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 23.80717588436827 mm long
+ and its vector is (-12.45116834262666,-1.519975903652124,20.23461647141193) mm
+ Endpoint of ComputeStep() was (167.4788246954877,-194.229433726385,453.0674658141849)
+ and current position to locate is (155.027656352861,-195.7494096300371,473.3020822855968)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.6937993219748219 mm long
+ and its vector is (-0.1827499148468519,-0.6274839272579982,0.2328602345379522) mm
+ Endpoint of ComputeStep() was (175.0551154827938,-196.325204930697,487.4681513037114)
+ and current position to locate is (174.8723655679469,-196.952688857955,487.7010115382493)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 18.15317258728012 mm long
+ and its vector is (-0.3737119958812514,17.81107934969339,3.487616195431883) mm
+ Endpoint of ComputeStep() was (308.4217333457249,-212.5475932722163,581.6537466997029)
+ and current position to locate is (308.0480213498436,-194.736513922523,585.1413628951348)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 10.49517362460561 mm long
+ and its vector is (-1.061562019526264,10.19396459920662,2.259389572304599) mm
+ Endpoint of ComputeStep() was (387.0450459130996,-199.4390947493897,643.4748990951317)
+ and current position to locate is (385.9834838935733,-189.2451301501831,645.7342886674363)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.36840392586621 mm long
+ and its vector is (0.617488691228175,0.8645125433986891,-0.8624703373668581) mm
+ Endpoint of ComputeStep() was (406.9099549268983,-187.0581929932074,662.9087851949881)
+ and current position to locate is (407.5274436181264,-186.1936804498087,662.0463148576213)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.224403951654748 mm long
+ and its vector is (-5.031373275711303,-0.3857243684216201,6.494406826805516) mm
+ Endpoint of ComputeStep() was (496.9962726721168,-170.2549892649242,732.3066218064912)
+ and current position to locate is (491.9648993964055,-170.6407136333459,738.8010286332967)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.758893354728248 mm long
+ and its vector is (-1.371679704514804,3.097905865942607,1.628113413187407) mm
+ Endpoint of ComputeStep() was (525.759841105231,-176.4369836856922,778.3020450441263)
+ and current position to locate is (524.3881614007162,-173.3390778197495,779.9301584573137)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.005011094117722307 mm long
+ and its vector is (-0.0009286625539743909,0.004772293139353678,0.001214029781181125) mm
+ Endpoint of ComputeStep() was (524.7994793155041,-173.3880143812457,780.4371601565146)
+ and current position to locate is (524.7985506529501,-173.3832420881064,780.4383741862957)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 23.32801925131511 mm long
+ and its vector is (-2.79096039432784,-23.16032984077535,0.07838324765327798) mm
+ Endpoint of ComputeStep() was (639.2150445405989,-186.5787268936467,955.4773372785171)
+ and current position to locate is (636.4240841462711,-209.7390567344221,955.5557205261704)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 20.48516150746325 mm long
+ and its vector is (0.2930538488785714,19.58685295068088,5.99259150259013) mm
+ Endpoint of ComputeStep() was (711.3776875216884,-250.0224211057416,1083.556918674205)
+ and current position to locate is (711.6707413705669,-230.4355681550607,1089.549510176795)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.327294554438723 mm long
+ and its vector is (5.369127760717447,0.0337019542144219,-3.347534562331703) mm
+ Endpoint of ComputeStep() was (746.7797161230566,-244.049305902277,1145.723914929375)
+ and current position to locate is (752.148843883774,-244.0156039480626,1142.376380367043)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.061805520798755 mm long
+ and its vector is (-0.007177409133078072,0.05567969295398711,0.02584915843681301) mm
+ Endpoint of ComputeStep() was (754.0291980054028,-244.875476896927,1144.750675559998)
+ and current position to locate is (754.0220205962697,-244.819797203973,1144.776524718435)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.793230217390388 mm long
+ and its vector is (2.401927634615276,-1.814665051489214,-2.307884284598913) mm
+ Endpoint of ComputeStep() was (785.5990046024446,-258.6874729134848,1188.544237697696)
+ and current position to locate is (788.0009322370598,-260.5021379649741,1186.236353413097)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3274112478663119 mm long
+ and its vector is (-0.01781171627328604,0.3047960022485086,0.1182381706814795) mm
+ Endpoint of ComputeStep() was (810.9392239434396,-269.4160619284568,1212.670276689039)
+ and current position to locate is (810.9214122271663,-269.1112659262083,1212.788514859721)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.122528183957425 mm long
+ and its vector is (1.656618232505366,2.508010005766437,-0.8459811477300718) mm
+ Endpoint of ComputeStep() was (840.589867580221,-276.1765599591332,1249.940023524203)
+ and current position to locate is (842.2464858127264,-273.6685499533667,1249.094042376473)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.532556044681066 mm long
+ and its vector is (0.7806955902204891,1.05074217539925,-0.796983880850803) mm
+ Endpoint of ComputeStep() was (863.8857933773907,-273.1519377363655,1270.972199080563)
+ and current position to locate is (864.6664889676111,-272.1011955609663,1270.175215199712)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.44813095587025 mm long
+ and its vector is (-3.310080881113549,4.756387094161653,2.82816887668173) mm
+ Endpoint of ComputeStep() was (914.0349245627383,-267.4090622560329,1320.064708596509)
+ and current position to locate is (910.7248436816247,-262.6526751618713,1322.89287747319)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.912632738838405 mm long
+ and its vector is (-0.8227845611851308,-3.69728906851401,0.9807007998122117) mm
+ Endpoint of ComputeStep() was (943.555753385771,-260.0681419124992,1360.181041377359)
+ and current position to locate is (942.7329688245859,-263.7654309810132,1361.161742177171)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.182378003463146 mm long
+ and its vector is (0.2146769457351638,-1.131301609210539,-0.2684924971781584) mm
+ Endpoint of ComputeStep() was (957.0085516967901,-264.9588401216542,1377.604451963286)
+ and current position to locate is (957.2232286425252,-266.0901417308647,1377.335959466108)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.313568920300953 mm long
+ and its vector is (1.300552311623278,-1.50769412709684,-1.178143986459872) mm
+ Endpoint of ComputeStep() was (982.9011631602332,-266.6097907394168,1406.346818279522)
+ and current position to locate is (984.2017154718565,-268.1174848665137,1405.168674293063)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.323312872158199 mm long
+ and its vector is (-2.431539316495332,-0.6414957108144677,2.172673065971139) mm
+ Endpoint of ComputeStep() was (1013.330822554002,-271.7395103225585,1436.698984307516)
+ and current position to locate is (1010.899283237507,-272.381006033373,1438.871657373488)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.41907868980019 mm long
+ and its vector is (1.855983084119998,0.7635478669882332,-1.350652862035076) mm
+ Endpoint of ComputeStep() was (1039.740746224066,-278.3856152369124,1475.109289003807)
+ and current position to locate is (1041.596729308186,-277.6220673699241,1473.758636141772)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.5811169963067948 mm long
+ and its vector is (0.320674873760936,0.4304271923154488,-0.2227038860246466) mm
+ Endpoint of ComputeStep() was (1052.152311843399,-279.4961008554406,1485.335780894386)
+ and current position to locate is (1052.47298671716,-279.0656736631252,1485.113077008361)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.463269543428347 mm long
+ and its vector is (0.8744464684505147,-0.7181754367775852,-0.927752753996856) mm
+ Endpoint of ComputeStep() was (1072.795005798987,-281.6270207266956,1506.250189541335)
+ and current position to locate is (1073.669452267438,-282.3451961634732,1505.322436787338)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.551845061038554 mm long
+ and its vector is (1.05510966129691,0.5362041823308346,-1.003718970109958) mm
+ Endpoint of ComputeStep() was (1094.119067188733,-286.4553606770765,1524.623356116256)
+ and current position to locate is (1095.17417685003,-285.9191564947457,1523.619637146146)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 22.41396353157696 mm long
+ and its vector is (-11.91893812617991,10.65946949358101,15.70669873826364) mm
+ Endpoint of ComputeStep() was (1216.870145030039,-305.4755850798496,1629.24004131217)
+ and current position to locate is (1204.951206903859,-294.8161155862686,1644.946740050434)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 32.13758401231733 mm long
+ and its vector is (-19.86721681967197,-22.63386342071578,11.21722909819005) mm
+ Endpoint of ComputeStep() was (1317.344841183508,-310.8729614894014,1811.611807499879)
+ and current position to locate is (1297.477624363836,-333.5068249101172,1822.829036598069)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 40.64235986025854 mm long
+ and its vector is (-6.719103169943082,-39.43596033758058,-7.173569533724958) mm
+ Endpoint of ComputeStep() was (1412.021426855114,-384.1350165794253,1993.865189025334)
+ and current position to locate is (1405.30232368517,-423.5709769170059,1986.691619491609)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.990752704747912 mm long
+ and its vector is (0.6195751810867023,3.046517420489522,2.502192109348925) mm
+ Endpoint of ComputeStep() was (1432.838534506234,-451.0337643150249,2013.310322015889)
+ and current position to locate is (1433.458109687321,-447.9872468945354,2015.812514125238)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.626647688227298 mm long
+ and its vector is (4.591510542093374,0.8568118582112447,-3.137366505352475) mm
+ Endpoint of ComputeStep() was (1466.445458693065,-471.1622491062698,2057.760161549274)
+ and current position to locate is (1471.036969235158,-470.3054372480585,2054.622795043922)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.108820542434841 mm long
+ and its vector is (2.276947864195336,0.4331251527557356,-2.071877455558479) mm
+ Endpoint of ComputeStep() was (1501.175316824691,-494.6263560968748,2082.659899423316)
+ and current position to locate is (1503.452264688887,-494.1932309441191,2080.588021967758)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.932448562868523 mm long
+ and its vector is (1.114598613189401,-0.2497221435013444,-1.558738666567933) mm
+ Endpoint of ComputeStep() was (1591.734804116345,-553.1245078574701,2153.156979953413)
+ and current position to locate is (1592.849402729535,-553.3742300009715,2151.598241286845)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 22.74204074037461 mm long
+ and its vector is (2.71110598444011,-17.48695986920961,-14.28483657276638) mm
+ Endpoint of ComputeStep() was (1685.535766780687,-610.7519203742092,2239.428712346751)
+ and current position to locate is (1688.246872765127,-628.2388802434189,2225.143875773984)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.298087090882042 mm long
+ and its vector is (1.166658911165769,1.977063176734532,0.1064540157840383) mm
+ Endpoint of ComputeStep() was (1709.518978941326,-641.6969813504185,2241.960750971321)
+ and current position to locate is (1710.685637852492,-639.7199181736839,2242.067204987105)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.299441458797515 mm long
+ and its vector is (0.0513612189693049,4.19356426924287,3.239669816530295) mm
+ Endpoint of ComputeStep() was (1765.386823028658,-668.7410323890166,2278.76612642369)
+ and current position to locate is (1765.438184247627,-664.5474681197737,2282.005796240221)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 70.36489315663515 mm long
+ and its vector is (-8.277276381220872,63.3204422543954,29.55040570552865) mm
+ Endpoint of ComputeStep() was (2014.5353160948,-719.572221472866,2469.686384405131)
+ and current position to locate is (2006.258039713579,-656.2517792184706,2499.23679011066)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 51.8214799896118 mm long
+ and its vector is (5.854442071115045,-51.45930544736882,1.76951383834421) mm
+ Endpoint of ComputeStep() was (2197.358093714804,-629.5598794814192,2643.209908648552)
+ and current position to locate is (2203.212535785919,-681.019184928788,2644.979422486897)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2391365823028336 mm long
+ and its vector is (0.1548594010973829,0.03515807385076641,-0.1787981563952599) mm
+ Endpoint of ComputeStep() was (2208.057005330956,-680.9247303171336,2649.193853495486)
+ and current position to locate is (2208.211864732054,-680.8895722432828,2649.015055339091)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 13.5335224400823 mm long
+ and its vector is (-5.769449429736142,-9.975337665095253,7.096641556487157) mm
+ Endpoint of ComputeStep() was (2348.954361410386,-680.2299373590279,2764.363532698537)
+ and current position to locate is (2343.18491198065,-690.2052750241231,2771.460174255024)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.822315057592368 mm long
+ and its vector is (4.487062352464818,3.247694301228989,-5.523347357453986) mm
+ Endpoint of ComputeStep() was (2400.891970765343,-697.0507149549004,2814.315214753654)
+ and current position to locate is (2405.379033117808,-693.8030206536714,2808.7918673962)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.7386140826012743 mm long
+ and its vector is (0.3444555222768031,0.4765757676254907,-0.4469638619643774) mm
+ Endpoint of ComputeStep() was (2443.745016716802,-696.6189458610693,2835.356371176852)
+ and current position to locate is (2444.089472239079,-696.1423700934438,2834.909407314888)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 21.04881963476859 mm long
+ and its vector is (-7.497232944181633,9.846980713055132,17.02590018279261) mm
+ Endpoint of ComputeStep() was (2544.475214112637,-732.4716132892015,2900.124675597222)
+ and current position to locate is (2536.977981168456,-722.6246325761464,2917.150575780015)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.885094644915423 mm long
+ and its vector is (0.1183817093178732,-1.819938966455084,-0.4768540128447967) mm
+ Endpoint of ComputeStep() was (2561.265283836039,-728.1081984131051,2944.108359923675)
+ and current position to locate is (2561.383665545357,-729.9281373795602,2943.631505910831)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.751606809745241 mm long
+ and its vector is (0.4043466270923091,5.530635148846159,1.526289471042219) mm
+ Endpoint of ComputeStep() was (2608.785980636371,-746.889869356178,2992.535849580853)
+ and current position to locate is (2609.190327263463,-741.3592342073318,2994.062139051895)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.4132596918047046 mm long
+ and its vector is (0.04344219051972686,0.3945338587992637,0.115062518720606) mm
+ Endpoint of ComputeStep() was (2615.509989212563,-743.5628649377413,2999.232084779136)
+ and current position to locate is (2615.553431403083,-743.1683310789421,2999.347147297857)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 20.23216789192402 mm long
+ and its vector is (-7.972718053460085,-18.58523230822084,0.6045862192418099) mm
+ Endpoint of ComputeStep() was (2701.392746506606,-777.5499876744705,3074.409364743125)
+ and current position to locate is (2693.420028453146,-796.1352199826913,3075.013950962367)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 27.73488485743021 mm long
+ and its vector is (21.20641283421082,14.97784243565536,-9.755825374237247) mm
+ Endpoint of ComputeStep() was (2780.187589175685,-859.6425302981283,3166.121180928774)
+ and current position to locate is (2801.394002009896,-844.664687862473,3156.365355554537)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3677945627057546 mm long
+ and its vector is (0.1570643391828526,0.3010962267017021,-0.1412256916391925) mm
+ Endpoint of ComputeStep() was (2807.353713970444,-845.736455713009,3160.708424850131)
+ and current position to locate is (2807.510778309627,-845.4353594863073,3160.567199158492)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.449784291993339 mm long
+ and its vector is (0.5193920798178624,1.26018169254337,-0.4940126137171319) mm
+ Endpoint of ComputeStep() was (2823.11562814844,-847.464654864489,3171.79718473909)
+ and current position to locate is (2823.635020228258,-846.2044731719457,3171.303172125373)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.016243919359788 mm long
+ and its vector is (0.5821654820520052,0.3736824473927527,-0.7444437410936189) mm
+ Endpoint of ComputeStep() was (2838.227945996841,-847.9819554894441,3181.822816914798)
+ and current position to locate is (2838.810111478893,-847.6082730420513,3181.078373173704)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 21.80050086390353 mm long
+ and its vector is (-4.583082965067206,-20.59530572909694,5.485487250682127) mm
+ Endpoint of ComputeStep() was (2936.414674324964,-854.3686118746733,3237.244498464433)
+ and current position to locate is (2931.831591359897,-874.9639176037703,3242.729985715115)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 22.29879526168949 mm long
+ and its vector is (-16.97639962444009,-2.870911946422666,14.1702501922141) mm
+ Endpoint of ComputeStep() was (3045.872883949672,-940.9481460646931,3365.986500119317)
+ and current position to locate is (3028.896484325232,-943.8190580111158,3380.156750311531)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 10.52531319927515 mm long
+ and its vector is (-0.3042989090245101,-4.595271195013424,9.464306776572812) mm
+ Endpoint of ComputeStep() was (3065.559951619422,-890.8962233751284,3407.031558648207)
+ and current position to locate is (3065.255652710398,-895.4914945701419,3416.49586542478)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01597096712996851 mm long
+ and its vector is (-0.007329133192797599,0.01136386793416477,-0.008498123515437328) mm
+ Endpoint of ComputeStep() was (3065.702036694581,-894.7494811018715,3417.103121294185)
+ and current position to locate is (3065.694707561388,-894.7381172339374,3417.09462317067)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.476345907054369 mm long
+ and its vector is (0.583074762900651,0.6442271341777541,-1.193562925753668) mm
+ Endpoint of ComputeStep() was (3075.578603358101,-880.0808927251236,3429.834321774256)
+ and current position to locate is (3076.161678121001,-879.4366655909458,3428.640758848503)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2807505728848172 mm long
+ and its vector is (0.2460608140486329,-0.06485545219982214,-0.1186116785347622) mm
+ Endpoint of ComputeStep() was (3079.829974808161,-874.2560065267185,3433.417945123168)
+ and current position to locate is (3080.076035622209,-874.3208619789183,3433.299333444633)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 10.82863805334366 mm long
+ and its vector is (-9.765113336593458,2.543404637331491,3.92849289990545) mm
+ Endpoint of ComputeStep() was (3111.042260071241,-824.7208137185597,3478.160226179899)
+ and current position to locate is (3101.277146734647,-822.1774090812282,3482.088719079805)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.09950025961013 mm long
+ and its vector is (-1.545361053017132,-0.7555638893309151,1.203695877312839) mm
+ Endpoint of ComputeStep() was (3104.815805498039,-799.2760483493203,3501.00707466084)
+ and current position to locate is (3103.270444445022,-800.0316122386512,3502.210770538153)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.6294032693812861 mm long
+ and its vector is (-0.1130404394903053,0.3941435188904734,-0.4775156762498227) mm
+ Endpoint of ComputeStep() was (3103.228552129654,-791.9178558599563,3508.917817396622)
+ and current position to locate is (3103.115511690163,-791.5237123410658,3508.440301720373)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.129468023163653 mm long
+ and its vector is (3.761773322188674,1.780528617356595,-2.99836980973032) mm
+ Endpoint of ComputeStep() was (3102.879557694357,-745.5439714748492,3535.448524228968)
+ and current position to locate is (3106.641331016545,-743.7634428574926,3532.450154419238)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.119206071097094 mm long
+ and its vector is (1.095975916858606,-0.04119507979044101,-0.2230739443493803) mm
+ Endpoint of ComputeStep() was (3108.867002177084,-732.7550967562747,3541.352100814587)
+ and current position to locate is (3109.962978093943,-732.7962918360652,3541.129026870237)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 32.85550133066513 mm long
+ and its vector is (22.91013259232886,6.691607985685209,-22.57946356442426) mm
+ Endpoint of ComputeStep() was (3234.755925426172,-494.2506599250823,3738.444468519365)
+ and current position to locate is (3257.666058018501,-487.5590519393971,3715.865004954941)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.08838293013651 mm long
+ and its vector is (1.163173655174887,0.135415980475841,-1.729171137575577) mm
+ Endpoint of ComputeStep() was (3271.311419849676,-462.8593667224415,3726.978223924922)
+ and current position to locate is (3272.47459350485,-462.7239507419656,3725.249052787346)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02891258062049224 mm long
+ and its vector is (0.01035647085473101,-0.01372609419314585,0.02324381999096659) mm
+ Endpoint of ComputeStep() was (3273.385459344136,-461.9375915834251,3725.307575197307)
+ and current position to locate is (3273.39581581499,-461.9513176776182,3725.330819017298)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 45.92871690400789 mm long
+ and its vector is (-8.180020949406298,6.683762459069897,44.69744526375644) mm
+ Endpoint of ComputeStep() was (3394.531853086836,-371.2155410581115,3733.931734413676)
+ and current position to locate is (3386.35183213743,-364.5317785990416,3778.629179677432)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 26.30204754626751 mm long
+ and its vector is (-16.81628043950559,18.02670801211235,-9.167781386576735) mm
+ Endpoint of ComputeStep() was (3450.181352805384,-295.5098338088127,3797.26654875129)
+ and current position to locate is (3433.365072365878,-277.4831257967003,3788.098767364714)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.732090383132276 mm long
+ and its vector is (6.906683130471265,-5.049910962564041,1.745144654356864) mm
+ Endpoint of ComputeStep() was (3459.533868990897,-238.9461087679194,3796.045912908657)
+ and current position to locate is (3466.440552121368,-243.9960197304835,3797.791057563014)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.617319597694661 mm long
+ and its vector is (1.246427035241595,-2.746943415230049,4.738670803293644) mm
+ Endpoint of ComputeStep() was (3491.035702661766,-222.5934775204531,3803.72848453179)
+ and current position to locate is (3492.282129697008,-225.3404209356831,3808.467155335084)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 15.11125703153107 mm long
+ and its vector is (5.47863982547824,3.657421240845139,-13.59992149251957) mm
+ Endpoint of ComputeStep() was (3539.837763189309,-194.4953947654518,3835.919772739645)
+ and current position to locate is (3545.316403014788,-190.8379735246067,3822.319851247125)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.6931117440161495 mm long
+ and its vector is (0.2015598285911437,-0.5220459383018863,-0.408956676793423) mm
+ Endpoint of ComputeStep() was (3552.480457323441,-187.5789152077749,3821.690462822562)
+ and current position to locate is (3552.682017152033,-188.1009611460768,3821.281506145768)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.56994595303601 mm long
+ and its vector is (1.541764644576233,-6.421158195403137,-5.462203113057967) mm
+ Endpoint of ComputeStep() was (3589.084552445671,-174.1546818969449,3815.161791679756)
+ and current position to locate is (3590.626317090248,-180.575840092348,3809.699588566698)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 28.41810462031322 mm long
+ and its vector is (-10.75276359317513,-11.90577181205936,-23.45675473887059) mm
+ Endpoint of ComputeStep() was (3684.285488273451,-166.9412530086953,3759.845070256139)
+ and current position to locate is (3673.532724680276,-178.8470248207547,3736.388315517268)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 16.91281760108966 mm long
+ and its vector is (13.31694500878666,1.967560014432621,10.23870511491987) mm
+ Endpoint of ComputeStep() was (3715.111809775958,-202.8597048732189,3686.923076022651)
+ and current position to locate is (3728.428754784745,-200.8921448587863,3697.161781137571)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 14.83746106625182 mm long
+ and its vector is (5.511148874785704,-8.761918226531179,10.63044109922384) mm
+ Endpoint of ComputeStep() was (3770.968701672192,-201.7610475958458,3674.391584408029)
+ and current position to locate is (3776.479850546978,-210.522965822377,3685.022025507253)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.462201071214272 mm long
+ and its vector is (0.06714260189346533,1.41112566404891,-0.3771580622678812) mm
+ Endpoint of ComputeStep() was (3787.272558211063,-212.0350165013809,3681.286077146583)
+ and current position to locate is (3787.339700812957,-210.623890837332,3680.908919084315)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1052012341283468 mm long
+ and its vector is (-0.009344835738829715,-0.08254518867695992,-0.06454661519728688) mm
+ Endpoint of ComputeStep() was (3789.031361864054,-210.4592554151187,3680.453462875686)
+ and current position to locate is (3789.022017028315,-210.5418006037957,3680.388916260488)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.716712768938549 mm long
+ and its vector is (-0.3928190548836028,-5.107418949736626,-4.344444185671364) mm
+ Endpoint of ComputeStep() was (3816.772193201929,-208.162853628313,3675.083041479912)
+ and current position to locate is (3816.379374147046,-213.2702725780497,3670.738597294241)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 13.28562960337231 mm long
+ and its vector is (-4.524242391413736,-0.9502797805755279,-12.45536643701689) mm
+ Endpoint of ComputeStep() was (3854.503708907717,-224.4011880040036,3657.7396824555)
+ and current position to locate is (3849.979466516303,-225.3514677845792,3645.284316018483)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3403173972444837 mm long
+ and its vector is (-0.1437009340479563,0.2607167643412254,-0.1649022171241086) mm
+ Endpoint of ComputeStep() was (3853.033242110544,-225.5001939826883,3642.388018887137)
+ and current position to locate is (3852.889541176496,-225.2394772183471,3642.223116670013)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.273939388750529 mm long
+ and its vector is (-1.652364486843453,-0.2080121383671667,-1.548296772786671) mm
+ Endpoint of ComputeStep() was (3861.392345035745,-224.2165660559732,3633.011375533206)
+ and current position to locate is (3859.739980548902,-224.4245781943404,3631.46307876042)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.929005298873541 mm long
+ and its vector is (0.6866579611705674,-2.375060702416221,1.570560264691721) mm
+ Endpoint of ComputeStep() was (3872.656546406298,-225.7274025548439,3623.845701709245)
+ and current position to locate is (3873.343204367468,-228.1024632572601,3625.416261973937)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.154776111458194 mm long
+ and its vector is (-1.525022281970905,-1.268216395338442,-2.453272615816331) mm
+ Endpoint of ComputeStep() was (3889.944247971551,-233.3663772351755,3617.817767102405)
+ and current position to locate is (3888.41922568958,-234.634593630514,3615.364494486588)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.535665678569302 mm long
+ and its vector is (2.631431726569645,1.052858591274571,3.541090086814165) mm
+ Endpoint of ComputeStep() was (3902.514520632317,-242.8649322497351,3607.337185695668)
+ and current position to locate is (3905.145952358887,-241.8120736584605,3610.878275782482)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 15.70933321160337 mm long
+ and its vector is (-2.217376705328206,-15.0983071785474,-3.729277522802022) mm
+ Endpoint of ComputeStep() was (3942.16275482022,-242.9387477627285,3593.430037251216)
+ and current position to locate is (3939.945378114892,-258.0370549412759,3589.700759728414)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 10.37661806850319 mm long
+ and its vector is (-5.629338037046182,-4.67985162855723,7.354165115017622) mm
+ Endpoint of ComputeStep() was (3946.455281660555,-287.8324224201249,3575.723448944033)
+ and current position to locate is (3940.825943623509,-292.5122740486821,3583.077614059051)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 10.80307616222663 mm long
+ and its vector is (7.683228215281815,-3.198849858500239,6.887802141578959) mm
+ Endpoint of ComputeStep() was (3928.167797505967,-315.9165973598959,3586.328071698643)
+ and current position to locate is (3935.851025721248,-319.1154472183962,3593.215873840222)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02104951758079481 mm long
+ and its vector is (-0.007890971474807884,0.008314964585451889,0.01765435140441696) mm
+ Endpoint of ComputeStep() was (3935.841502390589,-319.5123994176452,3593.398576397478)
+ and current position to locate is (3935.833611419114,-319.5040844530597,3593.416230748883)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2757169933412135 mm long
+ and its vector is (0.005891809415516036,0.1248982413604836,0.2457347682034197) mm
+ Endpoint of ComputeStep() was (3935.338433045094,-321.2939899553668,3594.337848587912)
+ and current position to locate is (3935.34432485451,-321.1690917140064,3594.583583356115)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.4894117149761303 mm long
+ and its vector is (0.3386890915298864,-0.1951703968458673,-0.2944860645761764) mm
+ Endpoint of ComputeStep() was (3935.522307700225,-323.3349395695753,3596.223695714225)
+ and current position to locate is (3935.860996791755,-323.5301099664212,3595.929209649649)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2304198927105976 mm long
+ and its vector is (-0.1720479796787799,-0.03035084005142608,-0.1502386306959238) mm
+ Endpoint of ComputeStep() was (155.1317797098885,-197.1309437011697,473.4619380183958)
+ and current position to locate is (154.9597317302097,-197.1612945412212,473.3116993876999)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2985348522746126 mm long
+ and its vector is (-0.2814860665875187,0.08648974501545581,-0.04907317339313977) mm
+ Endpoint of ComputeStep() was (154.5212195114965,-198.5614132408911,473.3593663737245)
+ and current position to locate is (154.2397334449089,-198.4749234958757,473.3102932003314)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2925579635810446 mm long
+ and its vector is (-0.1656007683898508,0.1134694818022695,0.2128173495345322) mm
+ Endpoint of ComputeStep() was (153.5409110378691,-199.8492181740372,473.4992579510375)
+ and current position to locate is (153.3753102694793,-199.7357486922349,473.7120753005721)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.301409445233765 mm long
+ and its vector is (-0.2416409476339254,0.05081309720358718,-0.1728448299929255) mm
+ Endpoint of ComputeStep() was (153.2987055315069,-201.2088636813517,473.386102613628)
+ and current position to locate is (153.057064583873,-201.1580505841482,473.2132577836351)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.552026574925937 mm long
+ and its vector is (-1.362571517715992,-0.1255179243676707,-0.7324142264100999) mm
+ Endpoint of ComputeStep() was (-246.3235860232263,-147.001699486322,186.7001697023144)
+ and current position to locate is (-247.6861575409423,-147.1272174106896,185.9677554759043)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.096363865790545 mm long
+ and its vector is (-0.4549522164622601,0.2149651699639321,0.9740750395373254) mm
+ Endpoint of ComputeStep() was (-251.6661370817487,-153.8883645956911,185.6009568769391)
+ and current position to locate is (-252.1210892982109,-153.6733994257271,186.5750319164764)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.034526472780865 mm long
+ and its vector is (0.370568624903683,-0.2075723686185427,0.9433120527733649) mm
+ Endpoint of ComputeStep() was (-262.2133922309288,-165.1311507904885,188.0184336265041)
+ and current position to locate is (-261.8428236060251,-165.3387231591071,188.9617456792775)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.707629267724135 mm long
+ and its vector is (-0.1210179409324041,0.8676207232460627,1.465805803834371) mm
+ Endpoint of ComputeStep() was (-270.3375026568145,-172.0028478394859,192.2049611822783)
+ and current position to locate is (-270.4585205977469,-171.1352271162398,193.6707669861127)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.9153732207570454 mm long
+ and its vector is (-0.4528378128558757,0.7856056829433555,0.1251789097817095) mm
+ Endpoint of ComputeStep() was (-276.0988592511253,-174.7800772066928,196.1412815920756)
+ and current position to locate is (-276.5516970639812,-173.9944715237494,196.2664605018573)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.382048096772379 mm long
+ and its vector is (-0.6913189862880245,0.7106564687111643,-0.9628615603859316) mm
+ Endpoint of ComputeStep() was (-287.3366112380788,-181.0574479473025,198.796903247242)
+ and current position to locate is (-288.0279302243669,-180.3467914785913,197.834041686856)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.8895587967008678 mm long
+ and its vector is (-0.4095196050460572,0.7173365063717085,-0.3302073325915842) mm
+ Endpoint of ComputeStep() was (-293.8066610968947,-183.3275652612557,198.5253822796063)
+ and current position to locate is (-294.2161807019408,-182.610228754884,198.1951749470147)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.035829637974677 mm long
+ and its vector is (-0.3969803457541161,2.704877490134322,1.319964378025048) mm
+ Endpoint of ComputeStep() was (-308.4427175428454,-185.2456154637304,199.3169799723802)
+ and current position to locate is (-308.8396978885995,-182.5407379735961,200.6369443504052)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.06412649182801 mm long
+ and its vector is (-0.4660119318459692,1.210795256239976,-2.775910460509522) mm
+ Endpoint of ComputeStep() was (-323.3444257596109,-180.7918939933684,203.8347666063882)
+ and current position to locate is (-323.8104376914569,-179.5810987371284,201.0588561458787)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.25794720096501 mm long
+ and its vector is (0.955186069812612,1.346179277161355,-1.540696754109319) mm
+ Endpoint of ComputeStep() was (-333.7047964946726,-171.3980074686002,202.0746006044033)
+ and current position to locate is (-332.74961042486,-170.0518281914389,200.533903850294)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3271330667303816 mm long
+ and its vector is (0.1613644658529552,0.1945185648961285,0.2077019027817641) mm
+ Endpoint of ComputeStep() was (-336.1551918270788,-167.0309293306596,200.3505589377188)
+ and current position to locate is (-335.9938273612258,-166.8364107657635,200.5582608405005)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.216640437638437 mm long
+ and its vector is (-0.285331177479577,-0.5443722567330838,2.12972763400191) mm
+ Endpoint of ComputeStep() was (-344.1760239931129,-156.9561239873075,201.987513183765)
+ and current position to locate is (-344.4613551705925,-157.5004962440406,204.1172408177669)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.230843915525749 mm long
+ and its vector is (-2.621457139097345,-1.49033690748638,-1.159832219137428) mm
+ Endpoint of ComputeStep() was (-352.9707909334751,-146.7183259779141,209.495652226727)
+ and current position to locate is (-355.5922480725724,-148.2086628854005,208.3358200075896)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.406664527678424 mm long
+ and its vector is (0.5929450776068279,0.9794982922686017,-0.8171317664939295) mm
+ Endpoint of ComputeStep() was (-361.5346438639963,-142.6966077767075,210.6310853601854)
+ and current position to locate is (-360.9416987863895,-141.7171094844389,209.8139535936914)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.4788964503922081 mm long
+ and its vector is (0.2643873729197139,0.2526896046043134,-0.3091748549992133) mm
+ Endpoint of ComputeStep() was (-363.1933877935415,-138.4867569824432,210.5286247632767)
+ and current position to locate is (-362.9290004206218,-138.2340673778388,210.2194499082775)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.064216918389272 mm long
+ and its vector is (-1.950048620524797,-1.619982623968468,1.721160073488988) mm
+ Endpoint of ComputeStep() was (-370.6637365043895,-126.8380292924462,212.1822378570454)
+ and current position to locate is (-372.6137851249143,-128.4580119164147,213.9033979305344)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.485831646290878 mm long
+ and its vector is (2.074975405212228,1.124366120070022,2.565404483134387) mm
+ Endpoint of ComputeStep() was (-381.6032712664727,-117.6509046082472,216.4378198428331)
+ and current position to locate is (-379.5282958612605,-116.5265384881772,219.0032243259675)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.524106214269731 mm long
+ and its vector is (-1.56570350906577,-1.757075522051608,-0.9123433084213843) mm
+ Endpoint of ComputeStep() was (-386.575750714086,-107.9520827495816,214.5841186418083)
+ and current position to locate is (-388.1414542231518,-109.7091582716333,213.6717753333869)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.93512685180032 mm long
+ and its vector is (-1.235289285390479,-1.357725470334785,0.6126645584349433) mm
+ Endpoint of ComputeStep() was (-398.4134659688256,-103.3200937858941,207.1195594271961)
+ and current position to locate is (-399.6487552542161,-104.6778192562289,207.732223985631)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.290955089968115 mm long
+ and its vector is (0.2146052580275182,-3.182162398591331,-0.8112782854270506) mm
+ Endpoint of ComputeStep() was (-411.3313522180914,-104.0641940312581,202.2349711517954)
+ and current position to locate is (-411.1167469600639,-107.2463564298495,201.4236928663684)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.405639527805589 mm long
+ and its vector is (1.334837480232011,-2.343215491579159,-2.079887173560905) mm
+ Endpoint of ComputeStep() was (-422.3968761949754,-107.3158465444214,194.2625789554903)
+ and current position to locate is (-421.0620387147434,-109.6590620360006,192.1826917819294)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.266977108123517 mm long
+ and its vector is (-1.359732962850615,2.703341632554967,1.23134467653685) mm
+ Endpoint of ComputeStep() was (-428.8707182091583,-110.5984241556968,185.6221386463184)
+ and current position to locate is (-430.2304511720089,-107.8950825231418,186.8534833228553)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.07874253917240728 mm long
+ and its vector is (-0.002849861065101322,0.06370952373046856,-0.04618833568407263) mm
+ Endpoint of ComputeStep() was (-847.5897533225398,-1.353174736318303,0.1409395874306117)
+ and current position to locate is (-847.5926031836049,-1.289465212587835,0.09475125174653912)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002429239582299511 mm long
+ and its vector is (-1.049866568791913e-05,0.0001404933294775201,-0.0001978975792504833) mm
+ Endpoint of ComputeStep() was (-841.006107747586,-1.174342040296893,-0.1866250346267075)
+ and current position to locate is (-841.0061182462517,-1.174201546967415,-0.186822932205958)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002774409710637025 mm long
+ and its vector is (-5.096702125229058e-06,-0.0002524928877352117,-0.0001148688717423074) mm
+ Endpoint of ComputeStep() was (-840.9886157845843,-1.174067000542222,-0.1878952579550142)
+ and current position to locate is (-840.9886208812865,-1.174319493429957,-0.1880101268267565)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.272191129579913e-05 mm long
+ and its vector is (-1.74710066858097e-07,6.259252184115383e-05,-4.0229146840709e-06) mm
+ Endpoint of ComputeStep() was (-840.9767363742253,-1.1743375827966,-0.1888077083262822)
+ and current position to locate is (-840.9767365489354,-1.174274990274758,-0.1888117312409663)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002987720124747855 mm long
+ and its vector is (-2.31572518032408e-05,0.0001301454350086662,-0.0002679377220056178) mm
+ Endpoint of ComputeStep() was (-839.0028585177961,-1.155427683409436,-0.347465107608226)
+ and current position to locate is (-839.0028816750479,-1.155297537974428,-0.3477330453302316)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002912313251067317 mm long
+ and its vector is (1.693560830062779e-05,-0.0002619981969478324,0.0001260389411689711) mm
+ Endpoint of ComputeStep() was (-838.98034232598,-1.154847304756699,-0.3498257104486892)
+ and current position to locate is (-838.9803253903717,-1.155109302953647,-0.3496996715075202)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.721405899245202e-05 mm long
+ and its vector is (-2.011183937611349e-06,3.200714291473616e-05,-1.887813889922541e-05) mm
+ Endpoint of ComputeStep() was (-838.9752280956517,-1.155066806644455,-0.3501706613527987)
+ and current position to locate is (-838.9752301068356,-1.15503479950154,-0.3501895394916979)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004160301963565891 mm long
+ and its vector is (4.0059355910671e-05,-0.0001482012690756651,0.0003866687938389735) mm
+ Endpoint of ComputeStep() was (-837.0006626845615,-1.148892365272171,-0.5517305259255263)
+ and current position to locate is (-837.0006226252056,-1.149040566541247,-0.5513438571316873)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003024761162182234 mm long
+ and its vector is (-3.913683599421347e-06,0.0003009283982533528,-3.030813567039825e-05) mm
+ Endpoint of ComputeStep() was (-836.9807060080274,-1.148974798450832,-0.5532626769814084)
+ and current position to locate is (-836.980709921711,-1.148673870052578,-0.5532929851170788)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.644220244715818e-05 mm long
+ and its vector is (-5.331942361408437e-06,2.327199528440183e-05,-3.98354464551387e-05) mm
+ Endpoint of ComputeStep() was (-836.9752504528444,-1.148655333841277,-0.5540129017108668)
+ and current position to locate is (-836.9752557847868,-1.148632061845993,-0.554052737157322)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003518843376319168 mm long
+ and its vector is (2.641195374053495e-05,0.000296286434467552,0.0001879876179985418) mm
+ Endpoint of ComputeStep() was (-835.0024074756136,-1.141882539404108,-0.826089982481591)
+ and current position to locate is (-835.0023810636599,-1.14158625296964,-0.8259019948635925)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002485659366330164 mm long
+ and its vector is (-2.793604778617009e-05,0.0001536100465224788,-0.0001934129150178432) mm
+ Endpoint of ComputeStep() was (-834.9817709163794,-1.141440462771177,-0.8287630820852097)
+ and current position to locate is (-834.9817988524272,-1.141286852724655,-0.8289564950002275)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.241424039769993e-05 mm long
+ and its vector is (1.188498799820081e-06,-5.236414100839859e-05,1.958776026822484e-06) mm
+ Endpoint of ComputeStep() was (-834.9754351362026,-1.141176955872818,-0.829879834382147)
+ and current position to locate is (-834.9754339477038,-1.141229320013827,-0.8298778756061201)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1863843096563889 mm long
+ and its vector is (-0.009806640811234502,0.1782000715201456,-0.05373709326250431) mm
+ Endpoint of ComputeStep() was (-799.5783626702399,-0.72089145916617,-5.898479219762765)
+ and current position to locate is (-799.5881693110512,-0.5426913876460244,-5.95221631302527)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3574701991249116 mm long
+ and its vector is (-0.03158174021098148,0.3065601847143301,-0.1811308645581029) mm
+ Endpoint of ComputeStep() was (-764.5709557282677,0.08136220186289611,-11.00157419493762)
+ and current position to locate is (-764.6025374684787,0.3879223865772262,-11.18270505949572)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1526559107300742 mm long
+ and its vector is (0.01689171624786923,0.08345231609015324,0.1267052009280558) mm
+ Endpoint of ComputeStep() was (-733.9836114004094,1.381699244095114,-15.92974643770599)
+ and current position to locate is (-733.9667196841615,1.465151560185267,-15.80304123677793)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.599839072728648 mm long
+ and its vector is (0.01829127874850656,-0.5992848027524298,-0.0181677594570715) mm
+ Endpoint of ComputeStep() was (-684.9664202330017,3.18170261436266,-23.09204262455246)
+ and current position to locate is (-684.9481289542532,2.58241781161023,-23.11021038400953)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.462021451089302 mm long
+ and its vector is (0.04214394852363057,-0.4029151454692568,0.2221420590995535) mm
+ Endpoint of ComputeStep() was (-642.9391985231526,3.574810634575414,-29.28001050446747)
+ and current position to locate is (-642.897054574629,3.171895489106157,-29.05786844536792)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002951793733354177 mm long
+ and its vector is (0.0002770749953242557,-0.002489695328146357,0.001561324074060622) mm
+ Endpoint of ComputeStep() was (-637.6240418170007,3.261235655056537,-29.85924284151462)
+ and current position to locate is (-637.6237647420054,3.258745959728391,-29.85768151744056)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0549813257347039 mm long
+ and its vector is (0.004752131063696652,0.05147065312310284,0.01873860445658337) mm
+ Endpoint of ComputeStep() was (-636.0461418166769,3.185387789082539,-30.05627036986942)
+ and current position to locate is (-636.0413896856132,3.236858442205642,-30.03753176541283)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002920080828535761 mm long
+ and its vector is (-0.0002647747135142708,-0.002656056071295598,-0.001184116777348976) mm
+ Endpoint of ComputeStep() was (-635.7164228665142,3.216395182879042,-30.06429553810043)
+ and current position to locate is (-635.7166876412277,3.213739126807747,-30.06547965487778)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1874844899753302 mm long
+ and its vector is (-0.01593691258119634,0.0289747453959639,-0.184545151461446) mm
+ Endpoint of ComputeStep() was (-633.4118226286331,2.932260972047819,-30.30871655235391)
+ and current position to locate is (-633.4277595412143,2.961235717443783,-30.49326170381536)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00230305381843803 mm long
+ and its vector is (0.0004581792356930237,0.000603861240307868,0.00217473683029823) mm
+ Endpoint of ComputeStep() was (-633.3055714307829,2.965672772311656,-30.52023665530772)
+ and current position to locate is (-633.3051132515473,2.966276633551964,-30.51806191847743)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2071788571828642 mm long
+ and its vector is (-0.02369333436172383,0.1788731922235476,-0.1018139768115311) mm
+ Endpoint of ComputeStep() was (-630.8990749318937,3.006635950078689,-31.00707012904725)
+ and current position to locate is (-630.9227682662554,3.185509142302236,-31.10888410585878)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0745572347655767 mm long
+ and its vector is (-0.01828488240641946,-0.003977172959487074,-0.07217081422932026) mm
+ Endpoint of ComputeStep() was (-629.8965195340973,3.24097840109366,-31.37194679160198)
+ and current position to locate is (-629.9148044165037,3.237001228134173,-31.4441176058313)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03146907564539152 mm long
+ and its vector is (-0.001183887035949738,-0.02923568442749147,-0.01158343168139808) mm
+ Endpoint of ComputeStep() was (-629.3115948732329,3.289785570916966,-31.63899235527235)
+ and current position to locate is (-629.3127787602689,3.260549886489474,-31.65057578695374)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003482022195168787 mm long
+ and its vector is (0.0009606294379409519,-0.001797847426259214,0.002823015104901572) mm
+ Endpoint of ComputeStep() was (-629.1803960288379,3.261247479797955,-31.69517936783204)
+ and current position to locate is (-629.1794353993999,3.259449632371696,-31.69235635272713)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003351595098193119 mm long
+ and its vector is (-0.001007995440431841,0.0005807652026650345,-0.003143222339204499) mm
+ Endpoint of ComputeStep() was (-629.043589269934,3.263984731331395,-31.73508271342817)
+ and current position to locate is (-629.0445972653745,3.26456549653406,-31.73822593576737)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.009277586559533032 mm long
+ and its vector is (-0.001376830892127145,0.008900253614214648,-0.00222787671713931) mm
+ Endpoint of ComputeStep() was (-628.7734627639638,3.283317500751873,-31.83087413418918)
+ and current position to locate is (-628.774839594856,3.292217754366088,-31.83310201090632)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.08486634843112803 mm long
+ and its vector is (0.03165027081695371,-0.03534933502876969,0.07036321458170391) mm
+ Endpoint of ComputeStep() was (-627.2693466834464,3.493688943169224,-32.40907606280715)
+ and current position to locate is (-627.2376964126295,3.458339608140454,-32.33871284822545)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02322056467690898 mm long
+ and its vector is (-0.009263896767038204,0.01207767658925274,-0.01753580818809297) mm
+ Endpoint of ComputeStep() was (-626.7817785460428,3.55951968665539,-32.50988008229562)
+ and current position to locate is (-626.7910424428098,3.571597363244643,-32.52741589048372)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02788570311643709 mm long
+ and its vector is (-0.01459041893895119,0.01229630749145016,-0.02033550922794092) mm
+ Endpoint of ComputeStep() was (-626.264337935781,3.737301112128431,-32.80512200064496)
+ and current position to locate is (-626.2789283547199,3.749597419619882,-32.8254575098729)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.09477772866525766 mm long
+ and its vector is (0.0408086730803916,-0.08398125626963093,0.01626710323743907) mm
+ Endpoint of ComputeStep() was (-625.2873066942525,4.116597023852919,-33.41841350251299)
+ and current position to locate is (-625.2464980211721,4.032615767583288,-33.40214639927555)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0026509991739352 mm long
+ and its vector is (-0.001302446316458372,0.001220857035124645,-0.001959831194959349) mm
+ Endpoint of ComputeStep() was (-625.1461969638593,4.05297698102483,-33.45611972730328)
+ and current position to locate is (-625.1474994101758,4.054197838059954,-33.45807955849824)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1327604595479978 mm long
+ and its vector is (0.056948981858568,0.03587327931489792,0.1144345267647111) mm
+ Endpoint of ComputeStep() was (-623.1014661910622,4.405550467451044,-34.58644250401863)
+ and current position to locate is (-623.0445172092036,4.441423746765942,-34.47200797725392)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01906179738156806 mm long
+ and its vector is (-0.00535441607132725,0.01693840498120558,-0.006911785922881108) mm
+ Endpoint of ComputeStep() was (-622.4609292118357,4.538984395863108,-34.68501387528178)
+ and current position to locate is (-622.466283627907,4.555922800844313,-34.69192566120466)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002469480945038473 mm long
+ and its vector is (-1.994413730699307e-05,-0.0001915647932761999,-0.000154559123778597) mm
+ Endpoint of ComputeStep() was (-622.4446579386271,4.561208006726337,-34.70126684438508)
+ and current position to locate is (-622.4446778827644,4.561016441933061,-34.70142140350886)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3302812278825191 mm long
+ and its vector is (-0.1359843472324656,0.02120544806262714,-0.3002403633287969) mm
+ Endpoint of ComputeStep() was (-598.3723899546396,10.36042616093218,-45.19408194308524)
+ and current position to locate is (-598.5083743018721,10.38163160899481,-45.49432230641404)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2532726941591186 mm long
+ and its vector is (-0.09401537916710367,0.1937696369684438,-0.13327225471118) mm
+ Endpoint of ComputeStep() was (-578.8760804128112,14.56337792193208,-53.26369704381264)
+ and current position to locate is (-578.9700957919783,14.75714755890052,-53.39696929852382)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.5212846957381086 mm long
+ and its vector is (0.1420040109767342,0.2074971262734486,0.4566372055204795) mm
+ Endpoint of ComputeStep() was (-548.8356805069448,21.52109304919288,-65.84165628793326)
+ and current position to locate is (-548.693676495968,21.72859017546633,-65.38501908241278)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.039323456155385 mm long
+ and its vector is (-0.2289550713051653,1.013405679457343,0.02795980475650595) mm
+ Endpoint of ComputeStep() was (-482.3342481275843,37.44809916644637,-91.74114146254746)
+ and current position to locate is (-482.5632031988894,38.46150484590371,-91.71318165779095)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.288566607006812 mm long
+ and its vector is (0.4605544638820902,-3.083980067178217,-1.044809484913884) mm
+ Endpoint of ComputeStep() was (-377.4177971426329,68.21781135956815,-133.1969838924678)
+ and current position to locate is (-376.9572426787508,65.13383129238993,-134.2417933773817)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.193391378328859 mm long
+ and its vector is (-0.1727932011949065,-0.7807385984445432,-0.8858739935167534) mm
+ Endpoint of ComputeStep() was (-325.5940765373127,78.7985476360674,-156.3033704531499)
+ and current position to locate is (-325.7668697385076,78.01780903762285,-157.1892444466667)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.398791425005976 mm long
+ and its vector is (-1.108189962082889,1.154733717169805,-1.786814302341497) mm
+ Endpoint of ComputeStep() was (-246.6514803720978,99.77615184252559,-192.1955616636301)
+ and current position to locate is (-247.7596703341807,100.9308855596954,-193.9823759659716)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.06279512781006594 mm long
+ and its vector is (-0.01133462257871543,0.06076912779720089,0.01103936204896172) mm
+ Endpoint of ComputeStep() was (-241.0038745798127,102.8090881052518,-197.3849580407996)
+ and current position to locate is (-241.0152092023914,102.869857233049,-197.3739186787506)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.494034921669618 mm long
+ and its vector is (1.142211293833839,-0.0273408975870808,2.216938435334896) mm
+ Endpoint of ComputeStep() was (-153.4111058122787,126.335327809283,-242.2199223682935)
+ and current position to locate is (-152.2688945184448,126.3079869116959,-240.0029839329586)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.285828567881566 mm long
+ and its vector is (-0.3900981614623902,1.217262073612602,-0.1394689017249675) mm
+ Endpoint of ComputeStep() was (-99.74249112213357,140.3105556939137,-264.7085450922637)
+ and current position to locate is (-100.132589283596,141.5278177675263,-264.8480139939887)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.044923439022428 mm long
+ and its vector is (-0.08336253721387266,2.693719143582399,1.417210856716508) mm
+ Endpoint of ComputeStep() was (185.7342203883967,222.2434211332704,-401.4505403542157)
+ and current position to locate is (185.6508578511829,224.9371402768528,-400.0333294974992)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.88653998124983 mm long
+ and its vector is (1.941263070461162,-6.473589168620322,1.322336523180752) mm
+ Endpoint of ComputeStep() was (382.8789371460052,267.1413257792215,-482.9615604977818)
+ and current position to locate is (384.8202002164664,260.6677366106011,-481.639223974601)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.625517204062519 mm long
+ and its vector is (-1.656197325491007,4.955890065915526,-2.083892484462581) mm
+ Endpoint of ComputeStep() was (532.4033347430429,285.6881758790431,-539.4292717688505)
+ and current position to locate is (530.7471374175519,290.6440659449586,-541.5131642533131)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.296721076852356 mm long
+ and its vector is (-0.7423805545129198,-0.202068475756505,-2.164016438995873) mm
+ Endpoint of ComputeStep() was (625.3912902297943,310.6727588516992,-575.8516954927992)
+ and current position to locate is (624.6489096752814,310.4706903759427,-578.0157119317951)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.9631172462075468 mm long
+ and its vector is (0.3504588753189637,0.3231036102395706,0.8368855738407319) mm
+ Endpoint of ComputeStep() was (677.0486753683479,320.9002313772974,-603.985552949253)
+ and current position to locate is (677.3991342436668,321.223334987537,-603.1486673754123)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.049791049701763 mm long
+ and its vector is (0.06183865510683972,-1.02187418094519,-0.2324013491486312) mm
+ Endpoint of ComputeStep() was (733.7319729819776,330.5264001458542,-629.0651051459848)
+ and current position to locate is (733.7938116370844,329.504525964909,-629.2975064951335)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.568557305711077 mm long
+ and its vector is (0.2139015945036817,3.318768260244042,1.294072867658315) mm
+ Endpoint of ComputeStep() was (835.9447878707713,341.3487596272831,-676.5580008386735)
+ and current position to locate is (836.158689465275,344.6675278875272,-675.2639279710152)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.8471896782673999 mm long
+ and its vector is (-0.08500916943319226,-0.6443862048033679,-0.5433877171359427) mm
+ Endpoint of ComputeStep() was (880.077032749054,352.1928053501356,-691.0586296159061)
+ and current position to locate is (879.9920235796208,351.5484191453322,-691.602017333042)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.490810553071351 mm long
+ and its vector is (-1.70174534993248,4.585979307005061,-2.494365067391755) mm
+ Endpoint of ComputeStep() was (1032.831406067635,377.3920053731913,-748.3601713925947)
+ and current position to locate is (1031.129660717703,381.9779846801964,-750.8545364599864)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03113849002082016 mm long
+ and its vector is (0.01176574353939941,-0.02339916161201927,0.01684197362533268) mm
+ Endpoint of ComputeStep() was (1035.817894390816,382.96622038136,-752.7567285000292)
+ and current position to locate is (1035.829660134356,382.942821219748,-752.7398865264039)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.193457188326003 mm long
+ and its vector is (1.444578654631414,-3.441916496217118,1.910886321573003) mm
+ Endpoint of ComputeStep() was (1153.807872375541,406.6822340024675,-799.1684624423231)
+ and current position to locate is (1155.252451030173,403.2403175062503,-797.2575761207501)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.236774814134524 mm long
+ and its vector is (1.476411089499834,-7.008554301325546,1.035029763178272) mm
+ Endpoint of ComputeStep() was (1372.908219989963,437.2087788640811,-877.7186295027069)
+ and current position to locate is (1374.384631079462,430.2002245627556,-876.6835997395286)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.9090739026363975 mm long
+ and its vector is (0.2206980866492358,0.4914624750962275,0.7322379057220587) mm
+ Endpoint of ComputeStep() was (1414.739188135897,434.2439276897011,-891.5605977645287)
+ and current position to locate is (1414.959886222547,434.7353901647974,-890.8283598588066)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.916799243364676 mm long
+ and its vector is (-0.40219028836691,-1.216884688473897,-1.425325915804706) mm
+ Endpoint of ComputeStep() was (1488.309235523317,441.6712078915002,-917.4471744890452)
+ and current position to locate is (1487.90704523495,440.4543232030263,-918.8725004048499)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01323292267225483 mm long
+ and its vector is (-0.004401284492132618,-0.002597228527065454,-0.01220628285955172) mm
+ Endpoint of ComputeStep() was (1490.414725739189,440.6659314074018,-919.8217337064925)
+ and current position to locate is (1490.410324454697,440.6633341788747,-919.8339399893521)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.151746370961409 mm long
+ and its vector is (1.405515309185148,-6.694790776479692,2.086091879416699) mm
+ Endpoint of ComputeStep() was (1691.752876907929,458.7515674877307,-997.4398709370106)
+ and current position to locate is (1693.158392217114,452.056776711251,-995.3537790575939)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.062585485483574 mm long
+ and its vector is (2.25466800158415,2.993042000391711,7.138869413097154) mm
+ Endpoint of ComputeStep() was (1883.736565119575,481.520319202847,-1067.896936584908)
+ and current position to locate is (1885.991233121159,484.5133612032387,-1060.758067171811)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.5018353750133658 mm long
+ and its vector is (0.1878294777945939,-0.1258794075129117,0.4480102740456005) mm
+ Endpoint of ComputeStep() was (1917.97638592414,490.1998529794864,-1072.570167561282)
+ and current position to locate is (1918.164215401934,490.0739735719735,-1072.122157287236)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004712592917778379 mm long
+ and its vector is (0.00016612722129139,-7.254906296338959e-05,0.0004349985056251171) mm
+ Endpoint of ComputeStep() was (1918.508262999831,490.1337307287101,-1072.243583786446)
+ and current position to locate is (1918.508429127052,490.1336581796471,-1072.243148787941)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.972466073355217 mm long
+ and its vector is (-0.6661097855558182,3.916120836883636,-0.02796512955114849) mm
+ Endpoint of ComputeStep() was (2029.510843143112,508.7338050188011,-1111.555378273509)
+ and current position to locate is (2028.844733357556,512.6499258556847,-1111.58334340306)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.551880788238936 mm long
+ and its vector is (1.247090633480184,-8.459821967035168,0.1041261456380198) mm
+ Endpoint of ComputeStep() was (2280.324693817725,548.6525123978749,-1198.428300956676)
+ and current position to locate is (2281.571784451205,540.1926904308398,-1198.324174811038)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.047227440834272 mm long
+ and its vector is (0.7993422291851857,-8.945970253717064,-1.087654626448739) mm
+ Endpoint of ComputeStep() was (2487.926806876056,564.3858965726228,-1245.658519377635)
+ and current position to locate is (2488.726149105241,555.4399263189057,-1246.746174004084)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.309049618859968 mm long
+ and its vector is (-0.2948335884366315,1.040307820067369,-0.7378642824216968) mm
+ Endpoint of ComputeStep() was (2626.342088744411,571.8997419579406,-1278.527799626049)
+ and current position to locate is (2626.047255155975,572.940049778008,-1279.265663908471)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008997159398951208 mm long
+ and its vector is (-9.061299215318286e-05,0.0008922110084768065,7.237108889057708e-05) mm
+ Endpoint of ComputeStep() was (2627.197871732694,573.0811912226086,-1279.565053346541)
+ and current position to locate is (2627.197781119702,573.0820834336171,-1279.564980975452)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.889545914164699 mm long
+ and its vector is (-1.151056341543153,5.485455223583926,-1.808756855882848) mm
+ Endpoint of ComputeStep() was (2808.386558440717,595.1632883440153,-1327.903722608215)
+ and current position to locate is (2807.235502099174,600.6487435675992,-1329.712479464098)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.543482837848977 mm long
+ and its vector is (-0.1064423948610056,1.45156159417013,0.5137881135651696) mm
+ Endpoint of ComputeStep() was (2869.685530423603,610.5000934468898,-1344.606772188046)
+ and current position to locate is (2869.579088028742,611.9516550410599,-1344.09298407448)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2396431787842746 mm long
+ and its vector is (-0.02596021003046189,0.2312063029046385,0.05743314487449425) mm
+ Endpoint of ComputeStep() was (2888.428015879195,615.137013753603,-1348.396298581196)
+ and current position to locate is (2888.402055669164,615.3682200565077,-1348.338865436321)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.886621505814292 mm long
+ and its vector is (-0.4787719318201198,1.602519521926524,-0.8729543661306707) mm
+ Endpoint of ComputeStep() was (2982.055715813264,632.0430352053887,-1369.09255851759)
+ and current position to locate is (2981.576943881444,633.6455547273152,-1369.965512883721)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.6491046172256594 mm long
+ and its vector is (-0.02100605988243842,-0.4586287044375013,-0.4588630089883736) mm
+ Endpoint of ComputeStep() was (3020.366935517355,642.1157464879186,-1380.207127196893)
+ and current position to locate is (3020.345929457472,641.6571177834811,-1380.665990205882)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.336928240955773 mm long
+ and its vector is (0.7172418878190001,-0.6171247507510316,2.136809472027153) mm
+ Endpoint of ComputeStep() was (3116.482278621141,660.5852563696185,-1407.468564092221)
+ and current position to locate is (3117.19952050896,659.9681316188675,-1405.331754620194)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.591867173556175 mm long
+ and its vector is (-0.5041936631387216,0.9279966447601282,-1.191071817990178) mm
+ Endpoint of ComputeStep() was (3220.383184070726,680.0733766782871,-1433.345975799876)
+ and current position to locate is (3219.878990407587,681.0013733230472,-1434.537047617866)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.149261051871127 mm long
+ and its vector is (-1.194694311257535,2.589286185123456,-1.33646837860465) mm
+ Endpoint of ComputeStep() was (3493.697864430701,759.362802208339,-1527.490751454017)
+ and current position to locate is (3492.503170119443,761.9520883934624,-1528.827219832622)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.05976627356576663 mm long
+ and its vector is (0.02483707491910536,-0.02460178947058012,0.04847555177866525) mm
+ Endpoint of ComputeStep() was (3498.373388329458,763.9454994483231,-1530.82322744517)
+ and current position to locate is (3498.398225404377,763.9208976588525,-1530.774751893391)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.564903230714884 mm long
+ and its vector is (-0.4235506019458626,-0.2734137585307508,-1.481476265668562) mm
+ Endpoint of ComputeStep() was (3560.731630383005,785.5942154957818,-1552.59564449815)
+ and current position to locate is (3560.308079781059,785.320801737251,-1554.077120763818)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.727357246949444 mm long
+ and its vector is (-0.9872817390041746,0.8916211127962015,-1.101839197720665) mm
+ Endpoint of ComputeStep() was (3635.452397856182,821.3464245540123,-1592.25638249952)
+ and current position to locate is (3634.465116117177,822.2380456668085,-1593.358221697241)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.951311363412689 mm long
+ and its vector is (2.421197754137211,-5.405610647525918,-0.5790353244840389) mm
+ Endpoint of ComputeStep() was (3746.978531442861,879.5042807912673,-1657.502394367093)
+ and current position to locate is (3749.399729196998,874.0986701437414,-1658.081429691577)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.345199784234688 mm long
+ and its vector is (3.986994206636155,-0.9254017082905648,6.09913672127982) mm
+ Endpoint of ComputeStep() was (3880.271390681175,936.0573321440137,-1734.231207228343)
+ and current position to locate is (3884.258384887812,935.1319304357231,-1728.132070507063)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.8083141579031542 mm long
+ and its vector is (0.4691791381683288,-0.4318150204372841,0.4967680568424839) mm
+ Endpoint of ComputeStep() was (3914.517744224148,948.5961472387705,-1745.007167376719)
+ and current position to locate is (3914.986923362317,948.1643322183332,-1744.510399319876)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001752785522900643 mm long
+ and its vector is (-7.497819933632854e-05,-1.750525314037077e-05,-0.000157462397510244) mm
+ Endpoint of ComputeStep() was (3915.110526734046,948.2155344639627,-1744.57494721623)
+ and current position to locate is (3915.110451755847,948.2155169587096,-1744.575104678628)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.846325393733469 mm long
+ and its vector is (0.3475919227503255,-2.516929331812321,-1.282893152570978) mm
+ Endpoint of ComputeStep() was (3987.010490782925,977.5711919572595,-1782.687621336586)
+ and current position to locate is (3987.358082705676,975.0542626254472,-1783.970514489157)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1634677113154795 mm long
+ and its vector is (0.04798167112539886,-0.1557843346067784,-0.01227570649120935) mm
+ Endpoint of ComputeStep() was (3998.625512872288,979.0175030351591,-1790.225196570817)
+ and current position to locate is (3998.673494543414,978.8617187005523,-1790.237472277309)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 20.19755305249223 mm long
+ and its vector is (-5.241439507160067,-19.45926062497108,-1.343739978742178) mm
+ Endpoint of ComputeStep() was (3663.57276507412,755.4789029000253,-1524.72197285417)
+ and current position to locate is (3658.33132556696,736.0196422750543,-1526.065712832912)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.793952717405492 mm long
+ and its vector is (0.222179059706832,-1.176605891291842,-1.335852310059636) mm
+ Endpoint of ComputeStep() was (3675.947680436242,730.6921841564907,-1518.443385355876)
+ and current position to locate is (3676.169859495948,729.5155782651989,-1519.779237665936)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 10.29879247931606 mm long
+ and its vector is (-4.958887712061369,-8.393413472598354,3.320417062537217) mm
+ Endpoint of ComputeStep() was (3752.349246609268,689.5481369039154,-1507.039342320021)
+ and current position to locate is (3747.390358897207,681.1547234313171,-1503.718925257484)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.14539288336749 mm long
+ and its vector is (-4.766296847424655,-5.184379941666521,-1.208825231517949) mm
+ Endpoint of ComputeStep() was (3794.229456511076,633.4947866585501,-1483.998806657136)
+ and current position to locate is (3789.463159663651,628.3104067168836,-1485.207631888654)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.4150797119450968 mm long
+ and its vector is (0.07078863143169656,-0.1562725080132168,-0.3779669829068553) mm
+ Endpoint of ComputeStep() was (3793.810029355624,622.6902302236915,-1482.069823333384)
+ and current position to locate is (3793.880817987056,622.5339577156783,-1482.447790316291)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 14.67152779771988 mm long
+ and its vector is (4.484334875000968,-3.91468184575308,-13.40968809087849) mm
+ Endpoint of ComputeStep() was (3841.720095365567,557.9516130275506,-1447.596370277075)
+ and current position to locate is (3846.204430240568,554.0369311817975,-1461.006058367953)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 15.90334840632408 mm long
+ and its vector is (-8.694939506446644,-5.120860689976723,12.29192024486065) mm
+ Endpoint of ComputeStep() was (3903.273402864976,484.9027062794608,-1449.438742017252)
+ and current position to locate is (3894.578463358529,479.7818455894841,-1437.146821772391)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 15.98912055708919 mm long
+ and its vector is (12.6992557395406,7.755689554209994,5.850654612057951) mm
+ Endpoint of ComputeStep() was (3927.144539822159,402.8519004134504,-1405.854624419753)
+ and current position to locate is (3939.8437955617,410.6075899676604,-1400.003969807695)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 14.92983428551216 mm long
+ and its vector is (-12.46705868604113,-4.857596760728427,6.62390770027946) mm
+ Endpoint of ComputeStep() was (3978.788337543104,341.4708367852515,-1377.406218019776)
+ and current position to locate is (3966.321278857063,336.6132400245231,-1370.782310319496)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.321154031873378 mm long
+ and its vector is (-2.05603909827505,-0.979950736258445,0.4473877742550485) mm
+ Endpoint of ComputeStep() was (3984.427597052691,304.9871690017572,-1356.845169183521)
+ and current position to locate is (3982.371557954415,304.0072182654988,-1356.397781409266)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 18.79898416361316 mm long
+ and its vector is (4.190606251135705,-10.67838133255336,-14.89338097774635) mm
+ Endpoint of ComputeStep() was (3963.416114446823,229.3149904760795,-1308.177884803488)
+ and current position to locate is (3967.606720697959,218.6366091435262,-1323.071265781235)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 16.05845391372497 mm long
+ and its vector is (9.634318470772087,1.020415077489673,12.80674052101472) mm
+ Endpoint of ComputeStep() was (3938.955549318639,147.457334766934,-1295.846000005329)
+ and current position to locate is (3948.589867789411,148.4777498444237,-1283.039259484314)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.6262736053048129 mm long
+ and its vector is (0.3271751631245934,-0.01225700789518669,0.5338771460676526) mm
+ Endpoint of ComputeStep() was (3943.396993082772,142.6385992259247,-1279.990975574834)
+ and current position to locate is (3943.724168245896,142.6263422180295,-1279.457098428767)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.668261677371158 mm long
+ and its vector is (-3.979706918196825,0.8290398711910427,-3.950166601598767) mm
+ Endpoint of ComputeStep() was (3922.584534344892,118.0018882346853,-1263.327426049964)
+ and current position to locate is (3918.604827426695,118.8309281058764,-1267.277592651563)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.564641866127505 mm long
+ and its vector is (-0.2280549931288078,-0.7414183487917967,-2.444519922945574) mm
+ Endpoint of ComputeStep() was (3898.105428402725,88.56428662564798,-1256.185339567929)
+ and current position to locate is (3897.877373409596,87.82286827685618,-1258.629859490875)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 12.41906125985459 mm long
+ and its vector is (5.477112632479475,-9.11447250198183,-6.41566136869551) mm
+ Endpoint of ComputeStep() was (3854.542131015909,45.80872918721264,-1235.937777799759)
+ and current position to locate is (3860.019243648388,36.69425668523081,-1242.353439168455)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 10.45118225482245 mm long
+ and its vector is (-6.324131669685812,3.056938807482627,7.738713993636111) mm
+ Endpoint of ComputeStep() was (3840.123436595974,-11.5708668296671,-1239.546793818289)
+ and current position to locate is (3833.799304926288,-8.513928022184476,-1231.808079824653)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.633832989100771 mm long
+ and its vector is (-0.5297531045748656,-1.425841798334822,-4.377070365574809) mm
+ Endpoint of ComputeStep() was (3816.370299357518,-30.37307267089462,-1222.577990163898)
+ and current position to locate is (3815.840546252943,-31.79891446922944,-1226.955060529473)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 17.84018029074524 mm long
+ and its vector is (2.514475175231837,4.73157932380694,17.01650976263818) mm
+ Endpoint of ComputeStep() was (3770.771492326731,-82.38149938261397,-1206.230450423831)
+ and current position to locate is (3773.285967501963,-77.64992005880703,-1189.213940661193)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 18.30874002399094 mm long
+ and its vector is (0.2869982232900838,15.82977661753594,9.194877134841363) mm
+ Endpoint of ComputeStep() was (3705.355124927624,-101.2006932562613,-1146.548932281161)
+ and current position to locate is (3705.642123150914,-85.37091663872533,-1137.354055146319)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.963848124942522 mm long
+ and its vector is (1.442906747430698,5.813352582006914,3.552201089853725) mm
+ Endpoint of ComputeStep() was (3671.409437431937,-92.15242064805433,-1112.350446171931)
+ and current position to locate is (3672.852344179368,-86.33906806604742,-1108.798245082077)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.399175144010318 mm long
+ and its vector is (0.7229237900887711,5.173387942866029,5.240346476910872) mm
+ Endpoint of ComputeStep() was (3637.0632348815,-94.14181918135769,-1096.157963113986)
+ and current position to locate is (3637.786158671589,-88.96843123849166,-1090.917616637075)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 14.37659981622002 mm long
+ and its vector is (-3.768786155632824,8.800554355360816,-10.72534923567468) mm
+ Endpoint of ComputeStep() was (3588.005343282888,-81.99506193953037,-1067.703196487436)
+ and current position to locate is (3584.236557127255,-73.19450758416956,-1078.42854572311)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1573778215689635 mm long
+ and its vector is (0.0375323194525663,0.1184440339770276,-0.09659251799985213) mm
+ Endpoint of ComputeStep() was (3580.724277642145,-71.7041485516875,-1077.965775508975)
+ and current position to locate is (3580.761809961597,-71.58570451771047,-1078.062368026975)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.404785066890007 mm long
+ and its vector is (-1.126431837620203,-3.098971526515001,0.8485800756334356) mm
+ Endpoint of ComputeStep() was (3562.175667127095,-64.57232016696136,-1077.121672619364)
+ and current position to locate is (3561.049235289474,-67.67129169347636,-1076.27309254373)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.877583108309155 mm long
+ and its vector is (-0.7086392381443147,-1.583262520819716,-9.724081359279353) mm
+ Endpoint of ComputeStep() was (3519.688533665724,-59.99453820959157,-1074.50886419338)
+ and current position to locate is (3518.979894427579,-61.57780073041129,-1084.232945552659)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 10.42143561366589 mm long
+ and its vector is (1.768486204102828,10.22366907429827,0.9774290024952279) mm
+ Endpoint of ComputeStep() was (3477.424118506449,-54.01049210071295,-1088.197267038834)
+ and current position to locate is (3479.192604710552,-43.78682302641468,-1087.219838036339)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 26.93353019034958 mm long
+ and its vector is (0.1160659997581206,-3.852526567605683,26.65632413225921) mm
+ Endpoint of ComputeStep() was (3407.564936287632,-12.28538631642985,-1082.355189101796)
+ and current position to locate is (3407.68100228739,-16.13791288403553,-1055.698864969537)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.83925593738132 mm long
+ and its vector is (-1.402236009244916,5.268646693533672,-2.09093426375307) mm
+ Endpoint of ComputeStep() was (3384.566460049131,-17.10172787374298,-1042.626219272902)
+ and current position to locate is (3383.164224039886,-11.83308118020931,-1044.717153536655)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1223301065959492 mm long
+ and its vector is (0.01098869301267769,0.09196331241909839,0.07991653630229933) mm
+ Endpoint of ComputeStep() was (-598.8992370918427,12.27537900089733,-47.61979244932418)
+ and current position to locate is (-598.88824839883,12.36734231331642,-47.53987591302188)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.077807763465963 mm long
+ and its vector is (0.2459917284412541,0.7040490395504193,0.7781211952094083) mm
+ Endpoint of ComputeStep() was (-599.3217876098992,16.76259500669147,-51.37967155908447)
+ and current position to locate is (-599.0757958814579,17.46664404624189,-50.60155036387506)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.220193491520549 mm long
+ and its vector is (-0.5325367395873855,-0.4317753931924884,-1.009379407146895) mm
+ Endpoint of ComputeStep() was (-600.1299660058144,23.44289117753166,-52.60180132960451)
+ and current position to locate is (-600.6625027454018,23.01111578433917,-53.6111807367514)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.930045362503052 mm long
+ and its vector is (-0.003043508690780072,0.1745725096872626,0.9135094702463533) mm
+ Endpoint of ComputeStep() was (-599.7244482250488,28.86853457860722,-54.72741363343348)
+ and current position to locate is (-599.7274917337396,29.04310708829448,-53.81390416318713)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.9716489650890462 mm long
+ and its vector is (-0.7873279958977264,0.1791694232700394,0.5404763232551133) mm
+ Endpoint of ComputeStep() was (-598.9866963690221,34.72077703680129,-54.61692901671686)
+ and current position to locate is (-599.7740243649198,34.89994646007133,-54.07645269346175)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.7894646129263209 mm long
+ and its vector is (-0.2943861962907022,-0.07931706593512899,-0.7282169632381823) mm
+ Endpoint of ComputeStep() was (-600.1509115160613,40.06478533503062,-54.48664567963684)
+ and current position to locate is (-600.445297712352,39.98546826909549,-55.21486264287502)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3149339684355758 mm long
+ and its vector is (-0.1670135004346776,-0.004948217530262866,0.2669558208588256) mm
+ Endpoint of ComputeStep() was (-601.7611443811768,45.25389853022844,-55.9404314602077)
+ and current position to locate is (-601.9281578816115,45.24895031269818,-55.67347563934887)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.6538667588994843 mm long
+ and its vector is (-0.1910366248265518,0.3874476195468688,-0.4908473168675371) mm
+ Endpoint of ComputeStep() was (-603.320848163213,49.53519734164077,-51.74811841976475)
+ and current position to locate is (-603.5118847880395,49.92264496118764,-52.23896573663229)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.4191532136463393 mm long
+ and its vector is (-0.3747096694447691,-0.1787777881537167,0.05762449650548263) mm
+ Endpoint of ComputeStep() was (-606.0986297991082,55.56992732218912,-51.53908488752199)
+ and current position to locate is (-606.4733394685529,55.3911495340354,-51.48146039101651)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.8846705714061948 mm long
+ and its vector is (-0.8049466446102542,-0.315360430424704,0.1877517461042686) mm
+ Endpoint of ComputeStep() was (-607.9077611901248,60.66018094718048,-48.78102711593109)
+ and current position to locate is (-608.7127078347351,60.34482051675577,-48.59327536982682)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.4388117695271301 mm long
+ and its vector is (0.05295861572858485,-0.2265848080534099,0.3720355881566206) mm
+ Endpoint of ComputeStep() was (-609.597951931683,62.25697770366264,-47.30268090412389)
+ and current position to locate is (-609.5449933159545,62.03039289560923,-46.93064531596727)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.672081623367543 mm long
+ and its vector is (0.5689154170298707,1.407766534004438,-0.7002753666996284) mm
+ Endpoint of ComputeStep() was (-611.8853966078726,65.14904745490864,-42.56258362149611)
+ and current position to locate is (-611.3164811908428,66.55681398891308,-43.26285898819574)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.08648924665415764 mm long
+ and its vector is (0.07510972183035847,0.02704852884920683,-0.0332760658802016) mm
+ Endpoint of ComputeStep() was (-611.3794104584077,67.43791861043682,-42.68869303776615)
+ and current position to locate is (-611.3043007365774,67.46496713928603,-42.72196910364635)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3812057608054151 mm long
+ and its vector is (-0.3758686789670946,0.0566915615504513,0.02875126243728943) mm
+ Endpoint of ComputeStep() was (-610.9503275483263,69.67236901255363,-42.44697681382937)
+ and current position to locate is (-611.3261962272934,69.72906057410408,-42.41822555139208)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3090631615145382 mm long
+ and its vector is (-0.2884166909174155,-0.02681704581961242,-0.1077807787089995) mm
+ Endpoint of ComputeStep() was (-611.6066728548448,71.43106983129738,-42.09116092090092)
+ and current position to locate is (-611.8950895457622,71.40425278547777,-42.19894169960992)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.767883507393745 mm long
+ and its vector is (1.999180329999604,0.2147409132838334,-1.902194379869471) mm
+ Endpoint of ComputeStep() was (-613.351443369275,77.5989008316632,-43.03022874120305)
+ and current position to locate is (-611.3522630392754,77.81364174494703,-44.93242312107252)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001322206423107924 mm long
+ and its vector is (0.001127811705487147,-0.0001243361337013305,0.0006788306918004139) mm
+ Endpoint of ComputeStep() was (-636.0372141589179,3.246156114148117,-30.04276601799547)
+ and current position to locate is (-636.0360863472124,3.246031778014416,-30.04208718730367)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00138964408520686 mm long
+ and its vector is (-0.001285998951402689,0.0004314388624435672,-0.0003019567659698907) mm
+ Endpoint of ComputeStep() was (-636.0321851083115,3.253081452492195,-30.04862946693145)
+ and current position to locate is (-636.0334711072629,3.253512891354639,-30.04893142369742)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001937501047246116 mm long
+ and its vector is (0.0004068594436148487,0.001213255654652468,0.001454780539351219) mm
+ Endpoint of ComputeStep() was (-636.0303201352432,3.261599547487648,-30.05655675528745)
+ and current position to locate is (-636.0299132757996,3.262812803142301,-30.0551019747481)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002130167672455793 mm long
+ and its vector is (-0.001468264364916649,0.001191054186016061,0.0009814295662273764) mm
+ Endpoint of ComputeStep() was (-636.0256702130499,3.272128311203475,-30.06005937281848)
+ and current position to locate is (-636.0271384774148,3.273319365389491,-30.05907794325225)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0022462138740788 mm long
+ and its vector is (-0.002145722156910779,0.00059760672524245,-0.0002902057811127179) mm
+ Endpoint of ComputeStep() was (-636.0236254287703,3.284307238562998,-30.0624259103624)
+ and current position to locate is (-636.0257711509272,3.284904845288241,-30.06271611614351)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001786186979355912 mm long
+ and its vector is (0.0003971029614149302,0.0006400067877607718,0.001619618620193108) mm
+ Endpoint of ComputeStep() was (-636.0232422881562,3.294336835765634,-30.06706328573965)
+ and current position to locate is (-636.0228451851948,3.294976842553395,-30.06544366711946)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003857174897446773 mm long
+ and its vector is (-0.0006522734926193152,0.001808358538753829,0.003343976207396793) mm
+ Endpoint of ComputeStep() was (-637.6139848557726,3.278254203825554,-29.86632354640426)
+ and current position to locate is (-637.6146371292652,3.280062562364308,-29.86297957019686)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003049578010198087 mm long
+ and its vector is (-0.002697609067126905,0.0009968787326717354,-0.001014427993297318) mm
+ Endpoint of ComputeStep() was (-637.6062466585852,3.296924321284564,-29.868721802233)
+ and current position to locate is (-637.6089442676523,3.297921200017235,-29.8697362302263)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003117970550083366 mm long
+ and its vector is (0.001447144637836573,-0.001335199081439864,-0.002417593051216471) mm
+ Endpoint of ComputeStep() was (-637.6014193584673,3.319700296444971,-29.87726015885384)
+ and current position to locate is (-637.5999722138295,3.318365097363531,-29.87967775190505)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003640864883116052 mm long
+ and its vector is (0.001474869701723946,-1.973088579676485e-05,0.003328703524225318) mm
+ Endpoint of ComputeStep() was (-637.5916171771021,3.338286972647085,-29.88326158392654)
+ and current position to locate is (-637.5901423074004,3.338267241761288,-29.87993288040231)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00161508753367324 mm long
+ and its vector is (-0.0007221323464818852,0.0001538660070838915,-0.001436439301695458) mm
+ Endpoint of ComputeStep() was (-637.5803509013225,3.3602828372712,-29.88249702583311)
+ and current position to locate is (-637.581073033669,3.360436703278284,-29.88393346513481)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.004808448865431412 mm long
+ and its vector is (0.003460316718815193,-0.001894013635575842,-0.002749563791805798) mm
+ Endpoint of ComputeStep() was (-637.5711373143123,3.384058207117885,-29.88770086801996)
+ and current position to locate is (-637.5676769975935,3.382164193482309,-29.89045043181176)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.004110224829818526 mm long
+ and its vector is (0.002824021566993906,-0.001971685833706882,-0.002243057135689952) mm
+ Endpoint of ComputeStep() was (-637.5556240176267,3.400563069142327,-29.89144859056842)
+ and current position to locate is (-637.5527999960597,3.39859138330862,-29.89369164770411)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00371452468827615 mm long
+ and its vector is (-0.0008148165792363216,0.001457585238331838,0.003318013392831887) mm
+ Endpoint of ComputeStep() was (-637.5367412487216,3.415229918502422,-29.89705726091656)
+ and current position to locate is (-637.5375560653008,3.416687503740754,-29.89373924752373)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003372295952270443 mm long
+ and its vector is (0.00184044630225344,-0.002249493128233304,0.001710239183346118) mm
+ Endpoint of ComputeStep() was (-637.5187766217188,3.432229543463914,-29.8935058567438)
+ and current position to locate is (-637.5169361754165,3.429980050335681,-29.89179561756045)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.004126764045823894 mm long
+ and its vector is (-0.002263855183628039,0.003053796475141368,0.001606072316516105) mm
+ Endpoint of ComputeStep() was (-637.4987931231069,3.442646157199212,-29.89030531696849)
+ and current position to locate is (-637.5010569782905,3.445699953674354,-29.88869924465197)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00352745103549934 mm long
+ and its vector is (0.002427681067956655,-0.002558365158299214,6.358582334797802e-05) mm
+ Endpoint of ComputeStep() was (-637.4850678450898,3.460875178419759,-29.88858522090313)
+ and current position to locate is (-637.4826401640219,3.458316813261459,-29.88852163507979)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002889088832758638 mm long
+ and its vector is (0.0007107273374913348,-0.0009087842646011701,0.00264873783068964) mm
+ Endpoint of ComputeStep() was (-637.467806738254,3.46493766872998,-29.89023021940283)
+ and current position to locate is (-637.4670960109165,3.464028884465379,-29.88758148157214)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.005093394600978214 mm long
+ and its vector is (-0.002624212214072941,-0.0007673042236877592,0.004297373970821639) mm
+ Endpoint of ComputeStep() was (-637.4519447141671,3.476814231508589,-29.87604642106477)
+ and current position to locate is (-637.4545689263812,3.476046927284901,-29.87174904709395)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003470195391580835 mm long
+ and its vector is (0.002161025944133144,-0.002688830762701322,0.0003773752165727728) mm
+ Endpoint of ComputeStep() was (-637.4460624139116,3.485478954544259,-29.8532572898129)
+ and current position to locate is (-637.4439013879675,3.482790123781558,-29.85287991459633)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.005655798268592728 mm long
+ and its vector is (0.003918976402587759,-0.003710007031265228,-0.001692786412675673) mm
+ Endpoint of ComputeStep() was (-637.4314995663675,3.488102629498179,-29.8358115990539)
+ and current position to locate is (-637.4275805899649,3.484392622466914,-29.83750438546658)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.005285957284289732 mm long
+ and its vector is (0.003584429971510872,-9.196101325859019e-05,-0.003883909031209498) mm
+ Endpoint of ComputeStep() was (-637.4137713818221,3.481933068148251,-29.82470173683149)
+ and current position to locate is (-637.4101869518506,3.481841107134993,-29.8285856458627)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.007749103664015242 mm long
+ and its vector is (0.007425023422797494,-0.000224824901942533,-0.00220614789396123) mm
+ Endpoint of ComputeStep() was (-637.403906927541,3.486782679640116,-29.80795314920868)
+ and current position to locate is (-637.3964819041182,3.486557854738173,-29.81015929710264)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.055659602157019 mm long
+ and its vector is (-0.06813464686479165,0.9587839652599035,-0.436472420071901) mm
+ Endpoint of ComputeStep() was (-634.5414190358458,5.608548806944325,-25.57770877905915)
+ and current position to locate is (-634.6095536827106,6.567332772204229,-26.01418119913105)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.8593561421578592 mm long
+ and its vector is (0.5599334197708004,0.335996645936417,-0.5586356580166481) mm
+ Endpoint of ComputeStep() was (-632.1716910574446,8.674057183591595,-22.3035460774944)
+ and current position to locate is (-631.6117576376738,9.010053829528012,-22.86218173551105)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2475996406178969 mm long
+ and its vector is (-0.1162759818126915,0.2172744418117318,-0.02402696449838615) mm
+ Endpoint of ComputeStep() was (-630.3416413285597,9.837744264369006,-21.52402033910863)
+ and current position to locate is (-630.4579173103724,10.05501870618074,-21.54804730360702)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.7878490582535456 mm long
+ and its vector is (-0.5413264348786697,0.5704575753113126,0.04743399901427381) mm
+ Endpoint of ComputeStep() was (-627.7728951498932,12.27891931564506,-17.65142192655512)
+ and current position to locate is (-628.3142215847719,12.84937689095637,-17.60398792754085)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.181743892449083 mm long
+ and its vector is (0.9342976596525432,0.3680243798301781,-0.6230285437755665) mm
+ Endpoint of ComputeStep() was (-628.9165763827573,17.20713450887486,-15.93314575321917)
+ and current position to locate is (-627.9822787231047,17.57515888870504,-16.55617429699474)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.5027454604281584 mm long
+ and its vector is (-0.4145727738834921,0.1370910452587921,-0.2491755574801022) mm
+ Endpoint of ComputeStep() was (-627.1580646439871,21.96200031468478,-15.51393740167156)
+ and current position to locate is (-627.5726374178706,22.09909135994357,-15.76311295915166)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003857032018405003 mm long
+ and its vector is (-0.0003108817337533765,-0.0002149085807410245,-7.703122387958672e-05) mm
+ Endpoint of ComputeStep() was (-628.3824111213922,25.78581530711879,-15.33606953202193)
+ and current position to locate is (-628.382722003126,25.78560039853805,-15.33614656324581)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003217753505483331 mm long
+ and its vector is (-0.0002265747913270388,-0.0002137257608758603,-8.077462035593896e-05) mm
+ Endpoint of ComputeStep() was (-628.3844798243343,25.78739878713014,-15.33597428136823)
+ and current position to locate is (-628.3847063991257,25.78718506136927,-15.33605505598859)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002328564053169586 mm long
+ and its vector is (7.239240449052886e-05,0.0001160544420208964,0.0001884484326186708) mm
+ Endpoint of ComputeStep() was (-628.386668732149,25.78835459578372,-15.33602147469532)
+ and current position to locate is (-628.3865963397445,25.78847065022574,-15.3358330262627)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004262819287635418 mm long
+ and its vector is (0.0002013874678823413,0.0003352842564474656,-0.0001695400777066425) mm
+ Endpoint of ComputeStep() was (-628.3889233741231,25.78996277455153,-15.33564634335997)
+ and current position to locate is (-628.3887219866552,25.79029805880798,-15.33581588343768)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000470157344622883 mm long
+ and its vector is (-0.0002441692383854388,-0.0003234164182579491,-0.0002383928105675892) mm
+ Endpoint of ComputeStep() was (-628.3908214933607,25.79188818944654,-15.3358227603335)
+ and current position to locate is (-628.3910656625991,25.79156477302828,-15.33606115314406)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002615679955421906 mm long
+ and its vector is (-9.901561998049146e-05,-0.0002240296238191775,9.178480780214215e-05) mm
+ Endpoint of ComputeStep() was (-628.3933917468499,25.79250063635104,-15.33628621834461)
+ and current position to locate is (-628.3934907624699,25.79227660672722,-15.3361944335368)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004460703505133875 mm long
+ and its vector is (-6.391665010596626e-06,-0.0001370608875035373,-0.0004244434206608361) mm
+ Endpoint of ComputeStep() was (-628.3960878239513,25.79296527794061,-15.3363777096506)
+ and current position to locate is (-628.3960942156164,25.79282821705311,-15.33680215307126)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003790478788595972 mm long
+ and its vector is (8.390998141294403e-05,0.0003674197247676148,-4.048648341026251e-05) mm
+ Endpoint of ComputeStep() was (-628.3984113891624,25.79330836324583,-15.33724721042872)
+ and current position to locate is (-628.398327479181,25.7936757829706,-15.33728769691213)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004188839591346796 mm long
+ and its vector is (0.0002130829695943248,0.0001468594847011673,-0.0003293807994442233) mm
+ Endpoint of ComputeStep() was (-628.4004135163121,25.79468289726147,-15.33818815832739)
+ and current position to locate is (-628.4002004333425,25.79482975674617,-15.33851753912684)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003934338496823013 mm long
+ and its vector is (9.357925409858581e-05,0.0003297010316920534,0.0001932106285362778) mm
+ Endpoint of ComputeStep() was (-628.4019254895625,25.79610063355956,-15.33985069519678)
+ and current position to locate is (-628.4018319103084,25.79643033459126,-15.33965748456824)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005152328211294216 mm long
+ and its vector is (0.0001900995260939453,0.0003559037814220289,0.0003204052566943005) mm
+ Endpoint of ComputeStep() was (-628.403320088522,25.79828639570612,-15.34083623300696)
+ and current position to locate is (-628.4031299889959,25.79864229948754,-15.34051582775027)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004210046399720876 mm long
+ and its vector is (-0.0001940140016358782,-0.0002904369305447574,-0.0002350528949470743) mm
+ Endpoint of ComputeStep() was (-628.4045670696567,25.80048990438409,-15.34161259758765)
+ and current position to locate is (-628.4047610836583,25.80019946745354,-15.3418476504826)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004363370023695197 mm long
+ and its vector is (-4.944628494740755e-05,-0.0003319919897109003,-0.0002787944822078003) mm
+ Endpoint of ComputeStep() was (-628.4060747153783,25.8017439872917,-15.34345390180539)
+ and current position to locate is (-628.4061241616632,25.80141199530199,-15.3437326962876)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004233685162400599 mm long
+ and its vector is (-0.0003250469786735266,-0.0002641202369737528,6.185355785603974e-05) mm
+ Endpoint of ComputeStep() was (-628.407363418807,25.80253056227462,-15.34546874220403)
+ and current position to locate is (-628.4076884657857,25.80226644203764,-15.34540688864617)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005284984711914987 mm long
+ and its vector is (-0.0003568419882640228,-0.0003826514649212243,7.451366221822298e-05) mm
+ Endpoint of ComputeStep() was (-628.409263860656,25.80338334461204,-15.34721571977255)
+ and current position to locate is (-628.4096207026442,25.80300069314712,-15.34714120611033)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003332326961092723 mm long
+ and its vector is (-0.0002312463427642797,-5.722244313588476e-05,0.0002330123402654039) mm
+ Endpoint of ComputeStep() was (-628.4114620045149,25.80412491598425,-15.34869246964282)
+ and current position to locate is (-628.4116932508576,25.80406769354111,-15.34845945730255)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005539193897660021 mm long
+ and its vector is (-3.756507032903755e-05,-0.0005326630548623257,-0.0001472604014480794) mm
+ Endpoint of ComputeStep() was (-628.4140179916269,25.80449771339088,-15.34942187920943)
+ and current position to locate is (-628.4140555566972,25.80396505033601,-15.34956913961088)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004921364005643873 mm long
+ and its vector is (0.0001188812238979153,-0.0003994199216919014,-0.0002617808578193603) mm
+ Endpoint of ComputeStep() was (-628.4164626154097,25.8039496582297,-15.35063876010985)
+ and current position to locate is (-628.4163437341858,25.80355023830801,-15.35090054096767)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005114245245715765 mm long
+ and its vector is (-4.253827034972346e-05,-0.0004904637028779746,0.0001385312096537916) mm
+ Endpoint of ComputeStep() was (-628.4186812567378,25.80340264409691,-15.3521408663072)
+ and current position to locate is (-628.4187237950082,25.80291218039403,-15.35200233509755)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005145280861906293 mm long
+ and its vector is (-0.0002586516516203119,0.0004425015539588628,4.506494576794751e-05) mm
+ Endpoint of ComputeStep() was (-628.4207607206944,25.80185760462798,-15.3533382465604)
+ and current position to locate is (-628.421019372346,25.80230010618194,-15.35329318161463)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002747294677287565 mm long
+ and its vector is (-5.147448939624155e-05,0.0002579884835576252,7.917448914618319e-05) mm
+ Endpoint of ComputeStep() was (-628.4233531698525,25.80212176328217,-15.35422934958351)
+ and current position to locate is (-628.4234046443419,25.80237975176572,-15.35415017509436)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003372376039187371 mm long
+ and its vector is (6.699984942315496e-05,-0.000118368363118293,-0.0003085922103469585) mm
+ Endpoint of ComputeStep() was (-628.4258377148878,25.80268263663561,-15.35479460920493)
+ and current position to locate is (-628.4257707150384,25.80256426827249,-15.35510320141528)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004774362665501729 mm long
+ and its vector is (4.290494837277947e-05,0.0004374201272732137,0.0001864622918414938) mm
+ Endpoint of ComputeStep() was (-628.4276257452932,25.80332762955107,-15.35646712120736)
+ and current position to locate is (-628.4275828403448,25.80376504967834,-15.35628065891552)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ Run terminated.
+Run Summary
+ Number of events processed : 2
+ User=0.04s Real=0.04s Sys=0s
+Dose is being written to Dose.out
+... write Root file : DoseDistribution.root - done
+... close Root file : DoseDistribution.root - done
+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: 1
+Dynamic pools deleted: 11 / Total memory freed: 0.28 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 dd2889d1f2..f008d2f1bb 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-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -64,9 +64,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
*** /run/numberOfThreads command is issued in sequential mode.
Command is ignored.
Constructing materials...... done
@@ -128,7 +126,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -159,12 +157,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -190,8 +188,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -223,7 +221,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -250,12 +248,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -282,12 +280,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -314,7 +312,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -347,7 +345,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -380,12 +378,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -412,12 +410,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -444,7 +442,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -644,6 +642,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -658,6 +657,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -766,16 +766,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
Region -- -- appears in world volume
This region is in the mass world.
@@ -889,13 +894,13 @@ Start closing geometry.
G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 395 kByte
- Total CPU time elapsed for geometry optimisation: 0.5 seconds
+ Total CPU time elapsed for geometry optimisation: 0.3 seconds
Voxelisation: top CPU users:
Percent Total CPU System CPU Memory Volume
------- ---------- ---------- -------- ----------
- 54.00 0.27 0.00 152k EmModuleLogical
- 46.00 0.23 0.00 238k HadModuleLogical
+ 56.67 0.17 0.00 152k EmModuleLogical
+ 43.33 0.13 0.00 238k HadModuleLogical
0.00 0.00 0.00 4k Mother
0.00 0.00 0.00 0k CryostatLogical
0.00 0.00 0.00 0k LArgLogical
@@ -906,8 +911,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Voxelisation: top memory users:
Percent Memory Heads Nodes Pointers Total CPU Volume
------- -------- ------ ------ -------- ---------- ----------
- 60.17 238k 1385 2370 3792 0.23 HadModuleLogical
- 38.50 152k 1129 1152 2426 0.27 EmModuleLogical
+ 60.17 238k 1385 2370 3792 0.13 HadModuleLogical
+ 38.50 152k 1129 1152 2426 0.17 EmModuleLogical
0.93 3k 8 42 146 0.00 Mother
0.12 0k 1 7 8 0.00 SolidWLogical
0.12 0k 1 7 8 0.00 CuPlateLogical
@@ -923,352 +928,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 : 42
+Number of F1 Tiles with Positive energy : 40
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
-3.7309 1.62166 1.6269
+1.8978 1.56852 1.81589
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
-5.00863
+2.55025
Visible Energy in Tail Catcher Scintillator
0 0 0 0 0 0 0
Visible Energy in Tail Catcher Absorber
0 0 0 0 0 0
-N Tracks out of world 5
-N Scondaries 181
-EmEdep is=19570.9 MeV
-HadEdep is=0.00255919 MeV
-Edep in FCAL1 FCAl2 : 19570.9 0.00255919
+N Tracks out of world 4
+N Scondaries 88
+EmEdep is=19730.7 MeV
+HadEdep is=2.15227 MeV
+Edep in FCAL1 FCAl2 : 19730.7 2.15227
**** Primary : 2
Vertex : (-3.76032,10.9751,32740)
-Number of F1 Tiles with Positive energy : 49
+Number of F1 Tiles with Positive energy : 56
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
-2.29441 2.04338 1.89675
+1.6116 1.89972 1.59722
+ Visible Energy in Hole Counter (MeV)
+0 94.682
+ Visible Energy in Upstream Dead Materials
+930.645
+ 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 32
+N Scondaries 159
+EmEdep is=17814.3 MeV
+HadEdep is=10.8824 MeV
+Edep in FCAL1 FCAl2 : 17814.3 10.8824
+ **** Primary : 3
+ Vertex : (13.1951,2.677,32740)
+Number of F1 Tiles with Positive energy : 43
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+1.74472 1.97508 1.69183
Visible Energy in Hole Counter (MeV)
0 0
Visible Energy in Upstream Dead Materials
-4.88
+10.3599
+ Visible Energy in Tail Catcher Scintillator
+0 0 0 0 0 0 0
+ Visible Energy in Tail Catcher Absorber
+0 0 0 0 0 0
+N Tracks out of world 0
+N Scondaries 248
+EmEdep is=19708.1 MeV
+HadEdep is=15.5888 MeV
+Edep in FCAL1 FCAl2 : 19708.1 15.5888
+ **** Primary : 4
+ Vertex : (-8.66148,-8.80731,32740)
+Number of F1 Tiles with Positive energy : 42
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+1.68245 1.65973 2.9141
+ Visible Energy in Hole Counter (MeV)
+0 0
+ Visible Energy in Upstream Dead Materials
+4.09657
+ 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 Scondaries 234
+EmEdep is=19934.2 MeV
+HadEdep is=0 MeV
+Edep in FCAL1 FCAl2 : 19934.2 0
+ **** Primary : 5
+ Vertex : (4.75859,7.01622,32740)
+Number of F1 Tiles with Positive energy : 38
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+2.41624 1.64893 1.58829
+ Visible Energy in Hole Counter (MeV)
+0 0
+ Visible Energy in Upstream Dead Materials
+11.0571
+ 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 Scondaries 123
+EmEdep is=19662.8 MeV
+HadEdep is=0 MeV
+Edep in FCAL1 FCAl2 : 19662.8 0
+ **** Primary : 6
+ Vertex : (1.94335,14.9228,32740)
+Number of F1 Tiles with Positive energy : 44
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+2.55552 1.51785 1.67203
+ Visible Energy in Hole Counter (MeV)
+0 0
+ Visible Energy in Upstream Dead Materials
+7.09907
+ 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 Scondaries 127
+EmEdep is=19522.9 MeV
+HadEdep is=4.58173 MeV
+Edep in FCAL1 FCAl2 : 19522.9 4.58173
+ **** Primary : 7
+ Vertex : (-10.9878,-6.7949,32740)
+Number of F1 Tiles with Positive energy : 45
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+2.29698 2.0887 2.66963
+ Visible Energy in Hole Counter (MeV)
+0 100.864
+ Visible Energy in Upstream Dead Materials
+1684.92
+ Visible Energy in Tail Catcher Scintillator
+0 0 0 0 0 0 0
+ Visible Energy in Tail Catcher Absorber
+0 0 0 0 0 0
+N Tracks out of world 78
+N Scondaries 181
+EmEdep is=17543.5 MeV
+HadEdep is=6.83216 MeV
+Edep in FCAL1 FCAl2 : 17543.5 6.83216
+ **** Primary : 8
+ Vertex : (10.9757,-1.49585,32740)
+Number of F1 Tiles with Positive energy : 50
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+1.91767 1.56109 2.3757
+ Visible Energy in Hole Counter (MeV)
+0 0
+ Visible Energy in Upstream Dead Materials
+7.21483
+ Visible Energy in Tail Catcher Scintillator
+0 0 0 0 0 0 0
+ Visible Energy in Tail Catcher Absorber
+0 0 0 0 0 0
+N Tracks out of world 0
+N Scondaries 152
+EmEdep is=19729.9 MeV
+HadEdep is=2.14372 MeV
+Edep in FCAL1 FCAl2 : 19729.9 2.14372
+ **** Primary : 9
+ Vertex : (-27.7734,3.36444,32740)
+Number of F1 Tiles with Positive energy : 64
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+1.60327 1.666 1.71481
+ Visible Energy in Hole Counter (MeV)
+0 44.2055
+ Visible Energy in Upstream Dead Materials
+8815.95
+ Visible Energy in Tail Catcher Scintillator
+0 0 0 0 0 0 0
+ Visible Energy in Tail Catcher Absorber
+0 0 0 0 0 0
+N Tracks out of world 118
+N Scondaries 67
+EmEdep is=9382.3 MeV
+HadEdep is=0.104906 MeV
+Edep in FCAL1 FCAl2 : 9382.3 0.104906
+ **** Primary : 10
+ Vertex : (-22.5474,4.1006,32740)
+Number of F1 Tiles with Positive energy : 48
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+1.55753 1.66766 1.67896
+ Visible Energy in Hole Counter (MeV)
+0 0
+ Visible Energy in Upstream Dead Materials
+15.3441
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 Scondaries 118
-EmEdep is=19766.7 MeV
-HadEdep is=0.149113 MeV
-Edep in FCAL1 FCAl2 : 19766.7 0.149113
- **** Primary : 3
- Vertex : (13.1951,2.677,32740)
-Number of F1 Tiles with Positive energy : 45
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-4.14415 1.73028 1.8609
- Visible Energy in Hole Counter (MeV)
-0 0
- Visible Energy in Upstream Dead Materials
-3.67276
- Visible Energy in Tail Catcher Scintillator
-0 0 0 0 0 0 0
- Visible Energy in Tail Catcher Absorber
-0 0 0 0 0 0
-N Tracks out of world 7
-N Scondaries 185
-EmEdep is=19777.7 MeV
-HadEdep is=3.40436 MeV
-Edep in FCAL1 FCAl2 : 19777.7 3.40436
- **** Primary : 4
- Vertex : (-8.66148,-8.80731,32740)
-Number of F1 Tiles with Positive energy : 38
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-2.0568 2.21905 7.20658
- Visible Energy in Hole Counter (MeV)
-0 0
- Visible Energy in Upstream Dead Materials
-4.9127
- Visible Energy in Tail Catcher Scintillator
-0 0 0 0 0 0 0
- Visible Energy in Tail Catcher Absorber
-0 0 0 0 0 0
-N Tracks out of world 7
-N Scondaries 109
-EmEdep is=19721.3 MeV
-HadEdep is=0 MeV
-Edep in FCAL1 FCAl2 : 19721.3 0
- **** Primary : 5
- Vertex : (4.75859,7.01622,32740)
-Number of F1 Tiles with Positive energy : 39
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-2.13224 1.97756 1.72727
- Visible Energy in Hole Counter (MeV)
-0 0
- Visible Energy in Upstream Dead Materials
-5.89232
- Visible Energy in Tail Catcher Scintillator
-0 0 0 0 0 0 0
- Visible Energy in Tail Catcher Absorber
-0 0 0 0 0 0
-N Tracks out of world 5
-N Scondaries 114
-EmEdep is=19833.8 MeV
-HadEdep is=7.05234 MeV
-Edep in FCAL1 FCAl2 : 19833.8 7.05234
- **** Primary : 6
- Vertex : (1.94335,14.9228,32740)
-Number of F1 Tiles with Positive energy : 57
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-1.68237 2.00563 1.75883
- Visible Energy in Hole Counter (MeV)
-0 120.947
- Visible Energy in Upstream Dead Materials
-1248.24
- 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 59
-N Scondaries 193
-EmEdep is=17760 MeV
-HadEdep is=0 MeV
-Edep in FCAL1 FCAl2 : 17760 0
- **** Primary : 7
- Vertex : (-10.9878,-6.7949,32740)
-Number of F1 Tiles with Positive energy : 45
-Number of F2 tiles with Positive energy : 1
- Visisble Energy in S1 , S2 , S3 in (MeV)
-1.53187 2.90494 5.28275
- Visible Energy in Hole Counter (MeV)
-0 31.9381
- Visible Energy in Upstream Dead Materials
-2189.78
- 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 57
-N Scondaries 144
-EmEdep is=17453.4 MeV
-HadEdep is=8.68233 MeV
-Edep in FCAL1 FCAl2 : 17453.4 8.68233
- **** Primary : 8
- Vertex : (10.9757,-1.49585,32740)
-Number of F1 Tiles with Positive energy : 42
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-1.65382 3.85967 4.68837
- Visible Energy in Hole Counter (MeV)
-0 0
- Visible Energy in Upstream Dead Materials
-14.7337
- Visible Energy in Tail Catcher Scintillator
-0 0 0 0 0 0 0
- Visible Energy in Tail Catcher Absorber
-0 0 0 0 0 0
-N Tracks out of world 5
-N Scondaries 135
-EmEdep is=19675.7 MeV
-HadEdep is=0.0903884 MeV
-Edep in FCAL1 FCAl2 : 19675.7 0.0903884
- **** Primary : 9
- Vertex : (-27.7734,3.36444,32740)
-Number of F1 Tiles with Positive energy : 54
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-1.95096 1.59015 2.21658
- Visible Energy in Hole Counter (MeV)
-0 87.7556
- Visible Energy in Upstream Dead Materials
-4813.63
- 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 136
-N Scondaries 145
-EmEdep is=13409.8 MeV
-HadEdep is=4.9632 MeV
-Edep in FCAL1 FCAl2 : 13409.8 4.9632
- **** Primary : 10
- Vertex : (-22.5474,4.1006,32740)
-Number of F1 Tiles with Positive energy : 46
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-1.91231 1.85208 1.56381
- Visible Energy in Hole Counter (MeV)
-0 0
- Visible Energy in Upstream Dead Materials
-8.45708
- Visible Energy in Tail Catcher Scintillator
-0 0 0 0 0 0 0
- Visible Energy in Tail Catcher Absorber
-0 0 0 0 0 0
-N Tracks out of world 6
-N Scondaries 130
-EmEdep is=19836.8 MeV
-HadEdep is=2.34431 MeV
-Edep in FCAL1 FCAl2 : 19836.8 2.34431
+EmEdep is=19749.1 MeV
+HadEdep is=0.945903 MeV
+Edep in FCAL1 FCAl2 : 19749.1 0.945903
---> Begin of event: 11
**** Primary : 11
Vertex : (-6.31939,21.5056,32740)
-Number of F1 Tiles with Positive energy : 45
+Number of F1 Tiles with Positive energy : 49
Number of F2 tiles with Positive energy : 0
Visisble Energy in S1 , S2 , S3 in (MeV)
-1.57523 2.41479 2.09854
+2.71351 1.89495 1.57562
Visible Energy in Hole Counter (MeV)
-0 4.80083
+0 0
Visible Energy in Upstream Dead Materials
-1.16483
+9.38659
+ Visible Energy in Tail Catcher Scintillator
+0 0 0 0 0 0 0
+ Visible Energy in Tail Catcher Absorber
+0 0 0 0 0 0
+N Tracks out of world 5
+N Scondaries 184
+EmEdep is=19856.7 MeV
+HadEdep is=41.184 MeV
+Edep in FCAL1 FCAl2 : 19856.7 41.184
+ **** Primary : 12
+ Vertex : (17.1015,6.30557,32740)
+Number of F1 Tiles with Positive energy : 40
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+2.23316 1.91729 1.85699
+ Visible Energy in Hole Counter (MeV)
+0 0
+ Visible Energy in Upstream Dead Materials
+2.56023
+ 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 Scondaries 202
+EmEdep is=19882.5 MeV
+HadEdep is=0 MeV
+Edep in FCAL1 FCAl2 : 19882.5 0
+ **** Primary : 13
+ Vertex : (-24.9484,11.8659,32740)
+Number of F1 Tiles with Positive energy : 21
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+1.67337 4.08785 6.19936
+ Visible Energy in Hole Counter (MeV)
+0 221.858
+ Visible Energy in Upstream Dead Materials
+18075
+ Visible Energy in Tail Catcher Scintillator
+0 0 0 0 0 0 0
+ Visible Energy in Tail Catcher Absorber
+0.778348 0 0 0 0 0
+N Tracks out of world 294
+N Scondaries 125
+EmEdep is=544.587 MeV
+HadEdep is=0 MeV
+Edep in FCAL1 FCAl2 : 544.587 0
+ **** Primary : 14
+ Vertex : (-0.133696,18.3151,32740)
+Number of F1 Tiles with Positive energy : 40
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+1.71043 1.83595 1.53008
+ Visible Energy in Hole Counter (MeV)
+0 0
+ Visible Energy in Upstream Dead Materials
+3.05236
+ Visible Energy in Tail Catcher Scintillator
+0.0145308 0 0 0 0 0 0
+ Visible Energy in Tail Catcher Absorber
+0.0386011 0 0 0 0 0
+N Tracks out of world 4
+N Scondaries 254
+EmEdep is=19729 MeV
+HadEdep is=0.21828 MeV
+Edep in FCAL1 FCAl2 : 19729 0.21828
+ **** Primary : 15
+ Vertex : (17.3196,17.6617,32740)
+Number of F1 Tiles with Positive energy : 50
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+1.67188 1.85665 1.7621
+ Visible Energy in Hole Counter (MeV)
+0 0
+ Visible Energy in Upstream Dead Materials
+4.45006
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 Scondaries 298
-EmEdep is=19835.6 MeV
-HadEdep is=11.1115 MeV
-Edep in FCAL1 FCAl2 : 19835.6 11.1115
- **** Primary : 12
- Vertex : (17.1015,6.30557,32740)
-Number of F1 Tiles with Positive energy : 41
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-1.93385 5.02841 7.58497
- Visible Energy in Hole Counter (MeV)
-0 19.2054
- Visible Energy in Upstream Dead Materials
-1596.23
- 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 37
-N Scondaries 259
-EmEdep is=17792.9 MeV
-HadEdep is=1.7798 MeV
-Edep in FCAL1 FCAl2 : 17792.9 1.7798
- **** Primary : 13
- Vertex : (-24.9484,11.8659,32740)
-Number of F1 Tiles with Positive energy : 28
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-1.87194 1.50655 2.2301
- Visible Energy in Hole Counter (MeV)
-0 121.472
- Visible Energy in Upstream Dead Materials
-18189.7
- 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 207
-N Scondaries 143
-EmEdep is=672.772 MeV
-HadEdep is=0.672377 MeV
-Edep in FCAL1 FCAl2 : 672.772 0.672377
- **** Primary : 14
- Vertex : (-0.133696,18.3151,32740)
-Number of F1 Tiles with Positive energy : 49
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-1.8507 2.3711 1.82702
- Visible Energy in Hole Counter (MeV)
-0 0
- Visible Energy in Upstream Dead Materials
-6.52743
- Visible Energy in Tail Catcher Scintillator
-0 0 0 0 0 0 0
- Visible Energy in Tail Catcher Absorber
-0 0 0 0 0 0
-N Tracks out of world 5
-N Scondaries 258
-EmEdep is=19743.3 MeV
-HadEdep is=12.2252 MeV
-Edep in FCAL1 FCAl2 : 19743.3 12.2252
- **** Primary : 15
- Vertex : (17.3196,17.6617,32740)
-Number of F1 Tiles with Positive energy : 47
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-1.53294 1.56216 1.5818
- Visible Energy in Hole Counter (MeV)
-0 0
- Visible Energy in Upstream Dead Materials
-18.6343
- Visible Energy in Tail Catcher Scintillator
-0 0 0 0 0 0 0
- Visible Energy in Tail Catcher Absorber
-0 0 0 0 0 0
-N Tracks out of world 5
-N Scondaries 202
-EmEdep is=19806.9 MeV
-HadEdep is=1.3634 MeV
-Edep in FCAL1 FCAl2 : 19806.9 1.3634
+N Scondaries 115
+EmEdep is=19697.4 MeV
+HadEdep is=0.1381 MeV
+Edep in FCAL1 FCAl2 : 19697.4 0.1381
**** Primary : 16
Vertex : (-20.8489,10.8988,32740)
-Number of F1 Tiles with Positive energy : 65
+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.89261 1.81567 1.74852
+1.61336 1.47782 1.43986
Visible Energy in Hole Counter (MeV)
-0 116.496
+0 51.4953
Visible Energy in Upstream Dead Materials
-6158.9
+3548.73
+ Visible Energy in Tail Catcher Scintillator
+0.0555929 0 0 0 0 0 0
+ Visible Energy in Tail Catcher Absorber
+0.000195922 0 0 0 0 0
+N Tracks out of world 118
+N Scondaries 148
+EmEdep is=14361.3 MeV
+HadEdep is=2.39587 MeV
+Edep in FCAL1 FCAl2 : 14361.3 2.39587
+ **** Primary : 17
+ Vertex : (-9.96316,-9.33478,32740)
+Number of F1 Tiles with Positive energy : 40
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+1.58173 1.69544 2.19001
+ Visible Energy in Hole Counter (MeV)
+0 0
+ Visible Energy in Upstream Dead Materials
+1.8668
+ 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 Scondaries 126
+EmEdep is=19861.9 MeV
+HadEdep is=15.3725 MeV
+Edep in FCAL1 FCAl2 : 19861.9 15.3725
+ **** Primary : 18
+ Vertex : (-9.96316,-9.33478,32740)
+Number of F1 Tiles with Positive energy : 67
+Number of F2 tiles with Positive energy : 0
+ Visisble Energy in S1 , S2 , S3 in (MeV)
+1.565 1.62978 1.59394
+ Visible Energy in Hole Counter (MeV)
+0 263.52
+ Visible Energy in Upstream Dead Materials
+4086.4
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 168
-N Scondaries 183
-EmEdep is=11301.3 MeV
-HadEdep is=0 MeV
-Edep in FCAL1 FCAl2 : 11301.3 0
- **** Primary : 17
- Vertex : (-9.96316,-9.33478,32740)
-Number of F1 Tiles with Positive energy : 45
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-1.9302 1.69671 1.53175
- Visible Energy in Hole Counter (MeV)
-0 3.37184
- Visible Energy in Upstream Dead Materials
-65.8869
- Visible Energy in Tail Catcher Scintillator
-0 0 0 0 0 0 0
- Visible Energy in Tail Catcher Absorber
-0 0 0 0 0 0
-N Tracks out of world 14
-N Scondaries 200
-EmEdep is=19511.9 MeV
-HadEdep is=2.13171 MeV
-Edep in FCAL1 FCAl2 : 19511.9 2.13171
- **** Primary : 18
- Vertex : (-9.96316,-9.33478,32740)
-Number of F1 Tiles with Positive energy : 41
-Number of F2 tiles with Positive energy : 0
- Visisble Energy in S1 , S2 , S3 in (MeV)
-2.36247 1.51523 2.59941
- Visible Energy in Hole Counter (MeV)
-0 0
- Visible Energy in Upstream Dead Materials
-11.5524
- Visible Energy in Tail Catcher Scintillator
-0 0 0 0 0 0 0
- Visible Energy in Tail Catcher Absorber
-0 0 0 0 0 0
-N Tracks out of world 7
-N Scondaries 133
-EmEdep is=19850.1 MeV
-HadEdep is=14.4871 MeV
-Edep in FCAL1 FCAl2 : 19850.1 14.4871
+N Scondaries 151
+EmEdep is=12712.7 MeV
+HadEdep is=0.422433 MeV
+Edep in FCAL1 FCAl2 : 12712.7 0.422433
Run terminated.
Run Summary
Number of events processed : 18
- User=11.8s Real=11.87s Sys=0.02s
+ User=8.98s Real=8.99s Sys=0.01s
Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
@@ -1282,21 +1287,21 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
-Total navigation history collections cleaned: 252
+Total navigation history collections cleaned: 280
================== Deleting memory pools ===================
-Pool ID '20G4NavigationLevelRep', size : 0.335 MB
+Pool ID '20G4NavigationLevelRep', size : 0.373 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
-Pool ID '17G4DynamicParticle', size : 0.16 MB
+Pool ID '17G4DynamicParticle', size : 0.1 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 '7G4Track', size : 0.318 MB
-Pool ID '18G4TouchableHistory', size : 0.0308 MB
-Pool ID '15G4CountedObjectIvE', size : 0.00385 MB
-Pool ID '10G4Fragment', size : 0.00192 MB
+Pool ID '7G4Track', size : 0.199 MB
+Pool ID '18G4TouchableHistory', size : 0.0336 MB
+Pool ID '15G4CountedObjectIvE', size : 0.00481 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.85 MB
+Dynamic pools deleted: 11 / Total memory freed: 0.72 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
diff --git a/examples/advanced/medical_linac/History b/examples/advanced/medical_linac/History
index c10fabedc1..ae05b69bf9 100644
--- a/examples/advanced/medical_linac/History
+++ b/examples/advanced/medical_linac/History
@@ -1,4 +1,4 @@
-$Id: History 104102 2017-05-11 07:48:23Z gcosmo $
+$Id: History 107233 2017-11-06 11:52:30Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -15,6 +15,12 @@ and keep track of all category-tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+06.11.2017 L.Pandola tag medical_linac-V10-03-02
+ re-tag, fix directory
+
+03.11.2017 F.Romano tag medical_linac-V10-03-01
+ batch.mac macro modified for ctest
+
11.09.2017 G.Cosmo tag medical_linac-V10-03-00
Fixed compilation warnings on gcc-7.1 in CML2Acc1::MLC().
diff --git a/examples/advanced/medical_linac/PhSp_Acc1_1.txt b/examples/advanced/medical_linac/PhSp_Acc1_1.txt
new file mode 100644
index 0000000000..98c21aecdd
--- /dev/null
+++ b/examples/advanced/medical_linac/PhSp_Acc1_1.txt
@@ -0,0 +1,671 @@
+0 80.1789 -19.3115 214 0.348652 -0.08604 0.933295 1.98246 22 11 184
+1 -13.859 72.7805 214 -0.21508 0.551182 0.806188 0.91288 22 11 556
+2 99.8671 107.832 214 0.432294 0.541751 0.720852 1.33044 22 11 672
+3 -41.4335 79.9253 214 -0.177325 0.326861 0.928288 2.86636 22 11 709
+4 24.3591 -56.6617 214 0.174497 -0.593116 0.78598 1.53219 22 11 1112
+5 -1.01075 34.014 214 0.0313916 0.28198 0.958907 2.84615 22 11 1280
+6 55.8961 69.05 214 0.33286 0.429601 0.839433 1.44375 22 11 1337
+7 -31.2795 12.0515 214 -0.143366 0.0558432 0.988093 3.2521 22 11 1436
+8 31.2538 48.8279 214 0.0539956 0.0445319 0.997548 1.8674 22 11 1545
+9 -11.5833 11.5644 214 -0.230752 0.116525 0.96601 1.12769 22 11 1648
+10 -39.717 -93.6368 214 -0.27354 -0.622344 0.733392 1.71618 22 11 1879
+11 -75.9714 93.2017 214 -0.467955 0.512108 0.720252 0.551785 22 11 2429
+12 82.9352 147.127 214 0.410826 0.742537 0.529019 0.432054 22 11 2449
+13 98.9816 64.9212 214 0.541421 0.396425 0.741425 1.06026 22 11 2470
+14 13.5234 -5.34626 214 0.06389 -0.0243995 0.997659 1.21975 22 11 2702
+15 6.65059 62.8457 214 0.139434 0.666492 0.732357 0.755491 22 11 2826
+16 -85.5085 -55.1436 214 -0.529518 -0.317573 0.786612 0.768523 22 11 2917
+17 34.8476 -8.18463 214 0.146063 -0.0559824 0.98769 1.55063 22 11 2985
+18 76.0287 109.004 214 0.383645 0.537779 0.75074 0.822062 22 11 3263
+19 -30.1729 142.439 214 -0.240105 0.79882 0.551575 0.913793 22 11 3474
+20 52.4056 68.7894 214 0.311127 0.464462 0.829141 0.921956 22 11 3660
+21 -4.96349 188.117 216 -0.535686 0.819373 -0.204131 0.326101 22 11 3660
+22 11.7767 -40.2068 214 0.342421 -0.348252 0.872622 0.281117 22 11 3697
+23 -114.053 2.43198 214 -0.840618 -0.0222409 0.541172 1.04224 22 11 3698
+24 -104.176 -34.5895 214 -0.566846 -0.194414 0.800556 1.00003 22 11 3799
+25 -6.25823 -4.89964 214 -0.0330585 -0.0224696 0.999201 0.44811 22 11 3993
+26 -1.66136 -52.13 214 0.0692391 -0.293785 0.953361 1.74815 22 11 4288
+27 0.238653 -51.5623 214 0.0154314 -0.371073 0.928475 1.22648 22 11 4630
+28 -62.4539 -123.365 214 -0.227009 -0.819587 0.526065 0.482576 22 11 4691
+29 -9.47309 -70.9405 214 0.123388 -0.756957 0.64171 0.142989 22 11 4796
+30 44.9655 -24.26 214 0.530617 -0.180757 0.828114 1.05653 22 11 5317
+31 -71.7586 -119.759 214 -0.465506 -0.698783 0.543145 0.366443 22 11 6080
+32 73.6661 -64.9286 214 0.40386 -0.333399 0.851905 0.738066 22 11 6204
+33 -10.2839 19.2444 214 -0.0769447 0.342512 0.936357 2.38023 22 11 6329
+34 -180.175 -8.27437 216 -0.894957 -0.223499 -0.386135 0.327543 22 11 6329
+35 75.8294 -174.961 214 0.406305 -0.673327 0.617695 0.596927 22 11 6613
+36 116.937 -85.6903 214 0.506823 -0.371541 0.777873 1.53106 22 11 6893
+37 -101.945 0.723463 214 -0.74563 0.0102208 0.666282 0.688821 22 11 7166
+38 4.94527 -1.50484 214 0.024422 -0.00767271 0.999672 2.21101 22 11 7221
+39 40.8978 -40.2811 214 0.424341 -0.509491 0.748568 0.759367 22 11 7237
+40 79.2952 -73.4123 216 0.692269 -0.343914 -0.634419 0.155253 22 11 7237
+41 25.3897 11.3745 214 0.418226 0.200633 0.885908 1.17086 22 11 7289
+42 66.8786 92.1954 214 0.457647 0.662095 0.593456 0.582058 22 11 7414
+43 25.664 97.2718 214 0.205185 0.577548 0.79015 0.218857 22 11 7520
+44 0.45154 -10.1957 214 0.00508909 -0.0478692 0.998841 2.46234 22 11 7576
+45 11.2398 -62.8412 214 -0.0968759 -0.154828 0.98318 0.723113 22 11 7583
+46 8.46559 -57.8772 216 -0.0903655 0.495505 -0.863892 0.196959 22 11 7583
+47 41.8192 -29.5843 214 0.190068 -0.135417 0.972387 1.17112 22 11 7646
+48 -50.0443 119.893 214 -0.262346 0.633602 0.727821 0.626721 22 11 7767
+49 13.072 -67.9702 214 0.0246503 -0.58408 0.811322 1.84961 22 11 8200
+50 52.3519 39.7414 214 0.232546 0.153984 0.960318 1.00188 22 11 8386
+51 -27.8536 -49.6924 214 -0.380151 -0.596928 0.706514 0.422742 22 11 8523
+52 5.52451 -6.24257 214 0.0243769 -0.0298207 0.999258 1.03066 22 11 8793
+53 -11.1742 -19.5829 214 -0.172008 -0.136657 0.975571 0.151843 22 11 9113
+54 124.175 -40.8827 214 0.659922 -0.259033 0.705269 0.677847 22 11 9491
+55 158.324 -66.0074 214 0.856398 -0.291005 0.426494 0.523203 22 11 9590
+56 -97.2362 39.172 214 -0.573386 0.133341 0.808361 0.768466 22 11 9690
+57 -89.3117 -37.3722 214 -0.650385 -0.419721 0.633114 0.69371 22 11 9700
+58 5.52032 12.9361 214 0.0260786 0.0617363 0.997752 2.17124 22 11 9868
+59 3.88389 -6.67259 214 0.0184105 -0.0323139 0.999308 2.35339 22 11 9877
+60 55.8573 14.2255 214 0.349357 0.110338 0.93047 0.799791 22 11 9959
+61 -113.042 14.5673 214 -0.592164 0.0931679 0.800414 0.789022 22 11 10204
+62 49.6551 1.18033 214 0.615078 0.0667079 0.78564 1.19216 22 11 10433
+63 36.1081 93.9161 214 0.164528 0.756349 0.63314 0.907741 22 11 10453
+64 83.2438 -82.5569 214 0.586237 -0.599111 0.545337 0.28825 22 11 10508
+65 81.273 -52.0063 214 0.346647 -0.221699 0.91142 4.35493 22 11 10607
+66 107.051 -88.9165 214 0.504079 -0.787387 0.354862 0.864334 11 11 10610
+67 -3.97602 92.5191 214 0.113457 0.705559 0.69951 1.41295 22 11 10682
+68 -11.6764 28.8792 214 -0.298489 0.35139 0.887372 0.421485 22 11 10979
+69 20.0484 5.22044 214 0.091936 0.0259586 0.995427 1.72184 22 11 11494
+70 -17.5682 -35.9485 214 -0.0800109 -0.164999 0.983043 3.54255 22 11 11873
+71 -28.4578 109.71 214 -0.122803 0.613647 0.779972 1.21251 22 11 11904
+72 -11.3311 79.2331 214 -0.0510462 0.346938 0.936498 3.12593 22 11 11926
+73 -85.8864 61.8816 214 -0.576182 0.505132 0.642539 0.921486 22 11 11951
+74 -27.7669 -82.7887 214 -0.134149 -0.441497 0.887178 1.41808 22 11 12085
+75 -67.0598 -53.7384 214 -0.291417 -0.233869 0.927567 1.73678 22 11 12306
+76 -36.3219 -9.09937 214 -0.183544 -0.0267295 0.982648 1.70773 22 11 12547
+77 -49.9795 128.15 214 -0.0970828 0.69945 0.708057 0.760035 22 11 12676
+78 60.8008 104.113 214 0.381991 0.420892 0.822759 1.54091 22 11 12679
+79 -8.95845 131.236 214 0.0633692 0.608345 0.791139 0.804944 22 11 12928
+80 -37.5502 -187.06 214 -0.193789 -0.822921 0.534085 0.467653 22 11 13159
+81 4.2948 -129.841 214 -0.0212634 -0.750561 0.660459 0.624283 22 11 13673
+82 44.4572 20.9668 214 0.498543 0.184065 0.847098 0.880737 22 11 13733
+83 43.5454 -27.1304 214 0.445529 0.192274 0.874377 0.356259 22 11 13804
+84 124.324 -8.91329 214 0.669653 -0.0195273 0.742418 0.560323 22 11 13815
+85 11.532 -1.8189 214 0.0550651 -0.00736738 0.998456 2.77343 22 11 13913
+86 -149.144 -139.69 214 -0.650383 -0.619665 0.439336 0.414876 22 11 13937
+87 -15.9992 18.4612 214 -0.0762432 0.0866608 0.993316 1.74951 22 11 14957
+88 -0.699067 7.27878 214 -0.00305409 0.0336743 0.999428 1.88569 22 11 15007
+89 71.3953 -187.323 214 0.340371 -0.7413 0.578466 0.521174 22 11 15101
+90 122.886 -31.8012 214 0.622444 -0.153231 0.767518 2.43604 22 11 15116
+91 -23.0753 39.3926 214 -0.0157523 0.278771 0.960229 1.07922 22 11 15182
+92 -22.5541 -4.15662 214 -0.201089 0.0421144 0.978667 1.73099 22 11 15395
+93 12.2863 52.4154 214 0.0564195 0.239549 0.969244 2.76136 22 11 15509
+94 19.3667 36.5272 214 0.0884597 0.169583 0.981538 2.27966 22 11 15587
+95 -21.8111 27.8423 214 -0.367209 0.0672743 0.927702 1.54115 22 11 15623
+96 -25.5376 36.6793 216 -0.535371 -0.334005 -0.775769 0.165711 22 11 15623
+97 -33.8813 -24.6513 214 -0.323627 -0.451334 0.831603 0.948301 22 11 15637
+98 -40.6121 -37.1861 216 -0.193763 0.0871012 -0.977174 0.141802 22 11 15637
+99 76.4757 -134.298 214 0.375696 -0.649469 0.661092 0.450613 22 11 15835
+100 -1.12359 -12.6542 214 0.079228 -0.258595 0.962731 0.961515 22 11 15867
+101 -116.852 42.6951 214 -0.679859 0.198026 0.7061 0.866729 22 11 16163
+102 1.01346 -22.7933 214 0.00763202 -0.107362 0.994191 1.80917 22 11 16191
+103 -3.24726 26.9903 214 0.263867 0.142633 0.953955 0.235482 22 11 16260
+104 -11.5612 30.1628 216 -0.662199 0.0355895 -0.748483 0.110348 22 11 16260
+105 -32.6467 -2.90641 214 -0.371484 -0.241687 0.89643 1.42711 22 11 16700
+106 55.1433 38.8117 214 0.57084 0.213455 0.79283 0.459536 22 11 16700
+107 86.1697 64.8252 216 0.139221 0.396828 -0.907273 0.150921 22 11 16700
+108 26.5288 40.2154 214 0.317585 0.401832 0.858877 1.74107 22 11 16811
+109 102.994 40.3033 216 0.975157 -0.103385 -0.195907 0.451605 22 11 16811
+110 1.42246 3.47432 214 0.00698838 0.0166125 0.999838 3.3305 22 11 16848
+111 -33.0418 26.7245 214 -0.183135 0.467469 0.864832 0.578201 22 11 16919
+112 -37.5325 22.4393 214 -0.261227 0.174084 0.94945 0.957428 22 11 16934
+113 1.84374 25.355 214 0.10883 0.255904 0.960557 1.40054 22 11 16940
+114 9.10629 33.4877 216 0.283188 0.16994 -0.943888 0.214803 22 11 16940
+115 17.1404 12.9277 214 -0.0113003 -0.110579 0.993803 0.707112 22 11 17307
+116 -64.4598 116.936 214 -0.409132 0.753286 0.514948 0.536256 22 11 17340
+117 -46.6179 -149.89 214 -0.156147 -0.756643 0.63491 1.25225 22 11 17553
+118 58.368 -36.5519 214 0.259393 -0.164305 0.951693 2.3234 22 11 17815
+119 29.1852 -41.6605 214 0.131335 -0.189645 0.973029 2.7552 22 11 17849
+120 151.445 -37.2461 214 0.773133 -0.18953 0.605264 0.599069 22 11 18072
+121 15.5709 11.5737 214 0.306588 0.116677 0.944664 1.34412 22 11 18176
+122 92.6107 -83.489 214 0.560725 -0.448242 0.69618 0.62326 22 11 18474
+123 -74.1618 -31.3749 214 -0.43828 -0.24068 0.866016 0.884785 22 11 18509
+124 5.56203 -27.1155 214 0.0264072 -0.126029 0.991675 5.25467 22 11 18714
+125 -16.4386 -31.8356 216 -0.844966 -0.101543 -0.525091 0.318764 22 11 18714
+126 -10.3189 4.6171 214 -0.0367736 0.0122788 0.999248 3.5962 22 11 18832
+127 131.564 99.7151 214 0.712295 0.627578 0.314296 0.0823483 22 11 18930
+128 47.6641 -107.764 214 0.253775 -0.697374 0.670274 0.804174 22 11 18941
+129 191.17 26.653 214 0.863704 0.15278 0.480285 0.203821 11 11 19249
+130 -39.0785 53.7549 214 -0.152118 0.279091 0.948139 1.26401 22 11 19341
+131 25.2688 10.0462 214 0.278958 0.086231 0.956424 3.41179 22 11 19508
+132 -34.7421 -65.9268 214 -0.31361 -0.646961 0.695047 0.58273 22 11 19788
+133 73.1955 15.1438 214 0.354806 -0.0212077 0.934699 1.18943 22 11 19795
+134 20.8635 5.44534 214 0.0974362 0.0254574 0.994916 3.66326 22 11 19816
+135 138.694 104.961 214 0.696431 0.526721 0.487389 0.372647 22 11 19860
+136 9.72278 -71.992 214 0.0377018 -0.434746 0.899764 1.70971 22 11 20098
+137 14.4296 -163.45 216 0.0367909 -0.879842 -0.47384 0.376519 22 11 20098
+138 81.8868 83.2544 214 0.492649 0.494936 0.715776 0.666091 22 11 20129
+139 121.313 109.07 216 0.830906 0.452897 -0.323234 0.3758 22 11 20129
+140 -60.9946 0.173546 214 -0.324026 0.0588106 0.944219 1.93493 22 11 20275
+141 -78.8494 -190.494 214 -0.367238 -0.78613 0.497127 0.338 22 11 20770
+142 25.9824 42.2713 214 0.270817 0.524835 0.806974 0.389635 22 11 20899
+143 107.751 -50.5685 214 0.772733 -0.332809 0.540483 0.878467 22 11 20968
+144 -46.4138 -138.602 214 -0.184094 -0.68806 0.701914 1.57766 22 11 21058
+145 110.242 71.1691 214 0.624901 0.41189 0.663209 0.1555 11 11 21648
+146 2.63465 -80.4368 214 -0.00056006 -0.452646 0.89169 1.61494 22 11 21800
+147 41.4931 30.2347 214 0.388618 0.338411 0.857003 1.04346 11 11 22036
+148 -3.37447 34.896 214 -0.145801 0.140252 0.979322 0.400715 22 11 22093
+149 -89.0576 20.1405 214 -0.543371 0.130955 0.829216 0.451258 22 11 22136
+150 112.908 39.7843 214 0.576466 0.263139 0.773592 1.59549 22 11 22177
+151 24.2459 8.14632 214 0.186046 0.524768 0.830666 0.165383 22 11 22279
+152 -46.8131 -32.9954 214 -0.333578 -0.403257 0.85212 0.876109 22 11 22283
+153 2.62301 -6.18272 214 0.0109512 -0.0282102 0.999542 2.01714 22 11 22485
+154 5.67164 13.2246 214 0.0262208 0.0629905 0.99767 2.02858 22 11 22524
+155 -48.2461 -13.4643 214 -0.272807 0.244531 0.930473 1.06941 22 11 22557
+156 -71.4482 -138.126 214 -0.435938 -0.662368 0.609284 0.534851 11 11 22808
+157 -43.604 9.39052 214 -0.33552 -0.047946 0.940812 0.855043 22 11 22998
+158 11.0126 -7.68718 214 0.0526216 -0.0358554 0.997971 0.519278 22 11 23072
+159 -61.6142 32.5815 214 -0.276173 0.145766 0.94999 3.24081 22 11 23432
+160 -28.5675 36.8328 216 0.875615 0.0117441 -0.482867 0.510999 22 11 23432
+161 30.5743 -14.0992 214 0.140995 -0.0652164 0.98786 2.44806 22 11 23670
+162 -144.795 -74.9297 214 -0.813738 -0.470689 0.341003 0.526674 22 11 23732
+163 -51.054 -104.06 214 -0.210603 -0.430907 0.877477 1.28962 22 11 23753
+164 21.0673 -16.0514 214 0.0979118 -0.0738714 0.99245 1.28005 22 11 23940
+165 -18.005 43.5114 214 -0.0821778 0.198494 0.976651 4.05783 22 11 24223
+166 -39.3843 42.4035 214 -0.302198 0.513995 0.802798 1.3308 22 11 24361
+167 17.2245 -47.1686 214 0.076392 -0.215279 0.97356 2.53289 22 11 24514
+168 -0.574515 -28.3046 214 -0.0115512 -0.173483 0.984769 0.984044 22 11 24809
+169 -48.554 -6.59845 214 -0.555139 -0.172963 0.813575 0.840715 22 11 24869
+170 -67.8812 -57.3896 214 -0.326667 -0.446766 0.83288 1.36094 22 11 24978
+171 76.7862 55.7597 214 0.470357 0.355806 0.807568 0.606437 22 11 25329
+172 -110.851 91.4169 214 -0.698138 0.585076 0.412661 0.360498 22 11 25455
+173 -84.152 68.1319 214 -0.383785 0.340401 0.858392 3.51695 22 11 25495
+174 -93.2747 40.2101 214 -0.549395 0.291767 0.782967 0.683788 22 11 25564
+175 97.3759 67.2006 214 0.695775 0.375012 0.612587 0.965621 22 11 25628
+176 -138.583 76.9826 214 -0.663764 0.39533 0.634927 0.564517 22 11 25871
+177 14.7668 12.9785 214 0.317488 0.155075 0.935496 1.65126 22 11 25977
+178 1.67609 21.7185 214 0.00268318 0.105277 0.994439 2.51472 22 11 26135
+179 118.106 -21.2635 214 0.798317 -0.233737 0.555028 0.631785 22 11 26209
+180 -133.88 124.479 214 -0.556524 0.473098 0.682979 0.794021 22 11 26498
+181 -19.944 -22.4197 214 -0.375649 -0.247602 0.893074 0.809198 22 11 26663
+182 24.2178 10.4976 214 0.0941749 0.156823 0.983126 0.147572 22 11 26700
+183 -14.9435 -3.32588 214 -0.0715203 -0.015447 0.99732 0.707349 22 11 27021
+184 -27.6143 14.7913 214 -0.447752 -0.314548 0.837005 1.11763 22 11 27165
+185 4.00148 77.0944 214 0.160883 0.750343 0.641173 0.640871 11 11 27165
+186 9.88733 90.8499 216 0.394126 0.323778 -0.860135 0.378586 11 11 27165
+187 -16.6638 -1.97057 214 -0.28761 0.102121 0.952288 1.62985 22 11 27305
+188 15.7381 0.29863 214 0.0237478 -0.0082853 0.999684 1.55677 22 11 28073
+189 16.0413 9.11039 214 0.0864052 -0.451598 0.888028 0.790269 22 11 28768
+190 49.5764 167.97 214 0.159843 0.771929 0.615286 0.953463 22 11 28864
+191 -26.711 -11.281 214 -0.125217 -0.0501594 0.990861 2.57692 22 11 28916
+192 31.8351 6.62889 214 0.314051 0.0631563 0.947303 2.8971 22 11 29141
+193 64.8993 -29.2972 214 0.385729 -0.164903 0.907755 3.15246 22 11 29220
+194 -4.97473 2.66274 214 -0.0249021 0.0112179 0.999627 1.74072 22 11 29645
+195 62.5399 -172.728 214 0.314745 -0.872199 0.37444 0.51042 22 11 29784
+196 34.4727 -65.9268 214 0.238367 -0.731787 0.638489 0.508168 22 11 29833
+197 -73.7934 -118.798 214 -0.288522 -0.68236 0.671669 0.625644 22 11 29945
+198 4.95151 -23.1485 214 -0.0556874 -0.275175 0.95978 1.68521 22 11 30028
+199 -4.39261 -0.806155 214 -0.0212541 -0.0059316 0.999757 2.66895 22 11 30203
+200 11.0087 -92.0308 214 -0.0345118 -0.510075 0.859437 0.779613 22 11 30224
+201 -30.06 10.323 214 -0.138285 0.0483754 0.98921 1.30146 22 11 30442
+202 5.32101 -107.59 214 0.157801 -0.623096 0.766062 1.00825 22 11 30519
+203 -11.9541 -22.2951 214 -0.0555807 -0.103248 0.993102 1.56192 22 11 30725
+204 26.4446 12.309 216 0.570791 0.56855 -0.592408 0.179755 22 11 30725
+205 101.756 -74.5144 214 0.575676 -0.402336 0.711845 0.27773 22 11 31144
+206 -15.995 2.15244 214 -0.0745649 0.00847522 0.99718 3.63552 22 11 31303
+207 71.0158 184.486 214 0.269753 0.792201 0.547404 0.733414 22 11 31359
+208 -76.8866 17.8358 214 -0.70408 0.182921 0.686157 0.510999 22 11 31420
+209 -44.9928 -22.4204 214 -0.373166 -0.140835 0.917013 1.21525 22 11 31576
+210 -189.111 108.182 214 -0.804385 0.450244 0.387615 0.335743 22 11 31608
+211 -1.68513 -59.8654 214 -0.0495017 -0.495851 0.866996 1.16652 22 11 31626
+212 37.7162 -76.9996 216 0.191661 0.123785 -0.973624 0.223496 22 11 31626
+213 -129.477 -3.43879 214 -0.649966 0.00721866 0.759929 1.34439 22 11 31870
+214 -39.6312 -89.5795 214 -0.260063 -0.476582 0.839784 1.23244 22 11 32242
+215 -64.6575 -70.4589 214 -0.199933 -0.473831 0.85762 0.825876 22 11 32599
+216 -94.3887 84.9939 214 -0.522577 0.469446 0.711712 0.49982 22 11 32675
+217 -31.8003 -14.8803 214 -0.30093 0.109926 0.947289 2.46798 22 11 32679
+218 -13.4491 -41.2951 214 -0.030088 -0.496451 0.867543 0.151959 22 11 32679
+219 -30.1633 -52.8891 214 -0.137419 -0.238157 0.961456 2.7877 22 11 32723
+220 99.8899 -4.31543 214 0.54216 -0.0511343 0.838718 1.58 22 11 32813
+221 -54.5758 52.891 214 -0.255729 0.256833 0.932008 1.10683 22 11 32834
+222 -2.24801 -3.53435 214 0.0684893 0.0459208 0.996594 1.14122 22 11 33193
+223 16.8853 -36.8161 214 0.345901 -0.557725 0.754517 0.279374 22 11 33266
+224 -129.902 3.33674 214 -0.665777 0.0210417 0.745854 1.51381 22 11 33637
+225 -33.0692 -119.683 214 -0.135134 -0.484722 0.864166 2.68434 22 11 33673
+226 41.6967 -4.09047 214 0.190209 -0.0200736 0.981538 3.0819 22 11 33696
+227 -15.012 86.5935 214 -0.024673 0.478334 0.877832 2.08048 22 11 33742
+228 9.53433 23.0177 214 0.0439768 0.107045 0.993281 2.42246 22 11 34121
+229 -99.5532 -78.3185 214 -0.556501 -0.436522 0.706934 0.336064 22 11 34341
+230 18.3301 10.3749 214 0.0803243 0.0938949 0.992337 2.70737 22 11 34498
+231 -4.35671 67.4573 214 -0.0288786 0.707084 0.70654 0.60294 22 11 34986
+232 -1.1754 67.8235 216 0.262906 -0.739378 -0.619839 0.181414 22 11 34986
+233 -113.294 160.659 214 -0.518447 0.747286 0.415664 0.399442 22 11 35367
+234 -62.8997 124.771 214 -0.350105 0.71389 0.606455 0.510999 22 11 35481
+235 89.9075 -56.9451 214 0.376738 -0.23897 0.894964 1.87023 22 11 35507
+236 -22.943 2.62896 214 -0.0372996 -0.114118 0.992767 1.65592 22 11 35583
+237 -1.15206 107.263 214 0.0926078 0.652873 0.751785 0.897501 22 11 35789
+238 -2.91605 88.6301 214 -0.0627225 0.506454 0.859983 1.53302 22 11 36093
+239 -10.5447 -30.4531 214 -0.0486815 -0.140558 0.988875 2.2802 22 11 36229
+240 32.8266 -2.02215 214 0.0677531 -0.0295619 0.997264 3.58923 22 11 36259
+241 -41.8872 83.0009 214 -0.16936 0.554504 0.814766 1.27582 22 11 36347
+242 -79.334 56.9544 214 -0.438875 0.296721 0.848143 1.28926 22 11 36518
+243 -84.2683 46.3562 216 0.135565 -0.766967 -0.627203 0.220064 22 11 36518
+244 -4.79463 -2.24015 214 -0.0208245 -0.00946702 0.999738 1.31689 22 11 36548
+245 26.451 43.8095 214 0.118684 0.200575 0.972463 4.00348 22 11 36610
+246 66.2782 25.4464 214 0.346861 0.114142 0.930945 1.87879 22 11 36702
+247 34.7808 -43.5746 216 -0.528664 -0.81629 -0.232777 0.2337 22 11 36702
+248 40.3163 102.818 214 0.383272 0.294212 0.875524 0.828349 22 11 37063
+249 -15.416 -4.55229 214 -0.0736804 -0.0208495 0.997064 2.24195 22 11 37100
+250 -16.211 -124.27 214 -0.0255998 -0.695368 0.718198 1.39473 22 11 37499
+251 112.557 -155.168 214 0.493828 -0.668839 0.555687 0.86557 22 11 37584
+252 26.0624 89.6508 214 0.136354 0.561606 0.816092 0.510999 22 11 38371
+253 23.5247 10.0786 214 0.109002 0.0478207 0.992891 3.40849 22 11 38508
+254 8.391 -1.43556 214 0.00102284 0.0161682 0.999869 1.96565 22 11 38822
+255 8.59192 152.023 214 0.0674171 0.7751 0.628232 0.510999 22 11 38835
+256 45.6266 26.0911 214 0.223006 0.15566 0.962309 1.44595 22 11 38883
+257 132.854 -118.872 214 0.655738 -0.4454 0.609612 0.443691 22 11 38996
+258 67.7282 109.278 214 0.385197 0.613327 0.689531 0.494632 22 11 39055
+259 -91.1435 -15.1295 214 -0.595213 -0.0960431 0.797808 0.5004 22 11 39130
+260 128.825 150.483 214 0.456871 0.620133 0.637733 2.38909 22 11 39412
+261 9.5769 -0.0223088 214 0.0443331 -0.000149263 0.999017 3.51709 22 11 39715
+262 -153.274 138.092 214 -0.66435 0.563376 0.491168 0.603335 22 11 39846
+263 -21.6931 -4.36355 214 -0.100596 -0.0213339 0.994699 1.90742 22 11 40098
+264 -112.595 -8.91914 214 -0.6684 -0.0742672 0.740085 0.146376 22 11 40315
+265 -58.8366 -28.7144 214 -0.690165 -0.246246 0.680467 0.954412 22 11 40480
+266 -11.0594 -40.2874 214 0.120406 -0.536232 0.835438 1.44436 22 11 40959
+267 -6.29441 -61.6075 216 0.0440012 -0.730606 -0.68138 0.22721 22 11 40959
+268 63.2644 -31.5004 214 0.765306 -0.409982 0.496207 0.433427 22 11 41302
+269 -34.6864 -8.23477 214 -0.114155 0.196793 0.973777 2.81349 22 11 41449
+270 -40.1089 -13.2136 214 -0.546726 -0.00424907 0.837301 0.855159 22 11 41537
+271 -24.7727 6.23543 214 -0.280651 0.0459733 0.958708 1.13805 22 11 41542
+272 -51.061 -81.3878 214 -0.218414 -0.342264 0.913866 1.94901 22 11 41655
+273 -2.20853 29.3561 214 -0.197456 0.635211 0.746671 0.0971488 22 11 41815
+274 -13.0137 -10.6764 214 -0.325132 -0.223113 0.918972 1.52786 22 11 41891
+275 -29.1865 -190.136 214 -0.120903 -0.870595 0.476913 0.263725 22 11 41964
+276 -75.6107 -67.8437 214 -0.417354 -0.43531 0.797698 0.422568 22 11 41995
+277 18.0519 -86.3082 214 0.0771998 -0.373185 0.924539 2.3406 22 11 42092
+278 -78.1282 43.3178 214 -0.810735 0.367326 0.455829 0.132628 22 11 42294
+279 -2.29842 -50.9697 214 -0.018693 -0.500962 0.865268 1.04334 22 11 42458
+280 7.2166 -15.5562 214 0.0349365 -0.0734093 0.99669 0.763421 22 11 42490
+281 -26.3145 -17.4741 214 -0.371233 -0.169988 0.912847 1.33085 22 11 42501
+282 -10.2538 3.72943 214 -0.0491215 0.0166072 0.998655 2.48724 22 11 42508
+283 2.903 196.484 214 0.206667 0.931574 0.299095 0.218213 22 11 42592
+284 -58.152 15.3141 214 -0.160796 -0.132979 0.977988 0.669714 22 11 43080
+285 50.9171 -57.189 214 0.237307 -0.544148 0.804729 0.991198 22 11 43161
+286 -8.27662 73.6747 214 -0.0344239 0.325776 0.94482 1.44278 22 11 43584
+287 5.68338 25.0483 214 0.0265963 0.115908 0.992904 3.38037 22 11 44639
+288 -84.1976 -13.622 216 -0.762945 -0.376804 -0.525294 0.189417 22 11 44639
+289 -50.973 60.5459 214 -0.372142 0.325211 0.869338 1.14267 22 11 44706
+290 -13.5909 126.12 214 -0.203966 0.789792 0.578469 0.517067 22 11 44822
+291 65.5045 85.1304 214 0.166772 0.51108 0.843199 1.02683 22 11 45059
+292 -5.26178 10.9822 214 -0.0252701 0.0509504 0.998381 4.1117 22 11 45239
+293 -53.178 42.205 214 -0.313785 0.252109 0.915413 1.06309 22 11 45319
+294 19.2035 3.78815 214 0.0907755 0.0180855 0.995707 2.11241 22 11 45411
+295 -96.9755 25.3035 214 -0.615528 0.101354 0.78157 1.99433 22 11 45443
+296 -122.013 44.7882 214 -0.527169 0.207098 0.824138 1.50071 22 11 45549
+297 -57.8433 -14.2295 214 -0.613345 0.0490454 0.788291 0.470781 22 11 45663
+298 17.0304 26.5955 214 0.078933 0.125218 0.988984 1.07177 22 11 45810
+299 33.7415 -53.5051 214 0.156484 -0.240268 0.95801 1.2455 22 11 45859
+300 49.4244 -27.6534 214 0.225233 -0.123088 0.966499 2.97781 22 11 45914
+301 -86.0709 62.524 214 -0.493764 0.300904 0.815877 0.554431 22 11 46060
+302 86.85 45.1004 214 0.452845 0.37242 0.810083 1.14437 22 11 46076
+303 0.0351843 12.4136 214 0.00178716 0.0576937 0.998333 0.749418 22 11 46094
+304 -46.3634 98.116 214 -0.176294 0.856243 0.48556 0.223414 22 11 46417
+305 -21.2955 45.4732 214 -0.149788 0.217672 0.96446 2.68632 22 11 46576
+306 74.2808 77.1386 214 0.372199 0.529941 0.761991 0.850002 22 11 46676
+307 43.136 -70.5942 214 0.382924 -0.298319 0.874285 0.830396 22 11 46679
+308 -7.67179 -8.5958 214 -0.0360637 -0.0400155 0.998548 3.02298 22 11 47364
+309 33.6688 -50.4924 214 0.2953 -0.467485 0.83322 0.291229 22 11 47461
+310 -25.5625 114.068 214 -0.17545 0.491528 0.853005 1.19741 22 11 47534
+311 40.403 72.3534 214 0.273733 0.416388 0.867001 2.0513 22 11 47853
+312 77.6163 -55.3296 214 0.487752 -0.37266 0.789445 0.828725 22 11 47968
+313 103.816 -59.9558 216 0.78294 0.0469395 -0.620324 0.16886 22 11 47968
+314 28.0976 9.11198 214 0.171496 0.180907 0.968433 2.74877 22 11 47996
+315 3.98397 -42.9294 214 0.177709 -0.297192 0.938134 0.271533 22 11 48039
+316 29.1925 -84.0949 214 0.12748 -0.364354 0.922494 2.77472 22 11 48347
+317 145.364 151.765 214 0.48502 0.506827 0.712658 2.23714 22 11 48432
+318 19.8391 78.4762 214 0.128207 0.350403 0.927783 3.61299 22 11 48480
+319 -28.499 77.1923 214 -0.258843 0.604093 0.753705 1.30375 22 11 48805
+320 -96.4042 83.4705 214 -0.484361 0.401418 0.77734 1.2028 22 11 49080
+321 -37.5736 28.8593 214 -0.22025 -0.0387689 0.974673 3.60726 22 11 49123
+322 -177.216 -8.8447 214 -0.934926 -0.00557101 0.354799 0.595704 22 11 49305
+323 -26.5843 19.7704 214 -0.0928262 0.603459 0.791973 0.211068 22 11 49432
+324 -2.45389 14.4889 214 -0.0160727 0.0679784 0.997557 0.843398 22 11 49600
+325 -12.7938 -90.0539 214 -0.110649 -0.741034 0.662288 0.736908 22 11 49889
+326 17.8209 -6.33024 214 0.0843033 -0.031144 0.995953 0.729675 22 11 49920
+327 5.93001 -14.3332 214 0.0267407 -0.0665082 0.997427 1.98858 22 11 50012
+328 63.7736 68.6997 214 0.272473 0.412125 0.869432 1.57176 22 11 50151
+329 -7.34699 0.185334 214 -0.0343791 0.00188231 0.999407 2.12962 22 11 50223
+330 20.6185 -8.54891 214 -0.0314874 -0.19992 0.979306 0.625888 22 11 50350
+331 115.367 140.49 214 0.537668 0.62393 0.56712 0.359971 22 11 50380
+332 85.5802 59.1013 214 0.436858 0.373117 0.818498 1.13877 22 11 50439
+333 -46.2687 8.79648 214 -0.300785 -0.089112 0.94952 0.721152 22 11 51226
+334 -10.8048 -11.7135 214 0.0551108 -0.0989889 0.993561 0.489057 22 11 51461
+335 -24.4092 146.577 214 -0.150676 0.716125 0.681514 0.514281 22 11 51690
+336 64.5861 20.8722 214 0.62716 0.191486 0.754985 1.15187 22 11 51760
+337 -34.8394 25.3075 214 -0.204665 0.0914677 0.974549 3.42698 22 11 51834
+338 -93.5437 -29.9037 216 -0.665911 -0.717648 -0.203824 0.225621 22 11 51834
+339 -64.5103 4.4052 214 -0.407693 -0.0238315 0.912808 2.13066 22 11 51973
+340 54.8526 57.6785 214 0.242092 0.252204 0.936902 2.03455 22 11 51976
+341 50.5036 59.2809 216 -0.0957618 -0.857695 -0.505162 0.15062 22 11 51976
+342 -49.8589 -2.04365 214 -0.552255 0.142253 0.821449 1.22871 22 11 52109
+343 174.095 -34.079 214 0.840039 -0.054251 0.539806 0.59666 22 11 52185
+344 -104.236 34.2839 214 -0.483682 0.0846879 0.871137 2.34369 22 11 52266
+345 -49.8542 -134.2 214 -0.197601 -0.674447 0.71139 0.971858 22 11 52825
+346 -88.3826 6.6871 214 -0.530492 0.0452163 0.846483 0.441093 22 11 52885
+347 8.65398 32.7033 214 0.0103016 0.225267 0.974243 3.2558 22 11 53347
+348 53.7768 91.5842 216 0.621606 0.760082 -0.189421 0.510999 22 11 53347
+349 -49.8576 26.3136 214 -0.227154 0.118811 0.966584 1.30742 22 11 53353
+350 -126.411 47.9299 216 -0.437039 -0.0420684 -0.898458 0.135239 22 11 53353
+351 62.3469 -41.3725 214 0.273197 -0.183011 0.944389 2.60643 22 11 53414
+352 12.7774 88.1436 214 0.00735251 0.559299 0.828933 0.616786 22 11 53493
+353 47.1061 46.6205 214 0.141246 0.13714 0.98043 2.08009 22 11 53545
+354 135.337 -56.1164 214 0.725743 -0.29033 0.623703 0.697868 22 11 53718
+355 -18.3399 -1.01698 214 -0.0867186 -0.00415751 0.996224 5.02807 22 11 53748
+356 0.359301 10.5554 214 0.086013 0.0623196 0.994343 1.02459 22 11 53843
+357 -82.2133 -53.1784 214 -0.529047 -0.344134 0.775681 0.394456 22 11 54335
+358 -120.932 -47.1529 216 -0.872569 0.353565 -0.337069 0.23023 22 11 54335
+359 -44.246 29.069 214 -0.199598 0.131296 0.971042 5.19236 22 11 54683
+360 -153.224 -8.44679 214 -0.775391 -0.0403593 0.63019 0.356753 22 11 54841
+361 -11.2005 7.64454 214 -0.0545547 0.034716 0.997907 4.21182 22 11 55047
+362 -10.4174 10.3926 214 -0.0506385 0.0481174 0.997557 1.93162 22 11 55068
+363 0.586226 -37.6151 214 -0.15634 -0.492381 0.856223 1.75925 22 11 55079
+364 38.5778 20.5116 214 0.401227 0.146285 0.904222 0.637984 22 11 55251
+365 52.04 -97.5835 214 0.310676 -0.574817 0.757011 0.336284 22 11 55270
+366 6.57321 -13.9654 214 0.0898214 -0.279096 0.956053 1.24383 22 11 55445
+367 34.8596 88.8031 214 0.216119 0.574053 0.789782 0.426099 22 11 55881
+368 -118.293 142.541 214 -0.524108 0.668311 0.527893 0.607018 22 11 55893
+369 24.782 4.94742 214 0.10831 -0.00762524 0.994088 3.34953 22 11 55964
+370 -9.17364 10.7032 214 -0.0412223 0.0488462 0.997955 1.43324 22 11 55995
+371 32.1413 -70.6643 214 0.232605 -0.450807 0.861782 0.885104 22 11 56078
+372 -2.86635 20.0847 214 -0.0138946 0.0932011 0.99555 4.85924 22 11 56104
+373 132.589 92.1385 216 0.344526 -0.0465229 -0.937623 0.184442 22 11 56104
+374 -54.4901 2.72971 214 -0.50588 -0.148455 0.849733 0.253161 22 11 56449
+375 11.2647 -148.58 214 0.146658 -0.920793 0.36143 0.510999 22 11 56449
+376 9.68127 -1.77932 214 -0.0113333 -0.281114 0.959608 1.55456 22 11 56450
+377 -53.9426 -55.5037 214 -0.503384 -0.394925 0.76853 0.610673 22 11 56564
+378 27.779 -149.067 214 0.167007 -0.901462 0.399342 0.758656 22 11 56643
+379 37.3769 -60.997 214 0.526928 -0.473227 0.705977 0.108499 22 11 56913
+380 -16.6622 11.9951 214 -0.230803 -0.0181347 0.972832 1.32886 22 11 57128
+381 51.2433 -98.0894 214 0.442742 -0.58805 0.676888 0.134099 22 11 57795
+382 -4.74345 -60.4663 214 -0.0507517 -0.198801 0.978725 2.20585 11 11 57795
+383 -71.6859 45.2135 214 -0.397421 0.275295 0.875368 1.09131 22 11 57870
+384 -72.1614 78.8394 216 0.36747 0.550609 -0.74953 0.300693 22 11 57870
+385 70.5314 -28.6399 214 0.798483 -0.170733 0.5773 0.510999 22 11 58027
+386 -187.603 -172.381 214 -0.665945 -0.641887 0.380128 0.386204 22 11 58744
+387 -173.663 52.318 214 -0.835498 0.230001 0.499041 0.256203 22 11 58861
+388 -123.403 67.3768 214 -0.632275 0.354287 0.688991 0.58228 22 11 59044
+389 -20.4888 59.7793 214 0.171419 0.3341 0.926818 0.756471 22 11 59189
+390 23.5768 -43.5567 214 0.426585 -0.216636 0.878119 0.952131 22 11 59332
+391 43.6561 -21.2646 214 0.355481 -0.363249 0.86121 0.653095 22 11 59402
+392 -95.0024 39.6059 214 -0.528632 0.284553 0.799736 1.56385 22 11 59438
+393 17.565 12.0857 214 0.0818383 0.0574206 0.99499 4.01174 22 11 59482
+394 -119.123 21.7747 214 -0.850485 0.124106 0.511149 1.27791 22 11 59532
+395 -31.2173 7.15804 214 -0.144011 0.032922 0.989028 5.58667 22 11 59579
+396 6.76914 -44.5723 214 -0.151352 -0.37401 0.914991 1.1495 22 11 59676
+397 -18.7958 8.90808 214 -0.228817 -0.0119024 0.973397 3.40138 22 11 59697
+398 -26.9557 10.6982 214 -0.125389 0.0517535 0.990757 2.12529 22 11 59974
+399 34.7366 -84.1509 214 0.088839 -0.44489 0.891168 1.30851 22 11 60123
+400 54.8015 -105.853 216 0.375124 -0.635813 -0.674555 0.243355 22 11 60123
+401 35.1095 161.696 214 0.100734 0.776935 0.62147 0.706403 22 11 60134
+402 86.734 -9.1783 214 0.771345 -0.0374997 0.635311 0.860828 22 11 60290
+403 152.651 -147.097 214 0.612436 -0.580804 0.536273 0.561288 22 11 60377
+404 3.26857 49.0581 214 0.211426 0.441664 0.871913 0.24391 22 11 60488
+405 52.4277 28.4733 214 0.302616 0.228652 0.925279 1.83496 22 11 60613
+406 -61.4383 -55.2318 214 -0.478088 -0.666221 0.572347 0.484803 22 11 60848
+407 7.66291 95.295 214 -0.124819 0.414416 0.901488 1.05586 22 11 60900
+408 -31.9396 -34.11 214 -0.454903 -0.338836 0.823561 0.551855 22 11 61176
+409 -40.0244 131.514 214 -0.242935 0.751302 0.613619 0.743742 22 11 61232
+410 22.6517 -21.0211 214 0.107966 -0.097294 0.989382 3.09354 22 11 61563
+411 -75.1264 -71.9049 214 -0.469347 -0.402601 0.785892 0.516028 22 11 61670
+412 44.2383 -9.57572 214 0.400324 0.0859729 0.912332 0.582754 22 11 61750
+413 193.173 49.1195 214 0.826069 0.178976 0.534395 0.77212 22 11 61844
+414 -18.3993 9.01032 214 -0.0873301 0.0426276 0.995267 4.2946 22 11 62188
+415 -16.8603 1.90769 214 -0.0720139 -0.0135825 0.997311 3.58067 22 11 62461
+416 126.881 32.9176 214 0.721138 0.156791 0.674815 0.510999 22 11 62930
+417 41.6819 141.608 214 0.358259 0.824442 0.438117 0.266943 22 11 63378
+418 17.9958 -76.1453 214 0.157986 -0.44157 0.883208 1.50219 22 11 63482
+419 15.4294 -89.9759 216 -0.49231 -0.582015 -0.647217 0.189183 22 11 63482
+420 81.1522 105.957 214 0.506522 0.521563 0.686591 0.891869 22 11 63484
+421 -45.7459 -20.4154 214 -0.644009 -0.250731 0.722763 1.12731 22 11 63574
+422 -30.6217 -34.9076 214 -0.139819 -0.161152 0.976975 1.15596 22 11 63648
+423 56.4762 73.7072 214 0.242378 0.316778 0.917009 3.28908 22 11 63814
+424 44.1738 85.5444 216 -0.395558 0.0338705 -0.917816 0.307452 22 11 63814
+425 -7.45663 103.57 214 -0.0725682 0.676647 0.732723 0.50487 22 11 64133
+426 -79.2926 38.1683 214 -0.506359 0.245183 0.826732 0.51224 22 11 64152
+427 -10.6271 36.6649 214 -0.309648 0.317108 0.896415 0.12317 22 11 64298
+428 -6.45204 4.78269 214 -0.0290158 0.0211324 0.999356 2.87769 22 11 64533
+429 164.767 66.5826 214 0.787005 0.347861 0.509526 0.788761 22 11 64542
+430 0.396565 38.651 214 0.0030453 0.177012 0.984204 1.81861 22 11 64629
+431 37.4098 10.6476 214 0.306856 0.090726 0.947422 1.28566 22 11 64865
+432 179.269 137.982 214 0.704742 0.478791 0.523544 1.24803 22 11 64885
+433 67.4435 -82.2716 214 0.367969 -0.247981 0.896161 1.27264 22 11 64955
+434 45.8549 -141.683 216 -0.231048 -0.874459 -0.426542 0.210593 22 11 64955
+435 -78.0302 61.2667 214 -0.475857 0.318279 0.819914 0.568703 22 11 65032
+436 16.2662 -116.105 214 0.0300916 -0.658048 0.752375 1.61896 22 11 65073
+437 20.2842 4.05179 214 0.0936583 0.0181539 0.995439 3.56356 22 11 65424
+438 63.8931 -185.517 214 0.268585 -0.839505 0.472329 0.695553 22 11 65431
+439 21.2878 -1.84046 214 0.100282 -0.0098777 0.99491 4.58507 22 11 65465
+440 -41.6992 -179.393 214 -0.147449 -0.815346 0.559883 0.527715 22 11 65476
+441 -178.832 42.788 214 -0.799775 0.199285 0.566256 0.940361 22 11 65534
+442 -17.8998 67.6839 214 -0.108792 0.780657 0.615418 0.913522 22 11 65579
+443 -5.51239 65.1532 214 0.0702235 0.271492 0.959875 1.47887 22 11 65952
+444 107.56 -92.3343 214 0.521776 -0.476396 0.70767 1.36582 22 11 66116
+445 -159.034 104.602 214 -0.7135 0.453611 0.533999 0.434843 22 11 66130
+446 -59.1903 58.9965 214 -0.612102 0.360818 0.703663 0.888015 22 11 66313
+447 -26.728 80.2603 216 0.88936 -0.215262 -0.403363 0.220617 22 11 66313
+448 -16.1956 1.81632 214 -0.0752468 0.00840843 0.997129 1.04632 22 11 66971
+449 65.1041 44.169 214 0.274683 0.230128 0.93359 1.28261 22 11 67180
+450 -172.937 -29.1852 214 -0.839581 -0.130148 0.527414 0.851153 22 11 67267
+451 97.4915 39.5843 214 0.617085 0.225647 0.753849 0.493602 22 11 67310
+452 -60.437 177.811 214 -0.298668 0.784049 0.544118 1.10077 22 11 67336
+453 -14.8406 -27.9611 214 -0.168609 -0.313883 0.934371 1.63861 22 11 67536
+454 -11.6638 -3.77194 214 -0.0616227 -0.13732 0.988608 2.57036 22 11 67754
+455 8.39309 0.138698 214 0.144064 -0.165221 0.975678 2.44134 22 11 68214
+456 17.4481 -27.4163 214 0.179618 -0.229559 0.956577 2.28897 22 11 68289
+457 36.7917 45.4595 214 0.3362 0.313426 0.888107 1.44035 22 11 68665
+458 91.4155 63.0505 216 0.906433 0.270062 -0.324725 0.369758 22 11 68665
+459 1.81494 148.081 214 -0.019507 0.64887 0.760649 1.25653 22 11 68806
+460 -35.769 -32.3212 214 -0.162702 -0.147192 0.975634 3.20071 22 11 68847
+461 -34.287 -147.202 214 -0.147082 -0.758915 0.634362 0.427469 22 11 69353
+462 -67.4753 38.4153 214 -0.705105 0.312845 0.636361 0.233868 22 11 69638
+463 23.7771 -63.6153 214 0.235215 -0.656889 0.716359 0.443022 22 11 69832
+464 50.7795 1.54818 214 0.475859 -0.0220446 0.879245 2.26572 22 11 69844
+465 150.451 74.3685 214 0.609316 0.494419 0.619907 0.705759 22 11 70045
+466 27.197 -18.6062 214 0.127798 -0.145954 0.981002 2.94014 22 11 70186
+467 30.4752 95.0512 214 0.377602 0.760105 0.528826 0.194788 22 11 70215
+468 152.661 -182.818 214 0.659217 -0.667773 0.345705 1.05234 22 11 70497
+469 1.36037 -93.7666 214 0.115122 -0.39477 0.911539 1.13763 22 11 70514
+470 17.454 0.290101 214 0.164218 -0.0892022 0.982383 2.37266 22 11 70644
+471 -8.81047 -3.27564 214 -0.0598572 0.045784 0.997156 0.290431 22 11 70733
+472 -59.6861 7.40665 214 -0.627476 0.131434 0.767463 0.520457 22 11 70831
+473 -63.0599 47.4444 214 -0.275934 0.209485 0.938071 2.66225 22 11 70956
+474 -6.6323 -31.7549 214 0.0975721 0.00502917 0.995216 1.68466 22 11 70962
+475 35.398 5.37787 214 0.165098 0.0243382 0.985977 3.482 22 11 71009
+476 40.4632 29.4606 214 0.498258 0.195226 0.844764 0.208509 22 11 71060
+477 -124.923 2.19071 214 -0.620393 -0.00365129 0.784283 2.28477 22 11 71072
+478 15.4636 178.282 214 0.083408 0.862251 0.499567 0.292719 22 11 71158
+479 5.17931 -10.257 214 0.0241949 -0.0478292 0.998562 0.359848 22 11 71284
+480 78.2408 -25.7046 214 0.483468 -0.147598 0.862829 0.852484 22 11 71365
+481 97.8695 -23.4726 214 0.52441 -0.149014 0.838325 1.19829 22 11 71505
+482 -77.0501 7.43443 214 -0.446646 0.124771 0.885968 0.856147 22 11 71533
+483 -99.5592 125.279 214 -0.490112 0.758067 0.43026 0.953331 22 11 71655
+484 -18.3163 -11.9411 214 -0.204129 -0.00102557 0.978943 2.30832 22 11 71961
+485 131.137 41.418 214 0.726816 0.187924 0.660623 0.891789 22 11 72012
+486 139.533 66.3949 214 0.563656 0.555595 0.611234 0.750902 22 11 72120
+487 -40.1986 -87.8262 214 -0.189724 -0.651342 0.734682 1.18775 22 11 72221
+488 40.4148 -28.9408 214 0.46247 -0.294422 0.836324 1.99961 22 11 72288
+489 16.8222 -30.1514 214 0.141553 -0.373097 0.91693 2.63871 22 11 72362
+490 20.8855 -3.7192 214 0.257783 -0.0503756 0.964889 0.707968 22 11 72688
+491 77.7112 -161.323 214 0.325949 -0.747738 0.578485 0.866693 22 11 72706
+492 -11.5772 27.0321 214 -0.0554358 0.125948 0.990487 1.9674 22 11 72782
+493 30.2779 47.3194 214 0.0567732 0.302631 0.951415 1.5397 22 11 72795
+494 -18.7529 -37.3638 216 -0.533254 -0.716513 -0.449721 0.29862 22 11 72795
+495 42.3145 19.7431 214 0.394319 0.285056 0.873645 0.626857 22 11 72878
+496 9.21066 -77.6618 216 -0.380852 -0.902629 -0.200531 0.213777 22 11 72878
+497 -9.42688 18.8702 214 -0.0427788 0.0885495 0.995153 4.24826 22 11 72882
+498 -126.852 123.84 214 -0.660424 0.642688 0.38832 0.530605 22 11 73475
+499 -19.9188 69.1863 214 -0.0892468 0.305518 0.947995 3.22584 22 11 73630
+500 -115.068 -186.183 214 -0.470186 -0.534911 0.701994 0.944554 22 11 73940
+501 -2.80109 -66.4768 214 -0.0432961 -0.744699 0.665994 0.116745 22 11 73996
+502 -89.16 -30.3219 214 -0.557597 -0.259874 0.788385 0.744366 22 11 74119
+503 -46.6659 99.6318 214 -0.263065 0.548068 0.793989 0.471725 22 11 74409
+504 30.3983 90.1169 214 0.190778 0.561443 0.805224 0.407965 22 11 74444
+505 -83.73 -5.82709 214 -0.656054 -0.323163 0.682025 0.110546 22 11 74444
+506 22.0175 170.411 214 0.194305 0.749527 0.632815 1.01855 22 11 74491
+507 0.363679 -1.26121 214 0.00243352 -0.00729476 0.99997 1.2331 22 11 74794
+508 3.02072 45.4969 214 0.0717274 0.668351 0.74038 0.248502 22 11 74973
+509 -28.0438 2.70907 214 -0.270883 0.256801 0.927726 0.310324 22 11 75064
+510 139.321 12.7773 214 0.725956 0.0904895 0.681762 0.721195 22 11 75458
+511 18.9041 11.4495 214 0.0895145 0.0528215 0.994584 1.28928 22 11 75538
+512 -24.4504 -9.98009 214 -0.114966 -0.0460197 0.992303 0.7101 22 11 75729
+513 -7.67934 -51.6797 214 -0.0332498 -0.235856 0.971219 3.1462 22 11 75951
+514 -49.9956 35.2181 214 -0.21675 0.17394 0.960606 3.35313 22 11 76011
+515 -17.9844 24.2303 216 0.491285 0.0370506 -0.87021 0.208773 22 11 76011
+516 -107.208 18.4384 214 -0.656205 0.135735 0.742274 0.960314 22 11 76208
+517 18.6308 14.806 214 0.210176 0.00169422 0.977662 1.61379 22 11 76262
+518 14.3919 7.82955 214 0.220307 0.243069 0.94466 0.736632 22 11 76350
+519 83.6992 139.202 216 0.153465 0.513728 -0.844116 0.18649 22 11 76350
+520 -50.816 -23.1009 214 -0.22967 -0.105719 0.96751 1.63223 22 11 76412
+521 -98.2125 89.1728 214 -0.553846 0.445469 0.703429 0.729708 22 11 76508
+522 77.5148 54.6405 214 0.525954 0.301666 0.795217 0.834299 22 11 76625
+523 96.5166 56.8254 216 0.571339 -0.212346 -0.792768 0.255262 22 11 76625
+524 -16.8728 65.1159 214 -0.302959 0.405486 0.862437 0.565092 22 11 76688
+525 -4.37207 42.2441 214 -0.00298982 0.581577 0.813486 1.28438 22 11 77027
+526 -59.0695 193.491 216 -0.20795 0.908533 -0.362387 0.208959 22 11 77027
+527 -14.9846 -62.9867 214 -0.0203295 -0.442648 0.896465 1.17825 22 11 77083
+528 48.021 23.5182 214 0.521751 0.012543 0.853005 0.556116 22 11 77221
+529 9.10196 6.19391 214 0.0429551 0.0283213 0.998676 4.09052 22 11 77469
+530 -18.8163 62.5098 214 -0.289392 0.486577 0.824315 0.838202 22 11 78030
+531 -11.0836 27.4224 214 0.00404672 0.268429 0.963291 2.32466 22 11 78121
+532 -9.63888 -3.17072 214 0.0192194 0.0316116 0.999315 0.751321 22 11 78447
+533 -46.1587 92.0193 214 -0.339619 0.555485 0.75901 0.524681 22 11 78485
+534 6.00568 3.40737 214 -0.0346383 0.355584 0.934002 0.994626 22 11 78621
+535 -66.1622 181.857 214 -0.15152 0.790749 0.593092 1.05388 22 11 78875
+536 -49.1416 -86.4855 214 -0.506433 -0.71699 0.479011 0.183254 22 11 79381
+537 -15.0515 -30.2835 214 -0.248604 -0.467037 0.848571 0.659227 22 11 79528
+538 -47.8437 -12.462 214 -0.436465 -0.198854 0.877471 1.11129 22 11 79855
+539 -1.30494 69.4006 214 -0.00332308 0.314891 0.949122 1.92875 22 11 79862
+540 -41.1044 -26.3991 214 -0.183912 -0.12087 0.975483 2.31074 22 11 79989
+541 -190.905 122.097 214 -0.619791 0.285043 0.73117 0.529108 22 11 80018
+542 -107.024 -63.8464 214 -0.612006 -0.306476 0.729055 1.36575 22 11 80089
+543 -13.9359 24.3561 214 -0.398778 0.227581 0.88836 0.58293 22 11 80135
+544 -25.9673 -34.2664 216 -0.0339993 -0.955374 -0.293435 0.221677 22 11 80135
+545 49.3923 74.1229 214 0.373496 0.603556 0.704429 1.44086 22 11 80246
+546 97.9178 29.1779 216 0.407479 -0.473138 -0.78109 0.290777 22 11 80246
+547 -13.1863 -124.995 214 -0.264107 -0.456675 0.849527 1.14029 22 11 80254
+548 -21.2666 133.729 214 -0.0930083 0.691023 0.716824 0.941309 22 11 80268
+549 -23.6165 -53.8888 214 -0.28007 -0.501129 0.818798 0.655223 22 11 80285
+550 -14.0347 -88.1306 216 0.628115 -0.125741 -0.767894 0.0927433 22 11 80285
+551 -57.2627 1.41407 214 -0.371947 0.0217217 0.928 1.39022 22 11 80584
+552 40.6681 14.8401 214 0.349658 0.107797 0.930655 1.41426 22 11 80628
+553 -29.815 -38.6143 214 -0.383752 -0.487326 0.784377 0.691511 22 11 80643
+554 -44.101 35.1008 214 -0.424221 0.471378 0.773201 0.999864 22 11 80888
+555 -49.6633 35.823 214 -0.322304 0.117683 0.939293 2.41604 22 11 80960
+556 -193.485 -22.7178 214 -0.843326 -0.123328 0.523059 0.415227 22 11 81349
+557 9.50418 -25.4912 214 0.0383234 -0.123096 0.991654 2.18722 22 11 81503
+558 -3.4356 1.85325 214 -0.0166542 0.0094967 0.999816 0.516169 22 11 81721
+559 171.576 124.778 214 0.537019 0.481219 0.692848 2.90232 22 11 81769
+560 -10.0089 33.8982 214 -0.0921442 0.392938 0.914937 2.76204 22 11 81993
+561 60.0733 34.0625 214 0.792086 0.166638 0.587224 0.492932 22 11 82174
+562 59.8488 -51.549 214 0.440359 -0.431757 0.787191 0.723678 22 11 82234
+563 23.7898 -35.5661 214 0.337657 -0.356124 0.8713 0.730671 22 11 82337
+564 -31.3613 -35.2474 214 -0.270329 -0.472717 0.838726 0.769339 22 11 82504
+565 -17.2646 74.2076 214 -0.140659 0.447793 0.883004 1.30841 22 11 82986
+566 -0.775875 39.9831 214 0.041005 0.448763 0.89271 0.626758 22 11 83018
+567 12.236 43.3825 216 0.218413 -0.572171 -0.790516 0.193036 22 11 83018
+568 -19.0438 90.5427 214 -0.128975 0.553891 0.822539 0.477216 22 11 83063
+569 43.8751 -110.361 214 0.109173 -0.734844 0.669392 0.667524 22 11 83180
+570 -15.3621 6.97454 214 -0.0697248 0.0311238 0.997081 4.49112 22 11 83277
+571 52.6558 73.2859 214 0.38876 0.599757 0.699398 0.146047 22 11 83948
+572 2.47301 -6.53547 214 0.0132121 -0.0328926 0.999372 0.985665 22 11 84030
+573 -14.1334 10.1005 214 -0.0648261 0.0450122 0.996881 5.70838 22 11 84054
+574 -31.0743 6.77885 214 -0.417517 0.105533 0.90252 0.498709 22 11 84313
+575 -17.6599 39.2448 214 -0.319064 0.317837 0.892848 1.92638 22 11 84527
+576 111.913 -28.2468 214 0.607631 -0.133544 0.782911 1.50177 22 11 84543
+577 62.5773 56.0607 214 0.562583 0.578736 0.590395 0.20306 22 11 84686
+578 -37.9868 -1.78826 214 -0.173374 -0.00855364 0.984819 4.60602 22 11 84754
+579 -23.5059 15.3469 214 -0.107398 -0.0329432 0.99367 1.68117 22 11 85390
+580 -11.0391 -4.32908 214 -0.0512706 -0.0199131 0.998486 1.23282 22 11 85428
+581 12.5682 1.04372 214 0.0597772 0.00462028 0.998201 1.67242 22 11 85800
+582 18.7973 -147.962 214 0.110336 -0.748774 0.653577 0.921602 22 11 85856
+583 0.999091 -6.74973 214 0.232662 -0.24525 0.941128 1.49992 22 11 85885
+584 2.52137 8.95054 214 0.14005 0.193617 0.97103 1.00164 22 11 86034
+585 34.8679 -0.819289 214 0.370761 0.0622214 0.926642 1.01107 22 11 86173
+586 92.1839 48.6948 214 0.832176 0.151816 0.533324 0.450664 22 11 86404
+587 -4.68241 -54.0596 214 -0.0579007 -0.580432 0.812248 0.356098 22 11 86473
+588 -12.1682 -129.112 216 0.0637135 -0.716936 -0.694221 0.203686 22 11 86473
+589 34.6619 21.5615 214 0.158875 0.0989205 0.982331 3.31527 22 11 86655
+590 -24.01 -35.1544 214 -0.235862 -0.36493 0.900664 1.26652 22 11 86674
+591 94.9829 -46.0568 214 0.42586 -0.303447 0.852387 0.81228 22 11 86676
+592 63.5757 22.9716 214 0.348421 0.0625698 0.935248 1.61248 22 11 86691
+593 -15.5581 -69.5339 214 -0.092505 -0.660165 0.745403 0.413466 22 11 86923
+594 -10.5545 -17.6313 214 0.0888745 -0.130447 0.987464 0.638692 22 11 86962
+595 -1.91284 -60.9288 214 0.104008 -0.281819 0.953814 2.09705 22 11 87268
+596 -10.2444 -4.87343 214 -0.0476998 -0.0222309 0.998614 0.722753 22 11 87503
+597 77.8744 11.1536 214 0.341499 0.0502479 0.938538 2.2274 22 11 87668
+598 -54.7893 -127.975 214 -0.286539 -0.78761 0.545497 0.705372 22 11 87767
+599 101.043 -3.90746 214 0.627332 -0.121515 0.769213 0.955665 22 11 88255
+600 2.43651 74.8186 214 0.00741113 0.70775 0.706424 0.912025 22 11 88434
+601 11.6499 -8.88721 214 0.0519876 -0.0416174 0.99778 1.34739 22 11 88503
+602 9.61584 -54.0007 214 0.152693 -0.679813 0.717314 0.788971 22 11 88612
+603 58.9 -37.8367 214 0.510551 -0.342022 0.788897 1.53185 22 11 88761
+604 137.021 40.3934 214 0.847886 0.170176 0.502126 0.7975 22 11 88811
+605 -20.6957 -8.88556 214 -0.195026 0.014758 0.980687 2.83977 22 11 88851
+606 89.4654 -80.0382 214 0.525739 -0.452163 0.720518 1.18323 22 11 89022
+607 -35.7093 -58.2487 214 -0.159654 -0.260819 0.952095 2.94575 22 11 89030
+608 -68.7564 38.4248 214 -0.359258 0.223439 0.906095 2.83388 22 11 89104
+609 -21.8913 -110.989 214 -0.115599 -0.663649 0.739058 0.477903 22 11 89374
+610 112.773 -152.275 214 0.519392 -0.670431 0.529862 0.542921 22 11 89441
+611 33.5994 98.6054 214 0.202758 0.549657 0.810411 1.1435 22 11 89687
+612 53.9436 -83.1128 214 0.313126 -0.525458 0.791104 0.604684 22 11 89795
+613 -4.0424 -15.1913 214 0.210888 -0.286233 0.934664 1.65971 22 11 89883
+614 -89.1155 -1.75032 214 -0.497747 -0.0317672 0.86674 1.96552 22 11 90070
+615 47.5845 49.2371 214 0.212797 0.437373 0.873741 0.797693 22 11 90128
+616 83.6439 188.943 214 0.333853 0.764682 0.551183 0.603526 22 11 90265
+617 -2.65519 -11.6577 214 0.0573089 -0.127608 0.990168 1.67959 22 11 90617
+618 89.8841 29.8607 214 0.56893 0.1718 0.804241 1.12699 22 11 90802
+619 -51.0563 21.0116 214 -0.327138 0.216381 0.919869 0.950448 22 11 90930
+620 70.1709 10.54 214 0.662252 0.024388 0.748884 0.744547 22 11 90995
+621 -10.3256 -88.8099 214 -0.101079 -0.714839 0.691945 1.10751 22 11 91167
+622 60.4195 123.239 214 0.303296 0.664138 0.683324 0.626542 22 11 91245
+623 -13.9669 -180.146 214 -0.10166 -0.797136 0.595181 1.1845 22 11 91279
+624 71.9302 10.3629 214 0.510535 0.294499 0.807852 0.696156 22 11 91284
+625 85.4205 5.9836 214 0.456673 -0.037427 0.888847 1.23857 22 11 91878
+626 -58.7713 -2.32472 214 -0.43908 -0.0305705 0.897928 0.54388 22 11 91942
+627 -100.963 23.5039 214 -0.447164 0.218964 0.867237 0.7475 22 11 91993
+628 24.6089 -28.4006 214 0.291458 -0.200664 0.9353 1.03433 22 11 92059
+629 93.8037 -68.6552 214 0.468326 -0.479465 0.742148 0.849035 22 11 92266
+630 3.25834 3.03331 214 0.0146369 0.0164032 0.999758 1.54761 22 11 92829
+631 -109.846 -128.813 214 -0.592562 -0.702798 0.393631 0.726306 22 11 92985
+632 10.5324 18.1959 214 0.0496157 0.0841416 0.995218 3.70405 22 11 93152
+633 15.7748 179.25 214 0.0872415 0.866112 0.492177 0.528308 22 11 93164
+634 63.882 -32.1277 214 0.443937 -0.041004 0.895119 1.17514 22 11 93386
+635 -120.95 105.071 214 -0.593264 0.533245 0.603066 0.640247 22 11 93458
+636 69.7927 109.803 214 0.412251 0.706177 0.575641 0.526906 22 11 93470
+637 11.2123 151.267 214 0.212135 0.880174 0.424609 0.550796 22 11 93663
+638 50.5667 59.5741 214 0.286728 0.340362 0.895511 0.750063 22 11 93690
+639 99.067 33.6164 214 0.543764 0.106155 0.832497 2.09077 22 11 94247
+640 -91.9514 118.271 214 -0.451801 0.495317 0.741982 1.86942 22 11 94484
+641 53.0743 -110.832 214 0.423579 -0.536273 0.730063 0.781562 22 11 94724
+642 -14.9031 29.6692 214 -0.265553 0.318484 0.909972 0.59168 22 11 95078
+643 -9.2763 9.77007 214 -0.0439287 0.0438152 0.998073 4.09021 22 11 95092
+644 -118.799 -66.4239 214 -0.662323 -0.435883 0.609372 0.338859 22 11 95184
+645 47.7884 -18.6242 214 0.0318175 -0.325255 0.945091 2.174 22 11 95534
+646 96.0869 -85.4187 214 0.472265 -0.452942 0.756181 0.973229 22 11 95574
+647 -17.727 66.0825 214 -0.0100207 0.685533 0.727973 1.346 22 11 96135
+648 90.6631 -161.26 214 0.28524 -0.653078 0.701518 1.51163 22 11 96348
+649 40.6588 60.5574 214 0.371886 0.249756 0.894048 1.38144 22 11 96496
+650 -7.65544 1.62261 214 -0.0357624 0.00775015 0.99933 5.13888 22 11 96512
+651 2.0357 58.3217 214 0.0333553 0.382852 0.923207 1.72052 22 11 96599
+652 10.9836 4.2254 214 0.0511184 0.0186609 0.998518 0.382578 22 11 96774
+653 -27.2546 138.303 214 -0.22786 0.468125 0.853779 0.669539 22 11 96857
+654 -14.173 12.6241 214 -0.0660969 0.058725 0.996084 1.8227 22 11 97178
+655 -21.586 -3.05949 214 -0.210294 0.0194381 0.977445 2.6391 22 11 97607
+656 2.21076 -13.6476 214 0.011854 -0.064126 0.997871 3.48704 22 11 97774
+657 -171.964 77.543 214 -0.742327 0.394284 0.541747 0.855675 22 11 98291
+658 198.685 69.4008 214 0.796848 0.261805 0.544511 1.0704 22 11 98323
+659 -25.1551 -31.9346 214 -0.290966 -0.209974 0.933407 0.552079 22 11 98326
+660 -70.6646 68.8691 214 -0.392246 0.280543 0.876036 1.16785 22 11 98817
+661 -54.1646 122.945 214 -0.341103 0.765173 0.54604 0.443945 22 11 98891
+662 -43.8446 3.81154 214 -0.593556 0.182774 0.783763 1.28532 22 11 98971
+663 195.868 95.403 214 0.826148 0.385412 0.411019 0.344554 22 11 99090
+664 -147.159 18.2945 214 -0.821821 0.284699 0.493515 0.542061 22 11 99137
+665 -133.627 -43.9017 214 -0.934391 -0.205596 0.290935 0.648545 22 11 99296
+666 -2.598 -21.9582 214 0.0437757 -0.149842 0.98774 0.170615 11 11 99296
+667 -81.8377 24.7443 214 -0.355609 0.105247 0.92869 2.18276 22 11 99442
+668 -26.0965 17.7608 214 -0.259637 0.260696 0.929853 1.2506 22 11 99616
+669 89.4531 4.47589 214 0.536463 -0.0185818 0.843719 0.746009 22 11 99751
+670 -1.46998 -0.344469 214 0.0420151 -0.0273235 0.998743 1.37301 22 11 99992
diff --git a/examples/advanced/medical_linac/ROG_Out_1.txt b/examples/advanced/medical_linac/ROG_Out_1.txt
new file mode 100644
index 0000000000..4e3c1cfcf2
--- /dev/null
+++ b/examples/advanced/medical_linac/ROG_Out_1.txt
@@ -0,0 +1,673 @@
+Sensitive Detector-Voxels. Total number of events, [mm]->centreX centreY centreZ HalfSizeX HalfSizeY HalfSizeZ minX maxX, minY maxY, minZ maxZ, Dx, Dy, Dz, nX, nY, nZ:
+1902 0 0 0 150 150 150 -150 150 -150 150 -150 150 1.5 1.5 1.5 100 100 100
+Number of physical volumes: 2
+G4_WATER 1
+G4_Galactic 2
+Phys Volume x [mm], y [mm], z [mm], ix, iy, iz, Dose [Gy], Dose2 [Gy^2], nEvents
+1 -148.5 61.5 -76.5 0 70 24 1.85502e-11 2.46155e-22 2
+1 -145.5 -55.5 -79.5 1 31 23 4.79202e-10 2.26599e-19 2
+1 -145.5 118.5 -37.5 1 89 37 1.21679e-10 1.48057e-20 1
+1 -142.5 -85.5 109.5 2 21 86 6.33277e-11 4.00018e-21 2
+1 -142.5 -85.5 118.5 2 21 89 4.00956e-10 1.60766e-19 1
+1 -142.5 -64.5 -61.5 2 28 29 9.25927e-11 8.55782e-21 2
+1 -142.5 67.5 -82.5 2 72 22 3.09133e-12 8.54411e-24 2
+1 -136.5 106.5 -25.5 4 85 41 2.79238e-11 3.85273e-22 4
+1 -136.5 115.5 -34.5 4 88 38 9.23434e-12 4.67204e-23 2
+1 -136.5 118.5 -34.5 4 89 38 1.03181e-11 1.02944e-22 2
+1 -133.5 -13.5 -91.5 5 45 19 5.04685e-10 2.05118e-19 2
+1 -127.5 -34.5 103.5 7 38 84 1.61164e-09 6.76488e-19 5
+1 -127.5 127.5 -73.5 7 92 25 1.34922e-09 7.6123e-19 3
+1 -121.5 73.5 -106.5 9 74 14 1.98415e-11 3.90356e-22 2
+1 -121.5 121.5 -97.5 9 90 17 1.00553e-10 1.00939e-20 2
+1 -115.5 -16.5 34.5 11 44 61 3.78728e-09 2.01615e-18 8
+1 -115.5 -1.5 61.5 11 49 70 3.61747e-12 1.30861e-23 1
+1 -115.5 109.5 70.5 11 86 73 5.62952e-11 3.16007e-21 2
+1 -115.5 118.5 67.5 11 89 72 2.59662e-11 6.69883e-22 2
+1 -112.5 -55.5 67.5 12 31 72 3.42713e-10 1.17394e-19 2
+1 -112.5 -52.5 67.5 12 32 72 1.8026e-10 3.24647e-20 2
+1 -112.5 -1.5 61.5 12 49 70 9.1331e-12 8.19514e-23 2
+1 -109.5 79.5 142.5 13 76 97 7.28037e-11 5.28813e-21 2
+1 -109.5 82.5 136.5 13 77 95 1.05951e-12 9.5831e-25 2
+1 -109.5 103.5 -112.5 13 84 12 3.94344e-11 1.32395e-21 2
+1 -106.5 52.5 -58.5 14 67 30 1.05089e-10 1.10436e-20 1
+1 -106.5 76.5 -28.5 14 75 40 8.69523e-12 7.41568e-23 2
+1 -106.5 76.5 124.5 14 75 91 1.06671e-10 1.13786e-20 1
+1 -103.5 112.5 70.5 15 87 73 4.84936e-11 2.33487e-21 2
+1 -103.5 121.5 85.5 15 90 78 2.00295e-10 4.01182e-20 1
+1 -100.5 58.5 -58.5 16 69 30 1.06952e-11 1.12601e-22 2
+1 -100.5 97.5 13.5 16 82 54 4.72034e-11 2.22055e-21 2
+1 -100.5 100.5 103.5 16 83 84 1.06565e-10 1.13388e-20 2
+1 -97.5 16.5 -73.5 17 55 25 1.31637e-09 4.99921e-19 5
+1 -97.5 22.5 -97.5 17 57 17 1.17366e-09 5.04478e-19 4
+1 -97.5 142.5 52.5 17 97 67 3.04297e-11 7.52263e-22 2
+1 -94.5 -127.5 10.5 18 7 53 9.14266e-10 3.54294e-19 4
+1 -94.5 -46.5 145.5 18 34 98 7.4541e-11 5.55636e-21 1
+1 -94.5 55.5 64.5 18 68 71 1.10321e-11 1.19863e-22 2
+1 -94.5 58.5 -64.5 18 69 28 1.64542e-11 2.67985e-22 2
+1 -94.5 100.5 -82.5 18 83 22 3.48305e-10 1.19116e-19 2
+1 -94.5 142.5 136.5 18 97 95 2.77044e-11 7.67533e-22 1
+1 -91.5 -133.5 16.5 19 5 55 3.38734e-10 1.14684e-19 2
+1 -91.5 -85.5 -100.5 19 21 16 2.64182e-10 6.9792e-20 1
+1 -91.5 -10.5 76.5 19 46 75 2.45131e-12 5.62603e-24 2
+1 -91.5 16.5 148.5 19 55 99 2.10948e-09 1.13804e-19 41
+1 -91.5 40.5 -73.5 19 63 25 1.10439e-09 4.07072e-19 4
+1 -91.5 43.5 67.5 19 64 72 6.86822e-11 4.29963e-21 2
+1 -91.5 43.5 70.5 19 64 73 4.12255e-10 1.69954e-19 1
+1 -91.5 73.5 -97.5 19 74 17 4.1487e-12 1.10872e-23 2
+1 -88.5 -91.5 -67.5 20 19 27 2.11448e-11 4.43557e-22 2
+1 -88.5 -85.5 -103.5 20 21 15 3.15454e-10 9.94581e-20 2
+1 -88.5 -55.5 -100.5 20 31 16 2.26085e-10 5.10777e-20 2
+1 -88.5 -4.5 -22.5 20 48 42 2.46453e-09 1.52164e-18 7
+1 -88.5 76.5 130.5 20 75 93 6.59206e-11 4.34552e-21 1
+1 -88.5 85.5 127.5 20 78 92 3.66019e-11 1.3397e-21 1
+1 -88.5 88.5 43.5 20 79 64 2.50037e-11 6.25185e-22 1
+1 -88.5 148.5 -43.5 20 99 35 8.42033e-14 7.09019e-27 1
+1 -85.5 -97.5 -97.5 21 17 17 5.79425e-11 3.35733e-21 1
+1 -85.5 -76.5 -43.5 21 24 35 5.42024e-11 2.61262e-21 2
+1 -85.5 -73.5 -76.5 21 25 24 7.82597e-11 6.11141e-21 2
+1 -85.5 -13.5 79.5 21 45 76 2.98451e-12 8.41887e-24 2
+1 -85.5 -7.5 -16.5 21 47 44 1.9835e-10 3.92741e-20 2
+1 -85.5 -4.5 -34.5 21 48 38 1.8918e-09 1.2374e-18 3
+1 -85.5 -4.5 -31.5 21 48 39 2.77665e-09 7.70981e-18 1
+1 -85.5 -4.5 -28.5 21 48 40 2.37132e-09 5.62314e-18 1
+1 -85.5 -4.5 -25.5 21 48 41 1.64187e-09 2.69574e-18 1
+1 -85.5 -4.5 -22.5 21 48 42 3.3637e-09 2.6429e-18 5
+1 -85.5 61.5 97.5 21 70 82 2.07402e-10 4.29436e-20 2
+1 -82.5 -97.5 -97.5 22 17 17 4.57735e-09 2.62927e-18 10
+1 -82.5 -94.5 -61.5 22 18 29 1.63648e-10 2.67531e-20 2
+1 -82.5 -4.5 -34.5 22 48 38 6.66386e-09 2.13401e-17 5
+1 -82.5 -4.5 -25.5 22 48 41 1.33497e-09 1.13867e-18 3
+1 -82.5 -4.5 -22.5 22 48 42 1.26343e-09 5.62799e-19 3
+1 -82.5 94.5 85.5 22 81 78 1.8434e-09 3.39781e-18 2
+1 -82.5 94.5 88.5 22 81 79 4.38471e-09 4.08291e-18 6
+1 -82.5 94.5 91.5 22 81 80 1.96103e-09 7.92718e-19 5
+1 -82.5 97.5 91.5 22 82 80 8.08185e-10 3.36987e-19 2
+1 -82.5 121.5 -121.5 22 90 9 3.46025e-11 1.19152e-21 2
+1 -82.5 130.5 70.5 22 93 73 1.66069e-09 1.0053e-18 4
+1 -82.5 130.5 73.5 22 93 74 9.05744e-11 8.20372e-21 1
+1 -79.5 55.5 -88.5 23 68 20 3.74905e-12 1.34382e-23 2
+1 -79.5 103.5 31.5 23 84 60 2.34135e-09 9.96062e-19 7
+1 -79.5 148.5 52.5 23 99 67 8.07616e-14 6.52243e-27 1
+1 -76.5 7.5 -10.5 24 52 46 1.60656e-09 6.6893e-19 4
+1 -76.5 37.5 -106.5 24 62 14 3.77357e-09 1.42393e-17 2
+1 -76.5 37.5 -103.5 24 62 15 3.48683e-09 8.10886e-18 4
+1 -76.5 40.5 -100.5 24 63 16 3.22734e-09 1.04157e-17 1
+1 -76.5 40.5 -97.5 24 63 17 1.73848e-09 3.0223e-18 1
+1 -76.5 40.5 -94.5 24 63 18 6.14064e-09 4.20358e-18 10
+1 -76.5 40.5 -91.5 24 63 19 3.11459e-09 2.05361e-18 6
+1 -76.5 52.5 34.5 24 67 61 2.26708e-09 1.10078e-18 5
+1 -76.5 55.5 34.5 24 68 61 4.70565e-10 2.21352e-19 2
+1 -76.5 82.5 124.5 24 77 91 1.01414e-10 1.02678e-20 2
+1 -73.5 7.5 -10.5 25 52 46 1.08572e-09 5.87597e-19 3
+1 -73.5 19.5 -67.5 25 56 27 6.06149e-12 3.67417e-23 1
+1 -73.5 37.5 -148.5 25 62 0 8.07616e-14 6.52243e-27 1
+1 -73.5 58.5 142.5 25 69 97 9.45588e-10 8.94136e-19 1
+1 -73.5 58.5 145.5 25 69 98 3.10061e-09 1.76357e-18 7
+1 -73.5 61.5 142.5 25 70 97 8.64949e-10 7.47837e-19 2
+1 -73.5 148.5 -10.5 25 99 46 1.7345e-13 3.00851e-26 1
+1 -73.5 148.5 22.5 25 99 57 3.18821e-12 1.01647e-23 1
+1 -70.5 -19.5 -52.5 26 43 32 3.28618e-09 3.83783e-18 4
+1 -70.5 10.5 88.5 26 53 79 1.5899e-10 2.52521e-20 2
+1 -70.5 40.5 -55.5 26 63 31 8.42033e-14 7.09019e-27 1
+1 -70.5 91.5 58.5 26 80 69 6.10452e-10 2.10632e-19 3
+1 -70.5 121.5 118.5 26 90 89 1.53756e-09 7.44054e-19 4
+1 -67.5 -52.5 -94.5 27 32 18 3.07738e-10 9.47029e-20 1
+1 -67.5 -19.5 -52.5 27 43 32 3.66421e-09 2.79186e-18 6
+1 -67.5 40.5 136.5 27 63 95 1.67209e-09 1.40254e-18 2
+1 -67.5 43.5 133.5 27 64 94 3.47495e-09 6.22975e-18 3
+1 -67.5 43.5 136.5 27 64 95 1.08244e-09 1.17168e-18 1
+1 -67.5 79.5 52.5 27 76 67 4.0339e-09 2.18647e-18 9
+1 -67.5 82.5 46.5 27 77 65 1.56687e-09 2.45508e-18 1
+1 -67.5 82.5 49.5 27 77 66 6.16214e-09 5.80874e-18 9
+1 -67.5 82.5 52.5 27 77 67 4.97909e-10 2.47913e-19 1
+1 -67.5 85.5 46.5 27 78 65 2.3382e-09 5.46681e-18 2
+1 -67.5 112.5 130.5 27 87 93 3.02921e-09 1.43416e-18 7
+1 -67.5 136.5 115.5 27 95 88 4.88962e-10 2.39002e-19 2
+1 -67.5 148.5 88.5 27 99 79 1.7345e-13 3.00851e-26 1
+1 -64.5 -7.5 -43.5 28 47 35 9.65116e-11 8.71942e-21 2
+1 -64.5 -4.5 85.5 28 48 78 2.41681e-11 4.50321e-22 2
+1 -64.5 7.5 -148.5 28 52 0 3.18821e-12 1.01647e-23 1
+1 -64.5 10.5 -97.5 28 53 17 6.01555e-11 3.61868e-21 1
+1 -64.5 13.5 -97.5 28 54 17 6.33546e-10 2.4953e-19 4
+1 -64.5 19.5 106.5 28 56 85 2.68376e-09 2.44542e-18 3
+1 -64.5 40.5 136.5 28 63 95 3.80069e-09 1.88651e-18 8
+1 -64.5 46.5 115.5 28 65 88 2.63344e-09 1.07325e-18 7
+1 -64.5 49.5 115.5 28 66 88 1.11506e-09 6.22221e-19 3
+1 -64.5 49.5 121.5 28 66 90 7.40946e-11 5.47755e-21 2
+1 -64.5 52.5 115.5 28 67 88 4.3595e-10 1.89982e-19 2
+1 -64.5 73.5 -148.5 28 74 0 1.7345e-13 3.00851e-26 1
+1 -64.5 76.5 139.5 28 75 96 3.82956e-10 1.46522e-19 2
+1 -64.5 112.5 130.5 28 87 93 6.27556e-10 3.89845e-19 2
+1 -64.5 133.5 -106.5 28 94 14 9.94345e-13 9.88722e-25 1
+1 -61.5 -16.5 -148.5 29 44 0 3.18821e-12 1.01647e-23 1
+1 -61.5 -13.5 -148.5 29 45 0 1.7345e-13 3.00851e-26 1
+1 -61.5 -13.5 -136.5 29 45 4 8.90053e-10 4.14544e-19 3
+1 -61.5 19.5 106.5 29 56 85 3.28872e-09 1.64421e-18 7
+1 -61.5 34.5 70.5 29 61 73 3.52014e-10 1.23792e-19 2
+1 -61.5 37.5 70.5 29 62 73 7.74459e-10 3.0062e-19 3
+1 -61.5 43.5 127.5 29 64 92 1.40807e-09 6.99594e-19 3
+1 -61.5 112.5 -148.5 29 87 0 1.96805e-10 3.87322e-20 1
+1 -61.5 121.5 88.5 29 90 79 1.13654e-09 7.08635e-19 2
+1 -61.5 148.5 -43.5 29 99 35 4.02107e-10 1.6155e-19 2
+1 -61.5 148.5 -13.5 29 99 45 1.7345e-13 3.00851e-26 1
+1 -61.5 148.5 91.5 29 99 80 1.7345e-13 3.00851e-26 1
+1 -58.5 -148.5 22.5 30 0 57 2.84904e-11 8.11702e-22 1
+1 -58.5 -43.5 70.5 30 35 73 8.46084e-10 3.42813e-19 4
+1 -58.5 -28.5 4.5 30 40 51 6.6749e-10 2.5005e-19 3
+1 -58.5 34.5 130.5 30 61 93 4.43013e-09 2.97738e-18 8
+1 -58.5 37.5 130.5 30 62 93 2.29128e-09 2.63419e-18 3
+1 -58.5 43.5 127.5 30 64 92 1.44612e-09 7.01613e-19 3
+1 -58.5 73.5 121.5 30 74 90 2.32344e-11 4.12015e-22 2
+1 -58.5 148.5 31.5 30 99 60 8.42033e-14 7.09019e-27 1
+1 -55.5 -85.5 133.5 31 21 94 1.29471e-09 4.33575e-19 4
+1 -55.5 -25.5 85.5 31 41 78 7.54546e-11 5.23259e-21 2
+1 -55.5 34.5 49.5 31 61 66 1.10838e-09 4.83932e-19 3
+1 -55.5 37.5 49.5 31 62 66 1.90391e-09 1.40826e-18 3
+1 -55.5 76.5 37.5 31 75 62 1.14305e-10 1.30464e-20 2
+1 -55.5 94.5 -1.5 31 81 49 5.63921e-10 3.14431e-19 2
+1 -55.5 94.5 1.5 31 81 50 2.58411e-09 1.15484e-18 6
+1 -55.5 136.5 -109.5 31 95 13 3.72311e-10 1.38555e-19 2
+1 -55.5 148.5 19.5 31 99 56 1.7345e-13 3.00851e-26 1
+1 -52.5 -130.5 -7.5 32 6 47 1.67595e-10 2.80879e-20 1
+1 -52.5 -94.5 -34.5 32 18 38 7.76073e-10 3.01077e-19 3
+1 -52.5 -94.5 -31.5 32 18 39 1.15326e-09 4.45513e-19 3
+1 -52.5 -82.5 -43.5 32 22 35 1.48102e-09 6.00865e-19 4
+1 -52.5 -46.5 100.5 32 34 83 1.2665e-09 4.08651e-19 4
+1 -52.5 -19.5 13.5 32 43 54 3.61968e-09 2.77188e-18 6
+1 -52.5 -19.5 16.5 32 43 55 2.13295e-09 9.48461e-19 5
+1 -52.5 -7.5 133.5 32 47 94 6.77129e-11 3.17188e-21 3
+1 -52.5 148.5 -10.5 32 99 46 1.7345e-13 3.00851e-26 1
+1 -49.5 -82.5 -46.5 33 22 34 8.36961e-10 3.57686e-19 3
+1 -49.5 -46.5 -124.5 33 34 8 4.42487e-09 2.92937e-18 8
+1 -49.5 -46.5 -121.5 33 34 9 1.26173e-10 1.59197e-20 1
+1 -49.5 -43.5 -124.5 33 35 8 9.24852e-10 8.55351e-19 1
+1 -49.5 -22.5 16.5 33 42 55 2.23976e-10 5.01653e-20 1
+1 -49.5 100.5 10.5 33 83 53 4.55859e-09 3.45258e-18 8
+1 -49.5 103.5 10.5 33 84 53 1.74148e-09 1.5204e-18 3
+1 -49.5 133.5 -103.5 33 94 15 9.43524e-11 8.8865e-21 2
+1 -49.5 148.5 -46.5 33 99 34 8.42033e-14 7.09019e-27 1
+1 -46.5 -103.5 -115.5 34 15 11 2.30967e-10 5.33457e-20 1
+1 -46.5 -70.5 -148.5 34 26 0 8.42033e-14 7.09019e-27 1
+1 -46.5 -10.5 -88.5 34 46 20 3.22458e-10 1.03868e-19 2
+1 -46.5 1.5 142.5 34 50 97 2.31039e-09 1.24567e-18 6
+1 -46.5 10.5 -148.5 34 53 0 8.07616e-14 6.52243e-27 1
+1 -46.5 25.5 -148.5 34 58 0 8.42033e-14 7.09019e-27 1
+1 -46.5 28.5 -148.5 34 59 0 8.42033e-14 7.09019e-27 1
+1 -46.5 145.5 -55.5 34 98 31 4.2459e-10 1.64003e-19 3
+1 -46.5 148.5 10.5 34 99 53 8.42033e-14 7.09019e-27 1
+1 -43.5 -16.5 -148.5 35 44 0 3.18821e-12 1.01647e-23 1
+1 -43.5 19.5 -94.5 35 56 18 2.83881e-09 1.23387e-18 9
+1 -43.5 43.5 -10.5 35 64 46 1.08594e-09 1.17926e-18 1
+1 -43.5 43.5 -7.5 35 64 47 4.10046e-09 1.29361e-17 3
+1 -43.5 43.5 -4.5 35 64 48 3.49066e-09 1.21847e-17 1
+1 -43.5 67.5 7.5 35 72 52 1.33184e-09 1.76533e-18 2
+1 -43.5 67.5 10.5 35 72 53 1.11425e-09 1.24156e-18 1
+1 -43.5 70.5 118.5 35 73 89 1.6306e-10 2.65621e-20 2
+1 -43.5 148.5 -31.5 35 99 39 8.07616e-14 6.52243e-27 1
+1 -40.5 -79.5 142.5 36 23 97 3.22805e-09 1.55737e-18 8
+1 -40.5 -43.5 88.5 36 35 79 2.74648e-09 7.54269e-18 2
+1 -40.5 -19.5 -148.5 36 43 0 8.42033e-14 7.09019e-27 1
+1 -40.5 -13.5 133.5 36 45 94 1.43971e-10 2.07278e-20 1
+1 -40.5 -1.5 148.5 36 49 99 9.37538e-11 8.77464e-21 2
+1 -40.5 46.5 -1.5 36 65 49 4.57436e-09 1.05058e-17 2
+1 -40.5 49.5 -7.5 36 66 47 2.40879e-09 1.41065e-18 6
+1 -40.5 49.5 -1.5 36 66 49 1.7134e-09 2.93573e-18 1
+1 -40.5 49.5 94.5 36 66 81 8.75244e-11 7.6464e-21 2
+1 -40.5 52.5 -1.5 36 67 49 5.70705e-09 5.28354e-18 9
+1 -40.5 55.5 -1.5 36 68 49 2.06241e-09 9.2978e-19 5
+1 -40.5 67.5 10.5 36 72 53 3.95402e-09 2.38263e-18 8
+1 -40.5 94.5 142.5 36 81 97 2.16502e-09 9.65761e-19 6
+1 -40.5 124.5 52.5 36 91 67 6.20013e-10 3.63638e-19 3
+1 -40.5 148.5 28.5 36 99 59 8.07616e-14 6.52243e-27 1
+1 -37.5 -70.5 7.5 37 26 52 1.30924e-09 6.08105e-19 3
+1 -37.5 -43.5 91.5 37 35 80 1.67813e-09 2.81613e-18 1
+1 -37.5 -43.5 94.5 37 35 81 4.00084e-09 4.26466e-18 4
+1 -37.5 -43.5 97.5 37 35 82 3.71513e-09 2.18935e-18 8
+1 -37.5 4.5 115.5 37 51 88 8.99781e-11 8.08154e-21 2
+1 -37.5 13.5 -70.5 37 54 26 3.36049e-09 1.12923e-17 2
+1 -37.5 13.5 -67.5 37 54 27 1.2763e-09 1.62893e-18 1
+1 -37.5 13.5 -64.5 37 54 28 5.44621e-09 7.16886e-18 6
+1 -37.5 13.5 -61.5 37 54 29 2.51836e-09 3.34567e-18 2
+1 -37.5 16.5 -61.5 37 55 29 3.1402e-09 2.22726e-18 5
+1 -37.5 16.5 -58.5 37 55 30 1.12115e-09 6.44731e-19 2
+1 -37.5 37.5 -148.5 37 62 0 3.18821e-12 1.01647e-23 1
+1 -37.5 67.5 10.5 37 72 53 1.81758e-09 6.90569e-19 5
+1 -37.5 70.5 94.5 37 73 81 3.41087e-10 1.16283e-19 2
+1 -37.5 88.5 73.5 37 79 74 1.28804e-10 1.65697e-20 2
+1 -37.5 91.5 85.5 37 80 78 9.60778e-10 4.71836e-19 3
+1 -37.5 148.5 -55.5 37 99 31 8.42033e-14 7.09019e-27 1
+1 -34.5 -106.5 -52.5 38 14 32 3.48577e-11 1.21506e-21 1
+1 -34.5 -73.5 4.5 38 25 51 9.86738e-10 9.7331e-19 2
+1 -34.5 -73.5 7.5 38 25 52 2.57956e-09 2.42701e-18 3
+1 -34.5 -70.5 7.5 38 26 52 4.37033e-10 1.90998e-19 1
+1 -34.5 13.5 -148.5 38 54 0 3.18821e-12 1.01647e-23 1
+1 -34.5 16.5 -61.5 38 55 29 3.30371e-10 1.09145e-19 1
+1 -34.5 16.5 -58.5 38 55 30 1.41166e-10 1.99278e-20 1
+1 -34.5 40.5 -148.5 38 63 0 3.18821e-12 1.01647e-23 1
+1 -34.5 52.5 142.5 38 67 97 3.41186e-09 4.19366e-18 3
+1 -34.5 55.5 70.5 38 68 73 2.86115e-09 2.81992e-18 3
+1 -34.5 55.5 73.5 38 68 74 1.73517e-09 7.55199e-19 4
+1 -34.5 55.5 139.5 38 68 96 1.91246e-09 3.64532e-18 2
+1 -34.5 58.5 73.5 38 69 74 1.23386e-09 5.11415e-19 3
+1 -34.5 79.5 58.5 38 76 69 8.27683e-10 3.62195e-19 3
+1 -34.5 139.5 118.5 38 96 89 2.88826e-10 8.34207e-20 1
+1 -34.5 148.5 28.5 38 99 59 3.18821e-12 1.01647e-23 1
+1 -34.5 148.5 82.5 38 99 77 8.42033e-14 7.09019e-27 1
+1 -31.5 -100.5 79.5 39 16 76 4.96736e-10 1.92686e-19 2
+1 -31.5 -34.5 -148.5 39 38 0 8.07616e-14 6.52243e-27 1
+1 -31.5 49.5 139.5 39 66 96 1.56358e-09 7.76978e-19 4
+1 -31.5 49.5 142.5 39 66 97 2.55869e-09 1.71132e-18 4
+1 -31.5 91.5 1.5 39 80 50 4.02989e-10 1.62335e-19 2
+1 -31.5 139.5 118.5 39 96 89 3.44316e-10 1.18553e-19 1
+1 -31.5 148.5 -13.5 39 99 45 3.18821e-12 1.01647e-23 1
+1 -31.5 148.5 106.5 39 99 85 8.07616e-14 6.52243e-27 1
+1 -28.5 -79.5 88.5 40 23 79 5.55156e-10 2.4481e-19 3
+1 -28.5 -67.5 -88.5 40 27 20 3.04956e-10 9.10739e-20 2
+1 -28.5 -19.5 -148.5 40 43 0 8.42033e-14 7.09019e-27 1
+1 -28.5 -19.5 -142.5 40 43 2 6.63637e-10 2.23907e-19 3
+1 -28.5 13.5 109.5 40 54 86 2.01917e-09 1.08126e-18 4
+1 -28.5 148.5 -13.5 40 99 45 1.7345e-13 3.00851e-26 1
+1 -28.5 148.5 43.5 40 99 64 1.7345e-13 3.00851e-26 1
+1 -25.5 -127.5 -52.5 41 7 32 1.64041e-09 9.40145e-19 4
+1 -25.5 -76.5 58.5 41 24 69 1.2532e-10 1.56841e-20 2
+1 -25.5 118.5 -64.5 41 89 28 4.85029e-11 2.34438e-21 2
+1 -25.5 124.5 118.5 41 91 89 2.66582e-10 7.10661e-20 1
+1 -25.5 124.5 121.5 41 91 90 2.16032e-09 8.26194e-19 6
+1 -25.5 148.5 94.5 41 99 81 1.7345e-13 3.00851e-26 1
+1 -22.5 -97.5 -49.5 42 17 33 6.83438e-11 4.65938e-21 2
+1 -22.5 -91.5 25.5 42 19 58 2.23529e-10 4.98876e-20 2
+1 -22.5 103.5 49.5 42 84 66 1.17817e-09 4.73378e-19 3
+1 -22.5 118.5 -73.5 42 89 25 9.61256e-11 9.20685e-21 2
+1 -22.5 118.5 -46.5 42 89 34 3.99634e-10 1.5964e-19 2
+1 -22.5 121.5 -76.5 42 90 24 1.88425e-10 3.54724e-20 2
+1 -19.5 -121.5 64.5 43 9 71 1.58914e-10 2.5227e-20 2
+1 -19.5 -7.5 -148.5 43 47 0 1.7345e-13 3.00851e-26 1
+1 -19.5 -7.5 -127.5 43 47 7 1.23695e-09 1.53004e-18 1
+1 -19.5 -7.5 -124.5 43 47 8 7.26623e-10 5.27981e-19 1
+1 -19.5 10.5 -148.5 43 53 0 8.42033e-14 7.09019e-27 1
+1 -19.5 112.5 -43.5 43 87 35 1.02183e-10 1.0425e-20 2
+1 -16.5 -85.5 -46.5 44 21 34 2.43895e-09 1.41405e-18 6
+1 -16.5 -7.5 -124.5 44 47 8 4.30458e-09 2.70898e-18 8
+1 -16.5 43.5 37.5 44 64 62 3.32987e-10 1.10765e-19 2
+1 -16.5 46.5 40.5 44 65 63 7.12758e-11 5.08024e-21 1
+1 -16.5 73.5 73.5 44 74 74 1.55148e-09 8.78047e-19 4
+1 -16.5 124.5 -85.5 44 91 21 8.41625e-12 7.08333e-23 1
+1 -13.5 -70.5 88.5 45 26 79 1.51787e-09 6.11976e-19 5
+1 -13.5 -10.5 -70.5 45 46 26 8.4433e-11 7.11473e-21 2
+1 -13.5 7.5 -148.5 45 52 0 8.42033e-14 7.09019e-27 1
+1 -13.5 7.5 -130.5 45 52 6 2.04246e-09 1.30816e-18 4
+1 -13.5 10.5 64.5 45 53 71 8.90309e-10 6.70384e-19 5
+1 -13.5 28.5 -58.5 45 59 30 1.34603e-09 4.59693e-19 5
+1 -13.5 37.5 46.5 45 62 65 4.81618e-09 2.77751e-18 11
+1 -13.5 58.5 -148.5 45 69 0 8.42033e-14 7.09019e-27 1
+1 -13.5 76.5 -37.5 45 75 37 2.40765e-10 5.79273e-20 2
+1 -13.5 82.5 -70.5 45 77 26 2.84405e-09 1.39231e-18 6
+1 -13.5 82.5 103.5 45 77 84 2.53544e-10 6.42848e-20 1
+1 -13.5 85.5 -82.5 45 78 22 4.9461e-09 2.44631e-17 2
+1 -13.5 85.5 -76.5 45 78 24 4.31635e-09 1.86309e-17 1
+1 -13.5 85.5 -70.5 45 78 26 3.51598e-09 3.21156e-18 4
+1 -13.5 103.5 136.5 45 84 95 3.3179e-10 1.10029e-19 2
+1 -13.5 112.5 70.5 45 87 73 2.70717e-09 1.25133e-18 7
+1 -13.5 148.5 -127.5 45 99 7 1.7345e-13 3.00851e-26 1
+1 -10.5 -118.5 61.5 46 10 70 9.44549e-11 8.90583e-21 2
+1 -10.5 -118.5 67.5 46 10 72 7.87957e-11 6.1955e-21 2
+1 -10.5 79.5 -148.5 46 76 0 1.7345e-13 3.00851e-26 1
+1 -10.5 85.5 -73.5 46 78 25 2.15401e-09 3.28107e-18 3
+1 -10.5 91.5 -37.5 46 80 37 8.62705e-11 7.42868e-21 2
+1 -10.5 106.5 145.5 46 85 98 7.02962e-09 3.20575e-18 26
+1 -10.5 106.5 148.5 46 85 99 6.50201e-10 1.16373e-19 4
+1 -10.5 109.5 145.5 46 86 98 1.75127e-09 3.35742e-19 11
+1 -10.5 130.5 -97.5 46 93 17 5.76997e-11 3.31955e-21 2
+1 -10.5 148.5 34.5 46 99 61 3.18821e-12 1.01647e-23 1
+1 -10.5 148.5 40.5 46 99 63 8.42033e-14 7.09019e-27 1
+1 -10.5 148.5 100.5 46 99 83 8.42033e-14 7.09019e-27 1
+1 -7.5 -70.5 -148.5 47 26 0 1.7345e-13 3.00851e-26 1
+1 -7.5 10.5 46.5 47 53 65 1.95187e-09 7.65347e-19 5
+1 -7.5 97.5 25.5 47 82 58 4.68925e-11 2.19103e-21 2
+1 -7.5 127.5 -97.5 47 92 17 1.62644e-10 2.64258e-20 2
+1 -4.5 31.5 -145.5 48 60 1 7.43092e-10 3.27595e-19 2
+1 -4.5 79.5 133.5 48 76 94 3.37482e-10 1.1384e-19 2
+1 -4.5 79.5 136.5 48 76 95 7.66895e-10 2.94095e-19 2
+1 -4.5 106.5 109.5 48 85 86 6.0221e-10 2.14211e-19 2
+1 -4.5 106.5 139.5 48 85 96 1.25041e-10 1.56352e-20 1
+1 -4.5 106.5 142.5 48 85 97 6.82384e-10 2.35753e-19 3
+1 -1.5 -40.5 40.5 49 36 63 2.46148e-09 1.03339e-18 7
+1 -1.5 28.5 -148.5 49 59 0 3.12244e-10 3.82979e-20 5
+1 -1.5 28.5 -145.5 49 59 1 2.99218e-09 9.67967e-19 17
+1 -1.5 31.5 -145.5 49 60 1 1.17718e-09 7.08433e-19 2
+1 -1.5 61.5 67.5 49 70 72 3.14052e-12 9.86288e-24 1
+1 -1.5 112.5 -118.5 49 87 10 3.55482e-10 1.26244e-19 2
+1 -1.5 118.5 49.5 49 89 66 2.52919e-09 1.26046e-18 8
+1 -1.5 148.5 -91.5 49 99 19 8.07616e-14 6.52243e-27 1
+1 -1.5 148.5 67.5 49 99 72 8.42033e-14 7.09019e-27 1
+1 1.5 -28.5 67.5 50 40 72 8.42033e-14 7.09019e-27 1
+1 1.5 -10.5 142.5 50 46 97 3.51823e-09 2.2963e-18 6
+1 1.5 16.5 -148.5 50 55 0 8.42033e-14 7.09019e-27 1
+1 1.5 100.5 10.5 50 83 53 6.47676e-11 4.18395e-21 2
+1 1.5 112.5 46.5 50 87 65 1.61141e-09 2.59665e-18 1
+1 1.5 115.5 46.5 50 88 65 2.25932e-09 5.10451e-18 1
+1 1.5 115.5 49.5 50 88 66 2.57588e-09 2.2946e-18 3
+1 1.5 118.5 46.5 50 89 65 4.99055e-09 7.95378e-18 5
+1 1.5 121.5 43.5 50 90 64 4.26152e-10 1.81606e-19 1
+1 1.5 121.5 46.5 50 90 65 4.52046e-09 1.37734e-17 3
+1 1.5 124.5 43.5 50 91 64 4.33339e-10 1.87783e-19 1
+1 1.5 148.5 -1.5 50 99 49 8.42033e-14 7.09019e-27 1
+1 1.5 148.5 19.5 50 99 56 1.7345e-13 3.00851e-26 1
+1 4.5 -79.5 -148.5 51 23 0 1.7345e-13 3.00851e-26 1
+1 4.5 -52.5 67.5 51 32 72 5.33367e-11 2.8448e-21 1
+1 4.5 -43.5 -82.5 51 35 22 1.84993e-09 3.42159e-18 2
+1 4.5 -43.5 -79.5 51 35 23 4.28952e-09 4.10513e-18 6
+1 4.5 -40.5 -148.5 51 36 0 8.42033e-14 7.09019e-27 1
+1 4.5 -10.5 142.5 51 46 97 7.9666e-10 3.20925e-19 2
+1 4.5 13.5 -148.5 51 54 0 8.07616e-14 6.52243e-27 1
+1 4.5 13.5 -139.5 51 54 3 1.50339e-09 8.01527e-19 4
+1 4.5 13.5 -136.5 51 54 4 3.11495e-09 1.38414e-18 8
+1 4.5 19.5 -49.5 51 56 33 3.07723e-09 1.44481e-18 8
+1 4.5 73.5 7.5 51 74 52 5.05049e-11 2.54225e-21 2
+1 4.5 76.5 10.5 51 75 53 2.82272e-11 7.92036e-22 2
+1 4.5 109.5 103.5 51 86 84 1.55214e-10 2.40913e-20 1
+1 4.5 112.5 46.5 51 87 65 2.89203e-09 2.04032e-18 7
+1 4.5 115.5 -49.5 51 88 33 1.57224e-11 1.6727e-22 2
+1 4.5 121.5 -4.5 51 90 48 4.57873e-11 2.08878e-21 2
+1 4.5 139.5 79.5 51 96 76 7.42707e-10 2.75731e-19 3
+1 4.5 139.5 112.5 51 96 87 2.71172e-09 1.06463e-18 7
+1 7.5 -40.5 -79.5 52 36 23 1.5683e-09 1.23619e-18 2
+1 7.5 -40.5 -76.5 52 36 24 3.24416e-09 1.70958e-18 9
+1 7.5 16.5 127.5 52 55 92 1.11432e-10 1.23984e-20 2
+1 7.5 109.5 100.5 52 86 83 6.36678e-10 2.6916e-19 2
+1 7.5 139.5 112.5 52 96 87 3.00628e-09 2.33326e-18 4
+1 7.5 142.5 112.5 52 97 87 1.47708e-09 2.95419e-19 8
+1 7.5 148.5 106.5 52 99 85 8.42033e-14 7.09019e-27 1
+1 10.5 -91.5 52.5 53 19 67 2.01259e-10 3.92423e-20 2
+1 10.5 -73.5 85.5 53 25 78 1.12133e-09 1.25738e-18 1
+1 10.5 -73.5 88.5 53 25 79 4.89796e-09 4.43433e-18 7
+1 10.5 -73.5 91.5 53 25 80 4.84996e-10 2.35221e-19 1
+1 10.5 -70.5 82.5 53 26 77 2.43438e-09 5.92622e-18 1
+1 10.5 -70.5 85.5 53 26 78 1.44026e-09 2.07435e-18 1
+1 10.5 -61.5 -127.5 53 29 7 4.8148e-10 2.31742e-19 2
+1 10.5 -61.5 -124.5 53 29 8 1.89428e-09 8.48062e-19 5
+1 10.5 -58.5 -148.5 53 30 0 3.18821e-12 1.01647e-23 1
+1 10.5 -55.5 -148.5 53 31 0 8.42033e-14 7.09019e-27 1
+1 10.5 -40.5 -79.5 53 36 23 4.54687e-10 2.06663e-19 2
+1 10.5 -28.5 -148.5 53 40 0 8.42033e-14 7.09019e-27 1
+1 10.5 -25.5 -148.5 53 41 0 1.7345e-13 3.00851e-26 1
+1 10.5 43.5 52.5 53 64 67 2.11216e-11 4.4258e-22 2
+1 10.5 139.5 112.5 53 96 87 1.13816e-09 1.29541e-18 1
+1 10.5 142.5 79.5 53 97 76 1.39589e-10 1.94616e-20 2
+1 10.5 142.5 112.5 53 97 87 1.77781e-09 2.34876e-18 3
+1 13.5 -88.5 52.5 54 20 67 4.79606e-11 2.29216e-21 2
+1 13.5 -73.5 88.5 54 25 79 7.12497e-10 2.58056e-19 2
+1 13.5 -70.5 76.5 54 26 75 4.03507e-09 1.62804e-17 2
+1 13.5 -70.5 79.5 54 26 76 2.47144e-09 6.10803e-18 1
+1 13.5 -34.5 31.5 54 38 60 3.71382e-10 1.37862e-19 2
+1 13.5 -31.5 73.5 54 39 74 1.58509e-09 2.5125e-18 1
+1 13.5 -31.5 76.5 54 39 75 4.13796e-09 3.10464e-18 7
+1 13.5 -28.5 76.5 54 40 75 4.03946e-09 1.98124e-18 9
+1 13.5 10.5 85.5 54 53 78 1.81994e-11 3.2829e-22 2
+1 13.5 13.5 -148.5 54 54 0 8.42033e-14 7.09019e-27 1
+1 13.5 13.5 -133.5 54 54 5 2.64589e-09 3.59249e-18 2
+1 13.5 13.5 -130.5 54 54 6 4.62022e-09 2.56274e-18 10
+1 13.5 46.5 46.5 54 65 65 1.11261e-09 4.38202e-19 3
+1 13.5 46.5 49.5 54 65 66 2.30286e-10 5.29927e-20 2
+1 13.5 61.5 76.5 54 70 75 1.78123e-09 1.0695e-18 4
+1 13.5 97.5 148.5 54 82 99 1.69886e-11 2.88612e-22 1
+1 13.5 148.5 -40.5 54 99 36 8.42033e-14 7.09019e-27 1
+1 13.5 148.5 1.5 54 99 50 1.7345e-13 3.00851e-26 1
+1 16.5 -91.5 55.5 55 19 68 9.50144e-10 4.82971e-19 3
+1 16.5 -55.5 70.5 55 31 73 2.01637e-10 4.06236e-20 2
+1 16.5 61.5 76.5 55 70 75 2.05996e-09 9.67874e-19 6
+1 16.5 61.5 79.5 55 70 76 9.92324e-10 8.97239e-19 4
+1 16.5 64.5 76.5 55 71 75 1.40798e-09 1.98216e-18 2
+1 16.5 64.5 79.5 55 71 76 2.25899e-09 2.66586e-18 2
+1 16.5 148.5 -31.5 55 99 39 1.7345e-13 3.00851e-26 1
+1 16.5 148.5 85.5 55 99 78 1.7345e-13 3.00851e-26 1
+1 19.5 -100.5 -13.5 56 16 45 3.29475e-09 1.53049e-18 8
+1 19.5 -79.5 127.5 56 23 92 4.05678e-11 1.63173e-21 2
+1 19.5 -52.5 64.5 56 32 71 1.25439e-10 1.56915e-20 2
+1 19.5 -40.5 -148.5 56 36 0 1.7345e-13 3.00851e-26 1
+1 19.5 4.5 -31.5 56 51 39 4.08091e-10 1.66396e-19 2
+1 19.5 13.5 82.5 56 54 77 3.80989e-10 1.45021e-19 2
+1 19.5 13.5 85.5 56 54 78 1.51657e-09 7.01525e-19 4
+1 19.5 82.5 -67.5 56 77 27 9.75991e-10 4.76801e-19 2
+1 19.5 82.5 -64.5 56 77 28 4.38315e-10 1.9212e-19 1
+1 19.5 103.5 148.5 56 84 99 1.48555e-10 2.2017e-20 2
+1 19.5 133.5 -55.5 56 94 31 9.06451e-11 8.21653e-21 1
+1 19.5 139.5 97.5 56 96 82 1.74372e-09 7.84597e-19 4
+1 22.5 -115.5 43.5 57 11 64 1.87217e-10 3.50186e-20 2
+1 22.5 -55.5 -148.5 57 31 0 8.07616e-14 6.52243e-27 1
+1 22.5 -40.5 -130.5 57 36 6 9.04773e-11 8.17153e-21 2
+1 22.5 -25.5 -148.5 57 41 0 8.07616e-14 6.52243e-27 1
+1 22.5 -10.5 139.5 57 46 96 7.92236e-10 3.17216e-19 2
+1 22.5 43.5 40.5 57 64 63 1.01579e-10 5.15196e-21 4
+1 22.5 49.5 -64.5 57 66 28 5.02005e-10 1.48494e-19 3
+1 22.5 52.5 -148.5 57 67 0 1.7345e-13 3.00851e-26 1
+1 22.5 55.5 -115.5 57 68 11 1.88391e-09 3.5491e-18 1
+1 22.5 55.5 -112.5 57 68 12 3.77155e-09 2.10702e-18 8
+1 22.5 55.5 -109.5 57 68 13 1.95849e-09 9.83221e-19 4
+1 22.5 136.5 91.5 57 95 80 2.54511e-09 6.4776e-18 1
+1 22.5 136.5 94.5 57 95 81 2.86529e-09 4.30166e-18 2
+1 22.5 136.5 97.5 57 95 82 3.99993e-09 3.29347e-18 5
+1 22.5 139.5 97.5 57 96 82 6.05742e-10 3.66924e-19 1
+1 25.5 -139.5 43.5 58 3 64 1.29336e-11 1.62852e-22 2
+1 25.5 -112.5 124.5 58 12 91 7.94156e-11 5.82077e-21 2
+1 25.5 -76.5 -148.5 58 24 0 8.07616e-14 6.52243e-27 1
+1 25.5 -10.5 -19.5 58 46 43 1.89746e-10 3.60035e-20 1
+1 25.5 70.5 -73.5 58 73 25 4.823e-10 2.32532e-19 2
+1 25.5 79.5 -16.5 58 76 44 5.82865e-10 3.39732e-19 1
+1 25.5 82.5 -13.5 58 77 45 1.1911e-09 1.41871e-18 1
+1 25.5 103.5 40.5 58 84 63 8.51299e-11 7.23278e-21 2
+1 25.5 133.5 34.5 58 94 61 2.44844e-11 4.63692e-22 2
+1 25.5 136.5 91.5 58 95 80 2.21736e-09 1.10699e-18 6
+1 25.5 139.5 25.5 58 96 58 1.70622e-10 2.90843e-20 2
+1 25.5 139.5 85.5 58 96 78 7.31187e-10 2.68428e-19 3
+1 25.5 139.5 88.5 58 96 79 3.07868e-09 1.06627e-18 9
+1 25.5 139.5 91.5 58 96 80 9.03936e-10 2.75349e-19 3
+1 25.5 148.5 -67.5 58 99 27 3.18821e-12 1.01647e-23 1
+1 25.5 148.5 76.5 58 99 75 1.7345e-13 3.00851e-26 1
+1 28.5 -142.5 46.5 59 2 65 3.30919e-11 1.08951e-21 2
+1 28.5 -79.5 -94.5 59 23 18 7.72533e-10 2.98746e-19 2
+1 28.5 -73.5 79.5 59 25 76 3.26225e-09 5.40691e-18 3
+1 28.5 -70.5 82.5 59 26 77 3.72287e-09 3.48246e-18 5
+1 28.5 -70.5 85.5 59 26 78 3.34719e-09 1.70386e-18 7
+1 28.5 -61.5 -148.5 59 29 0 8.07616e-14 6.52243e-27 1
+1 28.5 -34.5 145.5 59 38 98 1.00796e-09 3.76917e-19 3
+1 28.5 -4.5 -43.5 59 48 35 3.52377e-10 1.24113e-19 2
+1 28.5 -1.5 -43.5 59 49 35 3.06465e-10 9.38715e-20 2
+1 28.5 16.5 -70.5 59 55 26 1.89449e-10 3.58252e-20 2
+1 28.5 61.5 7.5 59 70 52 3.48922e-11 1.2116e-21 2
+1 28.5 79.5 -16.5 59 76 44 3.41144e-09 1.69352e-18 8
+1 28.5 79.5 -13.5 59 76 45 8.67341e-10 7.52281e-19 1
+1 28.5 82.5 -16.5 59 77 44 1.25029e-09 1.56279e-18 2
+1 31.5 -142.5 46.5 60 2 65 3.83483e-11 1.4706e-21 1
+1 31.5 -115.5 46.5 60 11 65 2.23592e-09 1.269e-18 4
+1 31.5 -115.5 49.5 60 11 66 1.76825e-09 7.91805e-19 4
+1 31.5 -76.5 127.5 60 24 92 4.29561e-11 1.8383e-21 2
+1 31.5 -37.5 61.5 60 37 70 3.07644e-10 9.4593e-20 2
+1 31.5 -4.5 -148.5 60 48 0 3.18821e-12 1.01647e-23 1
+1 31.5 97.5 67.5 60 82 72 3.73089e-10 1.36837e-19 2
+1 31.5 100.5 31.5 60 83 60 1.58607e-10 2.51012e-20 2
+1 31.5 127.5 49.5 60 92 66 8.02265e-12 6.3026e-23 2
+1 31.5 136.5 16.5 60 95 55 1.48856e-09 1.28652e-18 2
+1 31.5 139.5 16.5 60 96 55 1.88355e-09 9.70987e-19 4
+1 34.5 -115.5 43.5 61 11 64 1.0946e-09 1.19815e-18 1
+1 34.5 -115.5 46.5 61 11 65 1.60291e-09 1.28943e-18 2
+1 34.5 -94.5 -148.5 61 18 0 3.18821e-12 1.01647e-23 1
+1 34.5 -94.5 40.5 61 18 63 6.90355e-10 2.40312e-19 3
+1 34.5 -73.5 -16.5 61 25 44 3.38036e-09 1.71685e-18 8
+1 34.5 -43.5 -94.5 61 35 18 4.1402e-10 1.71269e-19 2
+1 34.5 -7.5 -40.5 61 47 36 1.07569e-09 1.1571e-18 1
+1 34.5 -4.5 -40.5 61 48 36 3.91824e-09 3.37078e-18 7
+1 34.5 -4.5 -37.5 61 48 37 2.29494e-09 1.20298e-18 5
+1 34.5 1.5 -127.5 61 50 7 1.59663e-09 6.54517e-19 4
+1 34.5 52.5 136.5 61 67 95 1.69828e-09 7.46965e-19 6
+1 34.5 115.5 -4.5 61 88 48 1.18367e-09 4.2585e-19 7
+1 34.5 124.5 4.5 61 91 51 3.3288e-11 1.0966e-21 2
+1 34.5 136.5 16.5 61 95 55 1.75669e-09 1.55723e-18 2
+1 34.5 139.5 16.5 61 96 55 4.68609e-09 5.30622e-18 6
+1 34.5 142.5 13.5 61 97 54 1.95883e-09 5.33929e-19 8
+1 34.5 142.5 16.5 61 97 55 7.20416e-10 2.30864e-19 3
+1 34.5 142.5 25.5 61 97 58 1.24452e-11 1.50627e-22 2
+1 34.5 142.5 28.5 61 97 59 2.05872e-09 1.34078e-18 4
+1 34.5 145.5 28.5 61 98 59 2.14681e-09 1.59258e-18 4
+1 34.5 145.5 31.5 61 98 60 5.33519e-10 2.84643e-19 1
+1 34.5 148.5 7.5 61 99 52 8.42033e-14 7.09019e-27 1
+1 34.5 148.5 25.5 61 99 58 8.42033e-14 7.09019e-27 1
+1 37.5 -118.5 4.5 62 10 51 3.38379e-11 1.145e-21 1
+1 37.5 -76.5 124.5 62 24 91 5.45264e-11 2.64578e-21 2
+1 37.5 -1.5 -148.5 62 49 0 8.42033e-14 7.09019e-27 1
+1 37.5 -1.5 -130.5 62 49 6 1.50057e-09 2.2512e-18 2
+1 37.5 -1.5 -127.5 62 49 7 2.01869e-09 2.03813e-18 2
+1 37.5 1.5 -127.5 62 50 7 2.94091e-09 1.83471e-18 5
+1 37.5 1.5 10.5 62 50 53 5.24741e-10 2.72027e-19 2
+1 37.5 103.5 25.5 62 84 58 9.28575e-10 4.5745e-19 2
+1 40.5 -79.5 124.5 63 23 91 4.66057e-11 2.16426e-21 2
+1 40.5 25.5 -148.5 63 58 0 3.18821e-12 1.01647e-23 1
+1 40.5 127.5 58.5 63 92 69 9.20341e-12 8.47028e-23 1
+1 43.5 -115.5 13.5 64 11 54 1.59122e-09 5.39802e-19 6
+1 43.5 -34.5 -148.5 64 38 0 3.18821e-12 1.01647e-23 1
+1 43.5 -31.5 -148.5 64 39 0 8.42033e-14 7.09019e-27 1
+1 43.5 16.5 -148.5 64 55 0 8.42033e-14 7.09019e-27 1
+1 43.5 49.5 58.5 64 66 69 3.29618e-10 1.08593e-19 2
+1 43.5 70.5 -148.5 64 73 0 8.42033e-14 7.09019e-27 1
+1 43.5 88.5 145.5 64 79 98 5.01881e-10 2.39246e-19 3
+1 43.5 100.5 19.5 64 83 56 3.65714e-11 1.33157e-21 2
+1 46.5 -100.5 -148.5 65 16 0 1.7345e-13 3.00851e-26 1
+1 46.5 -70.5 -85.5 65 26 21 8.57994e-11 7.34769e-21 2
+1 46.5 -49.5 82.5 65 33 77 3.98101e-10 1.58417e-19 2
+1 46.5 -31.5 -109.5 65 39 13 3.34949e-10 1.12137e-19 2
+1 46.5 -7.5 -148.5 65 47 0 1.7345e-13 3.00851e-26 1
+1 46.5 -7.5 -76.5 65 47 24 6.9721e-10 4.86102e-19 1
+1 46.5 -4.5 -76.5 65 48 24 4.14342e-09 2.52223e-18 7
+1 46.5 22.5 -49.5 65 57 33 4.91908e-10 1.96894e-19 3
+1 46.5 79.5 -61.5 65 76 29 2.68496e-09 2.42031e-18 3
+1 46.5 82.5 -61.5 65 77 29 2.67441e-09 1.22739e-18 6
+1 46.5 106.5 -58.5 65 85 30 6.75151e-10 4.55719e-19 2
+1 49.5 -7.5 -82.5 66 47 22 3.70615e-09 7.73679e-18 2
+1 49.5 -7.5 -79.5 66 47 23 4.27578e-09 6.55399e-18 4
+1 49.5 -7.5 -76.5 66 47 24 1.50281e-09 1.13768e-18 3
+1 49.5 4.5 -148.5 66 51 0 1.7345e-13 3.00851e-26 1
+1 49.5 4.5 -145.5 66 51 1 1.11103e-09 7.88913e-19 6
+1 49.5 16.5 -58.5 66 55 30 7.46507e-10 2.76292e-19 3
+1 49.5 82.5 -61.5 66 77 29 5.94147e-10 3.53011e-19 1
+1 49.5 148.5 67.5 66 99 72 8.07616e-14 6.52243e-27 1
+1 52.5 -112.5 -70.5 67 12 26 1.7012e-09 7.40723e-19 4
+1 52.5 -19.5 109.5 67 43 86 2.40838e-09 1.49274e-18 5
+1 52.5 4.5 -145.5 67 51 1 2.29801e-09 1.32492e-18 4
+1 52.5 4.5 -142.5 67 51 2 1.7179e-09 7.28939e-19 5
+1 52.5 148.5 88.5 67 99 79 1.7345e-13 3.00851e-26 1
+1 55.5 -112.5 -70.5 68 12 26 2.24266e-10 5.02951e-20 1
+1 55.5 -43.5 73.5 68 35 74 4.00562e-10 1.60311e-19 2
+1 55.5 -43.5 76.5 68 35 75 1.98096e-09 7.89209e-19 5
+1 55.5 -19.5 -148.5 68 43 0 8.07616e-14 6.52243e-27 1
+1 55.5 7.5 -34.5 68 52 38 3.85952e-09 2.02981e-18 9
+1 55.5 31.5 10.5 68 60 53 3.43813e-09 4.03763e-18 3
+1 55.5 34.5 10.5 68 61 53 1.46722e-09 2.1525e-18 2
+1 55.5 52.5 -31.5 68 67 39 8.42033e-14 7.09019e-27 1
+1 55.5 79.5 97.5 68 76 82 5.37538e-10 1.97427e-19 2
+1 55.5 79.5 139.5 68 76 96 2.17127e-09 9.49551e-19 5
+1 55.5 148.5 -37.5 68 99 37 1.7345e-13 3.00851e-26 1
+1 58.5 -22.5 -73.5 69 42 25 1.13976e-09 4.37989e-19 4
+1 58.5 28.5 13.5 69 59 54 3.39147e-09 1.76678e-18 8
+1 58.5 31.5 10.5 69 60 53 9.58348e-10 9.1843e-19 1
+1 58.5 106.5 1.5 69 85 50 1.04624e-09 3.69128e-19 3
+1 58.5 106.5 136.5 69 85 95 9.44264e-10 3.33441e-19 3
+1 61.5 -127.5 19.5 70 7 56 7.63185e-11 5.82452e-21 1
+1 61.5 -79.5 118.5 70 23 89 5.14662e-10 1.55766e-19 3
+1 61.5 -46.5 -25.5 70 34 41 2.37523e-10 5.63772e-20 2
+1 61.5 1.5 -7.5 70 50 47 4.17919e-09 1.99456e-18 9
+1 61.5 37.5 127.5 70 62 92 4.01933e-09 2.80514e-18 8
+1 61.5 40.5 -31.5 70 63 39 1.07143e-09 1.14796e-18 1
+1 61.5 43.5 -31.5 70 64 39 2.90525e-09 1.36117e-18 7
+1 61.5 106.5 1.5 70 85 50 9.25299e-10 4.32244e-19 3
+1 61.5 148.5 28.5 70 99 59 1.7345e-13 3.00851e-26 1
+1 64.5 -79.5 121.5 71 23 90 1.82821e-09 1.16608e-18 4
+1 64.5 -79.5 124.5 71 23 91 2.29223e-09 1.09468e-18 5
+1 64.5 -43.5 -25.5 71 35 41 6.41354e-10 3.97372e-19 3
+1 64.5 61.5 49.5 71 70 66 2.13936e-09 1.10076e-18 6
+1 64.5 94.5 13.5 71 81 54 3.30837e-10 1.09453e-19 1
+1 67.5 -130.5 19.5 72 6 56 1.21805e-10 1.4816e-20 2
+1 67.5 -115.5 79.5 72 11 76 2.06757e-10 4.27485e-20 1
+1 67.5 64.5 43.5 72 71 64 2.09526e-11 4.35642e-22 2
+1 67.5 73.5 124.5 72 74 91 3.59014e-11 1.28288e-21 2
+1 67.5 94.5 10.5 72 81 53 2.87819e-09 2.79773e-18 4
+1 67.5 94.5 13.5 72 81 54 3.41561e-09 2.54139e-18 5
+1 67.5 148.5 -4.5 72 99 48 8.07616e-14 6.52243e-27 1
+1 70.5 -13.5 -121.5 73 45 9 6.41166e-11 4.11094e-21 1
+1 70.5 -4.5 85.5 73 48 78 5.44434e-09 3.33379e-18 12
+1 70.5 64.5 109.5 73 71 86 3.28585e-09 1.99689e-18 6
+1 70.5 67.5 106.5 73 72 85 9.52473e-10 9.07204e-19 1
+1 70.5 67.5 109.5 73 72 86 7.63004e-10 2.91857e-19 2
+1 70.5 82.5 4.5 73 77 51 2.44507e-12 5.97837e-24 1
+1 70.5 148.5 55.5 73 99 68 3.18821e-12 1.01647e-23 1
+1 73.5 -16.5 -115.5 74 44 11 7.44872e-10 2.82123e-19 3
+1 73.5 -4.5 79.5 74 48 76 3.00467e-09 9.02699e-18 2
+1 73.5 -4.5 82.5 74 48 77 3.01196e-09 4.55065e-18 2
+1 73.5 -4.5 85.5 74 48 78 1.96568e-09 1.64977e-18 4
+1 73.5 73.5 61.5 74 74 70 1.80918e-09 1.64047e-18 2
+1 73.5 124.5 -103.5 74 91 15 1.13728e-10 1.2934e-20 1
+1 73.5 124.5 79.5 74 91 76 6.96126e-10 2.42593e-19 2
+1 76.5 16.5 -148.5 75 55 0 8.42033e-14 7.09019e-27 1
+1 76.5 16.5 -136.5 75 55 4 4.28378e-09 2.74222e-18 8
+1 76.5 46.5 -148.5 75 65 0 1.7345e-13 3.00851e-26 1
+1 76.5 67.5 58.5 75 72 69 4.85954e-11 2.36152e-21 1
+1 76.5 73.5 58.5 75 74 69 3.75558e-09 5.01377e-18 5
+1 76.5 73.5 61.5 75 74 70 3.97689e-09 3.04843e-18 7
+1 76.5 82.5 55.5 75 77 68 7.11459e-10 2.53093e-19 2
+1 76.5 85.5 52.5 75 78 67 1.9138e-09 1.86652e-18 3
+1 76.5 85.5 55.5 75 78 68 1.18208e-09 7.29857e-19 2
+1 76.5 145.5 -148.5 75 98 0 8.42033e-14 7.09019e-27 1
+1 76.5 148.5 -145.5 75 99 1 1.08331e-09 3.93663e-19 3
+1 79.5 -4.5 -40.5 76 48 36 2.51848e-10 6.18421e-20 2
+1 79.5 16.5 -148.5 76 55 0 8.42033e-14 7.09019e-27 1
+1 79.5 16.5 -139.5 76 55 3 1.65213e-09 2.71903e-18 2
+1 79.5 16.5 -136.5 76 55 4 3.47832e-09 2.4402e-18 6
+1 79.5 22.5 -148.5 76 57 0 3.18821e-12 1.01647e-23 1
+1 79.5 49.5 142.5 76 66 97 1.60386e-10 2.57236e-20 1
+1 79.5 82.5 55.5 76 77 68 9.73897e-10 4.11476e-19 3
+1 82.5 -25.5 -73.5 77 41 25 1.23582e-09 5.17996e-19 4
+1 82.5 -16.5 -43.5 77 44 35 5.67454e-11 2.87853e-21 2
+1 82.5 22.5 -148.5 77 57 0 8.42033e-14 7.09019e-27 1
+1 85.5 -79.5 79.5 78 23 76 4.07491e-10 1.63471e-19 2
+1 85.5 16.5 -91.5 78 55 19 3.33802e-09 1.11419e-17 2
+1 85.5 16.5 -88.5 78 55 20 2.59751e-09 6.74705e-18 1
+1 85.5 16.5 -85.5 78 55 21 2.25487e-09 5.08443e-18 1
+1 85.5 16.5 -82.5 78 55 22 3.01421e-09 4.70184e-18 2
+1 85.5 22.5 -79.5 78 57 23 8.82603e-10 7.7884e-19 2
+1 85.5 22.5 -76.5 78 57 24 2.9015e-09 1.52897e-18 6
+1 85.5 25.5 -76.5 78 58 24 5.29648e-10 2.80527e-19 1
+1 88.5 -7.5 -43.5 79 47 35 7.0696e-10 4.9847e-19 3
+1 88.5 16.5 -85.5 79 55 21 2.55283e-09 2.18683e-18 3
+1 88.5 19.5 -85.5 79 56 21 1.11211e-09 6.49252e-19 2
+1 88.5 22.5 -76.5 79 57 24 5.08058e-10 1.90838e-19 2
+1 88.5 52.5 -10.5 79 67 46 3.57314e-09 1.64404e-18 10
+1 88.5 103.5 -91.5 79 84 19 3.68758e-11 1.35388e-21 2
+1 88.5 118.5 -145.5 79 89 1 3.32942e-10 1.1085e-19 1
+1 91.5 19.5 -85.5 80 56 21 5.67035e-10 3.21528e-19 1
+1 91.5 19.5 -82.5 80 56 22 1.85595e-09 9.57355e-19 4
+1 91.5 25.5 -52.5 80 58 32 5.17034e-09 3.74089e-18 9
+1 91.5 148.5 85.5 80 99 78 8.42033e-14 7.09019e-27 1
+1 94.5 4.5 -133.5 81 51 5 5.18788e-10 2.1691e-19 2
+1 94.5 133.5 -31.5 81 94 39 4.47273e-10 1.99978e-19 2
+1 97.5 4.5 -133.5 82 51 5 7.90224e-10 3.17868e-19 2
+1 100.5 -76.5 94.5 83 24 81 1.02057e-10 1.04156e-20 1
+1 100.5 4.5 46.5 83 51 65 1.00224e-09 5.52598e-19 2
+1 100.5 148.5 34.5 83 99 61 8.07616e-14 6.52243e-27 1
+1 103.5 -106.5 -148.5 84 14 0 8.42033e-14 7.09019e-27 1
+1 103.5 19.5 -40.5 84 56 36 1.23466e-10 1.5224e-20 2
+1 103.5 91.5 148.5 84 80 99 2.43446e-10 2.82594e-20 4
+1 106.5 13.5 103.5 85 54 84 1.07232e-09 5.15885e-19 4
+1 109.5 109.5 -139.5 86 86 3 5.81546e-10 2.16316e-19 3
+1 112.5 -10.5 22.5 87 46 57 2.6863e-10 7.21623e-20 1
+1 112.5 7.5 -43.5 87 52 35 1.14976e-11 1.32195e-22 1
+1 115.5 -49.5 79.5 88 33 76 8.92817e-10 2.87873e-19 4
+1 121.5 133.5 88.5 90 94 79 7.40436e-10 3.14938e-19 2
+1 124.5 -133.5 7.5 91 5 52 1.03166e-09 5.33067e-19 2
+1 127.5 -16.5 19.5 92 44 56 3.93543e-10 1.54876e-19 1
+1 133.5 -118.5 85.5 94 10 78 1.63197e-09 6.80477e-19 5
+1 133.5 -10.5 37.5 94 46 62 5.68571e-10 3.23178e-19 2
+1 133.5 -10.5 40.5 94 46 63 1.87507e-10 3.5094e-20 2
+1 133.5 -4.5 40.5 94 48 63 1.05469e-10 1.04714e-20 2
+1 139.5 -55.5 -64.5 96 31 28 5.40313e-10 1.62211e-19 2
+1 142.5 52.5 136.5 97 67 95 2.14375e-09 1.20705e-18 4
+1 142.5 52.5 139.5 97 67 96 1.49684e-09 5.76907e-19 4
+1 145.5 10.5 76.5 98 53 75 7.41329e-10 3.01148e-19 2
diff --git a/examples/advanced/medical_linac/ROG_Out_1_Ro0_TrX0_Y0_Z0.txt b/examples/advanced/medical_linac/ROG_Out_1_Ro0_TrX0_Y0_Z0.txt
new file mode 100644
index 0000000000..67368ea823
--- /dev/null
+++ b/examples/advanced/medical_linac/ROG_Out_1_Ro0_TrX0_Y0_Z0.txt
@@ -0,0 +1,404 @@
+Sensitive Detector-Voxels. Total number of events, [mm]->centreX centreY centreZ HalfSizeX HalfSizeY HalfSizeZ minX maxX, minY maxY, minZ maxZ, Dx, Dy, Dz, nX, nY, nZ:
+1094 0 0 0 150 150 150 -150 150 -150 150 -150 150 1.5 1.5 1.5 100 100 100
+Number of physical volumes: 2
+G4_WATER 1
+G4_Galactic 2
+Phys Volume x [mm], y [mm], z [mm], ix, iy, iz, Dose [Gy], Dose2 [Gy^2], nEvents
+1 -148.5 61.5 -76.5 0 70 24 1.85502e-11 2.46155e-22 2
+1 -145.5 -55.5 -79.5 1 31 23 4.79202e-10 2.26599e-19 2
+1 -145.5 118.5 -37.5 1 89 37 1.21679e-10 1.48057e-20 1
+1 -142.5 -85.5 109.5 2 21 86 6.33277e-11 4.00018e-21 2
+1 -142.5 -85.5 118.5 2 21 89 4.00956e-10 1.60766e-19 1
+1 -142.5 -64.5 -61.5 2 28 29 9.25927e-11 8.55782e-21 2
+1 -142.5 67.5 -82.5 2 72 22 3.09133e-12 8.54411e-24 2
+1 -136.5 106.5 -25.5 4 85 41 2.79238e-11 3.85273e-22 4
+1 -136.5 115.5 -34.5 4 88 38 9.23434e-12 4.67204e-23 2
+1 -136.5 118.5 -34.5 4 89 38 1.03181e-11 1.02944e-22 2
+1 -133.5 -13.5 -91.5 5 45 19 5.04685e-10 2.05118e-19 2
+1 -127.5 127.5 -73.5 7 92 25 1.34922e-09 7.6123e-19 3
+1 -121.5 73.5 -106.5 9 74 14 1.98415e-11 3.90356e-22 2
+1 -121.5 121.5 -97.5 9 90 17 1.00553e-10 1.00939e-20 2
+1 -115.5 -1.5 61.5 11 49 70 3.61747e-12 1.30861e-23 1
+1 -112.5 -1.5 61.5 12 49 70 9.1331e-12 8.19514e-23 2
+1 -109.5 79.5 142.5 13 76 97 7.28037e-11 5.28813e-21 2
+1 -109.5 82.5 136.5 13 77 95 1.05951e-12 9.5831e-25 2
+1 -109.5 103.5 -112.5 13 84 12 3.94344e-11 1.32395e-21 2
+1 -106.5 76.5 -28.5 14 75 40 8.69523e-12 7.41568e-23 2
+1 -100.5 58.5 -58.5 16 69 30 1.06952e-11 1.12601e-22 2
+1 -100.5 97.5 13.5 16 82 54 4.72034e-11 2.22055e-21 2
+1 -100.5 100.5 103.5 16 83 84 1.06565e-10 1.13388e-20 2
+1 -97.5 16.5 -73.5 17 55 25 1.31637e-09 4.99921e-19 5
+1 -97.5 22.5 -97.5 17 57 17 1.17366e-09 5.04478e-19 4
+1 -94.5 55.5 64.5 18 68 71 1.10321e-11 1.19863e-22 2
+1 -94.5 58.5 -64.5 18 69 28 1.64542e-11 2.67985e-22 2
+1 -94.5 100.5 -82.5 18 83 22 3.48305e-10 1.19116e-19 2
+1 -94.5 142.5 136.5 18 97 95 2.77044e-11 7.67533e-22 1
+1 -91.5 -85.5 -100.5 19 21 16 2.64182e-10 6.9792e-20 1
+1 -91.5 -10.5 76.5 19 46 75 2.45131e-12 5.62603e-24 2
+1 -91.5 40.5 -73.5 19 63 25 1.10439e-09 4.07072e-19 4
+1 -91.5 43.5 67.5 19 64 72 6.86822e-11 4.29963e-21 2
+1 -91.5 43.5 70.5 19 64 73 4.12255e-10 1.69954e-19 1
+1 -91.5 73.5 -97.5 19 74 17 4.1487e-12 1.10872e-23 2
+1 -88.5 -91.5 -67.5 20 19 27 2.11448e-11 4.43557e-22 2
+1 -88.5 -85.5 -103.5 20 21 15 3.15454e-10 9.94581e-20 2
+1 -88.5 -55.5 -100.5 20 31 16 2.26085e-10 5.10777e-20 2
+1 -88.5 -4.5 -22.5 20 48 42 2.46453e-09 1.52164e-18 7
+1 -88.5 76.5 130.5 20 75 93 6.59206e-11 4.34552e-21 1
+1 -85.5 -76.5 -43.5 21 24 35 5.42024e-11 2.61262e-21 2
+1 -85.5 -73.5 -76.5 21 25 24 7.82597e-11 6.11141e-21 2
+1 -85.5 -13.5 79.5 21 45 76 2.98451e-12 8.41887e-24 2
+1 -85.5 -7.5 -16.5 21 47 44 1.9835e-10 3.92741e-20 2
+1 -85.5 -4.5 -34.5 21 48 38 1.8918e-09 1.2374e-18 3
+1 -85.5 -4.5 -31.5 21 48 39 2.77665e-09 7.70981e-18 1
+1 -85.5 -4.5 -28.5 21 48 40 2.37132e-09 5.62314e-18 1
+1 -85.5 -4.5 -25.5 21 48 41 1.64187e-09 2.69574e-18 1
+1 -85.5 -4.5 -22.5 21 48 42 3.3637e-09 2.6429e-18 5
+1 -85.5 61.5 97.5 21 70 82 2.07402e-10 4.29436e-20 2
+1 -82.5 -94.5 -61.5 22 18 29 1.63648e-10 2.67531e-20 2
+1 -82.5 -4.5 -34.5 22 48 38 6.66386e-09 2.13401e-17 5
+1 -82.5 -4.5 -25.5 22 48 41 1.33497e-09 1.13867e-18 3
+1 -82.5 -4.5 -22.5 22 48 42 1.26343e-09 5.62799e-19 3
+1 -82.5 94.5 85.5 22 81 78 1.8434e-09 3.39781e-18 2
+1 -82.5 94.5 88.5 22 81 79 4.38471e-09 4.08291e-18 6
+1 -82.5 94.5 91.5 22 81 80 1.96103e-09 7.92718e-19 5
+1 -82.5 97.5 91.5 22 82 80 8.08185e-10 3.36987e-19 2
+1 -82.5 121.5 -121.5 22 90 9 3.46025e-11 1.19152e-21 2
+1 -79.5 55.5 -88.5 23 68 20 3.74905e-12 1.34382e-23 2
+1 -76.5 7.5 -10.5 24 52 46 1.60656e-09 6.6893e-19 4
+1 -76.5 37.5 -106.5 24 62 14 3.77357e-09 1.42393e-17 2
+1 -76.5 37.5 -103.5 24 62 15 3.48683e-09 8.10886e-18 4
+1 -76.5 40.5 -100.5 24 63 16 3.22734e-09 1.04157e-17 1
+1 -76.5 40.5 -97.5 24 63 17 1.73848e-09 3.0223e-18 1
+1 -76.5 40.5 -94.5 24 63 18 6.14064e-09 4.20358e-18 10
+1 -76.5 40.5 -91.5 24 63 19 3.11459e-09 2.05361e-18 6
+1 -73.5 7.5 -10.5 25 52 46 1.08572e-09 5.87597e-19 3
+1 -73.5 37.5 -148.5 25 62 0 8.07616e-14 6.52243e-27 1
+1 -70.5 -19.5 -52.5 26 43 32 3.28618e-09 3.83783e-18 4
+1 -70.5 91.5 58.5 26 80 69 6.10452e-10 2.10632e-19 3
+1 -67.5 -52.5 -94.5 27 32 18 3.07738e-10 9.47029e-20 1
+1 -67.5 -19.5 -52.5 27 43 32 3.66421e-09 2.79186e-18 6
+1 -67.5 136.5 115.5 27 95 88 4.88962e-10 2.39002e-19 2
+1 -64.5 -7.5 -43.5 28 47 35 9.65116e-11 8.71942e-21 2
+1 -64.5 -4.5 85.5 28 48 78 2.41681e-11 4.50321e-22 2
+1 -64.5 7.5 -148.5 28 52 0 3.18821e-12 1.01647e-23 1
+1 -64.5 10.5 -97.5 28 53 17 6.01555e-11 3.61868e-21 1
+1 -64.5 13.5 -97.5 28 54 17 6.33546e-10 2.4953e-19 4
+1 -64.5 73.5 -148.5 28 74 0 1.7345e-13 3.00851e-26 1
+1 -64.5 133.5 -106.5 28 94 14 9.94345e-13 9.88722e-25 1
+1 -61.5 -16.5 -148.5 29 44 0 3.18821e-12 1.01647e-23 1
+1 -61.5 -13.5 -148.5 29 45 0 1.7345e-13 3.00851e-26 1
+1 -61.5 -13.5 -136.5 29 45 4 8.90053e-10 4.14544e-19 3
+1 -61.5 34.5 70.5 29 61 73 3.52014e-10 1.23792e-19 2
+1 -61.5 37.5 70.5 29 62 73 7.74459e-10 3.0062e-19 3
+1 -61.5 148.5 -43.5 29 99 35 4.02107e-10 1.6155e-19 2
+1 -58.5 -28.5 4.5 30 40 51 6.6749e-10 2.5005e-19 3
+1 -55.5 34.5 49.5 31 61 66 1.10838e-09 4.83932e-19 3
+1 -55.5 37.5 49.5 31 62 66 1.90391e-09 1.40826e-18 3
+1 -55.5 136.5 -109.5 31 95 13 3.72311e-10 1.38555e-19 2
+1 -52.5 -94.5 -34.5 32 18 38 7.76073e-10 3.01077e-19 3
+1 -52.5 -94.5 -31.5 32 18 39 1.15326e-09 4.45513e-19 3
+1 -52.5 -82.5 -43.5 32 22 35 1.48102e-09 6.00865e-19 4
+1 -52.5 -46.5 100.5 32 34 83 1.2665e-09 4.08651e-19 4
+1 -52.5 -19.5 13.5 32 43 54 3.61968e-09 2.77188e-18 6
+1 -52.5 -19.5 16.5 32 43 55 2.13295e-09 9.48461e-19 5
+1 -52.5 -7.5 133.5 32 47 94 6.77129e-11 3.17188e-21 3
+1 -49.5 -82.5 -46.5 33 22 34 8.36961e-10 3.57686e-19 3
+1 -49.5 -22.5 16.5 33 42 55 2.23976e-10 5.01653e-20 1
+1 -49.5 133.5 -103.5 33 94 15 9.43524e-11 8.8865e-21 2
+1 -46.5 -103.5 -115.5 34 15 11 2.30967e-10 5.33457e-20 1
+1 -46.5 -70.5 -148.5 34 26 0 8.42033e-14 7.09019e-27 1
+1 -46.5 -10.5 -88.5 34 46 20 3.22458e-10 1.03868e-19 2
+1 -46.5 25.5 -148.5 34 58 0 8.42033e-14 7.09019e-27 1
+1 -46.5 28.5 -148.5 34 59 0 8.42033e-14 7.09019e-27 1
+1 -46.5 145.5 -55.5 34 98 31 4.2459e-10 1.64003e-19 3
+1 -43.5 -16.5 -148.5 35 44 0 3.18821e-12 1.01647e-23 1
+1 -43.5 19.5 -94.5 35 56 18 2.83881e-09 1.23387e-18 9
+1 -43.5 43.5 -10.5 35 64 46 1.08594e-09 1.17926e-18 1
+1 -43.5 43.5 -7.5 35 64 47 4.10046e-09 1.29361e-17 3
+1 -43.5 43.5 -4.5 35 64 48 3.49066e-09 1.21847e-17 1
+1 -40.5 -43.5 88.5 36 35 79 2.74648e-09 7.54269e-18 2
+1 -40.5 -19.5 -148.5 36 43 0 8.42033e-14 7.09019e-27 1
+1 -40.5 -1.5 148.5 36 49 99 9.37538e-11 8.77464e-21 2
+1 -40.5 46.5 -1.5 36 65 49 4.57436e-09 1.05058e-17 2
+1 -40.5 49.5 -7.5 36 66 47 2.40879e-09 1.41065e-18 6
+1 -40.5 49.5 -1.5 36 66 49 1.7134e-09 2.93573e-18 1
+1 -40.5 49.5 94.5 36 66 81 8.75244e-11 7.6464e-21 2
+1 -40.5 52.5 -1.5 36 67 49 5.70705e-09 5.28354e-18 9
+1 -40.5 55.5 -1.5 36 68 49 2.06241e-09 9.2978e-19 5
+1 -37.5 -70.5 7.5 37 26 52 1.30924e-09 6.08105e-19 3
+1 -37.5 -43.5 91.5 37 35 80 1.67813e-09 2.81613e-18 1
+1 -37.5 -43.5 94.5 37 35 81 4.00084e-09 4.26466e-18 4
+1 -37.5 -43.5 97.5 37 35 82 3.71513e-09 2.18935e-18 8
+1 -37.5 4.5 115.5 37 51 88 8.99781e-11 8.08154e-21 2
+1 -37.5 13.5 -70.5 37 54 26 3.36049e-09 1.12923e-17 2
+1 -37.5 13.5 -67.5 37 54 27 1.2763e-09 1.62893e-18 1
+1 -37.5 13.5 -64.5 37 54 28 5.44621e-09 7.16886e-18 6
+1 -37.5 13.5 -61.5 37 54 29 2.51836e-09 3.34567e-18 2
+1 -37.5 16.5 -61.5 37 55 29 3.1402e-09 2.22726e-18 5
+1 -37.5 16.5 -58.5 37 55 30 1.12115e-09 6.44731e-19 2
+1 -37.5 37.5 -148.5 37 62 0 3.18821e-12 1.01647e-23 1
+1 -37.5 88.5 73.5 37 79 74 1.28804e-10 1.65697e-20 2
+1 -34.5 -106.5 -52.5 38 14 32 3.48577e-11 1.21506e-21 1
+1 -34.5 -73.5 4.5 38 25 51 9.86738e-10 9.7331e-19 2
+1 -34.5 -73.5 7.5 38 25 52 2.57956e-09 2.42701e-18 3
+1 -34.5 -70.5 7.5 38 26 52 4.37033e-10 1.90998e-19 1
+1 -34.5 13.5 -148.5 38 54 0 3.18821e-12 1.01647e-23 1
+1 -34.5 16.5 -61.5 38 55 29 3.30371e-10 1.09145e-19 1
+1 -34.5 16.5 -58.5 38 55 30 1.41166e-10 1.99278e-20 1
+1 -34.5 40.5 -148.5 38 63 0 3.18821e-12 1.01647e-23 1
+1 -34.5 79.5 58.5 38 76 69 8.27683e-10 3.62195e-19 3
+1 -31.5 -100.5 79.5 39 16 76 4.96736e-10 1.92686e-19 2
+1 -31.5 -34.5 -148.5 39 38 0 8.07616e-14 6.52243e-27 1
+1 -28.5 -79.5 88.5 40 23 79 5.55156e-10 2.4481e-19 3
+1 -28.5 -67.5 -88.5 40 27 20 3.04956e-10 9.10739e-20 2
+1 -28.5 -19.5 -148.5 40 43 0 8.42033e-14 7.09019e-27 1
+1 -28.5 -19.5 -142.5 40 43 2 6.63637e-10 2.23907e-19 3
+1 -28.5 13.5 109.5 40 54 86 2.01917e-09 1.08126e-18 4
+1 -25.5 118.5 -64.5 41 89 28 4.85029e-11 2.34438e-21 2
+1 -22.5 -97.5 -49.5 42 17 33 6.83438e-11 4.65938e-21 2
+1 -22.5 118.5 -73.5 42 89 25 9.61256e-11 9.20685e-21 2
+1 -22.5 118.5 -46.5 42 89 34 3.99634e-10 1.5964e-19 2
+1 -22.5 121.5 -76.5 42 90 24 1.88425e-10 3.54724e-20 2
+1 -19.5 -7.5 -148.5 43 47 0 1.7345e-13 3.00851e-26 1
+1 -19.5 -7.5 -127.5 43 47 7 1.23695e-09 1.53004e-18 1
+1 -19.5 -7.5 -124.5 43 47 8 7.26623e-10 5.27981e-19 1
+1 -19.5 10.5 -148.5 43 53 0 8.42033e-14 7.09019e-27 1
+1 -19.5 112.5 -43.5 43 87 35 1.02183e-10 1.0425e-20 2
+1 -16.5 -85.5 -46.5 44 21 34 2.43895e-09 1.41405e-18 6
+1 -16.5 -7.5 -124.5 44 47 8 4.30458e-09 2.70898e-18 8
+1 -16.5 43.5 37.5 44 64 62 3.32987e-10 1.10765e-19 2
+1 -16.5 46.5 40.5 44 65 63 7.12758e-11 5.08024e-21 1
+1 -16.5 73.5 73.5 44 74 74 1.55148e-09 8.78047e-19 4
+1 -16.5 124.5 -85.5 44 91 21 8.41625e-12 7.08333e-23 1
+1 -13.5 -70.5 88.5 45 26 79 1.51787e-09 6.11976e-19 5
+1 -13.5 -10.5 -70.5 45 46 26 8.4433e-11 7.11473e-21 2
+1 -13.5 7.5 -148.5 45 52 0 8.42033e-14 7.09019e-27 1
+1 -13.5 7.5 -130.5 45 52 6 2.04246e-09 1.30816e-18 4
+1 -13.5 10.5 64.5 45 53 71 8.90309e-10 6.70384e-19 5
+1 -13.5 28.5 -58.5 45 59 30 1.34603e-09 4.59693e-19 5
+1 -13.5 37.5 46.5 45 62 65 4.81618e-09 2.77751e-18 11
+1 -13.5 58.5 -148.5 45 69 0 8.42033e-14 7.09019e-27 1
+1 -13.5 82.5 -70.5 45 77 26 2.84405e-09 1.39231e-18 6
+1 -13.5 85.5 -82.5 45 78 22 4.9461e-09 2.44631e-17 2
+1 -13.5 85.5 -76.5 45 78 24 4.31635e-09 1.86309e-17 1
+1 -13.5 85.5 -70.5 45 78 26 3.51598e-09 3.21156e-18 4
+1 -13.5 103.5 136.5 45 84 95 3.3179e-10 1.10029e-19 2
+1 -10.5 79.5 -148.5 46 76 0 1.7345e-13 3.00851e-26 1
+1 -10.5 85.5 -73.5 46 78 25 2.15401e-09 3.28107e-18 3
+1 -10.5 91.5 -37.5 46 80 37 8.62705e-11 7.42868e-21 2
+1 -10.5 130.5 -97.5 46 93 17 5.76997e-11 3.31955e-21 2
+1 -7.5 -70.5 -148.5 47 26 0 1.7345e-13 3.00851e-26 1
+1 -7.5 10.5 46.5 47 53 65 1.95187e-09 7.65347e-19 5
+1 -7.5 97.5 25.5 47 82 58 4.68925e-11 2.19103e-21 2
+1 -7.5 127.5 -97.5 47 92 17 1.62644e-10 2.64258e-20 2
+1 -4.5 31.5 -145.5 48 60 1 7.43092e-10 3.27595e-19 2
+1 -4.5 79.5 133.5 48 76 94 3.37482e-10 1.1384e-19 2
+1 -4.5 79.5 136.5 48 76 95 7.66895e-10 2.94095e-19 2
+1 -4.5 106.5 139.5 48 85 96 1.25041e-10 1.56352e-20 1
+1 -4.5 106.5 142.5 48 85 97 6.82384e-10 2.35753e-19 3
+1 -1.5 28.5 -148.5 49 59 0 3.12244e-10 3.82979e-20 5
+1 -1.5 28.5 -145.5 49 59 1 2.99218e-09 9.67967e-19 17
+1 -1.5 31.5 -145.5 49 60 1 1.17718e-09 7.08433e-19 2
+1 -1.5 61.5 67.5 49 70 72 3.14052e-12 9.86288e-24 1
+1 1.5 -28.5 67.5 50 40 72 8.42033e-14 7.09019e-27 1
+1 1.5 16.5 -148.5 50 55 0 8.42033e-14 7.09019e-27 1
+1 1.5 100.5 10.5 50 83 53 6.47676e-11 4.18395e-21 2
+1 4.5 -79.5 -148.5 51 23 0 1.7345e-13 3.00851e-26 1
+1 4.5 -52.5 67.5 51 32 72 5.33367e-11 2.8448e-21 1
+1 4.5 -43.5 -82.5 51 35 22 1.84993e-09 3.42159e-18 2
+1 4.5 -43.5 -79.5 51 35 23 4.28952e-09 4.10513e-18 6
+1 4.5 -40.5 -148.5 51 36 0 8.42033e-14 7.09019e-27 1
+1 4.5 13.5 -148.5 51 54 0 8.07616e-14 6.52243e-27 1
+1 4.5 13.5 -139.5 51 54 3 1.50339e-09 8.01527e-19 4
+1 4.5 13.5 -136.5 51 54 4 3.11495e-09 1.38414e-18 8
+1 4.5 19.5 -49.5 51 56 33 3.07723e-09 1.44481e-18 8
+1 4.5 73.5 7.5 51 74 52 5.05049e-11 2.54225e-21 2
+1 4.5 76.5 10.5 51 75 53 2.82272e-11 7.92036e-22 2
+1 4.5 121.5 -4.5 51 90 48 4.57873e-11 2.08878e-21 2
+1 7.5 -40.5 -79.5 52 36 23 1.5683e-09 1.23619e-18 2
+1 7.5 -40.5 -76.5 52 36 24 3.24416e-09 1.70958e-18 9
+1 7.5 16.5 127.5 52 55 92 1.11432e-10 1.23984e-20 2
+1 10.5 -73.5 85.5 53 25 78 1.12133e-09 1.25738e-18 1
+1 10.5 -73.5 88.5 53 25 79 4.89796e-09 4.43433e-18 7
+1 10.5 -73.5 91.5 53 25 80 4.84996e-10 2.35221e-19 1
+1 10.5 -70.5 82.5 53 26 77 2.43438e-09 5.92622e-18 1
+1 10.5 -70.5 85.5 53 26 78 1.44026e-09 2.07435e-18 1
+1 10.5 -61.5 -127.5 53 29 7 4.8148e-10 2.31742e-19 2
+1 10.5 -61.5 -124.5 53 29 8 1.89428e-09 8.48062e-19 5
+1 10.5 -58.5 -148.5 53 30 0 3.18821e-12 1.01647e-23 1
+1 10.5 -55.5 -148.5 53 31 0 8.42033e-14 7.09019e-27 1
+1 10.5 -40.5 -79.5 53 36 23 4.54687e-10 2.06663e-19 2
+1 10.5 -28.5 -148.5 53 40 0 8.42033e-14 7.09019e-27 1
+1 10.5 -25.5 -148.5 53 41 0 1.7345e-13 3.00851e-26 1
+1 10.5 43.5 52.5 53 64 67 2.11216e-11 4.4258e-22 2
+1 13.5 -73.5 88.5 54 25 79 7.12497e-10 2.58056e-19 2
+1 13.5 -70.5 76.5 54 26 75 4.03507e-09 1.62804e-17 2
+1 13.5 -70.5 79.5 54 26 76 2.47144e-09 6.10803e-18 1
+1 13.5 -34.5 31.5 54 38 60 3.71382e-10 1.37862e-19 2
+1 13.5 -31.5 73.5 54 39 74 1.58509e-09 2.5125e-18 1
+1 13.5 -31.5 76.5 54 39 75 4.13796e-09 3.10464e-18 7
+1 13.5 -28.5 76.5 54 40 75 4.03946e-09 1.98124e-18 9
+1 13.5 10.5 85.5 54 53 78 1.81994e-11 3.2829e-22 2
+1 13.5 13.5 -148.5 54 54 0 8.42033e-14 7.09019e-27 1
+1 13.5 13.5 -133.5 54 54 5 2.64589e-09 3.59249e-18 2
+1 13.5 13.5 -130.5 54 54 6 4.62022e-09 2.56274e-18 10
+1 13.5 46.5 49.5 54 65 66 2.30286e-10 5.29927e-20 2
+1 16.5 -55.5 70.5 55 31 73 2.01637e-10 4.06236e-20 2
+1 19.5 -100.5 -13.5 56 16 45 3.29475e-09 1.53049e-18 8
+1 19.5 -79.5 127.5 56 23 92 4.05678e-11 1.63173e-21 2
+1 19.5 -52.5 64.5 56 32 71 1.25439e-10 1.56915e-20 2
+1 19.5 -40.5 -148.5 56 36 0 1.7345e-13 3.00851e-26 1
+1 19.5 4.5 -31.5 56 51 39 4.08091e-10 1.66396e-19 2
+1 19.5 82.5 -67.5 56 77 27 9.75991e-10 4.76801e-19 2
+1 19.5 82.5 -64.5 56 77 28 4.38315e-10 1.9212e-19 1
+1 19.5 103.5 148.5 56 84 99 1.48555e-10 2.2017e-20 2
+1 22.5 -115.5 43.5 57 11 64 1.87217e-10 3.50186e-20 2
+1 22.5 -55.5 -148.5 57 31 0 8.07616e-14 6.52243e-27 1
+1 22.5 -40.5 -130.5 57 36 6 9.04773e-11 8.17153e-21 2
+1 22.5 -25.5 -148.5 57 41 0 8.07616e-14 6.52243e-27 1
+1 22.5 -10.5 139.5 57 46 96 7.92236e-10 3.17216e-19 2
+1 22.5 43.5 40.5 57 64 63 1.01579e-10 5.15196e-21 4
+1 22.5 52.5 -148.5 57 67 0 1.7345e-13 3.00851e-26 1
+1 22.5 55.5 -115.5 57 68 11 1.88391e-09 3.5491e-18 1
+1 22.5 55.5 -112.5 57 68 12 3.77155e-09 2.10702e-18 8
+1 22.5 55.5 -109.5 57 68 13 1.95849e-09 9.83221e-19 4
+1 25.5 -112.5 124.5 58 12 91 7.94156e-11 5.82077e-21 2
+1 25.5 -76.5 -148.5 58 24 0 8.07616e-14 6.52243e-27 1
+1 25.5 -10.5 -19.5 58 46 43 1.89746e-10 3.60035e-20 1
+1 25.5 103.5 40.5 58 84 63 8.51299e-11 7.23278e-21 2
+1 28.5 -79.5 -94.5 59 23 18 7.72533e-10 2.98746e-19 2
+1 28.5 -73.5 79.5 59 25 76 3.26225e-09 5.40691e-18 3
+1 28.5 -70.5 82.5 59 26 77 3.72287e-09 3.48246e-18 5
+1 28.5 -70.5 85.5 59 26 78 3.34719e-09 1.70386e-18 7
+1 28.5 -61.5 -148.5 59 29 0 8.07616e-14 6.52243e-27 1
+1 28.5 -34.5 145.5 59 38 98 1.00796e-09 3.76917e-19 3
+1 28.5 -4.5 -43.5 59 48 35 3.52377e-10 1.24113e-19 2
+1 28.5 -1.5 -43.5 59 49 35 3.06465e-10 9.38715e-20 2
+1 28.5 16.5 -70.5 59 55 26 1.89449e-10 3.58252e-20 2
+1 28.5 61.5 7.5 59 70 52 3.48922e-11 1.2116e-21 2
+1 31.5 -115.5 46.5 60 11 65 2.23592e-09 1.269e-18 4
+1 31.5 -115.5 49.5 60 11 66 1.76825e-09 7.91805e-19 4
+1 31.5 -76.5 127.5 60 24 92 4.29561e-11 1.8383e-21 2
+1 31.5 -37.5 61.5 60 37 70 3.07644e-10 9.4593e-20 2
+1 31.5 -4.5 -148.5 60 48 0 3.18821e-12 1.01647e-23 1
+1 31.5 100.5 31.5 60 83 60 1.58607e-10 2.51012e-20 2
+1 34.5 -115.5 43.5 61 11 64 1.0946e-09 1.19815e-18 1
+1 34.5 -115.5 46.5 61 11 65 1.60291e-09 1.28943e-18 2
+1 34.5 -94.5 -148.5 61 18 0 3.18821e-12 1.01647e-23 1
+1 34.5 -94.5 40.5 61 18 63 6.90355e-10 2.40312e-19 3
+1 34.5 -73.5 -16.5 61 25 44 3.38036e-09 1.71685e-18 8
+1 34.5 -43.5 -94.5 61 35 18 4.1402e-10 1.71269e-19 2
+1 34.5 -7.5 -40.5 61 47 36 1.07569e-09 1.1571e-18 1
+1 34.5 -4.5 -40.5 61 48 36 3.91824e-09 3.37078e-18 7
+1 34.5 -4.5 -37.5 61 48 37 2.29494e-09 1.20298e-18 5
+1 34.5 1.5 -127.5 61 50 7 1.59663e-09 6.54517e-19 4
+1 34.5 52.5 136.5 61 67 95 1.69828e-09 7.46965e-19 6
+1 37.5 -118.5 4.5 62 10 51 3.38379e-11 1.145e-21 1
+1 37.5 -76.5 124.5 62 24 91 5.45264e-11 2.64578e-21 2
+1 37.5 -1.5 -148.5 62 49 0 8.42033e-14 7.09019e-27 1
+1 37.5 -1.5 -130.5 62 49 6 1.50057e-09 2.2512e-18 2
+1 37.5 -1.5 -127.5 62 49 7 2.01869e-09 2.03813e-18 2
+1 37.5 1.5 -127.5 62 50 7 2.94091e-09 1.83471e-18 5
+1 37.5 1.5 10.5 62 50 53 5.24741e-10 2.72027e-19 2
+1 40.5 -79.5 124.5 63 23 91 4.66057e-11 2.16426e-21 2
+1 40.5 25.5 -148.5 63 58 0 3.18821e-12 1.01647e-23 1
+1 43.5 -115.5 13.5 64 11 54 1.59122e-09 5.39802e-19 6
+1 43.5 -34.5 -148.5 64 38 0 3.18821e-12 1.01647e-23 1
+1 43.5 -31.5 -148.5 64 39 0 8.42033e-14 7.09019e-27 1
+1 43.5 16.5 -148.5 64 55 0 8.42033e-14 7.09019e-27 1
+1 43.5 49.5 58.5 64 66 69 3.29618e-10 1.08593e-19 2
+1 43.5 70.5 -148.5 64 73 0 8.42033e-14 7.09019e-27 1
+1 43.5 88.5 145.5 64 79 98 5.01881e-10 2.39246e-19 3
+1 43.5 100.5 19.5 64 83 56 3.65714e-11 1.33157e-21 2
+1 46.5 -100.5 -148.5 65 16 0 1.7345e-13 3.00851e-26 1
+1 46.5 -70.5 -85.5 65 26 21 8.57994e-11 7.34769e-21 2
+1 46.5 -49.5 82.5 65 33 77 3.98101e-10 1.58417e-19 2
+1 46.5 -31.5 -109.5 65 39 13 3.34949e-10 1.12137e-19 2
+1 46.5 -7.5 -148.5 65 47 0 1.7345e-13 3.00851e-26 1
+1 46.5 -7.5 -76.5 65 47 24 6.9721e-10 4.86102e-19 1
+1 46.5 -4.5 -76.5 65 48 24 4.14342e-09 2.52223e-18 7
+1 46.5 22.5 -49.5 65 57 33 4.91908e-10 1.96894e-19 3
+1 46.5 79.5 -61.5 65 76 29 2.68496e-09 2.42031e-18 3
+1 46.5 82.5 -61.5 65 77 29 2.67441e-09 1.22739e-18 6
+1 46.5 106.5 -58.5 65 85 30 6.75151e-10 4.55719e-19 2
+1 49.5 -7.5 -82.5 66 47 22 3.70615e-09 7.73679e-18 2
+1 49.5 -7.5 -79.5 66 47 23 4.27578e-09 6.55399e-18 4
+1 49.5 -7.5 -76.5 66 47 24 1.50281e-09 1.13768e-18 3
+1 49.5 4.5 -148.5 66 51 0 1.7345e-13 3.00851e-26 1
+1 49.5 4.5 -145.5 66 51 1 1.11103e-09 7.88913e-19 6
+1 49.5 16.5 -58.5 66 55 30 7.46507e-10 2.76292e-19 3
+1 49.5 82.5 -61.5 66 77 29 5.94147e-10 3.53011e-19 1
+1 52.5 -112.5 -70.5 67 12 26 1.7012e-09 7.40723e-19 4
+1 52.5 -19.5 109.5 67 43 86 2.40838e-09 1.49274e-18 5
+1 52.5 4.5 -145.5 67 51 1 2.29801e-09 1.32492e-18 4
+1 52.5 4.5 -142.5 67 51 2 1.7179e-09 7.28939e-19 5
+1 55.5 -112.5 -70.5 68 12 26 2.24266e-10 5.02951e-20 1
+1 55.5 -43.5 73.5 68 35 74 4.00562e-10 1.60311e-19 2
+1 55.5 -43.5 76.5 68 35 75 1.98096e-09 7.89209e-19 5
+1 55.5 -19.5 -148.5 68 43 0 8.07616e-14 6.52243e-27 1
+1 55.5 7.5 -34.5 68 52 38 3.85952e-09 2.02981e-18 9
+1 55.5 52.5 -31.5 68 67 39 8.42033e-14 7.09019e-27 1
+1 58.5 -22.5 -73.5 69 42 25 1.13976e-09 4.37989e-19 4
+1 61.5 -127.5 19.5 70 7 56 7.63185e-11 5.82452e-21 1
+1 61.5 -79.5 118.5 70 23 89 5.14662e-10 1.55766e-19 3
+1 61.5 -46.5 -25.5 70 34 41 2.37523e-10 5.63772e-20 2
+1 61.5 1.5 -7.5 70 50 47 4.17919e-09 1.99456e-18 9
+1 61.5 37.5 127.5 70 62 92 4.01933e-09 2.80514e-18 8
+1 61.5 40.5 -31.5 70 63 39 1.07143e-09 1.14796e-18 1
+1 61.5 43.5 -31.5 70 64 39 2.90525e-09 1.36117e-18 7
+1 64.5 -79.5 121.5 71 23 90 1.82821e-09 1.16608e-18 4
+1 64.5 -79.5 124.5 71 23 91 2.29223e-09 1.09468e-18 5
+1 64.5 -43.5 -25.5 71 35 41 6.41354e-10 3.97372e-19 3
+1 67.5 -130.5 19.5 72 6 56 1.21805e-10 1.4816e-20 2
+1 67.5 -115.5 79.5 72 11 76 2.06757e-10 4.27485e-20 1
+1 67.5 73.5 124.5 72 74 91 3.59014e-11 1.28288e-21 2
+1 70.5 -13.5 -121.5 73 45 9 6.41166e-11 4.11094e-21 1
+1 70.5 -4.5 85.5 73 48 78 5.44434e-09 3.33379e-18 12
+1 73.5 -16.5 -115.5 74 44 11 7.44872e-10 2.82123e-19 3
+1 73.5 -4.5 79.5 74 48 76 3.00467e-09 9.02699e-18 2
+1 73.5 -4.5 82.5 74 48 77 3.01196e-09 4.55065e-18 2
+1 73.5 -4.5 85.5 74 48 78 1.96568e-09 1.64977e-18 4
+1 76.5 16.5 -148.5 75 55 0 8.42033e-14 7.09019e-27 1
+1 76.5 16.5 -136.5 75 55 4 4.28378e-09 2.74222e-18 8
+1 76.5 46.5 -148.5 75 65 0 1.7345e-13 3.00851e-26 1
+1 76.5 145.5 -148.5 75 98 0 8.42033e-14 7.09019e-27 1
+1 76.5 148.5 -145.5 75 99 1 1.08331e-09 3.93663e-19 3
+1 79.5 -4.5 -40.5 76 48 36 2.51848e-10 6.18421e-20 2
+1 79.5 16.5 -148.5 76 55 0 8.42033e-14 7.09019e-27 1
+1 79.5 16.5 -139.5 76 55 3 1.65213e-09 2.71903e-18 2
+1 79.5 16.5 -136.5 76 55 4 3.47832e-09 2.4402e-18 6
+1 79.5 22.5 -148.5 76 57 0 3.18821e-12 1.01647e-23 1
+1 82.5 -25.5 -73.5 77 41 25 1.23582e-09 5.17996e-19 4
+1 82.5 -16.5 -43.5 77 44 35 5.67454e-11 2.87853e-21 2
+1 82.5 22.5 -148.5 77 57 0 8.42033e-14 7.09019e-27 1
+1 85.5 -79.5 79.5 78 23 76 4.07491e-10 1.63471e-19 2
+1 85.5 16.5 -91.5 78 55 19 3.33802e-09 1.11419e-17 2
+1 85.5 16.5 -88.5 78 55 20 2.59751e-09 6.74705e-18 1
+1 85.5 16.5 -85.5 78 55 21 2.25487e-09 5.08443e-18 1
+1 85.5 16.5 -82.5 78 55 22 3.01421e-09 4.70184e-18 2
+1 85.5 22.5 -79.5 78 57 23 8.82603e-10 7.7884e-19 2
+1 85.5 22.5 -76.5 78 57 24 2.9015e-09 1.52897e-18 6
+1 85.5 25.5 -76.5 78 58 24 5.29648e-10 2.80527e-19 1
+1 88.5 -7.5 -43.5 79 47 35 7.0696e-10 4.9847e-19 3
+1 88.5 16.5 -85.5 79 55 21 2.55283e-09 2.18683e-18 3
+1 88.5 19.5 -85.5 79 56 21 1.11211e-09 6.49252e-19 2
+1 88.5 22.5 -76.5 79 57 24 5.08058e-10 1.90838e-19 2
+1 88.5 52.5 -10.5 79 67 46 3.57314e-09 1.64404e-18 10
+1 91.5 19.5 -85.5 80 56 21 5.67035e-10 3.21528e-19 1
+1 91.5 19.5 -82.5 80 56 22 1.85595e-09 9.57355e-19 4
+1 91.5 25.5 -52.5 80 58 32 5.17034e-09 3.74089e-18 9
+1 94.5 4.5 -133.5 81 51 5 5.18788e-10 2.1691e-19 2
+1 94.5 133.5 -31.5 81 94 39 4.47273e-10 1.99978e-19 2
+1 97.5 4.5 -133.5 82 51 5 7.90224e-10 3.17868e-19 2
+1 100.5 -76.5 94.5 83 24 81 1.02057e-10 1.04156e-20 1
+1 100.5 4.5 46.5 83 51 65 1.00224e-09 5.52598e-19 2
+1 103.5 -106.5 -148.5 84 14 0 8.42033e-14 7.09019e-27 1
+1 103.5 19.5 -40.5 84 56 36 1.23466e-10 1.5224e-20 2
+1 106.5 13.5 103.5 85 54 84 1.07232e-09 5.15885e-19 4
+1 112.5 -10.5 22.5 87 46 57 2.6863e-10 7.21623e-20 1
+1 112.5 7.5 -43.5 87 52 35 1.14976e-11 1.32195e-22 1
+1 121.5 133.5 88.5 90 94 79 7.40436e-10 3.14938e-19 2
+1 124.5 -133.5 7.5 91 5 52 1.03166e-09 5.33067e-19 2
+1 133.5 -118.5 85.5 94 10 78 1.63197e-09 6.80477e-19 5
+1 139.5 -55.5 -64.5 96 31 28 5.40313e-10 1.62211e-19 2
+1 145.5 10.5 76.5 98 53 75 7.41329e-10 3.01148e-19 2
diff --git a/examples/advanced/medical_linac/ROG_Out_1_Ro45_TrX0_Y0_Z-200.txt b/examples/advanced/medical_linac/ROG_Out_1_Ro45_TrX0_Y0_Z-200.txt
new file mode 100644
index 0000000000..edb3e7f5fc
--- /dev/null
+++ b/examples/advanced/medical_linac/ROG_Out_1_Ro45_TrX0_Y0_Z-200.txt
@@ -0,0 +1,275 @@
+Sensitive Detector-Voxels. Total number of events, [mm]->centreX centreY centreZ HalfSizeX HalfSizeY HalfSizeZ minX maxX, minY maxY, minZ maxZ, Dx, Dy, Dz, nX, nY, nZ:
+1902 0 0 0 150 150 150 -150 150 -150 150 -150 150 1.5 1.5 1.5 100 100 100
+Number of physical volumes: 2
+G4_WATER 1
+G4_Galactic 2
+Phys Volume x [mm], y [mm], z [mm], ix, iy, iz, Dose [Gy], Dose2 [Gy^2], nEvents
+1 -127.5 -34.5 103.5 7 38 84 1.61164e-09 6.76488e-19 5
+1 -115.5 -16.5 34.5 11 44 61 3.78728e-09 2.01615e-18 8
+1 -115.5 109.5 70.5 11 86 73 5.62952e-11 3.16007e-21 2
+1 -115.5 118.5 67.5 11 89 72 2.59662e-11 6.69883e-22 2
+1 -112.5 -55.5 67.5 12 31 72 3.42713e-10 1.17394e-19 2
+1 -112.5 -52.5 67.5 12 32 72 1.8026e-10 3.24647e-20 2
+1 -106.5 52.5 -58.5 14 67 30 1.05089e-10 1.10436e-20 1
+1 -106.5 76.5 124.5 14 75 91 1.06671e-10 1.13786e-20 1
+1 -103.5 112.5 70.5 15 87 73 4.84936e-11 2.33487e-21 2
+1 -103.5 121.5 85.5 15 90 78 2.00295e-10 4.01182e-20 1
+1 -97.5 142.5 52.5 17 97 67 3.04297e-11 7.52263e-22 2
+1 -94.5 -127.5 10.5 18 7 53 9.14266e-10 3.54294e-19 4
+1 -94.5 -46.5 145.5 18 34 98 7.4541e-11 5.55636e-21 1
+1 -91.5 -133.5 16.5 19 5 55 3.38734e-10 1.14684e-19 2
+1 -91.5 16.5 148.5 19 55 99 2.10948e-09 1.13804e-19 41
+1 -88.5 85.5 127.5 20 78 92 3.66019e-11 1.3397e-21 1
+1 -88.5 88.5 43.5 20 79 64 2.50037e-11 6.25185e-22 1
+1 -88.5 148.5 -43.5 20 99 35 8.42033e-14 7.09019e-27 1
+1 -85.5 -97.5 -97.5 21 17 17 5.79425e-11 3.35733e-21 1
+1 -82.5 -97.5 -97.5 22 17 17 4.57735e-09 2.62927e-18 10
+1 -82.5 130.5 70.5 22 93 73 1.66069e-09 1.0053e-18 4
+1 -82.5 130.5 73.5 22 93 74 9.05744e-11 8.20372e-21 1
+1 -79.5 103.5 31.5 23 84 60 2.34135e-09 9.96062e-19 7
+1 -79.5 148.5 52.5 23 99 67 8.07616e-14 6.52243e-27 1
+1 -76.5 52.5 34.5 24 67 61 2.26708e-09 1.10078e-18 5
+1 -76.5 55.5 34.5 24 68 61 4.70565e-10 2.21352e-19 2
+1 -76.5 82.5 124.5 24 77 91 1.01414e-10 1.02678e-20 2
+1 -73.5 19.5 -67.5 25 56 27 6.06149e-12 3.67417e-23 1
+1 -73.5 58.5 142.5 25 69 97 9.45588e-10 8.94136e-19 1
+1 -73.5 58.5 145.5 25 69 98 3.10061e-09 1.76357e-18 7
+1 -73.5 61.5 142.5 25 70 97 8.64949e-10 7.47837e-19 2
+1 -73.5 148.5 -10.5 25 99 46 1.7345e-13 3.00851e-26 1
+1 -73.5 148.5 22.5 25 99 57 3.18821e-12 1.01647e-23 1
+1 -70.5 10.5 88.5 26 53 79 1.5899e-10 2.52521e-20 2
+1 -70.5 40.5 -55.5 26 63 31 8.42033e-14 7.09019e-27 1
+1 -70.5 121.5 118.5 26 90 89 1.53756e-09 7.44054e-19 4
+1 -67.5 40.5 136.5 27 63 95 1.67209e-09 1.40254e-18 2
+1 -67.5 43.5 133.5 27 64 94 3.47495e-09 6.22975e-18 3
+1 -67.5 43.5 136.5 27 64 95 1.08244e-09 1.17168e-18 1
+1 -67.5 79.5 52.5 27 76 67 4.0339e-09 2.18647e-18 9
+1 -67.5 82.5 46.5 27 77 65 1.56687e-09 2.45508e-18 1
+1 -67.5 82.5 49.5 27 77 66 6.16214e-09 5.80874e-18 9
+1 -67.5 82.5 52.5 27 77 67 4.97909e-10 2.47913e-19 1
+1 -67.5 85.5 46.5 27 78 65 2.3382e-09 5.46681e-18 2
+1 -67.5 112.5 130.5 27 87 93 3.02921e-09 1.43416e-18 7
+1 -67.5 148.5 88.5 27 99 79 1.7345e-13 3.00851e-26 1
+1 -64.5 19.5 106.5 28 56 85 2.68376e-09 2.44542e-18 3
+1 -64.5 40.5 136.5 28 63 95 3.80069e-09 1.88651e-18 8
+1 -64.5 46.5 115.5 28 65 88 2.63344e-09 1.07325e-18 7
+1 -64.5 49.5 115.5 28 66 88 1.11506e-09 6.22221e-19 3
+1 -64.5 49.5 121.5 28 66 90 7.40946e-11 5.47755e-21 2
+1 -64.5 52.5 115.5 28 67 88 4.3595e-10 1.89982e-19 2
+1 -64.5 76.5 139.5 28 75 96 3.82956e-10 1.46522e-19 2
+1 -64.5 112.5 130.5 28 87 93 6.27556e-10 3.89845e-19 2
+1 -61.5 19.5 106.5 29 56 85 3.28872e-09 1.64421e-18 7
+1 -61.5 43.5 127.5 29 64 92 1.40807e-09 6.99594e-19 3
+1 -61.5 112.5 -148.5 29 87 0 1.96805e-10 3.87322e-20 1
+1 -61.5 121.5 88.5 29 90 79 1.13654e-09 7.08635e-19 2
+1 -61.5 148.5 -13.5 29 99 45 1.7345e-13 3.00851e-26 1
+1 -61.5 148.5 91.5 29 99 80 1.7345e-13 3.00851e-26 1
+1 -58.5 -148.5 22.5 30 0 57 2.84904e-11 8.11702e-22 1
+1 -58.5 -43.5 70.5 30 35 73 8.46084e-10 3.42813e-19 4
+1 -58.5 34.5 130.5 30 61 93 4.43013e-09 2.97738e-18 8
+1 -58.5 37.5 130.5 30 62 93 2.29128e-09 2.63419e-18 3
+1 -58.5 43.5 127.5 30 64 92 1.44612e-09 7.01613e-19 3
+1 -58.5 73.5 121.5 30 74 90 2.32344e-11 4.12015e-22 2
+1 -58.5 148.5 31.5 30 99 60 8.42033e-14 7.09019e-27 1
+1 -55.5 -85.5 133.5 31 21 94 1.29471e-09 4.33575e-19 4
+1 -55.5 -25.5 85.5 31 41 78 7.54546e-11 5.23259e-21 2
+1 -55.5 76.5 37.5 31 75 62 1.14305e-10 1.30464e-20 2
+1 -55.5 94.5 -1.5 31 81 49 5.63921e-10 3.14431e-19 2
+1 -55.5 94.5 1.5 31 81 50 2.58411e-09 1.15484e-18 6
+1 -55.5 148.5 19.5 31 99 56 1.7345e-13 3.00851e-26 1
+1 -52.5 -130.5 -7.5 32 6 47 1.67595e-10 2.80879e-20 1
+1 -52.5 148.5 -10.5 32 99 46 1.7345e-13 3.00851e-26 1
+1 -49.5 -46.5 -124.5 33 34 8 4.42487e-09 2.92937e-18 8
+1 -49.5 -46.5 -121.5 33 34 9 1.26173e-10 1.59197e-20 1
+1 -49.5 -43.5 -124.5 33 35 8 9.24852e-10 8.55351e-19 1
+1 -49.5 100.5 10.5 33 83 53 4.55859e-09 3.45258e-18 8
+1 -49.5 103.5 10.5 33 84 53 1.74148e-09 1.5204e-18 3
+1 -49.5 148.5 -46.5 33 99 34 8.42033e-14 7.09019e-27 1
+1 -46.5 1.5 142.5 34 50 97 2.31039e-09 1.24567e-18 6
+1 -46.5 10.5 -148.5 34 53 0 8.07616e-14 6.52243e-27 1
+1 -46.5 148.5 10.5 34 99 53 8.42033e-14 7.09019e-27 1
+1 -43.5 67.5 7.5 35 72 52 1.33184e-09 1.76533e-18 2
+1 -43.5 67.5 10.5 35 72 53 1.11425e-09 1.24156e-18 1
+1 -43.5 70.5 118.5 35 73 89 1.6306e-10 2.65621e-20 2
+1 -43.5 148.5 -31.5 35 99 39 8.07616e-14 6.52243e-27 1
+1 -40.5 -79.5 142.5 36 23 97 3.22805e-09 1.55737e-18 8
+1 -40.5 -13.5 133.5 36 45 94 1.43971e-10 2.07278e-20 1
+1 -40.5 67.5 10.5 36 72 53 3.95402e-09 2.38263e-18 8
+1 -40.5 94.5 142.5 36 81 97 2.16502e-09 9.65761e-19 6
+1 -40.5 124.5 52.5 36 91 67 6.20013e-10 3.63638e-19 3
+1 -40.5 148.5 28.5 36 99 59 8.07616e-14 6.52243e-27 1
+1 -37.5 67.5 10.5 37 72 53 1.81758e-09 6.90569e-19 5
+1 -37.5 70.5 94.5 37 73 81 3.41087e-10 1.16283e-19 2
+1 -37.5 91.5 85.5 37 80 78 9.60778e-10 4.71836e-19 3
+1 -37.5 148.5 -55.5 37 99 31 8.42033e-14 7.09019e-27 1
+1 -34.5 52.5 142.5 38 67 97 3.41186e-09 4.19366e-18 3
+1 -34.5 55.5 70.5 38 68 73 2.86115e-09 2.81992e-18 3
+1 -34.5 55.5 73.5 38 68 74 1.73517e-09 7.55199e-19 4
+1 -34.5 55.5 139.5 38 68 96 1.91246e-09 3.64532e-18 2
+1 -34.5 58.5 73.5 38 69 74 1.23386e-09 5.11415e-19 3
+1 -34.5 139.5 118.5 38 96 89 2.88826e-10 8.34207e-20 1
+1 -34.5 148.5 28.5 38 99 59 3.18821e-12 1.01647e-23 1
+1 -34.5 148.5 82.5 38 99 77 8.42033e-14 7.09019e-27 1
+1 -31.5 49.5 139.5 39 66 96 1.56358e-09 7.76978e-19 4
+1 -31.5 49.5 142.5 39 66 97 2.55869e-09 1.71132e-18 4
+1 -31.5 91.5 1.5 39 80 50 4.02989e-10 1.62335e-19 2
+1 -31.5 139.5 118.5 39 96 89 3.44316e-10 1.18553e-19 1
+1 -31.5 148.5 -13.5 39 99 45 3.18821e-12 1.01647e-23 1
+1 -31.5 148.5 106.5 39 99 85 8.07616e-14 6.52243e-27 1
+1 -28.5 148.5 -13.5 40 99 45 1.7345e-13 3.00851e-26 1
+1 -28.5 148.5 43.5 40 99 64 1.7345e-13 3.00851e-26 1
+1 -25.5 -127.5 -52.5 41 7 32 1.64041e-09 9.40145e-19 4
+1 -25.5 -76.5 58.5 41 24 69 1.2532e-10 1.56841e-20 2
+1 -25.5 124.5 118.5 41 91 89 2.66582e-10 7.10661e-20 1
+1 -25.5 124.5 121.5 41 91 90 2.16032e-09 8.26194e-19 6
+1 -25.5 148.5 94.5 41 99 81 1.7345e-13 3.00851e-26 1
+1 -22.5 -91.5 25.5 42 19 58 2.23529e-10 4.98876e-20 2
+1 -22.5 103.5 49.5 42 84 66 1.17817e-09 4.73378e-19 3
+1 -19.5 -121.5 64.5 43 9 71 1.58914e-10 2.5227e-20 2
+1 -13.5 76.5 -37.5 45 75 37 2.40765e-10 5.79273e-20 2
+1 -13.5 82.5 103.5 45 77 84 2.53544e-10 6.42848e-20 1
+1 -13.5 112.5 70.5 45 87 73 2.70717e-09 1.25133e-18 7
+1 -13.5 148.5 -127.5 45 99 7 1.7345e-13 3.00851e-26 1
+1 -10.5 -118.5 61.5 46 10 70 9.44549e-11 8.90583e-21 2
+1 -10.5 -118.5 67.5 46 10 72 7.87957e-11 6.1955e-21 2
+1 -10.5 106.5 145.5 46 85 98 7.02962e-09 3.20575e-18 26
+1 -10.5 106.5 148.5 46 85 99 6.50201e-10 1.16373e-19 4
+1 -10.5 109.5 145.5 46 86 98 1.75127e-09 3.35742e-19 11
+1 -10.5 148.5 34.5 46 99 61 3.18821e-12 1.01647e-23 1
+1 -10.5 148.5 40.5 46 99 63 8.42033e-14 7.09019e-27 1
+1 -10.5 148.5 100.5 46 99 83 8.42033e-14 7.09019e-27 1
+1 -4.5 106.5 109.5 48 85 86 6.0221e-10 2.14211e-19 2
+1 -1.5 -40.5 40.5 49 36 63 2.46148e-09 1.03339e-18 7
+1 -1.5 112.5 -118.5 49 87 10 3.55482e-10 1.26244e-19 2
+1 -1.5 118.5 49.5 49 89 66 2.52919e-09 1.26046e-18 8
+1 -1.5 148.5 -91.5 49 99 19 8.07616e-14 6.52243e-27 1
+1 -1.5 148.5 67.5 49 99 72 8.42033e-14 7.09019e-27 1
+1 1.5 -10.5 142.5 50 46 97 3.51823e-09 2.2963e-18 6
+1 1.5 112.5 46.5 50 87 65 1.61141e-09 2.59665e-18 1
+1 1.5 115.5 46.5 50 88 65 2.25932e-09 5.10451e-18 1
+1 1.5 115.5 49.5 50 88 66 2.57588e-09 2.2946e-18 3
+1 1.5 118.5 46.5 50 89 65 4.99055e-09 7.95378e-18 5
+1 1.5 121.5 43.5 50 90 64 4.26152e-10 1.81606e-19 1
+1 1.5 121.5 46.5 50 90 65 4.52046e-09 1.37734e-17 3
+1 1.5 124.5 43.5 50 91 64 4.33339e-10 1.87783e-19 1
+1 1.5 148.5 -1.5 50 99 49 8.42033e-14 7.09019e-27 1
+1 1.5 148.5 19.5 50 99 56 1.7345e-13 3.00851e-26 1
+1 4.5 -10.5 142.5 51 46 97 7.9666e-10 3.20925e-19 2
+1 4.5 109.5 103.5 51 86 84 1.55214e-10 2.40913e-20 1
+1 4.5 112.5 46.5 51 87 65 2.89203e-09 2.04032e-18 7
+1 4.5 115.5 -49.5 51 88 33 1.57224e-11 1.6727e-22 2
+1 4.5 139.5 79.5 51 96 76 7.42707e-10 2.75731e-19 3
+1 4.5 139.5 112.5 51 96 87 2.71172e-09 1.06463e-18 7
+1 7.5 109.5 100.5 52 86 83 6.36678e-10 2.6916e-19 2
+1 7.5 139.5 112.5 52 96 87 3.00628e-09 2.33326e-18 4
+1 7.5 142.5 112.5 52 97 87 1.47708e-09 2.95419e-19 8
+1 7.5 148.5 106.5 52 99 85 8.42033e-14 7.09019e-27 1
+1 10.5 -91.5 52.5 53 19 67 2.01259e-10 3.92423e-20 2
+1 10.5 139.5 112.5 53 96 87 1.13816e-09 1.29541e-18 1
+1 10.5 142.5 79.5 53 97 76 1.39589e-10 1.94616e-20 2
+1 10.5 142.5 112.5 53 97 87 1.77781e-09 2.34876e-18 3
+1 13.5 -88.5 52.5 54 20 67 4.79606e-11 2.29216e-21 2
+1 13.5 46.5 46.5 54 65 65 1.11261e-09 4.38202e-19 3
+1 13.5 61.5 76.5 54 70 75 1.78123e-09 1.0695e-18 4
+1 13.5 97.5 148.5 54 82 99 1.69886e-11 2.88612e-22 1
+1 13.5 148.5 -40.5 54 99 36 8.42033e-14 7.09019e-27 1
+1 13.5 148.5 1.5 54 99 50 1.7345e-13 3.00851e-26 1
+1 16.5 -91.5 55.5 55 19 68 9.50144e-10 4.82971e-19 3
+1 16.5 61.5 76.5 55 70 75 2.05996e-09 9.67874e-19 6
+1 16.5 61.5 79.5 55 70 76 9.92324e-10 8.97239e-19 4
+1 16.5 64.5 76.5 55 71 75 1.40798e-09 1.98216e-18 2
+1 16.5 64.5 79.5 55 71 76 2.25899e-09 2.66586e-18 2
+1 16.5 148.5 -31.5 55 99 39 1.7345e-13 3.00851e-26 1
+1 16.5 148.5 85.5 55 99 78 1.7345e-13 3.00851e-26 1
+1 19.5 13.5 82.5 56 54 77 3.80989e-10 1.45021e-19 2
+1 19.5 13.5 85.5 56 54 78 1.51657e-09 7.01525e-19 4
+1 19.5 133.5 -55.5 56 94 31 9.06451e-11 8.21653e-21 1
+1 19.5 139.5 97.5 56 96 82 1.74372e-09 7.84597e-19 4
+1 22.5 49.5 -64.5 57 66 28 5.02005e-10 1.48494e-19 3
+1 22.5 136.5 91.5 57 95 80 2.54511e-09 6.4776e-18 1
+1 22.5 136.5 94.5 57 95 81 2.86529e-09 4.30166e-18 2
+1 22.5 136.5 97.5 57 95 82 3.99993e-09 3.29347e-18 5
+1 22.5 139.5 97.5 57 96 82 6.05742e-10 3.66924e-19 1
+1 25.5 -139.5 43.5 58 3 64 1.29336e-11 1.62852e-22 2
+1 25.5 70.5 -73.5 58 73 25 4.823e-10 2.32532e-19 2
+1 25.5 79.5 -16.5 58 76 44 5.82865e-10 3.39732e-19 1
+1 25.5 82.5 -13.5 58 77 45 1.1911e-09 1.41871e-18 1
+1 25.5 133.5 34.5 58 94 61 2.44844e-11 4.63692e-22 2
+1 25.5 136.5 91.5 58 95 80 2.21736e-09 1.10699e-18 6
+1 25.5 139.5 25.5 58 96 58 1.70622e-10 2.90843e-20 2
+1 25.5 139.5 85.5 58 96 78 7.31187e-10 2.68428e-19 3
+1 25.5 139.5 88.5 58 96 79 3.07868e-09 1.06627e-18 9
+1 25.5 139.5 91.5 58 96 80 9.03936e-10 2.75349e-19 3
+1 25.5 148.5 -67.5 58 99 27 3.18821e-12 1.01647e-23 1
+1 25.5 148.5 76.5 58 99 75 1.7345e-13 3.00851e-26 1
+1 28.5 -142.5 46.5 59 2 65 3.30919e-11 1.08951e-21 2
+1 28.5 79.5 -16.5 59 76 44 3.41144e-09 1.69352e-18 8
+1 28.5 79.5 -13.5 59 76 45 8.67341e-10 7.52281e-19 1
+1 28.5 82.5 -16.5 59 77 44 1.25029e-09 1.56279e-18 2
+1 31.5 -142.5 46.5 60 2 65 3.83483e-11 1.4706e-21 1
+1 31.5 97.5 67.5 60 82 72 3.73089e-10 1.36837e-19 2
+1 31.5 127.5 49.5 60 92 66 8.02265e-12 6.3026e-23 2
+1 31.5 136.5 16.5 60 95 55 1.48856e-09 1.28652e-18 2
+1 31.5 139.5 16.5 60 96 55 1.88355e-09 9.70987e-19 4
+1 34.5 115.5 -4.5 61 88 48 1.18367e-09 4.2585e-19 7
+1 34.5 124.5 4.5 61 91 51 3.3288e-11 1.0966e-21 2
+1 34.5 136.5 16.5 61 95 55 1.75669e-09 1.55723e-18 2
+1 34.5 139.5 16.5 61 96 55 4.68609e-09 5.30622e-18 6
+1 34.5 142.5 13.5 61 97 54 1.95883e-09 5.33929e-19 8
+1 34.5 142.5 16.5 61 97 55 7.20416e-10 2.30864e-19 3
+1 34.5 142.5 25.5 61 97 58 1.24452e-11 1.50627e-22 2
+1 34.5 142.5 28.5 61 97 59 2.05872e-09 1.34078e-18 4
+1 34.5 145.5 28.5 61 98 59 2.14681e-09 1.59258e-18 4
+1 34.5 145.5 31.5 61 98 60 5.33519e-10 2.84643e-19 1
+1 34.5 148.5 7.5 61 99 52 8.42033e-14 7.09019e-27 1
+1 34.5 148.5 25.5 61 99 58 8.42033e-14 7.09019e-27 1
+1 37.5 103.5 25.5 62 84 58 9.28575e-10 4.5745e-19 2
+1 40.5 127.5 58.5 63 92 69 9.20341e-12 8.47028e-23 1
+1 49.5 148.5 67.5 66 99 72 8.07616e-14 6.52243e-27 1
+1 52.5 148.5 88.5 67 99 79 1.7345e-13 3.00851e-26 1
+1 55.5 31.5 10.5 68 60 53 3.43813e-09 4.03763e-18 3
+1 55.5 34.5 10.5 68 61 53 1.46722e-09 2.1525e-18 2
+1 55.5 79.5 97.5 68 76 82 5.37538e-10 1.97427e-19 2
+1 55.5 79.5 139.5 68 76 96 2.17127e-09 9.49551e-19 5
+1 55.5 148.5 -37.5 68 99 37 1.7345e-13 3.00851e-26 1
+1 58.5 28.5 13.5 69 59 54 3.39147e-09 1.76678e-18 8
+1 58.5 31.5 10.5 69 60 53 9.58348e-10 9.1843e-19 1
+1 58.5 106.5 1.5 69 85 50 1.04624e-09 3.69128e-19 3
+1 58.5 106.5 136.5 69 85 95 9.44264e-10 3.33441e-19 3
+1 61.5 106.5 1.5 70 85 50 9.25299e-10 4.32244e-19 3
+1 61.5 148.5 28.5 70 99 59 1.7345e-13 3.00851e-26 1
+1 64.5 61.5 49.5 71 70 66 2.13936e-09 1.10076e-18 6
+1 64.5 94.5 13.5 71 81 54 3.30837e-10 1.09453e-19 1
+1 67.5 64.5 43.5 72 71 64 2.09526e-11 4.35642e-22 2
+1 67.5 94.5 10.5 72 81 53 2.87819e-09 2.79773e-18 4
+1 67.5 94.5 13.5 72 81 54 3.41561e-09 2.54139e-18 5
+1 67.5 148.5 -4.5 72 99 48 8.07616e-14 6.52243e-27 1
+1 70.5 64.5 109.5 73 71 86 3.28585e-09 1.99689e-18 6
+1 70.5 67.5 106.5 73 72 85 9.52473e-10 9.07204e-19 1
+1 70.5 67.5 109.5 73 72 86 7.63004e-10 2.91857e-19 2
+1 70.5 82.5 4.5 73 77 51 2.44507e-12 5.97837e-24 1
+1 70.5 148.5 55.5 73 99 68 3.18821e-12 1.01647e-23 1
+1 73.5 73.5 61.5 74 74 70 1.80918e-09 1.64047e-18 2
+1 73.5 124.5 -103.5 74 91 15 1.13728e-10 1.2934e-20 1
+1 73.5 124.5 79.5 74 91 76 6.96126e-10 2.42593e-19 2
+1 76.5 67.5 58.5 75 72 69 4.85954e-11 2.36152e-21 1
+1 76.5 73.5 58.5 75 74 69 3.75558e-09 5.01377e-18 5
+1 76.5 73.5 61.5 75 74 70 3.97689e-09 3.04843e-18 7
+1 76.5 82.5 55.5 75 77 68 7.11459e-10 2.53093e-19 2
+1 76.5 85.5 52.5 75 78 67 1.9138e-09 1.86652e-18 3
+1 76.5 85.5 55.5 75 78 68 1.18208e-09 7.29857e-19 2
+1 79.5 49.5 142.5 76 66 97 1.60386e-10 2.57236e-20 1
+1 79.5 82.5 55.5 76 77 68 9.73897e-10 4.11476e-19 3
+1 88.5 103.5 -91.5 79 84 19 3.68758e-11 1.35388e-21 2
+1 88.5 118.5 -145.5 79 89 1 3.32942e-10 1.1085e-19 1
+1 91.5 148.5 85.5 80 99 78 8.42033e-14 7.09019e-27 1
+1 100.5 148.5 34.5 83 99 61 8.07616e-14 6.52243e-27 1
+1 103.5 91.5 148.5 84 80 99 2.43446e-10 2.82594e-20 4
+1 109.5 109.5 -139.5 86 86 3 5.81546e-10 2.16316e-19 3
+1 115.5 -49.5 79.5 88 33 76 8.92817e-10 2.87873e-19 4
+1 127.5 -16.5 19.5 92 44 56 3.93543e-10 1.54876e-19 1
+1 133.5 -10.5 37.5 94 46 62 5.68571e-10 3.23178e-19 2
+1 133.5 -10.5 40.5 94 46 63 1.87507e-10 3.5094e-20 2
+1 133.5 -4.5 40.5 94 48 63 1.05469e-10 1.04714e-20 2
+1 142.5 52.5 136.5 97 67 95 2.14375e-09 1.20705e-18 4
+1 142.5 52.5 139.5 97 67 96 1.49684e-09 5.76907e-19 4
diff --git a/examples/advanced/medical_linac/batch.mac b/examples/advanced/medical_linac/batch.mac
index 282bc653ee..793e805d62 100755
--- a/examples/advanced/medical_linac/batch.mac
+++ b/examples/advanced/medical_linac/batch.mac
@@ -5,13 +5,6 @@
#/OnlyVisio true # switch the visualization mode
-### Experimental comparison and convergence
-
-/convergence/bCompareExp true # to compare the data with an experimental file data
-/convergence/nMaxLoop 2 # it is used if /convergence/bCompareExp is false
-/convergence/fileExperimentalData VoxelsTest.txt # name of the experimental file
-/convergence/maxNumberOfEvents 5 # maximum number of events at least in one experimental voxel
-/convergence/fileExperimentalDataOut VoxelsTest_Out # full path and name of the experimental file results
### Phase space
diff --git a/examples/advanced/medical_linac/medical_linac.out b/examples/advanced/medical_linac/medical_linac.out
new file mode 100644
index 0000000000..a688005865
--- /dev/null
+++ b/examples/advanced/medical_linac/medical_linac.out
@@ -0,0 +1,640 @@
+
+ ############################################
+ !!! WARNING - FPE detection is activated !!!
+ ############################################
+
+*************************************************************
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
+ Copyright : Geant4 Collaboration
+ Reference : NIM A 506 (2003), 250-303
+ WWW : http://cern.ch/geant4
+*************************************************************
+
+Current nMaxParticlesInRamPhaseSpace: 1000
+THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmLivermorePhysics
+I'm building acc1 accelerator
+G4Material WARNING: duplicate name of material steel1
+G4Material WARNING: duplicate name of material steel1
+G4Material WARNING: duplicate name of material steel1
+
+
+ nominal beam energy: 6
+ Jaw X aperture: 1) -100[mm] 2) 100 [mm]
+ Jaw Y aperture: 1) -100[mm] 2) 100 [mm]
+
+I'm building fullWater phantom
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : DIGIHIT1001
+ issued by : G4VReadOutGeometry
+The concept and the functionality of Readout Geometry has been merged
+into Parallel World. This G4VReadOutGeometry is kept for the sake of
+not breaking the commonly-used interface in the sensitive detector class.
+But this functionality of G4VReadOutGeometry class is no longer tested
+and thus may not be working well. We strongly recommend our customers to
+migrate to Parallel World scheme.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+PV in name: phmWorldPV
+PV in name: fullWaterPhantomPV
+physical volume name: G4_WATER
+physical volume name: G4_Galactic
+
+
+ centre of the phantom: (0,0,0) [mm]
+ half thickness of the phantom: (150,150,150) [mm]
+
+### G4EmConfigurator::AddModels n= 0
+PhysicsList::SetCuts:CutLength : 1 mm
+
+Checking overlaps for volume acceleratorBox ... OK!
+Checking overlaps for volume targetA ... OK!
+Checking overlaps for volume targetB ... OK!
+Checking overlaps for volume BeWTubePV ... OK!
+Checking overlaps for volume ionizationChamberTubeW1PV ... OK!
+Checking overlaps for volume ionizationChamberTubeP1PV ... OK!
+Checking overlaps for volume ionizationChamberTubeW2PV ... OK!
+Checking overlaps for volume ionizationChamberTubeP2PV ... OK!
+Checking overlaps for volume ionizationChamberTubeW3PV ... OK!
+Checking overlaps for volume ionizationChamberTubeP3PV ... OK!
+Checking overlaps for volume FFL1A_1PV ... OK!
+Checking overlaps for volume FFL2_1PV ... OK!
+Checking overlaps for volume MirrorTubePV ... OK!
+Checking overlaps for volume UpperCollimator ... OK!
+Checking overlaps for volume CylMinusCone ... OK!
+Checking overlaps for volume leafA1 ... OK!
+Checking overlaps for volume leafA2 ... OK!
+Checking overlaps for volume leafA3 ... OK!
+Checking overlaps for volume leafA4 ... OK!
+Checking overlaps for volume leafA5 ... OK!
+Checking overlaps for volume leafA6 ... OK!
+Checking overlaps for volume leafA7 ... OK!
+Checking overlaps for volume leafA8 ... OK!
+Checking overlaps for volume leafA9 ... OK!
+Checking overlaps for volume leafA10 ... OK!
+Checking overlaps for volume leafB1 ... OK!
+Checking overlaps for volume leafB2 ... OK!
+Checking overlaps for volume leafB3 ... OK!
+Checking overlaps for volume leafB4 ... OK!
+Checking overlaps for volume leafB5 ... OK!
+Checking overlaps for volume leafB6 ... OK!
+Checking overlaps for volume leafB7 ... OK!
+Checking overlaps for volume leafB8 ... OK!
+Checking overlaps for volume leafB9 ... OK!
+Checking overlaps for volume leafB10 ... OK!
+Checking overlaps for volume Jaws1XPV ... OK!
+Checking overlaps for volume Jaws2XPV ... OK!
+Checking overlaps for volume Jaws1YPV ... OK!
+Checking overlaps for volume Jaws2YPV ... OK!
+Checking overlaps for volume PhSpPV ... OK!
+Checking overlaps for volume killerPlaneKPV ... OK!
+Checking overlaps for volume phmWorldPV ... OK!
+Checking overlaps for volume fullWaterPhantomPV ... OK!
+
+################ START NEW GEOMETRY ########################
+
+### === Deexcitation model UAtomDeexcitation is activated for 13 regions:
+ DefaultRegionForTheWorld 1 0 0
+ targetR 1 0 0
+ BeWindow 1 0 0
+ ionizationChamber 1 0 0
+ flatfilterR 1 0 0
+ Mirror 1 0 0
+ PrymCollR 1 0 0
+ MLCR 1 0 0
+ Jaws1XR 1 0 0
+ Jaws2XR 1 0 0
+ Jaws1YR 1 0 0
+ Jaws2YR 1 0 0
+ fullWaterPhantomR 1 0 0
+### === Ignore cuts flag: 0
+
+phot: for gamma SubType= 12 BuildTable= 0
+ LambdaPrime table from 200 keV to 1 TeV in 134 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermorePhElectric : Emin= 0 eV Emax= 1 TeV AngularGenSauterGavrila FluoActive
+
+compt: for gamma SubType= 13 BuildTable= 1
+ Lambda table from 100 eV to 1 MeV, 20 bins per decade, spline: 1
+ LambdaPrime table from 1 MeV to 1 TeV in 120 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermoreCompton : Emin= 0 eV Emax= 1 TeV FluoActive
+
+conv: for gamma SubType= 14 BuildTable= 1
+ Lambda table from 1.022 MeV to 1 TeV, 22 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermoreConversion : Emin= 0 eV Emax= 80 GeV
+ BetheHeitlerLPM : Emin= 80 GeV Emax= 1 TeV
+
+Rayl: for gamma SubType= 11 BuildTable= 1
+ Lambda table from 100 eV to 100 keV, 20 bins per decade, spline: 0
+ LambdaPrime table from 100 keV to 1 TeV in 140 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermoreRayleigh : Emin= 0 eV Emax= 1 TeV CullenGenerator
+
+msc: for e- SubType= 10
+ RangeFactor= 0.02, stepLimitType: 3, latDisplacement: 1, skin= 1, geomFactor= 2.5
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 120 bins Emin= 100 eV Emax= 100 MeV
+ WentzelVIUni : Emin= 100 MeV Emax= 1 TeV Table with 80 bins Emin= 100 MeV Emax= 1 TeV
+
+eIoni: for e- SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI
+ MollerBhabha : Emin= 100 keV Emax= 1 TeV deltaVI
+
+eBrem: for e- SubType= 3
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LowEnBrem : Emin= 0 eV Emax= 1 GeV AngularGen2BS
+ eBremLPM : Emin= 1 GeV Emax= 1 TeV DipBustGen
+
+CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
+
+msc: for e+ SubType= 10
+ RangeFactor= 0.02, stepLimitType: 3, latDisplacement: 1, skin= 1, geomFactor= 2.5
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 120 bins Emin= 100 eV Emax= 100 MeV
+ WentzelVIUni : Emin= 100 MeV Emax= 1 TeV Table with 80 bins Emin= 100 MeV Emax= 1 TeV
+
+eIoni: for e+ SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MollerBhabha : Emin= 0 eV Emax= 1 TeV deltaVI
+
+eBrem: for e+ SubType= 3
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per 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= 1 TeV DipBustGen
+
+annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eplus2gg : Emin= 0 eV Emax= 1 TeV
+
+CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
+
+msc: for proton SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+
+hIoni: for proton SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 2 MeV deltaVI
+ BetheBloch : Emin= 2 MeV Emax= 1 TeV deltaVI
+
+hBrems: for proton SubType= 3
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 1 TeV
+
+hPairProd: for proton SubType= 4
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ Sampling table 9x1001 from 7.50618 GeV to 1 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 1 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, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 1 TeV
+
+ionIoni: for GenericIon SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.001, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ParamICRU73 : Emin= 0 eV Emax= 1 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, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+
+ionIoni: for alpha SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.01, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BraggIon : Emin= 0 eV Emax= 7.9452 MeV deltaVI
+ BetheBloch : Emin= 7.9452 MeV Emax= 1 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, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+
+hIoni: for anti_proton SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI
+ BetheBloch : Emin= 2 MeV Emax= 1 TeV deltaVI
+
+hBrems: for anti_proton SubType= 3
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 1 TeV
+
+hPairProd: for anti_proton SubType= 4
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ Sampling table 9x1001 from 7.50618 GeV to 1 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 1 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, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+
+hIoni: for kaon+ SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 1.05231 MeV deltaVI
+ BetheBloch : Emin= 1.05231 MeV Emax= 1 TeV deltaVI
+
+hBrems: for kaon+ SubType= 3
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 1 TeV
+
+hPairProd: for kaon+ SubType= 4
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ Sampling table 10x1001 from 3.94942 GeV to 1 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 1 TeV
+
+msc: for kaon- SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+
+hIoni: for kaon- SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 1.05231 MeV deltaVI
+ BetheBloch : Emin= 1.05231 MeV Emax= 1 TeV deltaVI
+
+hBrems: for kaon- SubType= 3
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 1 TeV
+
+hPairProd: for kaon- SubType= 4
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ Sampling table 10x1001 from 3.94942 GeV to 1 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 1 TeV
+
+msc: for mu+ SubType= 10
+ RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+
+muIoni: for mu+ SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 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= 1 TeV
+
+muBrems: for mu+ SubType= 3
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MuBrem : Emin= 0 eV Emax= 1 TeV
+
+muPairProd: for mu+ SubType= 4
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ Sampling table 13x1001 from 1 GeV to 1 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ muPairProd : Emin= 0 eV Emax= 1 TeV
+
+CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eCoulombScattering : Emin= 0 eV Emax= 1 TeV
+
+msc: for mu- SubType= 10
+ RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+
+muIoni: for mu- SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 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= 1 TeV
+
+muBrems: for mu- SubType= 3
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ MuBrem : Emin= 0 eV Emax= 1 TeV
+
+muPairProd: for mu- SubType= 4
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ Sampling table 13x1001 from 1 GeV to 1 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ muPairProd : Emin= 0 eV Emax= 1 TeV
+
+CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
+ Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ eCoulombScattering : Emin= 0 eV Emax= 1 TeV
+
+msc: for pi+ SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+
+hIoni: for pi+ SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ Bragg : Emin= 0 eV Emax= 297.505 keV deltaVI
+ BetheBloch : Emin= 297.505 keV Emax= 1 TeV deltaVI
+
+hBrems: for pi+ SubType= 3
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 1 TeV
+
+hPairProd: for pi+ SubType= 4
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ Sampling table 12x1001 from 1.11656 GeV to 1 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 1 TeV
+
+msc: for pi- SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+
+hIoni: for pi- SubType= 2
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ finalRange(mm)= 0.05, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ ICRU73QO : Emin= 0 eV Emax= 297.505 keV deltaVI
+ BetheBloch : Emin= 297.505 keV Emax= 1 TeV deltaVI
+
+hBrems: for pi- SubType= 3
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hBrem : Emin= 0 eV Emax= 1 TeV
+
+hPairProd: for pi- SubType= 4
+ dE/dx and range tables from 100 eV to 1 TeV in 200 bins
+ Lambda tables from threshold to 1 TeV, 20 bins per decade, spline: 1
+ Sampling table 12x1001 from 1.11656 GeV to 1 TeV
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ hPairProd : Emin= 0 eV Emax= 1 TeV
+
+========= Table of registered couples ==============================
+
+Index : 0 used in the geometry : Yes
+ Material : G4_Galactic
+ Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
+ Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV
+ Region(s) which use this couple :
+ DefaultRegionForTheWorld
+
+Index : 1 used in the geometry : Yes
+ Material : 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ Region(s) which use this couple :
+ Mirror
+
+Index : 7 used in the geometry : Yes
+ Material : G4_Galactic
+ Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
+ Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV
+ Region(s) which use this couple :
+ PrymCollR
+
+Index : 8 used in the geometry : Yes
+ Material : G4_W
+ Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm
+ Energy thresholds : gamma 106.569 keV e- 2.30976 MeV e+ 2.13081 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ Region(s) which use this couple :
+ fullWaterPhantomR
+
+====================================================================
+
+Actual rotation: 1/2
+Accelerator angle: 0 [deg]
+Actual centre: 1/2
+Phantom and its ROG centre: (0,0,0)
+*********************************************
+loop n. 1/1
+Launched 100000 random primary particles
+*********************************************
+n. of events collected in the whole ROG phantom for all geometries: 1094
+n. of events collected in the whole ROG phantom for the current geometry: 1094
+loop elapsed time [s] : 29.09
+
+################ END NEW GEOMETRY ########################
+
+Checking overlaps for volume acceleratorBox ... OK!
+Checking overlaps for volume targetA ... OK!
+Checking overlaps for volume targetB ... OK!
+Checking overlaps for volume BeWTubePV ... OK!
+Checking overlaps for volume ionizationChamberTubeW1PV ... OK!
+Checking overlaps for volume ionizationChamberTubeP1PV ... OK!
+Checking overlaps for volume ionizationChamberTubeW2PV ... OK!
+Checking overlaps for volume ionizationChamberTubeP2PV ... OK!
+Checking overlaps for volume ionizationChamberTubeW3PV ... OK!
+Checking overlaps for volume ionizationChamberTubeP3PV ... OK!
+Checking overlaps for volume FFL1A_1PV ... OK!
+Checking overlaps for volume FFL2_1PV ... OK!
+Checking overlaps for volume MirrorTubePV ... OK!
+Checking overlaps for volume UpperCollimator ... OK!
+Checking overlaps for volume CylMinusCone ... OK!
+Checking overlaps for volume leafA1 ... OK!
+Checking overlaps for volume leafA2 ... OK!
+Checking overlaps for volume leafA3 ... OK!
+Checking overlaps for volume leafA4 ... OK!
+Checking overlaps for volume leafA5 ... OK!
+Checking overlaps for volume leafA6 ... OK!
+Checking overlaps for volume leafA7 ... OK!
+Checking overlaps for volume leafA8 ... OK!
+Checking overlaps for volume leafA9 ... OK!
+Checking overlaps for volume leafA10 ... OK!
+Checking overlaps for volume leafB1 ... OK!
+Checking overlaps for volume leafB2 ... OK!
+Checking overlaps for volume leafB3 ... OK!
+Checking overlaps for volume leafB4 ... OK!
+Checking overlaps for volume leafB5 ... OK!
+Checking overlaps for volume leafB6 ... OK!
+Checking overlaps for volume leafB7 ... OK!
+Checking overlaps for volume leafB8 ... OK!
+Checking overlaps for volume leafB9 ... OK!
+Checking overlaps for volume leafB10 ... OK!
+Checking overlaps for volume Jaws1XPV ... OK!
+Checking overlaps for volume Jaws2XPV ... OK!
+Checking overlaps for volume Jaws1YPV ... OK!
+Checking overlaps for volume Jaws2YPV ... OK!
+Checking overlaps for volume PhSpPV ... OK!
+Checking overlaps for volume killerPlaneKPV ... OK!
+Checking overlaps for volume phmWorldPV ... OK!
+Checking overlaps for volume fullWaterPhantomPV ... OK!
+
+################ START NEW GEOMETRY ########################
+Actual rotation: 2/2
+Accelerator angle: 45 [deg]
+Actual centre: 2/2
+Phantom and its ROG centre: (0,0,-200)
+*********************************************
+loop n. 1/1
+Launched 100000 random primary particles
+*********************************************
+n. of events collected in the whole ROG phantom for all geometries: 1902
+n. of events collected in the whole ROG phantom for the current geometry: 808
+loop elapsed time [s] : 28
+
+################ END NEW GEOMETRY ########################
+loop elapsed time [s] : 59.81
+
diff --git a/examples/advanced/microbeam/History b/examples/advanced/microbeam/History
index 298123f98e..a354bce235 100644
--- a/examples/advanced/microbeam/History
+++ b/examples/advanced/microbeam/History
@@ -9,6 +9,15 @@ $Id: History 70524 2013-05-31 16:36:26Z gcosmo $
Package History file
--------------------
+26 October 2017 - D. Sorokin - tag microbeam-V10-03-04
+- DetectorConstructin.cc build fix
+
+15 Aug 2017 - S. Incerti - tag microbeam-V10-03-03
+- updated plot.C
+
+15 Aug 2017 - S. Incerti - tag microbeam-V10-03-02
+- modified voxel dose normalisation
+
09 March 2017 - V.Ivanchenko - tag microbeam-V10-03-01
- PhysicsList, PhysicsListMessenger - removed obsolete way of
cut definition
diff --git a/examples/advanced/microbeam/microbeam.out b/examples/advanced/microbeam/microbeam.out
index 494ad97e76..4277c3dcff 100644
--- a/examples/advanced/microbeam/microbeam.out
+++ b/examples/advanced/microbeam/microbeam.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -363,9 +363,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
### === Deexcitation model UAtomDeexcitation is activated for 1 region:
DefaultRegionForTheWorld 1 0 0
@@ -418,7 +416,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
@@ -440,7 +438,7 @@ eBrem: for e+ SubType= 3
Lambda tables from threshold to 1 TeV, 20 bins per 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 DipBustGen
+ eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS
eBremLPM : Emin= 1 GeV Emax= 1 TeV DipBustGen
annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
@@ -449,14 +447,14 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
msc: for proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
hIoni: for proton SubType= 2
dE/dx and range tables from 100 eV to 1 TeV in 200 bins
@@ -519,7 +517,7 @@ nuclearStopping: for alpha SubType= 8 BuildTable= 0
msc: for anti_proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
hIoni: for anti_proton SubType= 2
dE/dx and range tables from 100 eV to 1 TeV in 200 bins
@@ -627,7 +625,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 1 TeV
@@ -660,7 +658,7 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 1 TeV
@@ -715,7 +713,7 @@ hPairProd: for pi- SubType= 4
Sampling table 12x1001 from 1.11656 GeV to 1 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
hPairProd : Emin= 0 eV Emax= 1 TeV
-##### Create analysis manager 0x154dec0
+##### Create analysis manager 0x22d8a20
Using Root analysis manager
All Ntuples have been created
-> Event # 1 generated
@@ -737,32 +735,26 @@ All Ntuples have been created
-----> total absorbed dose within Cytoplasm is (Gy) = 0.0519444271045
-> Event # 5 generated
- ===> The incident alpha particle has reached the targeted cell :
- -----> total absorbed dose within Nucleus is (Gy) = 0.33775514908262
- -----> total absorbed dose within Cytoplasm is (Gy) = 0.05092335583091
+ ===> Sorry, the incident alpha particle has missed the targeted cell !
-> Event # 6 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.31112937557545
+ -----> total absorbed dose within Cytoplasm is (Gy) = 0.047890953048461
-> Event # 7 generated
===> Sorry, the incident alpha particle has missed the targeted cell !
-> Event # 8 generated
- ===> The incident alpha particle has reached the targeted cell :
- -----> total absorbed dose within Nucleus is (Gy) = 0.29171468348048
- -----> total absorbed dose within Cytoplasm is (Gy) = 0.026827784943745
+ ===> Sorry, the incident alpha particle has missed the targeted cell !
-> Event # 9 generated
- ===> The incident alpha particle has reached the targeted cell :
- -----> total absorbed dose within Nucleus is (Gy) = 0.32183120798728
- -----> total absorbed dose within Cytoplasm is (Gy) = 0.043732080728164
+ ===> Sorry, the incident alpha particle has missed the targeted cell !
-> Event # 10 generated
- ===> The incident alpha particle has reached the targeted cell :
- -----> total absorbed dose within Nucleus is (Gy) = 0.2953272710055
- -----> total absorbed dose within Cytoplasm is (Gy) = 0.04543035142464
+ ===> Sorry, the incident alpha particle has missed the targeted cell !
--> Total number of particles detected by the gas detector : 7
+-> Total number of particles detected by the gas detector : 4
Graphics systems deleted.
Visualization Manager deleting...
diff --git a/examples/advanced/microbeam/plot.C b/examples/advanced/microbeam/plot.C
index 22f7a7b02c..373ddee643 100755
--- a/examples/advanced/microbeam/plot.C
+++ b/examples/advanced/microbeam/plot.C
@@ -320,7 +320,7 @@ c1->cd(11);
histbis->GetYaxis()->SetTitleOffset(1.4);
histbis->GetXaxis()->SetTitle("Y (um)");
histbis->GetYaxis()->SetTitle("X (um)");
- histbis->SetTitle("Mean energy deposit -transverse- (z axis in eV)");
+ histbis->SetTitle("Energy deposit -transverse- (z axis in eV)");
c1->cd(12);
TH2F *histter = new TH2F("histter","histter",50,-20,20,50,-20,20);
@@ -336,7 +336,7 @@ c1->cd(12);
histter->GetYaxis()->SetTitleOffset(1.4);
histter->GetXaxis()->SetTitle("Z (um)");
histter->GetYaxis()->SetTitle("X (um)");
- histter->SetTitle("Mean energy deposit -longitudinal- (z axis in eV)");
+ histter->SetTitle("Energy deposit -longitudinal- (z axis in eV)");
//*******************************
// BEAM POSITION AT CELL ENTRANCE
diff --git a/examples/advanced/microbeam/src/DetectorConstruction.cc b/examples/advanced/microbeam/src/DetectorConstruction.cc
index 94edef75ab..c1b304c668 100755
--- a/examples/advanced/microbeam/src/DetectorConstruction.cc
+++ b/examples/advanced/microbeam/src/DetectorConstruction.cc
@@ -35,6 +35,7 @@
#include "DetectorConstruction.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
+#include "G4MagIntegratorDriver.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
diff --git a/examples/advanced/microbeam/src/RunAction.cc b/examples/advanced/microbeam/src/RunAction.cc
index 7cfcce5e7b..a5138d5009 100755
--- a/examples/advanced/microbeam/src/RunAction.cc
+++ b/examples/advanced/microbeam/src/RunAction.cc
@@ -168,17 +168,16 @@ void RunAction::EndOfRunAction(const G4Run* /*aRun*/)
for (G4int i=0; iFillNtupleDColumn(5,0,v.x());
- man->FillNtupleDColumn(5,1,v.y());
- man->FillNtupleDColumn(5,2,v.z());
- man->FillNtupleDColumn(5,3,fDose3DDose[i]/(GetNumEvent()+1));
- man->AddNtupleRow(5);
- }
+ if (fDose3DDose[i]>0)
+ {
+ G4ThreeVector v;
+ v = fMapVoxels[i];
+ man->FillNtupleDColumn(5,0,v.x());
+ man->FillNtupleDColumn(5,1,v.y());
+ man->FillNtupleDColumn(5,2,v.z());
+ man->FillNtupleDColumn(5,3,fDose3DDose[i]);
+ man->AddNtupleRow(5);
+ }
}
G4cout << "-> Total number of particles detected by the gas detector : " << GetNbOfHitsGas() << G4endl;
diff --git a/examples/advanced/microelectronics/microelectronics.out b/examples/advanced/microelectronics/microelectronics.out
index 757ef6ee66..7def5b2f77 100644
--- a/examples/advanced/microelectronics/microelectronics.out
+++ b/examples/advanced/microelectronics/microelectronics.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -59,9 +59,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
### === Deexcitation model UAtomDeexcitation is activated for 2 regions:
DefaultRegionForTheWorld 1 1 1
@@ -192,19 +190,19 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Total memory consumed for geometry optimisation: 0 kByte
Total CPU time elapsed for geometry optimisation: 0 seconds
### Run 0 starts.
-##### Create analysis manager 0x227c0f0
+##### Create analysis manager 0x17e68e0
Using Root analysis manager
... open Root analysis file : microelectronics.root - done
Run terminated.
Run Summary
Number of events processed : 1
- User=0.01s Real=0s Sys=0s
+ User=0s Real=0s Sys=0s
... 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- : 20
+N e- : 21
Region -- -- appears in world volume
This region is in the mass world.
@@ -245,7 +243,7 @@ Index : 1 used in the geometry : Yes
====================================================================
### Run 1 starts.
-##### Create analysis manager 0x227c0f0
+##### Create analysis manager 0x17e68e0
Using Root analysis manager
... open Root analysis file : microelectronics.root - done
Run terminated.
@@ -257,7 +255,7 @@ Run Summary
Number and type of particles created outside region "Target" :
_______________________
Number and type of particles created in region "Target" :
-N e- : 20
+N e- : 21
Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
@@ -277,12 +275,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.00481 MB
+Pool ID '17G4DynamicParticle', size : 0.00192 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.021 MB
+Dynamic pools deleted: 9 / Total memory freed: 0.019 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
diff --git a/examples/advanced/nanobeam/nanobeam.out b/examples/advanced/nanobeam/nanobeam.out
index d560ad25b2..c19a9a6287 100644
--- a/examples/advanced/nanobeam/nanobeam.out
+++ b/examples/advanced/nanobeam/nanobeam.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4MT version Name: geant4-09-06-ref-02 (18-January-2013)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -14,16 +14,16 @@
***** Table : Nb of materials = 1 *****
- Material: Vacuum density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 114561548.020 pc Imean: 19.200 eV temperature: 273.15 K pressure: 1.00 atm
- ---> Element: Vacuum ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole
- ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 %
- ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 %
+ Material: Vacuum density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc
+ Imean: 19.200 eV temperature: 293.15 K pressure: 1.00 atm
+
+ ---> Element: H (H) Z = 1.0 N = 1 A = 1.010 g/mole
+ ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
+ ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 %
ElmMassFraction: 100.00 % ElmAbundance 100.00 %
-### NIST DataBase for Materials is used
-PhysicsList::SetCuts:CutLength : 1 um
**********************
**** CONFIGURATION ***
**********************
@@ -34,96 +34,171 @@ PhysicsList::SetCuts:CutLength : 1 um
G2 (T/m) = 16.4947
G3 (T/m) = 9.86677
G4 (T/m) = -6.24449
+PhysicsList::SetCuts:CutLength : 1 um
+G4Material WARNING: duplicate name of material Vacuum
-phot: for gamma SubType= 12
- LambdaPrime table from 200 keV to 10 TeV in 54 bins
+
+***** Table : Nb of materials = 3 *****
+
+ Material: Vacuum density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc
+ Imean: 19.200 eV temperature: 293.15 K pressure: 1.00 atm
+
+ ---> Element: H (H) Z = 1.0 N = 1 A = 1.010 g/mole
+ ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
+ ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 %
+ ElmMassFraction: 100.00 % ElmAbundance 100.00 %
+
+
+ Material: G4_Ni density: 8.902 g/cm3 RadL: 1.424 cm Nucl.Int.Length: 15.280 cm
+ Imean: 311.000 eV temperature: 293.15 K pressure: 1.00 atm
+
+ ---> Element: Ni (Ni) Z = 28.0 N = 59 A = 58.693 g/mole
+ ---> Isotope: Ni58 Z = 28 N = 58 A = 57.94 g/mole abundance: 68.077 %
+ ---> Isotope: Ni60 Z = 28 N = 60 A = 59.93 g/mole abundance: 26.223 %
+ ---> Isotope: Ni61 Z = 28 N = 61 A = 60.93 g/mole abundance: 1.140 %
+ ---> Isotope: Ni62 Z = 28 N = 62 A = 61.93 g/mole abundance: 3.635 %
+ ---> Isotope: Ni64 Z = 28 N = 64 A = 63.93 g/mole abundance: 0.926 %
+ ElmMassFraction: 100.00 % ElmAbundance 100.00 %
+
+
+ Material: Vacuum density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc
+ Imean: 19.200 eV temperature: 293.15 K pressure: 1.00 atm
+
+ ---> Element: H (H) Z = 1.0 N = 1 A = 1.010 g/mole
+ ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
+ ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 %
+ ElmMassFraction: 100.00 % ElmAbundance 100.00 %
+
+
+
+ **********************
+ **** CONFIGURATION ***
+ **********************
+
+=====> You have selected :
+-> Square quadrupole field
+ G1 (T/m) = -11.9651
+ G2 (T/m) = 16.4953
+ G3 (T/m) = 9.86726
+ G4 (T/m) = -6.2448
+
+phot: for gamma SubType= 12 BuildTable= 0
+ LambdaPrime table from 200 keV to 100 TeV in 61 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
- PhotoElectric : Emin= 0 eV Emax= 10 TeV AngularGenSauterGavrila
+ PhotoElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila
-compt: for gamma SubType= 13
- Lambda table from 100 eV to 1 MeV in 28 bins, spline: 1
- LambdaPrime table from 1 MeV to 10 TeV in 49 bins
+compt: for gamma SubType= 13 BuildTable= 1
+ Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1
+ LambdaPrime table from 1 MeV to 100 TeV in 56 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
- Klein-Nishina : Emin= 0 eV Emax= 10 TeV
+ Klein-Nishina : Emin= 0 eV Emax= 100 TeV
-conv: for gamma SubType= 14
- Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1
+conv: for gamma SubType= 14 BuildTable= 1
+ Lambda table from 1.022 MeV to 100 TeV, 18 bins per decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
BetheHeitler : Emin= 0 eV Emax= 80 GeV
- BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV
+ BetheHeitlerLPM : Emin= 80 GeV Emax= 100 TeV
msc: for e- SubType= 10
RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc95 : Emin= 0 eV Emax= 10 TeV Table with 77 bins Emin= 100 eV Emax= 10 TeV
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
eIoni: for e- SubType= 2
- dE/dx and range tables from 100 eV to 10 TeV in 77 bins
- Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
- MollerBhabha : Emin= 0 eV Emax= 10 TeV
+ MollerBhabha : Emin= 0 eV Emax= 100 TeV
eBrem: for e- SubType= 3
- dE/dx and range tables from 100 eV to 10 TeV in 77 bins
- Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
- LPM flag: 1 for E > 1 GeV
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 DipBustGen
- eBremLPM : Emin= 1 GeV Emax= 10 TeV DipBustGen
+ eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen
msc: for e+ SubType= 10
RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc95 : Emin= 0 eV Emax= 10 TeV Table with 77 bins Emin= 100 eV Emax= 10 TeV
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
eIoni: for e+ SubType= 2
- dE/dx and range tables from 100 eV to 10 TeV in 77 bins
- Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
- MollerBhabha : Emin= 0 eV Emax= 10 TeV
+ MollerBhabha : Emin= 0 eV Emax= 100 TeV
eBrem: for e+ SubType= 3
- dE/dx and range tables from 100 eV to 10 TeV in 77 bins
- Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
- LPM flag: 1 for E > 1 GeV
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per 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 DipBustGen
- eBremLPM : Emin= 1 GeV Emax= 10 TeV DipBustGen
+ eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen
-annihil: for e+ SubType= 5
+annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
- eplus2gg : Emin= 0 eV Emax= 10 TeV
+ eplus2gg : Emin= 0 eV Emax= 100 TeV
msc: for proton SubType= 10
- RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc95 : Emin= 0 eV Emax= 10 TeV Table with 77 bins Emin= 100 eV Emax= 10 TeV
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
hIoni: for proton SubType= 2
- dE/dx and range tables from 100 eV to 10 TeV in 77 bins
- Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
===== EM models for the G4Region DefaultRegionForTheWorld ======
Bragg : Emin= 0 eV Emax= 2 MeV
- BetheBloch : Emin= 2 MeV Emax= 10 TeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
hBrems: for proton SubType= 3
- dE/dx and range tables from 100 eV to 10 TeV in 77 bins
- Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- hBrem : Emin= 0 eV Emax= 10 TeV
+ hBrem : Emin= 0 eV Emax= 100 TeV
hPairProd: for proton SubType= 4
- dE/dx and range tables from 100 eV to 10 TeV in 77 bins
- Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ Sampling table 17x1001 from 7.50618 GeV to 100 TeV
===== EM models for the G4Region DefaultRegionForTheWorld ======
- hPairProd : Emin= 0 eV Emax= 10 TeV
+ hPairProd : Emin= 0 eV Emax= 100 TeV
+
+msc: for GenericIon SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 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 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02
+ Stopping Power data for 17 ion/material pairs
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BraggIon : Emin= 0 eV Emax= 2 MeV
+ BetheBloch : Emin= 2 MeV Emax= 100 TeV
+
+msc: for alpha SubType= 10
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
+
+ionIoni: for alpha SubType= 2
+ dE/dx and range tables from 100 eV to 100 TeV in 84 bins
+ Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
+ finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ BraggIon : Emin= 0 eV Emax= 7.9452 MeV
+ BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
========= Table of registered couples ==============================
-Index : 0 used in the geometry : Yes recalculation needed : No
+Index : 0 used in the geometry : Yes
Material : Vacuum
Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um
Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 eV
@@ -132,132 +207,119 @@ Index : 0 used in the geometry : Yes recalculation needed : No
====================================================================
--> Event= 1: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.09 PHI(mrad)= -0.09 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=-3.5866545597483 Y(microns)=-0.45891792353819 THETA(mrad)=-5.8367646106921 PHI(mrad)=-9.1305837919058
+##### Create analysis manager 0x2763bb0
+Using Root analysis manager
+Ntuple-1 created
+Ntuple-2 created
+Ntuple-3 created
+-> Event= 2: X0(mm)= -0.350574 X0(mm) = 0.351397 Z0(m) = -8.87 THETA(mrad)= -0.0583587 PHI(mrad)= 0.0535903 E0(MeV)= 2.99997
+ =>IMAGE : X(microns)=-14.618686145351 Y(microns)=4.8482017033361 THETA(mrad)=-8.2635245808525 PHI(mrad)=14.970781960189
--> Event= 2: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.03 PHI(mrad)= -0.09 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=-0.48867014724698 Y(microns)=-0.30129376677843 THETA(mrad)=-1.9441077505043 PHI(mrad)=-9.1297088270257
+-> Event= 3: X0(mm)= -0.086051067241418 X0(mm) = 0.30625301427677 Z0(m) = -8.87 THETA(mrad)= -0.0062443981190946 PHI(mrad)= 0.076499579504345 E0(MeV)= 3.0000171217089
+ =>IMAGE : X(microns)=-1.8135133819675 Y(microns)=3.9381164261963 THETA(mrad)=-1.5012568108426 PHI(mrad)=16.066736355286
--> Event= 3: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.03 PHI(mrad)= -0.09 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=0.48867014724698 Y(microns)=-0.30129376677843 THETA(mrad)=1.9441077505043 PHI(mrad)=-9.1297088270257
+-> Event= 6: X0(mm)= -0.67020745874248 X0(mm) = 0.38664382771754 Z0(m) = -8.87 THETA(mrad)= -0.066974174364989 PHI(mrad)= 0.072910081210034 E0(MeV)= 3.0000807810555
+ =>IMAGE : X(microns)=-39.733358512768 Y(microns)=6.6034577531174 THETA(mrad)=-12.933397067685 PHI(mrad)=17.891682803603
--> Event= 4: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.09 PHI(mrad)= -0.09 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=3.5866545597483 Y(microns)=-0.45891792353819 THETA(mrad)=5.8367646106921 PHI(mrad)=-9.1305837919058
+-> Event= 10: X0(mm)= 0.60287957589054 X0(mm) = 0.7080715167675 Z0(m) = -8.87 THETA(mrad)= 0.057041542870381 PHI(mrad)= 0.040206237427358 E0(MeV)= 2.9998941214472
+ =>IMAGE : X(microns)=32.879979934731 Y(microns)=11.183105116642 THETA(mrad)=11.420683962575 PHI(mrad)=23.297941790405
--> Event= 5: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.09 PHI(mrad)= -0.03 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=-3.3399391205705 Y(microns)=-0.11875830381564 THETA(mrad)=-5.8363616551639 PHI(mrad)=-3.043453017084
+-> Event= 11: X0(mm)= -0.028534188462388 X0(mm) = 0.020253654526918 Z0(m) = -8.87 THETA(mrad)= 0.068485088059658 PHI(mrad)= 0.020301401577701 E0(MeV)= 2.9999091491852
+ =>IMAGE : X(microns)=1.2210989702438 Y(microns)=0.28742415130269 THETA(mrad)=4.0759350728066 PHI(mrad)=2.6088667708801
--> Event= 6: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.03 PHI(mrad)= -0.03 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=-0.40644525944264 Y(microns)=-0.066253101076515 THETA(mrad)=-1.9439735806466 PHI(mrad)=-3.0431621635462
+-> Event= 14: X0(mm)= 0.16090347786117 X0(mm) = -0.081999159607915 Z0(m) = -8.87 THETA(mrad)= 0.019785816576648 PHI(mrad)= -0.039324660789 E0(MeV)= 2.9999920921771
+ =>IMAGE : X(microns)=3.5283256847954 Y(microns)=-0.99566899608279 THETA(mrad)=3.3328691246288 PHI(mrad)=-6.2130478475869
--> Event= 7: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.03 PHI(mrad)= -0.03 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=0.40644525944264 Y(microns)=-0.066253101076515 THETA(mrad)=1.9439735806466 PHI(mrad)=-3.0431621635462
+-> Event= 18: X0(mm)= 0.4754453631828 X0(mm) = 0.11035232256611 Z0(m) = -8.87 THETA(mrad)= 0.068503371680473 PHI(mrad)= 0.070682466573986 E0(MeV)= 2.9999685995807
+ =>IMAGE : X(microns)=23.622660791713 Y(microns)=2.0865659322397 THETA(mrad)=10.525895438129 PHI(mrad)=10.166423952112
--> Event= 8: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.09 PHI(mrad)= -0.03 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=3.3399391205705 Y(microns)=-0.11875830381564 THETA(mrad)=5.8363616551639 PHI(mrad)=-3.043453017084
+-> Event= 20: X0(mm)= 0.20667925895533 X0(mm) = -0.27400828259202 Z0(m) = -8.87 THETA(mrad)= 0.0313219969655 PHI(mrad)= -0.052954806429599 E0(MeV)= 3.0000271663979
+ =>IMAGE : X(microns)=5.4957963118256 Y(microns)=-3.3868267541957 THETA(mrad)=4.6654379862447 PHI(mrad)=-12.804050001934
--> Event= 9: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.09 PHI(mrad)= 0.03 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=-3.3399391205705 Y(microns)=0.11875830381564 THETA(mrad)=-5.8363616551639 PHI(mrad)=3.043453017084
+-> Event= 21: X0(mm)= 0.15111649809921 X0(mm) = -0.077813156086796 Z0(m) = -8.87 THETA(mrad)= 0.040413057333507 PHI(mrad)= -0.058930733843139 E0(MeV)= 2.9999629966134
+ =>IMAGE : X(microns)=4.4299655263338 Y(microns)=-1.10035703942 THETA(mrad)=4.5464462569765 PHI(mrad)=-8.0887890700879
--> Event= 10: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.03 PHI(mrad)= 0.03 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=-0.40644525944264 Y(microns)=0.066253101076515 THETA(mrad)=-1.9439735806466 PHI(mrad)=3.0431621635462
+-> Event= 22: X0(mm)= 0.26074753875415 X0(mm) = -0.084979182001704 Z0(m) = -8.87 THETA(mrad)= 0.073365246452412 PHI(mrad)= -0.041557625897287 E0(MeV)= 3.0000104598681
+ =>IMAGE : X(microns)=11.739165652781 Y(microns)=-1.2345405749234 THETA(mrad)=8.0886344533084 PHI(mrad)=-6.5213249907259
--> Event= 11: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.03 PHI(mrad)= 0.03 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=0.40644525944264 Y(microns)=0.066253101076515 THETA(mrad)=1.9439735806466 PHI(mrad)=3.0431621635462
+-> 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.91731826074 Y(microns)=4.1402021369798 THETA(mrad)=-27.914534336262 PHI(mrad)=5.1888639130401
--> Event= 12: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.09 PHI(mrad)= 0.03 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=3.3399391205705 Y(microns)=0.11875830381564 THETA(mrad)=5.8363616551639 PHI(mrad)=3.043453017084
+-> 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.13270169202478 Y(microns)=0.72276100477225 THETA(mrad)=1.6453662282449 PHI(mrad)=10.062560871287
--> Event= 13: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.09 PHI(mrad)= 0.09 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=-3.5866545597483 Y(microns)=0.45891792353819 THETA(mrad)=-5.8367646106921 PHI(mrad)=9.1305837919058
+-> Event= 36: X0(mm)= -0.0079086737969922 X0(mm) = -0.1848738373955 Z0(m) = -8.87 THETA(mrad)= 0.0092569578549554 PHI(mrad)= -0.068791407570621 E0(MeV)= 2.9999987305134
+ =>IMAGE : X(microns)=0.0023934449762555 Y(microns)=-2.2957483694844 THETA(mrad)=0.49909041569329 PHI(mrad)=-11.992329244261
--> Event= 14: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.03 PHI(mrad)= 0.09 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=-0.48867014724698 Y(microns)=0.30129376677843 THETA(mrad)=-1.9441077505043 PHI(mrad)=9.1297088270257
+-> Event= 41: X0(mm)= -0.0052936934761979 X0(mm) = 0.063381672744254 Z0(m) = -8.87 THETA(mrad)= 0.02160096985706 PHI(mrad)= -0.049328983057872 E0(MeV)= 3.0000031288488
+ =>IMAGE : X(microns)=0.14493027930128 Y(microns)=0.55163915199522 THETA(mrad)=1.3321248333661 PHI(mrad)=-3.284499552786
--> Event= 15: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.03 PHI(mrad)= 0.09 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=0.48867014724698 Y(microns)=0.30129376677843 THETA(mrad)=1.9441077505043 PHI(mrad)=9.1297088270257
+-> 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.210183076462 Y(microns)=39.659579697055 THETA(mrad)=16.573465815004 PHI(mrad)=48.307216378816
--> Event= 16: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.09 PHI(mrad)= 0.09 E0(MeV)= 2.9997
- =>IMAGE : X(microns)=3.5866545597483 Y(microns)=0.45891792353819 THETA(mrad)=5.8367646106921 PHI(mrad)=9.1305837919058
+-> 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.944266444936 Y(microns)=-42.303106600558 THETA(mrad)=11.587370799209 PHI(mrad)=-51.92233088857
--> Event= 17: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.09 PHI(mrad)= -0.09 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=-1.7197977975477 Y(microns)=-0.11884430906302 THETA(mrad)=-5.8315817500863 PHI(mrad)=-9.1249020093158
+-> 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.8137905386299 Y(microns)=2.7495166928956 THETA(mrad)=4.8296414245214 PHI(mrad)=9.0095714255315
--> Event= 18: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.03 PHI(mrad)= -0.09 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=0.13304661402201 Y(microns)=0.038548970509993 THETA(mrad)=-1.942381313233 PHI(mrad)=-9.1240304222666
+-> Event= 53: X0(mm)= 0.18024795019127 X0(mm) = 0.26563720953034 Z0(m) = -8.87 THETA(mrad)= 0.068194327905589 PHI(mrad)= 0.046458164706904 E0(MeV)= 2.9999178358303
+ =>IMAGE : X(microns)=8.2850321960764 Y(microns)=3.4551410788841 THETA(mrad)=6.7239674516931 PHI(mrad)=11.919757684389
--> Event= 19: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.03 PHI(mrad)= -0.09 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=-0.13304661402201 Y(microns)=0.038548970509993 THETA(mrad)=1.942381313233 PHI(mrad)=-9.1240304222666
+-> 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.056973108109 Y(microns)=6.1147263296419 THETA(mrad)=-15.804452953896 PHI(mrad)=13.702865334869
--> Event= 20: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.09 PHI(mrad)= -0.09 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=1.7197977975477 Y(microns)=-0.11884430906302 THETA(mrad)=5.8315817500863 PHI(mrad)=-9.1249020093158
+-> 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.228017482073 Y(microns)=-0.066003037047051 THETA(mrad)=-0.10470313679937 PHI(mrad)=2.514955102375
--> Event= 21: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.09 PHI(mrad)= -0.03 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=-1.4733250818673 Y(microns)=-0.0054681854132037 THETA(mrad)=-5.8311792824778 PHI(mrad)=-3.0415592695373
+-> Event= 61: X0(mm)= 0.010073418340366 X0(mm) = 0.048133463820978 Z0(m) = -8.87 THETA(mrad)= 0.01569024581137 PHI(mrad)= -0.05838311092919 E0(MeV)= 3.0000742147028
+ =>IMAGE : X(microns)=0.32104110881693 Y(microns)=0.39630414349225 THETA(mrad)=1.144850602253 PHI(mrad)=-4.6160975785052
--> Event= 22: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.03 PHI(mrad)= -0.03 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=0.21502188293023 Y(microns)=0.046995422524609 THETA(mrad)=-1.9422478749168 PHI(mrad)=-3.0412673422139
+-> Event= 62: X0(mm)= 0.27865102424421 X0(mm) = -0.36011866770062 Z0(m) = -8.87 THETA(mrad)= 0.043147752406981 PHI(mrad)= -0.049588431908815 E0(MeV)= 2.9999120653397
+ =>IMAGE : X(microns)=9.4403470267303 Y(microns)=-4.7230130698284 THETA(mrad)=6.3540819122683 PHI(mrad)=-14.800608398753
--> Event= 23: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.03 PHI(mrad)= -0.03 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=-0.21502188293023 Y(microns)=0.046995422524609 THETA(mrad)=1.9422478749168 PHI(mrad)=-3.0412673422139
+-> Event= 64: X0(mm)= 0.29329258822786 X0(mm) = 0.093673217048187 Z0(m) = -8.87 THETA(mrad)= 0.068900550391401 PHI(mrad)= 0.026564304215004 E0(MeV)= 2.9998914696467
+ =>IMAGE : X(microns)=13.024932359721 Y(microns)=1.2718826715036 THETA(mrad)=8.2159733120759 PHI(mrad)=5.2366710798541
--> Event= 24: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.09 PHI(mrad)= -0.03 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=1.4733250818673 Y(microns)=-0.0054681854132037 THETA(mrad)=5.8311792824778 PHI(mrad)=-3.0415592695373
+-> Event= 65: X0(mm)= 0.3779724438378 X0(mm) = -0.10389357763652 Z0(m) = -8.87 THETA(mrad)= 0.081397353681772 PHI(mrad)= 0.012762955547422 E0(MeV)= 3.000056776697
+ =>IMAGE : X(microns)=19.43555511111 Y(microns)=-1.1342551239081 THETA(mrad)=10.114044775818 PHI(mrad)=-1.5236497743998
--> Event= 25: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.09 PHI(mrad)= 0.03 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=-1.4733250818673 Y(microns)=0.0054681854132037 THETA(mrad)=-5.8311792824778 PHI(mrad)=3.0415592695373
+-> Event= 66: X0(mm)= 0.06143198603302 X0(mm) = -0.085860675057116 Z0(m) = -8.87 THETA(mrad)= -0.044568229770855 PHI(mrad)= -0.030221632488773 E0(MeV)= 3.0000443888599
+ =>IMAGE : X(microns)=0.51533277211826 Y(microns)=-0.96723249982719 THETA(mrad)=-2.1051391009422 PHI(mrad)=-5.3940388591938
--> Event= 26: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.03 PHI(mrad)= 0.03 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=0.21502188293023 Y(microns)=-0.046995422524609 THETA(mrad)=-1.9422478749168 PHI(mrad)=3.0412673422139
+-> Event= 69: X0(mm)= 0.14954473621966 X0(mm) = 0.20655990656738 Z0(m) = -8.87 THETA(mrad)= -0.034447112736969 PHI(mrad)= 0.069897440887196 E0(MeV)= 3.0000337863959
+ =>IMAGE : X(microns)=2.2314738789964 Y(microns)=2.5408619221782 THETA(mrad)=-0.32672390793924 PHI(mrad)=12.692332568214
--> Event= 27: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.03 PHI(mrad)= 0.03 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=-0.21502188293023 Y(microns)=-0.046995422524609 THETA(mrad)=1.9422478749168 PHI(mrad)=3.0412673422139
+-> Event= 72: X0(mm)= 0.48339298704702 X0(mm) = -0.71032537470226 Z0(m) = -8.87 THETA(mrad)= 0.051701130704913 PHI(mrad)= -0.04866088524039 E0(MeV)= 2.9999484082423
+ =>IMAGE : X(microns)=22.66835029285 Y(microns)=-10.904642330323 THETA(mrad)=9.535461936975 PHI(mrad)=-24.21342707267
--> Event= 28: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.09 PHI(mrad)= 0.03 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=1.4733250818673 Y(microns)=0.0054681854132037 THETA(mrad)=5.8311792824778 PHI(mrad)=3.0415592695373
+-> Event= 74: X0(mm)= 0.0094465464091236 X0(mm) = 0.3470856075926 Z0(m) = -8.87 THETA(mrad)= 0.043734254900955 PHI(mrad)= 0.077189968514549 E0(MeV)= 3.0000341940519
+ =>IMAGE : X(microns)=1.3555365713929 Y(microns)=4.5582289833841 THETA(mrad)=2.9551911195202 PHI(mrad)=17.24452366754
--> Event= 29: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.09 PHI(mrad)= 0.09 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=-1.7197977975477 Y(microns)=0.11884430906302 THETA(mrad)=-5.8315817500863 PHI(mrad)=9.1249020093158
+-> Event= 76: X0(mm)= 0.032601879808464 X0(mm) = 0.016270507061099 Z0(m) = -8.87 THETA(mrad)= 0.082718966005109 PHI(mrad)= 0.031582361301935 E0(MeV)= 3.0000283538282
+ =>IMAGE : X(microns)=3.6596087625872 Y(microns)=0.29743161505596 THETA(mrad)=5.7793582471033 PHI(mrad)=3.6449830941049
--> Event= 30: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= -0.03 PHI(mrad)= 0.09 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=0.13304661402201 Y(microns)=-0.038548970509993 THETA(mrad)=-1.942381313233 PHI(mrad)=9.1240304222666
+-> Event= 83: X0(mm)= -0.85403243133586 X0(mm) = -0.0091240517582702 Z0(m) = -8.87 THETA(mrad)= -0.079627748200215 PHI(mrad)= -0.01920863277583 E0(MeV)= 2.9999727618311
+ =>IMAGE : X(microns)=-65.470687040491 Y(microns)=-0.45660500053381 THETA(mrad)=-16.143658574273 PHI(mrad)=-2.1976424293579
--> Event= 31: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.03 PHI(mrad)= 0.09 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=-0.13304661402201 Y(microns)=-0.038548970509993 THETA(mrad)=1.942381313233 PHI(mrad)=9.1240304222666
+-> Event= 84: X0(mm)= 0.019869526159409 X0(mm) = 0.027356472793811 Z0(m) = -8.87 THETA(mrad)= 0.013216483507124 PHI(mrad)= -0.064005070837523 E0(MeV)= 3.0000225971111
+ =>IMAGE : X(microns)=0.51282655853388 Y(microns)=0.14423310759093 THETA(mrad)=1.1094917777804 PHI(mrad)=-5.7501395670797
--> Event= 32: X0(mm)= 0 X0(mm) = 0 Z0(m) = -8.87 THETA(mrad)= 0.09 PHI(mrad)= 0.09 E0(MeV)= 3.0003
- =>IMAGE : X(microns)=1.7197977975477 Y(microns)=0.11884430906302 THETA(mrad)=5.8315817500863 PHI(mrad)=9.1249020093158
+-> 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.290191946545 Y(microns)=-23.485205289819 THETA(mrad)=17.851794016779 PHI(mrad)=-34.581819616613
+-> 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.6762828541568 Y(microns)=16.627258615422 THETA(mrad)=-2.8117224626258 PHI(mrad)=34.820750894377
-===> NANOBEAM LINE INTRINSIC ABERRATION COEFFICIENTS (units of micrometer and mrad) :
+-> Event= 88: X0(mm)= -0.22545561238938 X0(mm) = -0.030927067231415 Z0(m) = -8.87 THETA(mrad)= -0.045660693985418 PHI(mrad)= 0.031393071444182 E0(MeV)= 3.0000172375688
+ =>IMAGE : X(microns)=-6.7173566424659 Y(microns)=-0.21812869072347 THETA(mrad)=-5.835430632314 PHI(mrad)=2.3456102190408
-=
- -0.09538872658999
+-> Event= 96: X0(mm)= 0.22011014269581 X0(mm) = 0.15902386447663 Z0(m) = -8.87 THETA(mrad)= 0.022230939077933 PHI(mrad)= 0.089392622525076 E0(MeV)= 3.000055786943
+ =>IMAGE : X(microns)=5.2879849726628 Y(microns)=2.259375146752 THETA(mrad)=4.2467644610932 PHI(mrad)=13.380935141203
-=
- -2071.1371028243
+-> Event= 97: X0(mm)= -0.039068652311959 X0(mm) = 0.016949266328071 Z0(m) = -8.87 THETA(mrad)= 0.026369793436265 PHI(mrad)= 0.031743743594098 E0(MeV)= 3.0000321175827
+ =>IMAGE : X(microns)=-0.38272594907984 Y(microns)=0.23903584339209 THETA(mrad)=1.2108399262061 PHI(mrad)=3.6794519800011
-=
- 3270.7720773617
-
-=
- 380.03622422018
-
-=
- 64.763635034776
-
-=
- -0.04005555840396
-
-=
- -377.46611724383
-
-=
- 242.97265509283
-
-=
- 158.14651119455
-
-=
- 101.40563117133
+-> Event= 98: X0(mm)= -0.26981294994438 X0(mm) = -0.15163857783775 Z0(m) = -8.87 THETA(mrad)= -0.038486114555135 PHI(mrad)= -0.058017023830174 E0(MeV)= 3.0000219596412
+ =>IMAGE : X(microns)=-7.8791063604948 Y(microns)=-2.0088517167155 THETA(mrad)=-5.9364929005825 PHI(mrad)=-9.9985801938916
diff --git a/examples/advanced/purging_magnet/purging_magnet.out b/examples/advanced/purging_magnet/purging_magnet.out
index c08faf712d..a62b2fde9c 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-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -56,9 +56,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
***** Table : Nb of materials = 8 *****
@@ -318,11 +316,28423 @@ Ntuple-3 created
----------------------------------------
---> Begin Of Event: 0
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-E
+============================================================================================
+================= lines above cut to keep file within limits ===============================
+============================================================================================
+
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::FillNtupleTColumn
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : Analysis_W011
+ issued by : G4TNtupleManager::AddNtupleRow
+ ntupleId 1 does not exist.
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
Total number of event = 5000
--------- Ranecu engine status ---------
Initial seed (index) = 0
- Current couple of seeds = 1315859993, 1966623602
+ Current couple of seeds = 1247958217, 568495928
----------------------------------------
Graphics systems deleted.
Visualization Manager deleting...
diff --git a/examples/advanced/radioprotection/radioprotection.out b/examples/advanced/radioprotection/radioprotection.out
index 41bc2553f8..23d0767e20 100644
--- a/examples/advanced/radioprotection/radioprotection.out
+++ b/examples/advanced/radioprotection/radioprotection.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -56,9 +56,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmLivermorePhysics
THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: HadronPhysicsQGSP_BIC_HP()
THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: G4IonBinaryCascadePhysics()
@@ -98,7 +96,7 @@ PhysicsList::SetCuts:CutLength : 10 nm
### === Deexcitation model UAtomDeexcitation is activated for 1 region:
DefaultRegionForTheWorld 1 1 0
### === Auger cascade flag: 1
-### === Ignore cuts flag: 1
+### === Ignore cuts flag: 0
phot: for gamma SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 1 TeV in 134 bins
@@ -147,7 +145,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
@@ -169,7 +167,7 @@ eBrem: for e+ SubType= 3
Lambda tables from threshold to 1 TeV, 20 bins per 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 DipBustGen
+ eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS
eBremLPM : Emin= 1 GeV Emax= 1 TeV DipBustGen
annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
@@ -178,14 +176,14 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
msc: for proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
hIoni: for proton SubType= 2
dE/dx and range tables from 100 eV to 1 TeV in 200 bins
@@ -230,6 +228,20 @@ 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 ========
+=======================================================================
+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
+=======================================================================
msc: for alpha SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
@@ -252,7 +264,7 @@ nuclearStopping: for alpha SubType= 8 BuildTable= 0
msc: for anti_proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
hIoni: for anti_proton SubType= 2
dE/dx and range tables from 100 eV to 1 TeV in 200 bins
@@ -368,7 +380,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 1 TeV
@@ -403,7 +415,7 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 1 TeV
NeutronHP: /Capture file for Z = 8, A = 18 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.5/Capture/CrossSection/8_17_Oxygen
@@ -628,6 +640,7 @@ hPairProd: for pi- SubType= 4
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -643,6 +656,7 @@ hPairProd: for pi- SubType= 4
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -776,16 +790,21 @@ hPairProd: for pi- SubType= 4
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1442.7
-Use new data files 1
-Use complete data files 1
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 1
Electron internal conversion ID 0
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
========= Table of registered couples ==============================
diff --git a/examples/advanced/underground_physics/underground_physics.out b/examples/advanced/underground_physics/underground_physics.out
index 8784732950..00567ba76c 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-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -56,9 +56,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
Using the DMX gun
Calibration source centre (X,Y,Z): 0, 0, -302.65 mm
@@ -194,6 +192,20 @@ ionIoni: for GenericIon SubType= 2
===== EM models for the G4Region DefaultRegionForTheWorld ======
ParamICRU73 : Emin= 0 eV Emax= 100 GeV deltaVI
===== Limit on energy threshold has been applied
+=======================================================================
+====== Radioactive Decay Physics Parameters ========
+=======================================================================
+Max life time 1e+15 ps
+Internal e- conversion flag 1
+Stored internal conversion coefficients 0
+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 0
+Check EM cuts disabled for atomic de-excitation 0
+Use Bearden atomic level energies 0
+=======================================================================
msc: for alpha SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
@@ -548,30 +560,40 @@ hBrems: for pi- SubType= 3
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
=======================================================================
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
========= Table of registered couples ==============================
@@ -722,10 +744,10 @@ Index : 12 used in the geometry : Yes
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: 26.0302 ns
- Number of PMT hits (photoelectron equivalent): 25
+ Number of hits in LXe: 59
+ Total energy in LXe: 60 keV
+ Average light collection time: 16.8645 ns
+ Number of PMT hits (photoelectron equivalent): 67
Event summary in file gamma_1000.out
---> End of event: 60
@@ -750,7 +772,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 90
Primary Energy: 60 keV
- Total energy in LXe: 0 eV
+ First hit in LXe: gamma
+ Number of hits in LXe: 6
+ Total energy in LXe: 7.55419 keV
+ Average light collection time: 29.292 ns
+ Number of PMT hits (photoelectron equivalent): 6
+ Event summary in file gamma_1000.out
---> End of event: 90
@@ -759,10 +786,10 @@ Index : 12 used in the geometry : Yes
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: 24.769 ns
- Number of PMT hits (photoelectron equivalent): 62
+ Number of hits in LXe: 42
+ Total energy in LXe: 26.1349 keV
+ Average light collection time: 26.0587 ns
+ Number of PMT hits (photoelectron equivalent): 20
Event summary in file gamma_1000.out
---> End of event: 100
@@ -779,12 +806,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 120
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 22
- Total energy in LXe: 30.5479 keV
- Average light collection time: 22.4963 ns
- Number of PMT hits (photoelectron equivalent): 28
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 120
@@ -792,12 +814,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 130
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.9446 ns
- Number of PMT hits (photoelectron equivalent): 52
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 130
@@ -805,7 +822,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 140
Primary Energy: 60 keV
- Total energy in LXe: 0 eV
+ First hit in LXe: gamma
+ Number of hits in LXe: 31
+ Total energy in LXe: 26.3706 keV
+ Average light collection time: 10.6623 ns
+ Number of PMT hits (photoelectron equivalent): 17
+ Event summary in file gamma_1000.out
---> End of event: 140
@@ -821,12 +843,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 160
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 25
- Total energy in LXe: 30.2187 keV
- Average light collection time: 13.5985 ns
- Number of PMT hits (photoelectron equivalent): 26
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 160
@@ -859,10 +876,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 48
- Total energy in LXe: 30.5479 keV
- Average light collection time: 24.6929 ns
- Number of PMT hits (photoelectron equivalent): 32
+ Number of hits in LXe: 29
+ Total energy in LXe: 30.2187 keV
+ Average light collection time: 20.517 ns
+ Number of PMT hits (photoelectron equivalent): 29
Event summary in file gamma_1000.out
---> End of event: 200
@@ -879,7 +896,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 220
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: 19.4373 ns
+ Number of PMT hits (photoelectron equivalent): 81
+ Event summary in file gamma_1000.out
---> End of event: 220
@@ -887,12 +909,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 230
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 58
- Total energy in LXe: 60 keV
- Average light collection time: 20.8288 ns
- Number of PMT hits (photoelectron equivalent): 61
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 230
@@ -925,9 +942,9 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 51
+ Number of hits in LXe: 58
Total energy in LXe: 60 keV
- Average light collection time: 22.071 ns
+ Average light collection time: 21.2002 ns
Number of PMT hits (photoelectron equivalent): 58
Event summary in file gamma_1000.out
@@ -937,12 +954,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 280
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 20
- Total energy in LXe: 30.2187 keV
- Average light collection time: 15.9839 ns
- Number of PMT hits (photoelectron equivalent): 43
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 280
@@ -950,12 +962,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 290
Primary Energy: 60 keV
- First hit in LXe: e-
- Number of hits in LXe: 164
- Total energy in LXe: 34.2393 keV
- Average light collection time: 20.4614 ns
- Number of PMT hits (photoelectron equivalent): 29
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 290
@@ -963,12 +970,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 300
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 30
- Total energy in LXe: 26.3706 keV
- Average light collection time: 23.3286 ns
- Number of PMT hits (photoelectron equivalent): 27
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 300
@@ -993,10 +995,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 58
+ Number of hits in LXe: 50
Total energy in LXe: 60 keV
- Average light collection time: 24.5095 ns
- Number of PMT hits (photoelectron equivalent): 64
+ Average light collection time: 19.6611 ns
+ Number of PMT hits (photoelectron equivalent): 72
Event summary in file gamma_1000.out
---> End of event: 330
@@ -1005,7 +1007,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 340
Primary Energy: 60 keV
- Total energy in LXe: 0 eV
+ First hit in LXe: gamma
+ Number of hits in LXe: 54
+ Total energy in LXe: 60 keV
+ Average light collection time: 17.2232 ns
+ Number of PMT hits (photoelectron equivalent): 56
+ Event summary in file gamma_1000.out
---> End of event: 340
@@ -1021,7 +1028,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 360
Primary Energy: 60 keV
- Total energy in LXe: 0 eV
+ First hit in LXe: gamma
+ Number of hits in LXe: 29
+ Total energy in LXe: 30.2187 keV
+ Average light collection time: 23.4753 ns
+ Number of PMT hits (photoelectron equivalent): 36
+ Event summary in file gamma_1000.out
---> End of event: 360
@@ -1029,7 +1041,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 370
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: 20.4804 ns
+ Number of PMT hits (photoelectron equivalent): 55
+ Event summary in file gamma_1000.out
---> End of event: 370
@@ -1037,7 +1054,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 380
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: 26.8194 ns
+ Number of PMT hits (photoelectron equivalent): 66
+ Event summary in file gamma_1000.out
---> End of event: 380
@@ -1045,12 +1067,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 390
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: 17.4408 ns
- Number of PMT hits (photoelectron equivalent): 42
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 390
@@ -1059,10 +1076,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 32
- Total energy in LXe: 30.5479 keV
- Average light collection time: 17.3517 ns
- Number of PMT hits (photoelectron equivalent): 21
+ Number of hits in LXe: 69
+ Total energy in LXe: 60 keV
+ Average light collection time: 18.6173 ns
+ Number of PMT hits (photoelectron equivalent): 53
Event summary in file gamma_1000.out
---> End of event: 400
@@ -1088,10 +1105,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 35
- Total energy in LXe: 30.5479 keV
- Average light collection time: 16.3086 ns
- Number of PMT hits (photoelectron equivalent): 31
+ Number of hits in LXe: 58
+ Total energy in LXe: 60 keV
+ Average light collection time: 18.5522 ns
+ Number of PMT hits (photoelectron equivalent): 116
Event summary in file gamma_1000.out
---> End of event: 430
@@ -1100,12 +1117,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 440
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 24
- Total energy in LXe: 30.5479 keV
- Average light collection time: 19.8002 ns
- Number of PMT hits (photoelectron equivalent): 27
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 440
@@ -1129,11 +1141,11 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 470
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 29
- Total energy in LXe: 30.2187 keV
- Average light collection time: 21.3202 ns
- Number of PMT hits (photoelectron equivalent): 33
+ First hit in LXe: e-
+ Number of hits in LXe: 89
+ Total energy in LXe: 55.0541 keV
+ Average light collection time: 22.5391 ns
+ Number of PMT hits (photoelectron equivalent): 55
Event summary in file gamma_1000.out
---> End of event: 470
@@ -1150,7 +1162,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 490
Primary Energy: 60 keV
- Total energy in LXe: 0 eV
+ First hit in LXe: gamma
+ Number of hits in LXe: 27
+ Total energy in LXe: 30.2187 keV
+ Average light collection time: 25.1062 ns
+ Number of PMT hits (photoelectron equivalent): 44
+ Event summary in file gamma_1000.out
---> End of event: 490
@@ -1166,7 +1183,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 510
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: 24.6187 ns
+ Number of PMT hits (photoelectron equivalent): 59
+ Event summary in file gamma_1000.out
---> End of event: 510
@@ -1182,7 +1204,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 530
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.7209 ns
+ Number of PMT hits (photoelectron equivalent): 61
+ Event summary in file gamma_1000.out
---> End of event: 530
@@ -1191,10 +1218,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 33
+ Number of hits in LXe: 66
Total energy in LXe: 60 keV
- Average light collection time: 18.552 ns
- Number of PMT hits (photoelectron equivalent): 48
+ Average light collection time: 17.5031 ns
+ Number of PMT hits (photoelectron equivalent): 45
Event summary in file gamma_1000.out
---> End of event: 540
@@ -1203,12 +1230,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 550
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 45
- Total energy in LXe: 60 keV
- Average light collection time: 17.8442 ns
- Number of PMT hits (photoelectron equivalent): 57
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 550
@@ -1216,7 +1238,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 560
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.988 ns
+ Number of PMT hits (photoelectron equivalent): 54
+ Event summary in file gamma_1000.out
---> End of event: 560
@@ -1241,10 +1268,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 55
+ Number of hits in LXe: 44
Total energy in LXe: 60 keV
- Average light collection time: 21.662 ns
- Number of PMT hits (photoelectron equivalent): 53
+ Average light collection time: 19.9812 ns
+ Number of PMT hits (photoelectron equivalent): 57
Event summary in file gamma_1000.out
---> End of event: 590
@@ -1269,7 +1296,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 620
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: 22.2923 ns
+ Number of PMT hits (photoelectron equivalent): 78
+ Event summary in file gamma_1000.out
---> End of event: 620
@@ -1277,7 +1309,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 630
Primary Energy: 60 keV
- Total energy in LXe: 0 eV
+ First hit in LXe: gamma
+ Number of hits in LXe: 43
+ Total energy in LXe: 60 keV
+ Average light collection time: 21.5712 ns
+ Number of PMT hits (photoelectron equivalent): 50
+ Event summary in file gamma_1000.out
---> End of event: 630
@@ -1293,12 +1330,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 650
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 54
- Total energy in LXe: 60 keV
- Average light collection time: 23.2243 ns
- Number of PMT hits (photoelectron equivalent): 65
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 650
@@ -1314,7 +1346,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 670
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: 21.9746 ns
+ Number of PMT hits (photoelectron equivalent): 81
+ Event summary in file gamma_1000.out
---> End of event: 670
@@ -1330,12 +1367,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 690
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 51
- Total energy in LXe: 60 keV
- Average light collection time: 18.2369 ns
- Number of PMT hits (photoelectron equivalent): 61
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 690
@@ -1343,12 +1375,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 700
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 51
- Total energy in LXe: 60 keV
- Average light collection time: 22.4656 ns
- Number of PMT hits (photoelectron equivalent): 60
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 700
@@ -1356,12 +1383,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 710
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 55
- Total energy in LXe: 60 keV
- Average light collection time: 21.149 ns
- Number of PMT hits (photoelectron equivalent): 54
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 710
@@ -1369,7 +1391,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 720
Primary Energy: 60 keV
- Total energy in LXe: 0 eV
+ First hit in LXe: gamma
+ Number of hits in LXe: 40
+ Total energy in LXe: 60 keV
+ Average light collection time: 23.7438 ns
+ Number of PMT hits (photoelectron equivalent): 63
+ Event summary in file gamma_1000.out
---> End of event: 720
@@ -1409,12 +1436,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 770
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: 20.6455 ns
- Number of PMT hits (photoelectron equivalent): 145
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 770
@@ -1423,10 +1445,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 21
- Total energy in LXe: 30.5479 keV
- Average light collection time: 18.9853 ns
- Number of PMT hits (photoelectron equivalent): 19
+ Number of hits in LXe: 35
+ Total energy in LXe: 26.3706 keV
+ Average light collection time: 19.506 ns
+ Number of PMT hits (photoelectron equivalent): 33
Event summary in file gamma_1000.out
---> End of event: 780
@@ -1443,7 +1465,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 800
Primary Energy: 60 keV
- Total energy in LXe: 0 eV
+ First hit in LXe: gamma
+ Number of hits in LXe: 27
+ Total energy in LXe: 25.592 keV
+ Average light collection time: 20.3079 ns
+ Number of PMT hits (photoelectron equivalent): 19
+ Event summary in file gamma_1000.out
---> End of event: 800
@@ -1452,10 +1479,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 41
+ Number of hits in LXe: 63
Total energy in LXe: 60 keV
- Average light collection time: 20.0126 ns
- Number of PMT hits (photoelectron equivalent): 81
+ Average light collection time: 18.8517 ns
+ Number of PMT hits (photoelectron equivalent): 74
Event summary in file gamma_1000.out
---> End of event: 810
@@ -1465,10 +1492,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 52
- Total energy in LXe: 60 keV
- Average light collection time: 18.0733 ns
- Number of PMT hits (photoelectron equivalent): 45
+ Number of hits in LXe: 19
+ Total energy in LXe: 26.3706 keV
+ Average light collection time: 20.5512 ns
+ Number of PMT hits (photoelectron equivalent): 19
Event summary in file gamma_1000.out
---> End of event: 820
@@ -1477,12 +1504,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 830
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: 14.9168 ns
- Number of PMT hits (photoelectron equivalent): 40
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 830
@@ -1514,7 +1536,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 870
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: 22.3989 ns
+ Number of PMT hits (photoelectron equivalent): 73
+ Event summary in file gamma_1000.out
---> End of event: 870
@@ -1522,7 +1549,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 880
Primary Energy: 60 keV
- Total energy in LXe: 0 eV
+ First hit in LXe: gamma
+ Number of hits in LXe: 26
+ Total energy in LXe: 30.2187 keV
+ Average light collection time: 24.5389 ns
+ Number of PMT hits (photoelectron equivalent): 22
+ Event summary in file gamma_1000.out
---> End of event: 880
@@ -1538,12 +1570,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 900
Primary Energy: 60 keV
- First hit in LXe: gamma
- Number of hits in LXe: 60
- Total energy in LXe: 60 keV
- Average light collection time: 18.0721 ns
- Number of PMT hits (photoelectron equivalent): 59
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 900
@@ -1551,7 +1578,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 910
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: 23.503 ns
+ Number of PMT hits (photoelectron equivalent): 53
+ Event summary in file gamma_1000.out
---> End of event: 910
@@ -1559,7 +1591,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 920
Primary Energy: 60 keV
- Total energy in LXe: 0 eV
+ First hit in LXe: gamma
+ Number of hits in LXe: 26
+ Total energy in LXe: 30.5479 keV
+ Average light collection time: 26.8343 ns
+ Number of PMT hits (photoelectron equivalent): 30
+ Event summary in file gamma_1000.out
---> End of event: 920
@@ -1568,10 +1605,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 51
- Total energy in LXe: 60 keV
- Average light collection time: 17.8688 ns
- Number of PMT hits (photoelectron equivalent): 46
+ Number of hits in LXe: 53
+ Total energy in LXe: 30.2187 keV
+ Average light collection time: 14.6923 ns
+ Number of PMT hits (photoelectron equivalent): 23
Event summary in file gamma_1000.out
---> End of event: 930
@@ -1580,7 +1617,12 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 940
Primary Energy: 60 keV
- Total energy in LXe: 0 eV
+ First hit in LXe: gamma
+ Number of hits in LXe: 72
+ Total energy in LXe: 60 keV
+ Average light collection time: 16.24 ns
+ Number of PMT hits (photoelectron equivalent): 42
+ Event summary in file gamma_1000.out
---> End of event: 940
@@ -1597,10 +1639,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 22
- Total energy in LXe: 25.6047 keV
- Average light collection time: 19.7899 ns
- Number of PMT hits (photoelectron equivalent): 21
+ Number of hits in LXe: 59
+ Total energy in LXe: 60 keV
+ Average light collection time: 17.3515 ns
+ Number of PMT hits (photoelectron equivalent): 81
Event summary in file gamma_1000.out
---> End of event: 960
@@ -1617,12 +1659,7 @@ Index : 12 used in the geometry : Yes
---> Begin of event: 980
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: 20.4008 ns
- Number of PMT hits (photoelectron equivalent): 54
- Event summary in file gamma_1000.out
+ Total energy in LXe: 0 eV
---> End of event: 980
@@ -1631,10 +1668,10 @@ Index : 12 used in the geometry : Yes
Primary Energy: 60 keV
First hit in LXe: gamma
- Number of hits in LXe: 71
+ Number of hits in LXe: 62
Total energy in LXe: 60 keV
- Average light collection time: 18.5944 ns
- Number of PMT hits (photoelectron equivalent): 67
+ Average light collection time: 19.1619 ns
+ Number of PMT hits (photoelectron equivalent): 55
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 02a67e789f..3e14f7d0ba 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-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -2337,9 +2337,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
/run/verbose 2
/tracking/verbose 0
# activating livermore processes
@@ -2450,7 +2448,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
@@ -2473,7 +2471,7 @@ eBrem: for e+ SubType= 3
Lambda tables from threshold to 1 TeV, 20 bins per 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 DipBustGen
+ eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS
eBremLPM : Emin= 1 GeV Emax= 1 TeV DipBustGen
annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
@@ -2482,14 +2480,14 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 1 TeV
msc: for proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
hIoni: for proton SubType= 2
dE/dx and range tables from 100 eV to 1 TeV in 200 bins
@@ -2559,7 +2557,7 @@ nuclearStopping: for alpha SubType= 8 BuildTable= 0
msc: for anti_proton SubType= 10
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
- UrbanMsc : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
+ WentzelVIUni : Emin= 0 eV Emax= 1 TeV Table with 200 bins Emin= 100 eV Emax= 1 TeV
hIoni: for anti_proton SubType= 2
dE/dx and range tables from 100 eV to 1 TeV in 200 bins
@@ -2679,7 +2677,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 1 TeV
@@ -2715,7 +2713,7 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 1 TeV, 20 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 1 TeV
@@ -2867,7 +2865,7 @@ Created histos
Run terminated.
Run Summary
Number of events processed : 10
- User=1s Real=1s Sys=0s
+ User=0.6s Real=0.61s Sys=0s
Going to save histograms
... write Root file : xrayfluo.root - done
... close Root file : xrayfluo.root - done
@@ -2899,12 +2897,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.314 MB
-Pool ID '7G4Track', size : 0.629 MB
+Pool ID '17G4DynamicParticle', size : 0.321 MB
+Pool ID '7G4Track', size : 0.642 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.96 MB
+Dynamic pools deleted: 11 / Total memory freed: 0.98 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 ab837a75d3..4289f6755f 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-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -56,9 +56,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
phot: for gamma SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 100 TeV in 61 bins
@@ -380,7 +378,7 @@ Opening output file xraytel ... done
Run terminated.
Run Summary
Number of events processed : 1000
- User=0.03s Real=0.03s Sys=0s
+ User=0.02s Real=0.01s Sys=0s
##########################################
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 f21a8e8aca..76ad3d42d1 100644
--- a/examples/basic/B1/exampleB1.out
+++ b/examples/basic/B1/exampleB1.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -57,9 +57,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
Checking overlaps for volume Envelope ... OK!
Checking overlaps for volume Shape1 ... OK!
Checking overlaps for volume Shape2 ... OK!
@@ -111,7 +109,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -142,12 +140,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -173,8 +171,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -206,7 +204,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -233,12 +231,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -265,12 +263,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -297,7 +295,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -330,7 +328,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -363,12 +361,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -395,12 +393,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -427,7 +425,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -628,6 +626,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -641,6 +640,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -746,16 +746,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
### Run 0 starts.
--> Event 0 starts.
--> Event 100 starts.
@@ -770,7 +775,7 @@ Number of de-excitation channels 8
--------------------End of Global Run-----------------------
The run consists of 1000 gamma of 6 MeV
- Cumulated dose per run, in scoring volume : 42.5146 picoGy rms = 3.92557 picoGy
+ Cumulated dose per run, in scoring volume : 33.9849 picoGy rms = 3.53275 picoGy
------------------------------------------------------------
### Run 1 starts.
@@ -787,7 +792,7 @@ Number of de-excitation channels 8
--------------------End of Global Run-----------------------
The run consists of 1000 proton of 210 MeV
- Cumulated dose per run, in scoring volume : 4.82914 nanoGy rms = 146.708 picoGy
+ Cumulated dose per run, in scoring volume : 5.17767 nanoGy rms = 145.642 picoGy
------------------------------------------------------------
Graphics systems deleted.
diff --git a/examples/basic/B2/B2a/exampleB2a.out b/examples/basic/B2/B2a/exampleB2a.out
index b532ce3322..88e345309d 100644
--- a/examples/basic/B2/B2a/exampleB2a.out
+++ b/examples/basic/B2/B2a/exampleB2a.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -58,9 +58,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
***** Table : Nb of materials = 3 *****
@@ -185,7 +183,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -216,12 +214,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -247,8 +245,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -280,7 +278,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -307,12 +305,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -339,12 +337,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -371,7 +369,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -404,7 +402,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -437,12 +435,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -469,12 +467,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -501,7 +499,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -701,6 +699,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -715,6 +714,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -823,16 +823,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
### Run 0 starts.
--> Event 0 starts.
@@ -842,29 +847,60 @@ Number of de-excitation channels 8
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 0 0 -2.94e+03 200 0 0 0 World initStep
- 1 -0.0721 -0.0193 -2.83e+03 200 0.021 115 115 World eIoni
- 2 -0.488 -0.261 -2.45e+03 200 0.0663 373 488 World eIoni
- 3 -0.491 -0.267 -2.45e+03 200 0.000443 1.88 490 Target Transportation
- 4 -0.492 -0.267 -2.45e+03 164 0.324 0.281 490 Target eBrem
- 5 -0.546 -0.285 -2.45e+03 39.3 1.28 0.878 491 Target eBrem
- 6 -0.578 -0.283 -2.45e+03 15.7 0.266 0.237 491 Target eBrem
- 7 -1.32 -2.38 -2.45e+03 11 4.64 4.11 496 Target eIoni
- 8 -0.76 -4.08 -2.45e+03 8.12 2.57 2.34 498 Target eBrem
- 9 -0.827 -4.23 -2.45e+03 7.69 0.28 0.27 498 Target eBrem
- 10 -0.803 -5.18 -2.45e+03 3.89 2.36 2.31 500 Target eBrem
- 11 -1.15 -4.71 -2.45e+03 2.32 1.57 1.6 502 Target eIoni
- 12 -1.18 -4.73 -2.45e+03 0.826 0.0382 0.0559 502 Target eIoni
- 13 -1.18 -4.79 -2.45e+03 0 0.826 0.583 503 Target eIoni
- 14 -1.18 -4.79 -2.45e+03 0 0 0 503 Target annihil
+ 1 -0.0721 -0.0193 -2.83e+03 200 0.0204 115 115 World eIoni
+ 2 -0.488 -0.261 -2.45e+03 200 0.0658 373 488 World eIoni
+ 3 -0.491 -0.267 -2.45e+03 200 0.000171 1.88 490 Target Transportation
+ 4 -0.494 -0.268 -2.45e+03 154 0.345 0.281 490 Target eBrem
+ 5 -0.515 -0.261 -2.45e+03 152 1.3 0.822 491 Target eBrem
+ 6 -0.518 -0.26 -2.45e+03 152 0.119 0.115 491 Target eBrem
+ 7 -0.523 -0.261 -2.45e+03 152 0.277 0.236 491 Target eBrem
+ 8 -0.521 -0.254 -2.45e+03 108 0.48 0.406 492 Target eBrem
+ 9 -0.52 -0.254 -2.45e+03 103 0.0351 0.0506 492 Target eBrem
+ 10 -0.445 -0.156 -2.45e+03 101 1.88 1.59 494 Target eBrem
+ 11 -0.441 -0.142 -2.45e+03 66 0.13 0.14 494 Target eBrem
+ 12 -0.444 -0.134 -2.45e+03 63.7 0.108 0.115 494 Target eBrem
+ 13 -0.485 -0.0953 -2.45e+03 59.2 0.679 0.587 494 Target eBrem
+ 14 -0.486 -0.0776 -2.45e+03 58 0.134 0.141 494 Target eBrem
+ 15 -0.485 -0.0766 -2.45e+03 57.8 0.015 0.0107 494 Target eBrem
+ 16 -0.486 -0.0659 -2.45e+03 57.1 0.118 0.112 495 Target eBrem
+ 17 -0.553 -0.0472 -2.44e+03 51.2 1.99 1.63 496 Target eBrem
+ 18 -0.969 -0.198 -2.44e+03 41.9 3.33 2.58 499 Target eIoni
+ 19 -0.892 -0.116 -2.44e+03 41.1 0.452 0.424 499 Target eBrem
+ 20 -0.763 -0.104 -2.44e+03 38.5 0.885 0.686 500 Target eIoni
+ 21 -0.73 -0.0692 -2.44e+03 26.2 0.377 0.324 500 Target eBrem
+ 22 -0.682 -0.0408 -2.44e+03 25.3 0.319 0.26 501 Target eBrem
+ 23 -0.681 -0.0045 -2.44e+03 24.5 0.374 0.363 501 Target eBrem
+ 24 -0.693 -0.0139 -2.44e+03 23.9 0.38 0.297 501 Target eBrem
+ 25 -0.697 0.000947 -2.44e+03 23.6 0.252 0.157 501 Target eBrem
+ 26 -0.701 0.0194 -2.44e+03 19.1 0.137 0.188 502 Target eBrem
+ 27 -0.381 0.0328 -2.44e+03 16.5 1.96 1.84 503 Target eBrem
+ 28 -0.00179 0.0699 -2.44e+03 15.1 1.31 0.816 504 Target eBrem
+ 29 -0.0256 0.122 -2.44e+03 13.6 0.2 0.139 504 Target eBrem
+ 30 -0.148 0.256 -2.44e+03 13 0.571 0.477 505 Target eBrem
+ 31 -0.448 0.246 -2.44e+03 1.47 0.877 0.796 506 Target eBrem
+ 32 -0.346 0.244 -2.44e+03 0.0154 1.46 1.14 507 Target eIoni
+ 33 -0.346 0.244 -2.44e+03 0 0.0154 0.00111 507 Target eIoni
+ 34 -0.346 0.244 -2.44e+03 0 0 0 507 Target annihil
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1
+* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.18 -4.73 -2.45e+03 1.45 0 0 0 Target initStep
- 1 -1.26 -4.77 -2.45e+03 0.169 1.28 1.11 1.11 Target eIoni
- 2 -1.26 -4.78 -2.45e+03 0 0.169 0.0627 1.17 Target eIoni
+ 0 -0.763 -0.104 -2.44e+03 1.75 0 0 0 Target initStep
+ 1 -0.77 -0.173 -2.44e+03 0.725 1.03 0.598 0.598 Target eBrem
+ 2 -0.802 -0.157 -2.44e+03 0 0.725 0.494 1.09 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.969 -0.198 -2.44e+03 6.03 0 0 0 Target initStep
+ 1 -0.991 -0.181 -2.44e+03 5.27 0.0699 0.0786 0.0786 Target eBrem
+ 2 -1.36 0.0572 -2.44e+03 2.01 3.27 2.28 2.36 Target eIoni
+ 3 -1.23 0.143 -2.44e+03 0.437 1.57 0.981 3.34 Target eBrem
+ 4 -1.22 0.152 -2.44e+03 0 0.437 0.254 3.59 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
@@ -883,2448 +919,4063 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
1 -0.0707 -0.0502 -2.83e+03 0 0.0012 0.0747 0.0747 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1
+* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 18
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.18 -4.79 -2.45e+03 0.511 0 0 0 Target initStep
- 1 -2.43 -6.76 -2.45e+03 0.224 0 2.34 2.34 Target compt
- 2 -4.12 -4.2 -2.44e+03 0.224 0 3.63 5.98 Target Rayl
- 3 -4.45 -3.76 -2.44e+03 0 0.0153 0.662 6.64 Target phot
+ 0 -0.991 -0.181 -2.44e+03 0.691 0 0 0 Target initStep
+ 1 -6.55 3.83 -2.43e+03 0.58 0 10.8 10.8 Target compt
+ 2 -8.61 5.61 -2.43e+03 0.577 0 2.9 13.7 Target compt
+ 3 -12.1 8.15 -2.43e+03 0.37 0 4.64 18.3 Target compt
+ 4 -11.9 8.93 -2.43e+03 0 0.0883 0.892 19.2 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12
+* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.45 -3.76 -2.44e+03 0.209 0 0 0 Target initStep
- 1 -4.45 -3.75 -2.44e+03 0 0.209 0.0869 0.0869 Target eIoni
+ 0 -11.9 8.93 -2.43e+03 0.281 0 0 0 Target initStep
+ 1 -11.9 8.94 -2.43e+03 0 0.281 0.136 0.136 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12
+* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.43 -6.76 -2.45e+03 0.287 0 0 0 Target initStep
- 1 -2.43 -6.77 -2.45e+03 0 0.287 0.14 0.14 Target eIoni
+ 0 -12.1 8.15 -2.43e+03 0.208 0 0 0 Target initStep
+ 1 -12.1 8.15 -2.43e+03 0 0.208 0.0863 0.0863 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
+* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.18 -4.79 -2.45e+03 0.511 0 0 0 Target initStep
- 1 0.602 -1.97 -2.45e+03 0.45 0 3.36 3.36 Target compt
- 2 0.895 -1.49 -2.45e+03 0 0.0883 0.621 3.98 Target phot
+ 0 -8.61 5.61 -2.43e+03 0.0022 0 0 0 Target initStep
+ 1 -8.61 5.61 -2.43e+03 0 0.0022 8.62e-05 8.62e-05 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11
+* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.895 -1.49 -2.45e+03 0.362 0 0 0 Target initStep
- 1 0.905 -1.48 -2.45e+03 0 0.362 0.195 0.195 Target eIoni
+ 0 -6.55 3.83 -2.43e+03 0.111 0 0 0 Target initStep
+ 1 -6.55 3.83 -2.43e+03 0 0.111 0.0323 0.0323 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11
+* 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.602 -1.97 -2.45e+03 0.0608 0 0 0 Target initStep
- 1 0.602 -1.97 -2.45e+03 0 0.0608 0.0123 0.0123 Target eIoni
+ 0 -0.346 0.244 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 -2.88 -2.01 -2.43e+03 0 0.0883 8.24 8.24 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
+* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 33
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.803 -5.18 -2.45e+03 1.44 0 0 0 Target initStep
- 1 -1.34 -4.59 -2.45e+03 0.425 0 0.803 0.803 Target compt
- 2 -1.21 -4.35 -2.45e+03 0 0.013 0.375 1.18 Target phot
+ 0 -2.88 -2.01 -2.43e+03 0.423 0 0 0 Target initStep
+ 1 -2.9 -2.01 -2.43e+03 0 0.423 0.242 0.242 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9
+* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.21 -4.35 -2.45e+03 0.412 0 0 0 Target initStep
- 1 -1.21 -4.35 -2.45e+03 0 0.412 0.234 0.234 Target eIoni
+ 0 -0.346 0.244 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 2.12 2.44 -2.44e+03 0 0.0883 8.01 8.01 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9
+* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 32
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.34 -4.59 -2.45e+03 1.02 0 0 0 Target initStep
- 1 -1.39 -4.56 -2.45e+03 0 1.02 0.746 0.746 Target eIoni
+ 0 2.12 2.44 -2.44e+03 0.423 0 0 0 Target initStep
+ 1 2.13 2.44 -2.44e+03 0 0.423 0.242 0.242 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 8, 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.827 -4.23 -2.45e+03 0.149 0 0 0 Target initStep
- 1 -0.859 -4.48 -2.45e+03 0 0.0883 0.369 0.369 Target phot
+ 0 -0.448 0.246 -2.44e+03 10.6 0 0 0 Target initStep
+ 1 19.9 2.93 -2.4e+03 9.87 0 37.9 37.9 Target compt
+ 2 21.7 3.01 -2.4e+03 4.42 0 3.73 41.6 Target compt
+ 3 21.7 3.01 -2.4e+03 4.42 0 0.00221 41.6 Tracker Transportation
+ 4 388 436 -900 4.42 0 1.6e+03 1.65e+03 Chamber_PV Transportation
+ 5 436 494 -700 4.42 0 214 1.86e+03 Tracker Transportation
+ 6 583 667 -100 4.42 0 641 2.5e+03 Chamber_PV Transportation
+ 7 631 725 100 4.42 0 214 2.71e+03 Tracker Transportation
+ 8 778 898 700 4.42 0 641 3.36e+03 Chamber_PV Transportation
+ 9 827 956 900 4.42 0 214 3.57e+03 Tracker Transportation
+ 10 840 972 953 0.603 0 57.1 3.63e+03 Tracker compt
+ 11 38.2 2.4e+03 1.21e+03 0.603 0 1.66e+03 5.28e+03 World Transportation
+ 12 -265 2.94e+03 1.31e+03 0.603 0 627 5.91e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8
+* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 31
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.859 -4.48 -2.45e+03 0.061 0 0 0 Target initStep
- 1 -0.858 -4.48 -2.45e+03 0 0.061 0.0123 0.0123 Target eIoni
+ 0 840 972 953 3.82 0 0 0 Tracker initStep
+ 1 869 983 1.05e+03 3.81 0.0127 100 100 Tracker StepLimiter
+ 2 876 984 1.06e+03 3.8 0.00354 17.9 118 Tracker eIoni
+ 3 907 993 1.16e+03 3.79 0.0151 100 218 Tracker StepLimiter
+ 4 915 995 1.18e+03 3.77 0.0024 22.1 240 Tracker eIoni
+ 5 949 1e+03 1.27e+03 3.76 0.0142 100 340 Tracker StepLimiter
+ 6 972 998 1.35e+03 3.75 0.0125 80.8 421 Tracker eIoni
+ 7 972 999 1.36e+03 3.71 0.00137 9.01 430 Tracker eIoni
+ 8 977 1e+03 1.41e+03 3.7 0.00517 54 484 Tracker eIoni
+ 9 977 1e+03 1.42e+03 3.7 0.000608 6.62 490 Tracker eIoni
+ 10 978 1.01e+03 1.43e+03 3.7 0.00169 12.4 503 Tracker eIoni
+ 11 981 1.02e+03 1.49e+03 3.69 0.00634 59.9 563 Tracker eIoni
+ 12 982 1.02e+03 1.5e+03 3.69 0.00106 8.44 571 Chamber_PV Transportation
+ 13 985 1.02e+03 1.53e+03 3.68 0.0109 26.8 598 Chamber_PV eIoni
+ 14 987 1.02e+03 1.54e+03 3.67 0.00358 18.2 616 Chamber_PV eIoni
+ 15 985 1.02e+03 1.58e+03 3.66 0.012 31.9 648 Chamber_PV eIoni
+ 16 963 1.02e+03 1.67e+03 3.62 0.0341 96.7 745 Chamber_PV eIoni
+ 17 961 1.02e+03 1.68e+03 3.6 0.00394 9.04 754 Chamber_PV eIoni
+ 18 957 1.02e+03 1.69e+03 3.6 0.00289 10.3 764 Chamber_PV eIoni
+ 19 955 1.02e+03 1.7e+03 3.46 0.00416 10 774 Chamber_PV eIoni
+ 20 954 1.02e+03 1.7e+03 3.45 0.00254 5.08 779 Tracker Transportation
+ 21 928 1.06e+03 1.78e+03 3.44 0.0122 94.7 874 Tracker eIoni
+ 22 906 1.1e+03 1.87e+03 3.43 0.0127 100 974 Tracker StepLimiter
+ 23 894 1.15e+03 1.96e+03 3.41 0.015 100 1.07e+03 Tracker StepLimiter
+ 24 892 1.15e+03 1.97e+03 3.41 0.00121 10.8 1.08e+03 Tracker eIoni
+ 25 873 1.2e+03 2.06e+03 3.39 0.0153 100 1.18e+03 Tracker StepLimiter
+ 26 863 1.24e+03 2.14e+03 3.38 0.0127 100 1.28e+03 Tracker StepLimiter
+ 27 852 1.28e+03 2.2e+03 3.36 0.00839 71.8 1.36e+03 Tracker eIoni
+ 28 845 1.31e+03 2.25e+03 3.35 0.00911 54.7 1.41e+03 Tracker eIoni
+ 29 835 1.35e+03 2.34e+03 3.34 0.0156 100 1.51e+03 Tracker StepLimiter
+ 30 832 1.37e+03 2.38e+03 3.32 0.00624 40.8 1.55e+03 Tracker eIoni
+ 31 829 1.38e+03 2.4e+03 3.32 0.0038 27.9 1.58e+03 World Transportation
+ 32 826 1.4e+03 2.43e+03 3.3 0.00505 35.4 1.62e+03 World eIoni
+ 33 823 1.41e+03 2.46e+03 3.29 0.00328 27.1 1.64e+03 World eIoni
+ 34 812 1.45e+03 2.56e+03 3.27 0.0164 111 1.75e+03 World eIoni
+ 35 812 1.49e+03 2.66e+03 3.25 0.0159 110 1.86e+03 World eIoni
+ 36 817 1.55e+03 2.77e+03 3.24 0.0168 123 1.99e+03 World eIoni
+ 37 817 1.55e+03 2.78e+03 3.23 0.000475 3.55 1.99e+03 World eIoni
+ 38 827 1.62e+03 2.94e+03 3.21 0.0255 182 2.17e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1
+* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.76 -4.08 -2.45e+03 0.309 0 0 0 Target initStep
- 1 -0.776 -4.72 -2.45e+03 0 0.0883 1 1 Target phot
+ 0 817 1.55e+03 2.78e+03 0.00126 0 0 0 World initStep
+ 1 817 1.55e+03 2.78e+03 0 0.00126 0.0797 0.0797 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 7
+* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.776 -4.72 -2.45e+03 0.22 0 0 0 Target initStep
- 1 -0.779 -4.72 -2.45e+03 0 0.22 0.0943 0.0943 Target eIoni
+ 0 817 1.55e+03 2.77e+03 0.00232 0 0 0 World initStep
+ 1 817 1.55e+03 2.77e+03 0 0.00232 0.205 0.205 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1
+* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.578 -0.283 -2.45e+03 23.4 0 0 0 Target initStep
- 1 -0.867 -0.216 -2.44e+03 0 0 6.96 6.96 Target conv
+ 0 812 1.49e+03 2.66e+03 0.00136 0 0 0 World initStep
+ 1 812 1.49e+03 2.66e+03 0 0.00136 0.0896 0.0896 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.867 -0.216 -2.44e+03 15.8 0 0 0 Target initStep
- 1 -0.884 -0.227 -2.44e+03 15.3 0.326 0.208 0.208 Target eBrem
- 2 -0.923 -0.23 -2.44e+03 14.8 0.21 0.216 0.424 Target eBrem
- 3 -0.977 -0.223 -2.44e+03 12.7 0.403 0.379 0.803 Target eBrem
- 4 -0.971 -0.2 -2.44e+03 7.93 0.187 0.162 0.965 Target eIoni
- 5 -1.08 -0.0221 -2.44e+03 6.61 1.02 0.97 1.93 Target eBrem
- 6 -0.883 0.332 -2.44e+03 5.63 0.54 0.54 2.47 Target eBrem
- 7 -0.873 0.342 -2.44e+03 5.34 0.00892 0.0146 2.49 Target eBrem
- 8 -0.35 0.763 -2.44e+03 2.71 2.63 2.29 4.78 Target eIoni
- 9 -0.441 0.55 -2.44e+03 1.32 1.39 0.942 5.72 Target eBrem
- 10 -0.407 0.477 -2.44e+03 0.858 0.26 0.25 5.97 Target eBrem
- 11 -0.422 0.455 -2.44e+03 0 0.858 0.608 6.58 Target eIoni
+ 0 812 1.45e+03 2.56e+03 0.00325 0 0 0 World initStep
+ 1 812 1.45e+03 2.56e+03 0 0.00325 0.362 0.362 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 21
+* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.971 -0.2 -2.44e+03 4.56 0 0 0 Target initStep
- 1 -0.777 -0.1 -2.44e+03 3.32 1.12 1.08 1.08 Target eBrem
- 2 -0.467 -0.0852 -2.44e+03 0.676 2.64 1.84 2.92 Target eIoni
- 3 -0.462 -0.0911 -2.44e+03 0 0.676 0.451 3.37 Target eIoni
+ 0 823 1.41e+03 2.46e+03 0.00145 0 0 0 World initStep
+ 1 823 1.41e+03 2.46e+03 0 0.00145 0.0981 0.0981 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 26
+* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.777 -0.1 -2.44e+03 0.127 0 0 0 Target initStep
- 1 -0.342 0.26 -2.44e+03 0 0.0883 0.603 0.603 Target phot
+ 0 826 1.4e+03 2.43e+03 0.0196 0 0 0 World initStep
+ 1 825 1.4e+03 2.43e+03 0.0176 0.000533 0.76 0.76 World eIoni
+ 2 825 1.4e+03 2.43e+03 0.0129 0.00463 2.99 3.75 World eIoni
+ 3 823 1.4e+03 2.43e+03 0.00716 0.00577 2.27 6.02 World eIoni
+ 4 824 1.4e+03 2.43e+03 0.00216 0.00307 0.992 7.01 World eIoni
+ 5 824 1.4e+03 2.43e+03 0 0.00216 0.183 7.19 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31
+* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 64
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.342 0.26 -2.44e+03 0.0387 0 0 0 Target initStep
- 1 -0.342 0.26 -2.44e+03 0 0.0387 0.00588 0.00588 Target eIoni
+ 0 824 1.4e+03 2.43e+03 0.00193 0 0 0 World initStep
+ 1 824 1.4e+03 2.43e+03 0 0.00193 0.154 0.154 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 21
+* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 64
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.407 0.477 -2.44e+03 0.198 0 0 0 Target initStep
- 1 -0.375 0.494 -2.44e+03 0 0.0883 0.0478 0.0478 Target phot
+ 0 825 1.4e+03 2.43e+03 0.00147 0 0 0 World initStep
+ 1 825 1.4e+03 2.43e+03 0 0.00147 0.1 0.1 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 30
+* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.375 0.494 -2.44e+03 0.11 0 0 0 Target initStep
- 1 -0.375 0.493 -2.44e+03 0 0.11 0.032 0.032 Target eIoni
+ 0 832 1.37e+03 2.38e+03 0.00534 0 0 0 Tracker initStep
+ 1 831 1.37e+03 2.38e+03 0 0.00534 0.862 0.862 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 21
+* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.873 0.342 -2.44e+03 0.287 0 0 0 Target initStep
- 1 -0.769 0.441 -2.44e+03 0.172 0 0.147 0.147 Target compt
- 2 -1.03 0.658 -2.44e+03 0 0.0883 0.369 0.516 Target phot
+ 0 845 1.31e+03 2.25e+03 0.0015 0 0 0 Tracker initStep
+ 1 845 1.31e+03 2.25e+03 0 0.0015 0.104 0.104 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 29
+* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.03 0.658 -2.44e+03 0.084 0 0 0 Target initStep
- 1 -1.02 0.66 -2.44e+03 0 0.084 0.0207 0.0207 Target eIoni
+ 0 852 1.28e+03 2.2e+03 0.00815 0 0 0 Tracker initStep
+ 1 853 1.28e+03 2.2e+03 0.00448 0.00367 1.53 1.53 Tracker eIoni
+ 2 853 1.28e+03 2.2e+03 0 0.00448 0.631 2.16 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29
+* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.769 0.441 -2.44e+03 0.115 0 0 0 Target initStep
- 1 -0.767 0.441 -2.44e+03 0 0.115 0.0343 0.0343 Target eIoni
+ 0 892 1.15e+03 1.97e+03 0.00248 0 0 0 Tracker initStep
+ 1 892 1.15e+03 1.97e+03 0 0.00248 0.229 0.229 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 21
+* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.883 0.332 -2.44e+03 0.435 0 0 0 Target initStep
- 1 4.35 5.25 -2.44e+03 0 0.0883 7.85 7.85 Target phot
+ 0 928 1.06e+03 1.78e+03 0.00221 0 0 0 Tracker initStep
+ 1 928 1.06e+03 1.78e+03 0 0.00221 0.15 0.15 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 28
+* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 4.35 5.25 -2.44e+03 0.347 0 0 0 Target initStep
- 1 4.36 5.26 -2.44e+03 0 0.347 0.184 0.184 Target eIoni
+ 0 955 1.02e+03 1.7e+03 0.138 0 0 0 Chamber_PV initStep
+ 1 954 1.01e+03 1.7e+03 0.129 0.00657 9.59 9.59 Chamber_PV eIoni
+ 2 957 1.01e+03 1.7e+03 0.126 0.00373 6.05 15.6 Tracker Transportation
+ 3 973 1.02e+03 1.72e+03 0.111 0.00653 29.9 45.5 Tracker eIoni
+ 4 964 1.04e+03 1.74e+03 0.1 0.00973 25.5 71 Tracker eIoni
+ 5 962 1.04e+03 1.74e+03 0.095 0.00192 2.89 73.9 Tracker eIoni
+ 6 946 1.07e+03 1.73e+03 0.0808 0.0142 33.5 107 Tracker eIoni
+ 7 938 1.08e+03 1.74e+03 0.0722 0.00736 15.1 122 Tracker eIoni
+ 8 934 1.09e+03 1.73e+03 0.0673 0.00277 7.34 130 Tracker eIoni
+ 9 932 1.09e+03 1.73e+03 0.0669 0.000401 1.74 132 Tracker eIoni
+ 10 923 1.1e+03 1.72e+03 0.0583 0.00864 18.7 150 Tracker eIoni
+ 11 921 1.1e+03 1.72e+03 0.055 0.00134 4.61 155 Tracker eIoni
+ 12 913 1.1e+03 1.71e+03 0.051 0.00399 9.75 165 Tracker eIoni
+ 13 909 1.1e+03 1.7e+03 0.0366 0.00614 11.1 176 Tracker eIoni
+ 14 908 1.09e+03 1.7e+03 0.0315 0.00513 3.53 179 Chamber_PV Transportation
+ 15 908 1.09e+03 1.7e+03 0.0311 0.000333 0.336 180 Chamber_PV msc
+ 16 909 1.09e+03 1.7e+03 0.0301 0.00102 0.397 180 Chamber_PV msc
+ 17 909 1.09e+03 1.7e+03 0.0297 0.000414 0.37 180 Chamber_PV msc
+ 18 909 1.09e+03 1.7e+03 0.0282 0.00149 0.373 181 Chamber_PV msc
+ 19 909 1.09e+03 1.7e+03 0.0276 0.00065 0.366 181 Chamber_PV msc
+ 20 910 1.09e+03 1.7e+03 0.0267 0.000887 0.403 181 Chamber_PV msc
+ 21 910 1.09e+03 1.7e+03 0.0267 9.18e-06 0.0248 181 Tracker Transportation
+ 22 910 1.09e+03 1.7e+03 0.0266 8.05e-05 0.375 182 Tracker eIoni
+ 23 910 1.09e+03 1.7e+03 0.0241 0.00102 1.1 183 Tracker eIoni
+ 24 910 1.1e+03 1.7e+03 0.0212 0.00291 2.32 185 Tracker msc
+ 25 911 1.1e+03 1.71e+03 0.0179 0.0033 2.68 188 Tracker msc
+ 26 910 1.1e+03 1.71e+03 0.0117 0.00483 2.18 190 Tracker eIoni
+ 27 911 1.1e+03 1.71e+03 0.00451 0.00716 2.08 192 Tracker eIoni
+ 28 911 1.1e+03 1.71e+03 0 0.00451 0.639 193 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 21
+* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.08 -0.0221 -2.44e+03 0.301 0 0 0 Target initStep
- 1 0.809 1.76 -2.44e+03 0.179 0 2.76 2.76 Target compt
- 2 -0.463 2.75 -2.44e+03 0 0.00382 1.61 4.37 Target phot
+ 0 910 1.1e+03 1.71e+03 0.00142 0 0 0 Tracker initStep
+ 1 910 1.1e+03 1.71e+03 0 0.00142 0.0957 0.0957 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 27
+* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.463 2.75 -2.44e+03 0.175 0 0 0 Target initStep
- 1 -0.466 2.75 -2.44e+03 0 0.175 0.0663 0.0663 Target eIoni
+ 0 910 1.09e+03 1.7e+03 0.00143 0 0 0 Tracker initStep
+ 1 910 1.09e+03 1.7e+03 0 0.00143 0.0965 0.0965 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 27
+* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.809 1.76 -2.44e+03 0.122 0 0 0 Target initStep
- 1 0.812 1.76 -2.44e+03 0 0.122 0.0376 0.0376 Target eIoni
+ 0 909 1.1e+03 1.7e+03 0.0083 0 0 0 Tracker initStep
+ 1 909 1.1e+03 1.7e+03 0.00432 0.00399 1.56 1.56 Tracker eIoni
+ 2 909 1.1e+03 1.7e+03 0 0.00432 0.591 2.15 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 21
+* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.977 -0.223 -2.44e+03 1.69 0 0 0 Target initStep
- 1 -0.958 4.51 -2.42e+03 0.258 0 24.6 24.6 Target compt
- 2 -0.924 3.53 -2.42e+03 0 0.0883 1.14 25.7 Target phot
+ 0 921 1.1e+03 1.72e+03 0.0019 0 0 0 Tracker initStep
+ 1 921 1.1e+03 1.72e+03 0 0.0019 0.149 0.149 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 25
+* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.924 3.53 -2.42e+03 0.17 0 0 0 Target initStep
- 1 -0.925 3.53 -2.42e+03 0 0.17 0.0631 0.0631 Target eIoni
+ 0 934 1.09e+03 1.73e+03 0.00211 0 0 0 Tracker initStep
+ 1 934 1.09e+03 1.73e+03 0 0.00211 0.176 0.176 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 25
+* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.958 4.51 -2.42e+03 1.43 0 0 0 Target initStep
- 1 -0.958 4.54 -2.42e+03 0 1.43 1.1 1.1 Target eIoni
+ 0 938 1.08e+03 1.74e+03 0.00125 0 0 0 Tracker initStep
+ 1 938 1.08e+03 1.74e+03 0 0.00125 0.0791 0.0791 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 21
+* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.923 -0.23 -2.44e+03 0.331 0 0 0 Target initStep
- 1 -1.04 -0.239 -2.44e+03 0.16 0 0.698 0.698 Target compt
- 2 -0.761 -0.276 -2.44e+03 0 0.0883 0.329 1.03 Target phot
+ 0 962 1.04e+03 1.74e+03 0.00312 0 0 0 Tracker initStep
+ 1 962 1.04e+03 1.74e+03 0 0.00312 0.337 0.337 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 24
+* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.761 -0.276 -2.44e+03 0.0716 0 0 0 Target initStep
- 1 -0.759 -0.277 -2.44e+03 0 0.0716 0.016 0.016 Target eIoni
+ 0 964 1.04e+03 1.74e+03 0.00108 0 0 0 Tracker initStep
+ 1 964 1.04e+03 1.74e+03 0 0.00108 0.0634 0.0634 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 24
+* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.04 -0.239 -2.44e+03 0.171 0 0 0 Target initStep
- 1 -1.04 -0.239 -2.44e+03 0 0.171 0.0638 0.0638 Target eIoni
+ 0 973 1.02e+03 1.72e+03 0.00826 0 0 0 Tracker initStep
+ 1 973 1.02e+03 1.72e+03 0.00424 0.00402 1.55 1.55 Tracker eIoni
+ 2 973 1.02e+03 1.72e+03 0 0.00424 0.573 2.13 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 21
+* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.884 -0.227 -2.44e+03 0.123 0 0 0 Target initStep
- 1 -1.15 -0.259 -2.44e+03 0 0.0883 1.13 1.13 Target phot
+ 0 954 1.01e+03 1.7e+03 0.00168 0 0 0 Chamber_PV initStep
+ 1 954 1.01e+03 1.7e+03 0 0.00168 0.0817 0.0817 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 23
+* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.15 -0.259 -2.44e+03 0.035 0 0 0 Target initStep
- 1 -1.15 -0.259 -2.44e+03 0 0.035 0.005 0.005 Target eIoni
+ 0 957 1.02e+03 1.69e+03 0.00242 0 0 0 Chamber_PV initStep
+ 1 957 1.02e+03 1.69e+03 0 0.00242 0.135 0.135 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
+* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.546 -0.285 -2.45e+03 123 0 0 0 Target initStep
- 1 -1.11 -0.434 -2.44e+03 0 0 10.7 10.7 Target conv
+ 0 961 1.02e+03 1.68e+03 0.0143 0 0 0 Chamber_PV initStep
+ 1 961 1.02e+03 1.68e+03 0.00703 0.00728 1.7 1.7 Chamber_PV eIoni
+ 2 961 1.02e+03 1.68e+03 0 0.00703 0.68 2.38 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1
+* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.492 -0.267 -2.45e+03 36 0 0 0 Target initStep
- 1 -0.57 -0.397 -2.44e+03 0 0 6.97 6.97 Target conv
+ 0 963 1.02e+03 1.67e+03 0.00149 0 0 0 Chamber_PV initStep
+ 1 963 1.02e+03 1.67e+03 0 0.00149 0.0695 0.0695 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 47, Parent ID = 4
+* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.57 -0.397 -2.44e+03 8.93 0 0 0 Target initStep
- 1 -0.555 -0.434 -2.44e+03 8.12 0.7 0.432 0.432 Target eBrem
- 2 -0.581 -0.456 -2.44e+03 3.68 0.0726 0.0753 0.507 Target eBrem
- 3 -0.806 -0.64 -2.44e+03 1.81 1.22 1.14 1.65 Target eBrem
- 4 -0.906 -0.512 -2.44e+03 0.16 1.65 1.34 3 Target eIoni
- 5 -0.912 -0.513 -2.44e+03 0 0.16 0.0548 3.05 Target eIoni
- 6 -0.912 -0.513 -2.44e+03 0 0 0 3.05 Target annihil
+ 0 985 1.02e+03 1.58e+03 0.00233 0 0 0 Chamber_PV initStep
+ 1 985 1.02e+03 1.58e+03 0 0.00233 0.128 0.128 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 45, Parent ID = 5
+* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.11 -0.434 -2.44e+03 62.3 0 0 0 Target initStep
- 1 -1.11 -0.432 -2.44e+03 55.3 0.261 0.273 0.273 Target eBrem
- 2 -1.09 -0.498 -2.44e+03 49.6 1.12 0.852 1.13 Target eBrem
- 3 -1.1 -0.505 -2.44e+03 48.9 0.223 0.248 1.37 Target eBrem
- 4 -1.13 -0.534 -2.44e+03 48.3 0.441 0.243 1.62 Target eBrem
- 5 -1.14 -0.629 -2.44e+03 42.5 1.93 1.46 3.08 Target eBrem
- 6 -0.748 -0.438 -2.43e+03 39.9 2.28 2.06 5.14 Target eBrem
- 7 -0.738 -0.428 -2.43e+03 38.1 0.0834 0.101 5.24 Target eIoni
- 8 -0.443 -0.322 -2.43e+03 35.6 2.19 1.75 7 Target eBrem
- 9 -0.187 -0.36 -2.43e+03 17.3 0.531 0.511 7.51 Target eBrem
- 10 0.224 -0.391 -2.43e+03 16.2 0.856 0.737 8.25 Target eBrem
- 11 1.15 -0.653 -2.43e+03 13 2.1 1.71 9.95 Target eBrem
- 12 1.65 -0.69 -2.43e+03 7.41 1.11 0.928 10.9 Target eBrem
- 13 1.72 -0.628 -2.43e+03 6.01 0.146 0.126 11 Target eBrem
- 14 2.1 -0.0681 -2.43e+03 3.78 2.06 2.13 13.1 Target eBrem
- 15 2.24 0.111 -2.43e+03 3.12 0.449 0.318 13.5 Target eBrem
- 16 2.41 0.496 -2.43e+03 1.15 1.97 1.82 15.3 Target eIoni
- 17 2.43 0.398 -2.43e+03 0 1.15 0.87 16.1 Target eIoni
- 18 2.43 0.398 -2.43e+03 0 0 0 16.1 Target annihil
+ 0 987 1.02e+03 1.54e+03 0.00148 0 0 0 Chamber_PV initStep
+ 1 987 1.02e+03 1.54e+03 0 0.00148 0.0692 0.0692 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 22, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.867 -0.216 -2.44e+03 6.59 0 0 0 Target initStep
- 1 -0.858 -0.189 -2.44e+03 5 0.173 0.193 0.193 Target eBrem
- 2 -1.34 -0.382 -2.44e+03 3.72 0.755 0.72 0.913 Target eBrem
- 3 -1.4 -0.231 -2.44e+03 2.42 0.171 0.184 1.1 Target eBrem
- 4 -1.47 0.0414 -2.44e+03 0.769 1.65 1.6 2.7 Target eIoni
- 5 -1.45 0.082 -2.44e+03 0 0.769 0.533 3.23 Target eIoni
- 6 -1.45 0.082 -2.44e+03 0 0 0 3.23 Target annihil
+ 0 985 1.02e+03 1.53e+03 0.00256 0 0 0 Chamber_PV initStep
+ 1 985 1.02e+03 1.53e+03 0 0.00256 0.146 0.146 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.738 -0.428 -2.43e+03 1.75 0 0 0 Target initStep
- 1 -0.8 -0.408 -2.43e+03 0.257 1.49 1.29 1.29 Target eIoni
- 2 -0.795 -0.408 -2.43e+03 0 0.257 0.119 1.41 Target eIoni
+ 0 981 1.02e+03 1.49e+03 0.00253 0 0 0 Tracker initStep
+ 1 981 1.02e+03 1.49e+03 0 0.00253 0.236 0.236 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 4
+* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.57 -0.397 -2.44e+03 26 0 0 0 Target initStep
- 1 -0.577 -0.405 -2.44e+03 25.8 0.139 0.116 0.116 Target eBrem
- 2 -0.586 -0.311 -2.44e+03 19.6 2.16 1.42 1.54 Target eBrem
- 3 -0.544 -0.256 -2.44e+03 19 0.197 0.127 1.66 Target eBrem
- 4 -0.418 -0.107 -2.44e+03 17.9 0.45 0.341 2 Target eBrem
- 5 -0.278 0.064 -2.44e+03 16.8 0.416 0.437 2.44 Target eBrem
- 6 -0.00539 0.404 -2.44e+03 14.9 1.63 1.41 3.85 Target eBrem
- 7 0.883 0.853 -2.44e+03 12.6 2.09 1.36 5.21 Target eBrem
- 8 1.16 0.986 -2.44e+03 5.06 0.867 0.392 5.6 Target eBrem
- 9 1.56 1.37 -2.44e+03 3.26 1.55 1.43 7.03 Target eBrem
- 10 1.39 1.22 -2.44e+03 2.14 0.812 0.502 7.53 Target eBrem
- 11 1.38 1.18 -2.44e+03 1.97 0.0642 0.0517 7.59 Target eBrem
- 12 1.42 1.09 -2.44e+03 0.941 0.829 0.688 8.27 Target eBrem
- 13 1.45 1.08 -2.44e+03 0 0.941 0.68 8.95 Target eIoni
+ 0 978 1.01e+03 1.43e+03 0.00171 0 0 0 Tracker initStep
+ 1 978 1.01e+03 1.43e+03 0 0.00171 0.126 0.126 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 5
+* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.11 -0.434 -2.44e+03 59.7 0 0 0 Target initStep
- 1 -1.11 -0.433 -2.44e+03 59.6 0.0664 0.0673 0.0673 Target eBrem
- 2 -1.12 -0.414 -2.44e+03 50.5 0.49 0.349 0.416 Target eBrem
- 3 -1.17 -0.417 -2.44e+03 45.7 0.514 0.469 0.886 Target eBrem
- 4 -1.23 -0.461 -2.44e+03 43.6 1.09 0.716 1.6 Target eIoni
- 5 -1.19 -0.483 -2.44e+03 43 0.458 0.402 2 Target eBrem
- 6 -1.18 -0.484 -2.44e+03 40.1 0.949 0.692 2.7 Target eIoni
- 7 -1.17 -0.481 -2.44e+03 37.5 0.202 0.0764 2.77 Target eBrem
- 8 -0.984 -0.448 -2.43e+03 34.7 1.21 0.97 3.74 Target eBrem
- 9 -0.754 -0.677 -2.43e+03 32.9 1.27 1.09 4.83 Target eBrem
- 10 -0.657 -0.765 -2.43e+03 10 0.412 0.396 5.23 Target eBrem
- 11 -0.277 -0.98 -2.43e+03 8.17 1.49 1.01 6.24 Target eBrem
- 12 -0.0493 -1.4 -2.43e+03 6.28 1.6 1.39 7.64 Target eBrem
- 13 0.568 -2.01 -2.43e+03 2.99 3.3 2.47 10.1 Target eIoni
- 14 0.546 -1.85 -2.43e+03 2.38 0.47 0.417 10.5 Target eBrem
- 15 0.634 -1.77 -2.43e+03 0.76 1.34 1.37 11.9 Target eBrem
- 16 0.61 -1.74 -2.43e+03 0 0.76 0.524 12.4 Target eIoni
+ 0 977 1e+03 1.42e+03 0.00101 0 0 0 Tracker initStep
+ 1 977 1.01e+03 1.42e+03 0 0.00101 0.0579 0.0579 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.18 -0.484 -2.44e+03 2.02 0 0 0 Target initStep
- 1 -1.1 -0.41 -2.44e+03 0.966 0.759 0.584 0.584 Target eBrem
- 2 -1.07 -0.371 -2.44e+03 0.51 0.354 0.322 0.906 Target eBrem
- 3 -1.05 -0.377 -2.44e+03 0 0.51 0.313 1.22 Target eIoni
+ 0 977 1e+03 1.41e+03 0.00124 0 0 0 Tracker initStep
+ 1 977 1e+03 1.41e+03 0 0.00124 0.0779 0.0779 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.23 -0.461 -2.44e+03 1.01 0 0 0 Target initStep
- 1 -1.25 -0.499 -2.44e+03 0 1.01 0.739 0.739 Target eIoni
+ 0 972 999 1.36e+03 0.0346 0 0 0 Tracker initStep
+ 1 969 995 1.36e+03 0.0275 0.0071 6.75 6.75 Tracker eIoni
+ 2 968 992 1.36e+03 0.0242 0.00322 4.95 11.7 Tracker eIoni
+ 3 967 994 1.37e+03 0.0201 0.00418 4.25 15.9 Tracker eIoni
+ 4 969 994 1.37e+03 0.0155 0.00458 3.43 19.4 Tracker eIoni
+ 5 969 994 1.37e+03 0.0134 0.000679 1.12 20.5 Tracker eIoni
+ 6 969 994 1.37e+03 0.00771 0.00398 2.19 22.7 Tracker eIoni
+ 7 968 994 1.37e+03 0.00177 0.00594 1.45 24.1 Tracker eIoni
+ 8 968 994 1.37e+03 0 0.00177 0.134 24.3 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 102, Parent ID = 92
+* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 47
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.07 -0.371 -2.44e+03 0.102 0 0 0 Target initStep
- 1 -1.02 -0.384 -2.44e+03 0 0.00382 0.0712 0.0712 Target phot
+ 0 969 994 1.37e+03 0.00166 0 0 0 Tracker initStep
+ 1 969 994 1.37e+03 0 0.00166 0.121 0.121 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 102
+* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 47
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.02 -0.384 -2.44e+03 0.0977 0 0 0 Target initStep
- 1 -1.02 -0.384 -2.44e+03 0 0.0977 0.0264 0.0264 Target eIoni
+ 0 969 994 1.37e+03 0.00145 0 0 0 Tracker initStep
+ 1 969 994 1.37e+03 0 0.00145 0.0981 0.0981 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 101, Parent ID = 92
+* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.1 -0.41 -2.44e+03 0.295 0 0 0 Target initStep
- 1 1.25 3.6 -2.44e+03 0.234 0 4.65 4.65 Target compt
- 2 0.649 4.93 -2.43e+03 0 0.0883 1.54 6.19 Target phot
+ 0 972 998 1.35e+03 0.00149 0 0 0 Tracker initStep
+ 1 972 999 1.35e+03 0 0.00149 0.103 0.103 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 101
+* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.649 4.93 -2.43e+03 0.146 0 0 0 Target initStep
- 1 0.651 4.93 -2.43e+03 0 0.146 0.0498 0.0498 Target eIoni
+ 0 915 995 1.18e+03 0.00913 0 0 0 Tracker initStep
+ 1 916 995 1.18e+03 0.00558 0.00355 1.7 1.7 Tracker eIoni
+ 2 916 996 1.18e+03 0 0.00558 0.932 2.63 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 101
+* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.25 3.6 -2.44e+03 0.0612 0 0 0 Target initStep
- 1 1.25 3.6 -2.44e+03 0 0.0612 0.0124 0.0124 Target eIoni
+ 0 876 984 1.06e+03 0.00144 0 0 0 Tracker initStep
+ 1 876 984 1.06e+03 0 0.00144 0.0977 0.0977 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 100, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 31
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.634 -1.77 -2.43e+03 0.28 0 0 0 Target initStep
- 1 -0.0311 -1.11 -2.43e+03 0.28 0 1.08 1.08 Target Rayl
- 2 -2.44 -0.34 -2.43e+03 0.28 0 2.62 3.7 Target Rayl
- 3 -3.57 -0.311 -2.43e+03 0 0.0883 1.13 4.83 Target phot
+ 0 21.7 3.01 -2.4e+03 5.45 0 0 0 Target initStep
+ 1 21.7 3.01 -2.4e+03 5.45 0.00171 0.00271 0.00271 Tracker Transportation
+ 2 68.6 -4.08 -2.34e+03 5.43 0.0106 76.2 76.2 Tracker eIoni
+ 3 129 -12.3 -2.26e+03 5.42 0.0114 100 176 Tracker StepLimiter
+ 4 139 -13.5 -2.25e+03 5.41 0.00116 18.4 195 Tracker eIoni
+ 5 159 -17.6 -2.22e+03 5.39 0.00742 36.6 231 Tracker eIoni
+ 6 211 -30.3 -2.13e+03 5.38 0.0174 100 331 Tracker StepLimiter
+ 7 211 -30.3 -2.13e+03 5.37 5.39e-05 0.761 332 Tracker eIoni
+ 8 229 -32.7 -2.1e+03 5.37 0.0067 37.6 370 Tracker eIoni
+ 9 252 -33.4 -2.05e+03 5.35 0.00723 50.9 420 Tracker eIoni
+ 10 302 -33.7 -1.97e+03 5.34 0.0162 100 520 Tracker StepLimiter
+ 11 348 -40.5 -1.88e+03 5.33 0.0128 100 620 Tracker StepLimiter
+ 12 361 -42.6 -1.85e+03 5.32 0.00406 27.7 648 Tracker eIoni
+ 13 363 -43 -1.85e+03 5.32 0.000364 4.72 653 Tracker eIoni
+ 14 407 -51.1 -1.76e+03 5.31 0.0135 100 753 Tracker StepLimiter
+ 15 448 -56.5 -1.67e+03 5.29 0.0121 100 853 Tracker StepLimiter
+ 16 468 -60.1 -1.63e+03 5.29 0.00602 46.9 900 Tracker eIoni
+ 17 507 -65.9 -1.53e+03 5.28 0.00985 100 1e+03 Tracker StepLimiter
+ 18 536 -69.9 -1.47e+03 5.26 0.0111 73.4 1.07e+03 Tracker eIoni
+ 19 556 -70.9 -1.42e+03 5.25 0.00881 46 1.12e+03 Tracker eIoni
+ 20 586 -72.2 -1.37e+03 5.24 0.00938 65.2 1.18e+03 Tracker eIoni
+ 21 633 -74.5 -1.28e+03 5.23 0.0135 100 1.28e+03 Tracker StepLimiter
+ 22 639 -74.8 -1.26e+03 5.09 0.00182 15.5 1.3e+03 Tracker eIoni
+ 23 684 -71.8 -1.18e+03 5.07 0.0211 100 1.4e+03 Tracker StepLimiter
+ 24 725 -68.4 -1.08e+03 5.05 0.0158 100 1.5e+03 Tracker StepLimiter
+ 25 752 -66.1 -1.03e+03 5.04 0.00981 61.3 1.56e+03 Tracker eIoni
+ 26 798 -60.4 -940 5.02 0.0155 100 1.66e+03 Tracker StepLimiter
+ 27 843 -50.6 -852 5.01 0.0149 100 1.76e+03 Tracker StepLimiter
+ 28 869 -45.6 -800 5 0.00838 57.8 1.82e+03 Tracker eIoni
+ 29 914 -34.8 -712 4.98 0.0154 100 1.92e+03 Tracker StepLimiter
+ 30 956 -26.6 -621 4.97 0.0128 100 2.02e+03 Tracker StepLimiter
+ 31 989 -24.3 -527 4.95 0.0139 100 2.12e+03 Tracker StepLimiter
+ 32 1.01e+03 -23.1 -448 4.94 0.0101 82.6 2.2e+03 Tracker eIoni
+ 33 1.03e+03 -23.2 -409 4.93 0.00686 41.8 2.24e+03 Tracker eIoni
+ 34 1.06e+03 -25.2 -332 4.92 0.0138 82.6 2.33e+03 Tracker eIoni
+ 35 1.09e+03 -25.6 -238 4.9 0.0147 100 2.43e+03 Tracker StepLimiter
+ 36 1.13e+03 -26.8 -144 4.89 0.0103 100 2.53e+03 Tracker StepLimiter
+ 37 1.13e+03 -26.7 -143 4.89 0.000122 1.8 2.53e+03 Tracker eIoni
+ 38 1.14e+03 -25.7 -102 4.88 0.00595 42.3 2.57e+03 Tracker eIoni
+ 39 1.14e+03 -25.7 -100 4.88 0.000229 2.5 2.57e+03 Chamber_PV Transportation
+ 40 1.15e+03 -25.7 -81.1 4.87 0.0117 20.2 2.59e+03 Chamber_PV eIoni
+ 41 1.15e+03 -26.2 -69.7 4.86 0.00606 12 2.6e+03 Chamber_PV eIoni
+ 42 1.18e+03 -38 36.6 4.79 0.0465 114 2.72e+03 Chamber_PV eIoni
+ 43 1.18e+03 -45.2 58.8 4.77 0.0155 23.3 2.74e+03 Chamber_PV eIoni
+ 44 1.18e+03 -51.8 80.8 4.77 0.00624 23.1 2.77e+03 Chamber_PV eIoni
+ 45 1.18e+03 -56.7 100 4.76 0.0073 19.9 2.79e+03 Tracker Transportation
+ 46 1.18e+03 -83.3 180 4.74 0.0126 84.5 2.87e+03 Tracker eIoni
+ 47 1.18e+03 -106 253 4.73 0.00789 75.8 2.95e+03 Tracker eIoni
+ 48 1.18e+03 -138 347 4.71 0.0173 100 3.05e+03 Tracker StepLimiter
+ 49 1.18e+03 -144 364 4.71 0.00319 18.1 3.06e+03 Tracker eIoni
+ 50 1.18e+03 -153 391 4.7 0.00353 27.7 3.09e+03 Tracker eIoni
+ 51 1.19e+03 -183 486 4.69 0.0133 100 3.19e+03 Tracker StepLimiter
+ 52 1.19e+03 -205 555 4.67 0.0137 72.9 3.26e+03 Tracker eIoni
+ 53 1.19e+03 -227 633 4.66 0.0108 80.6 3.34e+03 Tracker eIoni
+ 54 1.2e+03 -247 700 4.65 0.0093 70.8 3.42e+03 Chamber_PV Transportation
+ 55 1.2e+03 -274 749 4.62 0.0249 55.7 3.47e+03 Chamber_PV eIoni
+ 56 1.2e+03 -280 763 4.61 0.00887 16.3 3.49e+03 Chamber_PV eIoni
+ 57 1.19e+03 -281 766 4.61 0.00193 3.9 3.49e+03 Chamber_PV eIoni
+ 58 1.19e+03 -286 777 4.6 0.00335 12.9 3.5e+03 Chamber_PV eIoni
+ 59 1.19e+03 -292 790 4.58 0.00725 14.2 3.52e+03 Chamber_PV eIoni
+ 60 1.18e+03 -320 850 4.55 0.0305 66.3 3.59e+03 Chamber_PV eIoni
+ 61 1.19e+03 -333 876 4.53 0.0113 31.4 3.62e+03 Chamber_PV eIoni
+ 62 1.19e+03 -339 885 4.53 0.00511 11 3.63e+03 Chamber_PV eIoni
+ 63 1.2e+03 -348 900 4.52 0.00892 18.9 3.65e+03 Tracker Transportation
+ 64 1.2e+03 -350 903 4.52 0.000255 4.23 3.65e+03 Tracker eIoni
+ 65 1.22e+03 -376 940 4.5 0.0102 49.2 3.7e+03 Tracker eIoni
+ 66 1.22e+03 -379 944 4.5 0.000902 5.41 3.71e+03 Tracker eIoni
+ 67 1.26e+03 -435 1.02e+03 4.49 0.0153 100 3.81e+03 Tracker StepLimiter
+ 68 1.29e+03 -484 1.1e+03 4.47 0.0132 100 3.91e+03 Tracker StepLimiter
+ 69 1.3e+03 -496 1.12e+03 4.46 0.00676 26.4 3.93e+03 Tracker eIoni
+ 70 1.31e+03 -501 1.13e+03 4.46 0.00294 12.7 3.94e+03 Tracker eIoni
+ 71 1.33e+03 -525 1.17e+03 4.45 0.00473 51.7 4e+03 Tracker eIoni
+ 72 1.34e+03 -550 1.21e+03 4.44 0.0115 49.7 4.05e+03 Tracker eIoni
+ 73 1.36e+03 -573 1.25e+03 4.41 0.00739 48.6 4.09e+03 Tracker eIoni
+ 74 1.36e+03 -578 1.26e+03 4.41 0.00229 11.1 4.11e+03 Tracker eIoni
+ 75 1.39e+03 -618 1.33e+03 4.39 0.0097 83.2 4.19e+03 Tracker eIoni
+ 76 1.41e+03 -646 1.38e+03 4.38 0.00974 61.9 4.25e+03 Tracker eIoni
+ 77 1.44e+03 -673 1.43e+03 4.36 0.0105 62.3 4.31e+03 Tracker eIoni
+ 78 1.44e+03 -685 1.45e+03 4.35 0.00214 25.6 4.34e+03 Tracker eIoni
+ 79 1.46e+03 -707 1.49e+03 4.34 0.00808 48.9 4.39e+03 Tracker eIoni
+ 80 1.46e+03 -711 1.5e+03 4.34 0.000803 9.93 4.4e+03 Chamber_PV Transportation
+ 81 1.47e+03 -726 1.52e+03 4.34 0.00743 27.7 4.43e+03 Chamber_PV eIoni
+ 82 1.48e+03 -738 1.56e+03 4.31 0.0214 40 4.47e+03 Chamber_PV eIoni
+ 83 1.48e+03 -751 1.58e+03 4.28 0.01 29.8 4.49e+03 Chamber_PV eIoni
+ 84 1.48e+03 -755 1.59e+03 4.26 0.00751 8.71 4.5e+03 Chamber_PV eIoni
+ 85 1.48e+03 -788 1.63e+03 4.22 0.0238 53.3 4.56e+03 Chamber_PV eBrem
+ 86 1.48e+03 -815 1.7e+03 4.19 0.0307 69 4.63e+03 Chamber_PV eIoni
+ 87 1.48e+03 -816 1.7e+03 4.18 0.00392 3.57 4.63e+03 Tracker Transportation
+ 88 1.48e+03 -850 1.79e+03 4.17 0.0167 100 4.73e+03 Tracker StepLimiter
+ 89 1.48e+03 -875 1.87e+03 4.15 0.0138 82 4.81e+03 Tracker eIoni
+ 90 1.47e+03 -879 1.89e+03 4.15 0.0011 14.2 4.83e+03 Tracker eIoni
+ 91 1.47e+03 -904 1.98e+03 4.14 0.014 100 4.93e+03 Tracker StepLimiter
+ 92 1.46e+03 -927 2.07e+03 4.12 0.0107 88.6 5.01e+03 Tracker eIoni
+ 93 1.45e+03 -961 2.16e+03 4.11 0.0138 100 5.11e+03 Tracker StepLimiter
+ 94 1.44e+03 -989 2.26e+03 4.09 0.0137 100 5.21e+03 Tracker StepLimiter
+ 95 1.44e+03 -995 2.27e+03 4.09 0.00296 19.1 5.23e+03 Tracker eIoni
+ 96 1.43e+03 -1.02e+03 2.35e+03 4.08 0.0118 76.7 5.31e+03 Tracker eIoni
+ 97 1.42e+03 -1.04e+03 2.4e+03 4.07 0.00914 57.3 5.37e+03 World Transportation
+ 98 1.41e+03 -1.05e+03 2.43e+03 4.06 0.00377 34.5 5.4e+03 World eIoni
+ 99 1.37e+03 -1.23e+03 2.91e+03 3.98 0.0812 512 5.91e+03 World eIoni
+ 100 1.37e+03 -1.24e+03 2.94e+03 3.97 0.0034 33.5 5.95e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 100
+* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.57 -0.311 -2.43e+03 0.192 0 0 0 Target initStep
- 1 -3.57 -0.309 -2.43e+03 0 0.192 0.0763 0.0763 Target eIoni
+ 0 1.37e+03 -1.23e+03 2.91e+03 0.00206 0 0 0 World initStep
+ 1 1.37e+03 -1.23e+03 2.91e+03 0 0.00206 0.17 0.17 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 99, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.546 -1.85 -2.43e+03 0.131 0 0 0 Target initStep
- 1 0.613 -1.87 -2.43e+03 0.117 0 0.125 0.125 Target compt
- 2 0.72 -1.86 -2.43e+03 0.117 0 0.108 0.232 Target Rayl
- 3 0.868 -1.84 -2.43e+03 0 0.0158 0.15 0.382 Target phot
+ 0 1.41e+03 -1.05e+03 2.43e+03 0.00242 0 0 0 World initStep
+ 1 1.41e+03 -1.05e+03 2.43e+03 0 0.00242 0.22 0.22 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 99
+* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.868 -1.84 -2.43e+03 0.101 0 0 0 Target initStep
- 1 0.867 -1.84 -2.43e+03 0 0.101 0.028 0.028 Target eIoni
+ 0 1.43e+03 -1.02e+03 2.35e+03 0.00144 0 0 0 Tracker initStep
+ 1 1.43e+03 -1.02e+03 2.35e+03 0 0.00144 0.0978 0.0978 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 99
+* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.613 -1.87 -2.43e+03 0.0136 0 0 0 Target initStep
- 1 0.613 -1.87 -2.43e+03 0 0.0136 0.00112 0.00112 Target eIoni
+ 0 1.44e+03 -995 2.27e+03 0.00182 0 0 0 Tracker initStep
+ 1 1.44e+03 -995 2.27e+03 0 0.00182 0.14 0.14 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 98, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0493 -1.4 -2.43e+03 0.287 0 0 0 Target initStep
- 1 0.757 -2.24 -2.43e+03 0.167 0 1.19 1.19 Target compt
- 2 0.862 -2.08 -2.43e+03 0 0.0153 0.201 1.39 Target phot
+ 0 1.46e+03 -927 2.07e+03 0.00284 0 0 0 Tracker initStep
+ 1 1.46e+03 -927 2.07e+03 0 0.00284 0.288 0.288 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 98
+* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.862 -2.08 -2.43e+03 0.152 0 0 0 Target initStep
- 1 0.864 -2.08 -2.43e+03 0 0.152 0.0533 0.0533 Target eIoni
+ 0 1.47e+03 -879 1.89e+03 0.0018 0 0 0 Tracker initStep
+ 1 1.47e+03 -879 1.89e+03 0 0.0018 0.137 0.137 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 98
+* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.757 -2.24 -2.43e+03 0.119 0 0 0 Target initStep
- 1 0.757 -2.24 -2.43e+03 0 0.119 0.0363 0.0363 Target eIoni
+ 0 1.48e+03 -875 1.87e+03 0.00198 0 0 0 Tracker initStep
+ 1 1.48e+03 -875 1.87e+03 0 0.00198 0.159 0.159 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 97, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.277 -0.98 -2.43e+03 0.367 0 0 0 Target initStep
- 1 0.0681 -1.46 -2.43e+03 0 0.0883 1.19 1.19 Target phot
+ 0 1.48e+03 -815 1.7e+03 0.00281 0 0 0 Chamber_PV initStep
+ 1 1.48e+03 -815 1.7e+03 0 0.00281 0.166 0.166 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 97
+* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0681 -1.46 -2.43e+03 0.279 0 0 0 Target initStep
- 1 0.0737 -1.46 -2.43e+03 0 0.279 0.134 0.134 Target eIoni
+ 0 1.48e+03 -755 1.59e+03 0.0086 0 0 0 Chamber_PV initStep
+ 1 1.48e+03 -755 1.59e+03 0 0.0086 0.951 0.951 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 96, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.657 -0.765 -2.43e+03 22.4 0 0 0 Target initStep
- 1 6.26 -4.42 -2.42e+03 0 0 15.3 15.3 Target conv
+ 0 1.48e+03 -751 1.58e+03 0.026 0 0 0 Chamber_PV initStep
+ 1 1.48e+03 -751 1.58e+03 0.0203 0.00341 1.93 1.93 Chamber_PV eIoni
+ 2 1.48e+03 -751 1.59e+03 0.0126 0.00764 2.23 4.17 Chamber_PV eIoni
+ 3 1.48e+03 -751 1.59e+03 0.00377 0.00885 1.52 5.69 Chamber_PV eIoni
+ 4 1.48e+03 -751 1.59e+03 0 0.00377 0.254 5.94 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 96
+* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 139
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.26 -4.42 -2.42e+03 5.48 0 0 0 Target initStep
- 1 6.27 -4.43 -2.42e+03 5.32 0.0302 0.0313 0.0313 Target eBrem
- 2 6.29 -4.47 -2.42e+03 4.84 0.111 0.0819 0.113 Target eBrem
- 3 6.43 -4.8 -2.42e+03 2.87 1.27 1.12 1.23 Target eBrem
- 4 6.33 -4.79 -2.42e+03 2.39 0.112 0.122 1.36 Target eBrem
- 5 6.23 -4.65 -2.42e+03 0.483 1.91 1.57 2.92 Target eIoni
- 6 6.23 -4.63 -2.42e+03 0 0.483 0.29 3.21 Target eIoni
+ 0 1.48e+03 -751 1.58e+03 0.00236 0 0 0 Chamber_PV initStep
+ 1 1.48e+03 -751 1.58e+03 0 0.00236 0.13 0.13 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 117, Parent ID = 112
+* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.33 -4.79 -2.42e+03 0.368 0 0 0 Target initStep
- 1 6.27 -4.69 -2.42e+03 0 0.0158 0.136 0.136 Target phot
+ 0 1.48e+03 -738 1.56e+03 0.00138 0 0 0 Chamber_PV initStep
+ 1 1.48e+03 -738 1.56e+03 0 0.00138 0.0628 0.0628 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 117
+* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.27 -4.69 -2.42e+03 0.352 0 0 0 Target initStep
- 1 6.26 -4.69 -2.42e+03 0 0.352 0.187 0.187 Target eIoni
+ 0 1.47e+03 -726 1.52e+03 0.0014 0 0 0 Chamber_PV initStep
+ 1 1.47e+03 -726 1.52e+03 0 0.0014 0.0643 0.0643 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 116, Parent ID = 112
+* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.43 -4.8 -2.42e+03 0.703 0 0 0 Target initStep
- 1 -4.9 -3.56 -2.42e+03 0.487 0 11.5 11.5 Target compt
- 2 -5.44 -3.67 -2.42e+03 0 0.0883 0.88 12.3 Target phot
+ 0 1.46e+03 -707 1.49e+03 0.00182 0 0 0 Tracker initStep
+ 1 1.46e+03 -707 1.49e+03 0 0.00182 0.139 0.139 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 116
+* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -5.44 -3.67 -2.42e+03 0.398 0 0 0 Target initStep
- 1 -5.45 -3.67 -2.42e+03 0 0.398 0.223 0.223 Target eIoni
+ 0 1.44e+03 -685 1.45e+03 0.00656 0 0 0 Tracker initStep
+ 1 1.44e+03 -685 1.45e+03 0.00197 0.00459 1.09 1.09 Tracker eIoni
+ 2 1.44e+03 -685 1.45e+03 0 0.00197 0.158 1.25 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 116
+* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.9 -3.56 -2.42e+03 0.216 0 0 0 Target initStep
- 1 -4.9 -3.56 -2.42e+03 0 0.216 0.0917 0.0917 Target eIoni
+ 0 1.44e+03 -673 1.43e+03 0.00108 0 0 0 Tracker initStep
+ 1 1.44e+03 -673 1.43e+03 0 0.00108 0.0638 0.0638 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 115, Parent ID = 112
+* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.29 -4.47 -2.42e+03 0.372 0 0 0 Target initStep
- 1 6.52 -7.23 -2.42e+03 0 0.0883 4.42 4.42 Target phot
+ 0 1.41e+03 -646 1.38e+03 0.00143 0 0 0 Tracker initStep
+ 1 1.41e+03 -646 1.38e+03 0 0.00143 0.0962 0.0962 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 115
+* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.52 -7.23 -2.42e+03 0.283 0 0 0 Target initStep
- 1 6.53 -7.23 -2.42e+03 0 0.283 0.137 0.137 Target eIoni
+ 0 1.39e+03 -618 1.33e+03 0.0111 0 0 0 Tracker initStep
+ 1 1.39e+03 -617 1.33e+03 0.0075 0.0036 2 2 Tracker eIoni
+ 2 1.39e+03 -617 1.33e+03 0.00275 0.0032 1.1 3.1 Tracker eIoni
+ 3 1.39e+03 -617 1.33e+03 0 0.00275 0.271 3.37 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 114, Parent ID = 112
+* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 132
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.27 -4.43 -2.42e+03 0.127 0 0 0 Target initStep
- 1 6.33 -4.59 -2.42e+03 0 0.0883 0.274 0.274 Target phot
+ 0 1.39e+03 -617 1.33e+03 0.00156 0 0 0 Tracker initStep
+ 1 1.39e+03 -617 1.33e+03 0 0.00156 0.11 0.11 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 114
+* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.33 -4.59 -2.42e+03 0.0388 0 0 0 Target initStep
- 1 6.33 -4.59 -2.42e+03 0 0.0388 0.00591 0.00591 Target eIoni
+ 0 1.36e+03 -578 1.26e+03 0.00126 0 0 0 Tracker initStep
+ 1 1.36e+03 -578 1.26e+03 0 0.00126 0.0797 0.0797 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 95, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.754 -0.677 -2.43e+03 0.571 0 0 0 Target initStep
- 1 -0.0271 -1.26 -2.43e+03 0.51 0 2.79 2.79 Target compt
- 2 -0.18 -1.4 -2.43e+03 0.221 0 0.751 3.54 Target compt
- 3 2.29 -2.06 -2.43e+03 0 0.0883 2.6 6.14 Target phot
+ 0 1.36e+03 -573 1.25e+03 0.02 0 0 0 Tracker initStep
+ 1 1.36e+03 -571 1.25e+03 0.0147 0.00533 3.42 3.42 Tracker eIoni
+ 2 1.36e+03 -571 1.26e+03 0.0112 0.00344 2.53 5.95 Tracker eIoni
+ 3 1.36e+03 -571 1.26e+03 0.00712 0.00413 2.02 7.97 Tracker eIoni
+ 4 1.36e+03 -571 1.26e+03 0.0028 0.00432 1.33 9.3 Tracker eIoni
+ 5 1.36e+03 -571 1.26e+03 0 0.0028 0.28 9.58 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 95
+* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.29 -2.06 -2.43e+03 0.132 0 0 0 Target initStep
- 1 2.3 -2.06 -2.43e+03 0 0.132 0.0429 0.0429 Target eIoni
+ 0 1.34e+03 -550 1.21e+03 0.00286 0 0 0 Tracker initStep
+ 1 1.34e+03 -550 1.21e+03 0 0.00286 0.29 0.29 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 95
+* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.18 -1.4 -2.43e+03 0.289 0 0 0 Target initStep
- 1 -0.184 -1.4 -2.43e+03 0 0.289 0.141 0.141 Target eIoni
+ 0 1.33e+03 -525 1.17e+03 0.00128 0 0 0 Tracker initStep
+ 1 1.33e+03 -525 1.17e+03 0 0.00128 0.0814 0.0814 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 95
+* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0271 -1.26 -2.43e+03 0.0615 0 0 0 Target initStep
- 1 -0.0262 -1.26 -2.43e+03 0 0.0615 0.0125 0.0125 Target eIoni
+ 0 1.31e+03 -501 1.13e+03 0.00208 0 0 0 Tracker initStep
+ 1 1.31e+03 -501 1.13e+03 0 0.00208 0.172 0.172 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 94, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.984 -0.448 -2.43e+03 1.54 0 0 0 Target initStep
- 1 0.353 -1.71 -2.43e+03 1.47 0 6.12 6.12 Target compt
- 2 0.765 -3.47 -2.42e+03 0.95 0 5.99 12.1 Target compt
- 3 1.98 -3.56 -2.42e+03 0 0.0883 2 14.1 Target phot
+ 0 1.3e+03 -496 1.12e+03 0.0026 0 0 0 Tracker initStep
+ 1 1.3e+03 -496 1.12e+03 0 0.0026 0.247 0.247 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 94
+* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.98 -3.56 -2.42e+03 0.862 0 0 0 Target initStep
- 1 1.99 -3.57 -2.42e+03 0 0.862 0.611 0.611 Target eIoni
+ 0 1.22e+03 -379 944 0.00216 0 0 0 Tracker initStep
+ 1 1.22e+03 -379 944 0 0.00216 0.184 0.184 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 94
+* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.765 -3.47 -2.42e+03 0.522 0 0 0 Target initStep
- 1 0.753 -3.48 -2.42e+03 0 0.522 0.323 0.323 Target eIoni
+ 0 1.22e+03 -376 940 0.00122 0 0 0 Tracker initStep
+ 1 1.22e+03 -376 940 0 0.00122 0.076 0.076 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 94
+* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.353 -1.71 -2.43e+03 0.0674 0 0 0 Target initStep
- 1 0.354 -1.7 -2.43e+03 0 0.0674 0.0145 0.0145 Target eIoni
+ 0 1.2e+03 -350 903 0.00142 0 0 0 Tracker initStep
+ 1 1.2e+03 -350 903 0 0.00142 0.0954 0.0954 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.17 -0.481 -2.44e+03 2.41 0 0 0 Target initStep
- 1 2.68 0.18 -2.42e+03 0.527 0 20.1 20.1 Target compt
- 2 3.61 1.54 -2.42e+03 0 0.0883 1.65 21.8 Target phot
+ 0 1.19e+03 -339 885 0.00242 0 0 0 Chamber_PV initStep
+ 1 1.19e+03 -339 885 0 0.00242 0.135 0.135 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 93
+* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.61 1.54 -2.42e+03 0.439 0 0 0 Target initStep
- 1 3.61 1.54 -2.42e+03 0 0.439 0.255 0.255 Target eIoni
+ 0 1.19e+03 -333 876 0.00309 0 0 0 Chamber_PV initStep
+ 1 1.19e+03 -333 876 0 0.00309 0.19 0.19 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 93
+* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.68 0.18 -2.42e+03 1.88 0 0 0 Target initStep
- 1 2.69 0.158 -2.42e+03 0.45 1.43 1.36 1.36 Target eIoni
- 2 2.69 0.17 -2.42e+03 0 0.45 0.264 1.62 Target eIoni
+ 0 1.18e+03 -320 850 0.00332 0 0 0 Chamber_PV initStep
+ 1 1.18e+03 -320 850 0 0.00332 0.211 0.211 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 91, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.19 -0.483 -2.44e+03 0.116 0 0 0 Target initStep
- 1 -1.19 -0.489 -2.44e+03 0 0.0883 0.049 0.049 Target phot
+ 0 1.19e+03 -292 790 0.0101 0 0 0 Chamber_PV initStep
+ 1 1.19e+03 -292 790 0.00359 0.00442 0.959 0.959 Chamber_PV eIoni
+ 2 1.19e+03 -292 790 0 0.00359 0.237 1.2 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 91
+* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 119
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.19 -0.489 -2.44e+03 0.0276 0 0 0 Target initStep
- 1 -1.19 -0.488 -2.44e+03 0 0.0276 0.0034 0.0034 Target eIoni
+ 0 1.19e+03 -292 790 0.00213 0 0 0 Chamber_PV initStep
+ 1 1.19e+03 -292 790 0 0.00213 0.113 0.113 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 89, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.17 -0.417 -2.44e+03 4.27 0 0 0 Target initStep
- 1 -2.14 -2.38 -2.4e+03 4.27 0 37.3 37.3 Tracker Transportation
- 2 -20.3 -39.2 -1.7e+03 4.27 0 701 739 Chamber_PV Transportation
- 3 -25.5 -49.8 -1.5e+03 4.27 0 200 939 Tracker Transportation
- 4 -41.1 -81.3 -900 4.27 0 601 1.54e+03 Chamber_PV Transportation
- 5 -46.3 -91.9 -700 4.27 0 200 1.74e+03 Tracker Transportation
- 6 -61.9 -123 -100 4.27 0 601 2.34e+03 Chamber_PV Transportation
- 7 -67.1 -134 100 4.27 0 200 2.54e+03 Tracker Transportation
- 8 -82.7 -166 700 4.27 0 601 3.14e+03 Chamber_PV Transportation
- 9 -87.9 -176 900 4.27 0 200 3.34e+03 Tracker Transportation
- 10 -103 -208 1.5e+03 4.27 0 601 3.94e+03 Chamber_PV Transportation
- 11 -109 -218 1.7e+03 4.27 0 200 4.14e+03 Tracker Transportation
- 12 -127 -255 2.4e+03 4.27 0 701 4.85e+03 World Transportation
- 13 -141 -283 2.94e+03 4.27 0 541 5.39e+03 OutOfWorld Transportation
+ 0 1.19e+03 -286 777 0.00223 0 0 0 Chamber_PV initStep
+ 1 1.19e+03 -286 777 0 0.00223 0.121 0.121 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 88, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.12 -0.414 -2.44e+03 8.58 0 0 0 Target initStep
- 1 -3.82 1.43 -2.4e+03 0 0 34.4 34.4 Target conv
+ 0 1.19e+03 -281 766 0.00163 0 0 0 Chamber_PV initStep
+ 1 1.19e+03 -281 766 0 0.00163 0.0784 0.0784 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 88
+* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.82 1.43 -2.4e+03 1.75 0 0 0 Target initStep
- 1 -3.83 1.46 -2.4e+03 0.598 1.15 1.26 1.26 Target eBrem
- 2 -3.82 1.46 -2.4e+03 0 0.598 0.386 1.65 Target eIoni
+ 0 1.2e+03 -280 763 0.00501 0 0 0 Chamber_PV initStep
+ 1 1.2e+03 -280 763 0 0.00501 0.395 0.395 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 44
+* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.11 -0.433 -2.44e+03 0.107 0 0 0 Target initStep
- 1 -1.12 -0.431 -2.44e+03 0 0.0883 0.123 0.123 Target phot
+ 0 1.2e+03 -274 749 0.00242 0 0 0 Chamber_PV initStep
+ 1 1.2e+03 -274 749 0 0.00242 0.135 0.135 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 87
+* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.12 -0.431 -2.44e+03 0.0187 0 0 0 Target initStep
- 1 -1.12 -0.431 -2.44e+03 0 0.0187 0.00183 0.00183 Target eIoni
+ 0 1.19e+03 -227 633 0.00256 0 0 0 Tracker initStep
+ 1 1.19e+03 -227 633 0 0.00256 0.241 0.241 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 46
+* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.42 1.09 -2.44e+03 0.2 0 0 0 Target initStep
- 1 1.48 1.07 -2.44e+03 0.156 0 0.0773 0.0773 Target compt
- 2 1.65 1.35 -2.44e+03 0 0.0883 0.327 0.404 Target phot
+ 0 1.19e+03 -205 555 0.00425 0 0 0 Tracker initStep
+ 1 1.19e+03 -205 555 0 0.00425 0.576 0.576 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 86
+* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.65 1.35 -2.44e+03 0.0677 0 0 0 Target initStep
- 1 1.65 1.35 -2.44e+03 0 0.0677 0.0146 0.0146 Target eIoni
+ 0 1.18e+03 -153 391 0.00116 0 0 0 Tracker initStep
+ 1 1.18e+03 -153 391 0 0.00116 0.071 0.071 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 86
+* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.48 1.07 -2.44e+03 0.0436 0 0 0 Target initStep
- 1 1.48 1.07 -2.44e+03 0 0.0436 0.00713 0.00713 Target eIoni
+ 0 1.18e+03 -144 364 0.00332 0 0 0 Tracker initStep
+ 1 1.18e+03 -144 364 0 0.00332 0.375 0.375 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 46
+* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.38 1.18 -2.44e+03 0.111 0 0 0 Target initStep
- 1 1.43 1.1 -2.44e+03 0 0.0883 0.14 0.14 Target phot
+ 0 1.18e+03 -106 253 0.00399 0 0 0 Tracker initStep
+ 1 1.18e+03 -106 253 0 0.00399 0.515 0.515 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 85
+* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.43 1.1 -2.44e+03 0.0222 0 0 0 Target initStep
- 1 1.43 1.1 -2.44e+03 0 0.0222 0.00241 0.00241 Target eIoni
+ 0 1.18e+03 -83.3 180 0.00178 0 0 0 Tracker initStep
+ 1 1.18e+03 -83.2 180 0 0.00178 0.134 0.134 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 46
+* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.39 1.22 -2.44e+03 0.308 0 0 0 Target initStep
- 1 0.132 -0.99 -2.44e+03 0 0.0883 2.79 2.79 Target phot
+ 0 1.18e+03 -51.8 80.8 0.00227 0 0 0 Chamber_PV initStep
+ 1 1.18e+03 -51.8 80.8 0 0.00227 0.124 0.124 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 84
+* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.132 -0.99 -2.44e+03 0.22 0 0 0 Target initStep
- 1 0.131 -0.995 -2.44e+03 0 0.22 0.094 0.094 Target eIoni
+ 0 1.18e+03 -45.2 58.8 0.00372 0 0 0 Chamber_PV initStep
+ 1 1.18e+03 -45.1 58.8 0 0.00372 0.249 0.249 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 83, Parent ID = 46
+* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.56 1.37 -2.44e+03 0.246 0 0 0 Target initStep
- 1 -0.731 -4.08 -2.44e+03 0 0.0883 6.91 6.91 Target phot
+ 0 1.18e+03 -38 36.6 0.0155 0 0 0 Chamber_PV initStep
+ 1 1.18e+03 -38 36.7 0.00882 0.00669 1.81 1.81 Chamber_PV eIoni
+ 2 1.18e+03 -38 36.6 0.00532 0.00164 0.575 2.39 Chamber_PV eIoni
+ 3 1.18e+03 -38 36.7 0 0.00532 0.434 2.82 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 83
+* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 106
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.731 -4.08 -2.44e+03 0.158 0 0 0 Target initStep
- 1 -0.732 -4.08 -2.44e+03 0 0.158 0.0565 0.0565 Target eIoni
+ 0 1.18e+03 -38 36.6 0.00186 0 0 0 Chamber_PV initStep
+ 1 1.18e+03 -38 36.6 0 0.00186 0.0943 0.0943 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 46
+* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.16 0.986 -2.44e+03 6.71 0 0 0 Target initStep
- 1 7.01 7.9 -2.43e+03 0 0 10.7 10.7 Target conv
+ 0 1.15e+03 -26.2 -69.7 0.00611 0 0 0 Chamber_PV initStep
+ 1 1.15e+03 -26.1 -69.7 0 0.00611 0.542 0.542 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 82
+* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.01 7.9 -2.43e+03 3.94 0 0 0 Target initStep
- 1 7.26 8.14 -2.43e+03 1.25 2.69 2 2 Target eIoni
- 2 7.27 8.1 -2.43e+03 0 1.25 0.951 2.95 Target eIoni
+ 0 1.15e+03 -25.7 -81.1 0.00193 0 0 0 Chamber_PV initStep
+ 1 1.15e+03 -25.7 -81.1 0 0.00193 0.0989 0.0989 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 46
+* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.883 0.853 -2.44e+03 0.184 0 0 0 Target initStep
- 1 0.911 0.867 -2.44e+03 0 0.0883 0.0384 0.0384 Target phot
+ 0 1.14e+03 -25.7 -102 0.00405 0 0 0 Tracker initStep
+ 1 1.14e+03 -25.5 -102 0 0.00405 0.53 0.53 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 81
+* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.911 0.867 -2.44e+03 0.0959 0 0 0 Target initStep
- 1 0.912 0.866 -2.44e+03 0 0.0959 0.0256 0.0256 Target eIoni
+ 0 1.13e+03 -26.7 -143 0.0015 0 0 0 Tracker initStep
+ 1 1.13e+03 -26.7 -143 0 0.0015 0.104 0.104 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 46
+* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00539 0.404 -2.44e+03 0.27 0 0 0 Target initStep
- 1 0.785 0.801 -2.44e+03 0 0.0883 1.11 1.11 Target phot
+ 0 1.06e+03 -25.2 -332 0.00249 0 0 0 Tracker initStep
+ 1 1.06e+03 -25.2 -332 0 0.00249 0.231 0.231 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 80
+* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.785 0.801 -2.44e+03 0.182 0 0 0 Target initStep
- 1 0.789 0.801 -2.44e+03 0 0.182 0.0704 0.0704 Target eIoni
+ 0 1.03e+03 -23.2 -409 0.00118 0 0 0 Tracker initStep
+ 1 1.03e+03 -23.2 -409 0 0.00118 0.0722 0.0722 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 46
+* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.278 0.064 -2.44e+03 0.67 0 0 0 Target initStep
- 1 2.92 4.12 -2.43e+03 0 0.000756 14.2 14.2 Target phot
+ 0 1.01e+03 -23.1 -448 0.00169 0 0 0 Tracker initStep
+ 1 1.01e+03 -23.1 -448 0 0.00169 0.124 0.124 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 79
+* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.92 4.12 -2.43e+03 0.669 0 0 0 Target initStep
- 1 2.93 4.12 -2.43e+03 0 0.669 0.446 0.446 Target eIoni
+ 0 869 -45.6 -800 0.00242 0 0 0 Tracker initStep
+ 1 869 -45.6 -800 0 0.00242 0.219 0.219 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 46
+* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.418 -0.107 -2.44e+03 0.697 0 0 0 Target initStep
- 1 0.985 1.57 -2.44e+03 0 0.0883 4.22 4.22 Target phot
+ 0 752 -66.1 -1.03e+03 0.00526 0 0 0 Tracker initStep
+ 1 752 -66.3 -1.03e+03 0 0.00526 0.839 0.839 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 78
+* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.985 1.57 -2.44e+03 0.609 0 0 0 Target initStep
- 1 0.983 1.59 -2.44e+03 0.0542 0.209 0.156 0.156 Target eBrem
- 2 0.983 1.59 -2.44e+03 0 0.0542 0.0102 0.167 Target eIoni
+ 0 639 -74.8 -1.26e+03 0.137 0 0 0 Tracker initStep
+ 1 673 -116 -1.26e+03 0.12 0.0177 62 62 Tracker eIoni
+ 2 680 -117 -1.26e+03 0.119 0.00101 6.39 68.4 Tracker eIoni
+ 3 691 -117 -1.26e+03 0.11 0.00309 12.7 81.2 Tracker eIoni
+ 4 697 -127 -1.25e+03 0.104 0.00366 14.1 95.2 Tracker eIoni
+ 5 712 -149 -1.23e+03 0.093 0.0111 39 134 Tracker eIoni
+ 6 712 -150 -1.23e+03 0.0759 0.000193 1.03 135 Tracker eIoni
+ 7 709 -152 -1.22e+03 0.071 0.00292 6.7 142 Tracker eIoni
+ 8 707 -157 -1.22e+03 0.0687 0.00234 6.77 149 Tracker eIoni
+ 9 710 -167 -1.21e+03 0.061 0.00498 16.9 166 Tracker eIoni
+ 10 711 -172 -1.2e+03 0.0503 0.0026 5.76 171 Tracker eIoni
+ 11 704 -178 -1.2e+03 0.0419 0.0084 11.8 183 Tracker eIoni
+ 12 700 -184 -1.2e+03 0.0368 0.00515 8.93 192 Tracker eIoni
+ 13 701 -189 -1.2e+03 0.032 0.00476 7.37 200 Tracker eIoni
+ 14 698 -193 -1.2e+03 0.027 0.00495 6.06 206 Tracker eIoni
+ 15 697 -194 -1.21e+03 0.0231 0.00245 3.43 209 Tracker eIoni
+ 16 694 -194 -1.21e+03 0.0156 0.00344 3.79 213 Tracker eIoni
+ 17 694 -193 -1.21e+03 0.0121 0.00353 2.68 216 Tracker eIoni
+ 18 694 -193 -1.21e+03 0.00653 0.00557 2.15 218 Tracker eIoni
+ 19 694 -192 -1.21e+03 0.00145 0.00509 1.2 219 Tracker eIoni
+ 20 694 -192 -1.21e+03 0 0.00145 0.0983 219 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 146, Parent ID = 145
+* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 96
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.983 1.59 -2.44e+03 0.346 0 0 0 Target initStep
- 1 1.57 2.46 -2.45e+03 0.346 0 12.8 12.8 World Transportation
- 2 24.1 35.9 -2.94e+03 0.346 0 492 504 OutOfWorld Transportation
+ 0 694 -194 -1.21e+03 0.00407 0 0 0 Tracker initStep
+ 1 694 -194 -1.21e+03 0 0.00407 0.511 0.511 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 46
+* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 96
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.544 -0.256 -2.44e+03 0.378 0 0 0 Target initStep
- 1 -0.109 0.279 -2.44e+03 0.169 0 1.24 1.24 Target compt
- 2 -0.128 0.529 -2.44e+03 0 0.0883 0.83 2.07 Target phot
+ 0 697 -194 -1.21e+03 0.00146 0 0 0 Tracker initStep
+ 1 697 -194 -1.21e+03 0 0.00146 0.0998 0.0998 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 77
+* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 96
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.128 0.529 -2.44e+03 0.0808 0 0 0 Target initStep
- 1 -0.129 0.53 -2.44e+03 0 0.0808 0.0195 0.0195 Target eIoni
+ 0 711 -172 -1.2e+03 0.00812 0 0 0 Tracker initStep
+ 1 712 -173 -1.2e+03 0.00306 0.00506 1.53 1.53 Tracker eIoni
+ 2 712 -172 -1.2e+03 0 0.00306 0.326 1.85 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 77
+* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 96
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.109 0.279 -2.44e+03 0.209 0 0 0 Target initStep
- 1 -0.107 0.28 -2.44e+03 0 0.209 0.0872 0.0872 Target eIoni
+ 0 710 -167 -1.21e+03 0.00266 0 0 0 Tracker initStep
+ 1 710 -167 -1.21e+03 0 0.00266 0.257 0.257 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 46
+* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 96
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.586 -0.311 -2.44e+03 4 0 0 0 Target initStep
- 1 3.38 4.18 -2.43e+03 2.36 0 10.8 10.8 Target compt
- 2 10.4 4.33 -2.42e+03 0.701 0 18.5 29.3 Target compt
- 3 10.4 2.75 -2.41e+03 0 0.0883 1.87 31.2 Target phot
+ 0 709 -152 -1.22e+03 0.00195 0 0 0 Tracker initStep
+ 1 709 -152 -1.22e+03 0 0.00195 0.156 0.156 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 76
+* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 96
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 10.4 2.75 -2.41e+03 0.613 0 0 0 Target initStep
- 1 10.4 2.73 -2.41e+03 0 0.613 0.398 0.398 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 76
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 10.4 4.33 -2.42e+03 1.66 0 0 0 Target initStep
- 1 10.4 4.37 -2.42e+03 0.182 1.48 1.25 1.25 Target eIoni
- 2 10.4 4.37 -2.42e+03 0 0.182 0.0702 1.32 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 76
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.38 4.18 -2.43e+03 1.64 0 0 0 Target initStep
- 1 3.41 4.27 -2.43e+03 0.574 0.593 0.563 0.563 Target eBrem
- 2 3.41 4.28 -2.43e+03 0 0.574 0.366 0.929 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 152, Parent ID = 149
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.41 4.27 -2.43e+03 0.471 0 0 0 Target initStep
- 1 3.66 4.02 -2.43e+03 0.471 0 1.06 1.06 Target Rayl
- 2 3.81 3.82 -2.43e+03 0 0.0883 0.714 1.78 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 152
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.81 3.82 -2.43e+03 0.382 0 0 0 Target initStep
- 1 3.82 3.83 -2.43e+03 0 0.382 0.211 0.211 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 46
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.577 -0.405 -2.44e+03 0.112 0 0 0 Target initStep
- 1 -0.591 -0.43 -2.44e+03 0 0.0883 0.275 0.275 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 154, Parent ID = 75
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.591 -0.43 -2.44e+03 0.0232 0 0 0 Target initStep
- 1 -0.591 -0.43 -2.44e+03 0 0.0232 0.00258 0.00258 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 22
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.45 0.082 -2.44e+03 0.511 0 0 0 Target initStep
- 1 -2.02 0.623 -2.44e+03 0 0.0883 0.988 0.988 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 74
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.02 0.623 -2.44e+03 0.423 0 0 0 Target initStep
- 1 -2.02 0.633 -2.44e+03 0 0.423 0.242 0.242 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 22
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.45 0.082 -2.44e+03 0.511 0 0 0 Target initStep
- 1 6.63 -7.64 -2.45e+03 0.511 0 14.1 14.1 World Transportation
- 2 72.3 -70.4 -2.52e+03 0.227 0 115 129 World compt
- 3 211 1.13e+03 -2.94e+03 0.227 0 1.28e+03 1.41e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 73
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 72.3 -70.4 -2.52e+03 0.284 0 0 0 World initStep
- 1 169 -206 -2.58e+03 0.247 0.0372 200 200 World eIoni
- 2 164 -237 -2.59e+03 0.242 0.00415 33.9 234 World eIoni
- 3 164 -247 -2.59e+03 0.231 0.00295 9.72 244 World eIoni
- 4 135 -327 -2.56e+03 0.213 0.0168 91.3 335 World eIoni
- 5 133 -329 -2.56e+03 0.21 0.000525 2.7 338 World eIoni
- 6 122 -337 -2.57e+03 0.205 0.00323 14.5 353 World eIoni
- 7 107 -355 -2.57e+03 0.199 0.00498 24.5 377 World eIoni
- 8 97.8 -360 -2.58e+03 0.148 0.00218 11 388 World eIoni
- 9 92.8 -361 -2.58e+03 0.146 0.00106 5.82 394 World eIoni
- 10 84.7 -364 -2.59e+03 0.142 0.00435 12.1 406 World eIoni
- 11 46.7 -410 -2.61e+03 0.127 0.0151 65.5 471 World eIoni
- 12 22 -414 -2.62e+03 0.115 0.00791 27.2 499 World eIoni
- 13 -3.12 -420 -2.64e+03 0.1 0.0139 35.6 534 World eIoni
- 14 -20.9 -443 -2.65e+03 0.088 0.0122 36.6 571 World eIoni
- 15 -32.9 -446 -2.66e+03 0.0794 0.00626 17.8 589 World eIoni
- 16 -51.7 -447 -2.67e+03 0.0684 0.00971 23.6 612 World eIoni
- 17 -50.4 -434 -2.68e+03 0.0564 0.012 19.4 632 World eIoni
- 18 -47.6 -424 -2.68e+03 0.0493 0.00707 14.2 646 World eIoni
- 19 -55.8 -420 -2.69e+03 0.0452 0.00412 11.5 657 World eIoni
- 20 -60 -418 -2.69e+03 0.0384 0.00684 10 667 World eIoni
- 21 -60.4 -418 -2.7e+03 0.0344 0.00122 1.99 669 World eIoni
- 22 -60.8 -419 -2.7e+03 0.0278 0.00665 6.71 676 World eIoni
- 23 -61.4 -419 -2.7e+03 0.0158 0.00335 4.86 681 World eIoni
- 24 -61.8 -421 -2.71e+03 0.0118 0.00397 2.7 684 World eIoni
- 25 -60.7 -421 -2.71e+03 0.00673 0.00508 2.1 686 World eIoni
- 26 -60.2 -421 -2.71e+03 0 0.00673 1.25 687 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 156
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -61.4 -419 -2.7e+03 0.00864 0 0 0 World initStep
- 1 -61.8 -418 -2.71e+03 0.00228 0.00636 1.62 1.62 World eIoni
- 2 -61.9 -418 -2.71e+03 0 0.00228 0.199 1.82 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 168, Parent ID = 156
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -60.4 -418 -2.7e+03 0.00274 0 0 0 World initStep
- 1 -60.3 -418 -2.7e+03 0 0.00274 0.27 0.27 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 167, Parent ID = 156
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -51.7 -447 -2.67e+03 0.00132 0 0 0 World initStep
- 1 -51.7 -447 -2.67e+03 0 0.00132 0.0856 0.0856 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 166, Parent ID = 156
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -32.9 -446 -2.66e+03 0.00229 0 0 0 World initStep
- 1 -32.9 -446 -2.66e+03 0 0.00229 0.201 0.201 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 165, Parent ID = 156
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.12 -420 -2.64e+03 0.00139 0 0 0 World initStep
- 1 -3.15 -420 -2.64e+03 0 0.00139 0.0919 0.0919 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 164, Parent ID = 156
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 22 -414 -2.62e+03 0.00359 0 0 0 World initStep
- 1 21.9 -414 -2.62e+03 0 0.00359 0.429 0.429 World eIoni
+ 0 712 -150 -1.23e+03 0.0169 0 0 0 Tracker initStep
+ 1 712 -150 -1.23e+03 0.0143 0 0.131 0.131 Tracker eIoni
+ 2 713 -150 -1.23e+03 0.0102 0.0011 0.788 0.919 Tracker eIoni
+ 3 713 -150 -1.23e+03 0.00608 0.0041 1.86 2.78 Tracker eIoni
+ 4 713 -149 -1.23e+03 0 0.00608 1.08 3.86 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 163, Parent ID = 156
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 97.8 -360 -2.58e+03 0.0495 0 0 0 World initStep
- 1 97.1 -362 -2.57e+03 0.0467 0.00154 2.1 2.1 World eIoni
- 2 94.7 -369 -2.57e+03 0.0294 0.00602 9.37 11.5 World eIoni
- 3 94 -373 -2.57e+03 0.0212 0.00366 4.53 16 World eIoni
- 4 94.4 -375 -2.57e+03 0.0143 0.00694 3.64 19.6 World eIoni
- 5 93.6 -377 -2.57e+03 0.00952 0.00476 2.47 22.1 World eIoni
- 6 93.1 -378 -2.57e+03 0.00558 0.00247 1.03 23.1 World eIoni
- 7 93.1 -378 -2.57e+03 0 0.00558 0.932 24.1 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 173, Parent ID = 163
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 93.1 -378 -2.57e+03 0.00147 0 0 0 World initStep
- 1 93.1 -378 -2.57e+03 0 0.00147 0.1 0.1 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 172, Parent ID = 163
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 94 -373 -2.57e+03 0.0045 0 0 0 World initStep
- 1 94 -373 -2.57e+03 0.00243 0.000271 0.107 0.107 World eIoni
- 2 93.9 -373 -2.57e+03 0 0.00243 0.222 0.329 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 174, Parent ID = 172
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 94 -373 -2.57e+03 0.0018 0 0 0 World initStep
- 1 93.9 -373 -2.57e+03 0 0.0018 0.137 0.137 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 171, Parent ID = 163
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 94.7 -369 -2.57e+03 0.0113 0 0 0 World initStep
- 1 95.9 -369 -2.57e+03 0.00644 0.00484 2.03 2.03 World eIoni
- 2 96.4 -370 -2.57e+03 0 0.00644 1.18 3.2 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 163
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 97.1 -362 -2.57e+03 0.00129 0 0 0 World initStep
- 1 97.1 -362 -2.57e+03 0 0.00129 0.0823 0.0823 World eIoni
+ 0 713 -150 -1.23e+03 0.00303 0 0 0 Tracker initStep
+ 1 713 -150 -1.23e+03 0 0.00303 0.32 0.32 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 162, Parent ID = 156
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 107 -355 -2.57e+03 0.000995 0 0 0 World initStep
- 1 107 -355 -2.57e+03 0 0.000995 0.0567 0.0567 World eIoni
+ 0 712 -150 -1.23e+03 0.00264 0 0 0 Tracker initStep
+ 1 712 -150 -1.23e+03 0 0.00264 0.254 0.254 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 156
+* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 96
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 122 -337 -2.57e+03 0.00179 0 0 0 World initStep
- 1 122 -337 -2.57e+03 0 0.00179 0.136 0.136 World eIoni
+ 0 697 -127 -1.25e+03 0.00182 0 0 0 Tracker initStep
+ 1 697 -127 -1.25e+03 0 0.00182 0.14 0.14 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 156
+* G4Track Information: Particle = e-, Track ID = 154, Parent ID = 96
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 133 -329 -2.56e+03 0.00246 0 0 0 World initStep
- 1 133 -329 -2.56e+03 0 0.00246 0.226 0.226 World eIoni
+ 0 691 -117 -1.26e+03 0.00613 0 0 0 Tracker initStep
+ 1 691 -117 -1.25e+03 0 0.00613 1.09 1.09 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 156
+* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 135 -327 -2.56e+03 0.00113 0 0 0 World initStep
- 1 135 -327 -2.56e+03 0 0.00113 0.068 0.068 World eIoni
+ 0 586 -72.2 -1.37e+03 0.00112 0 0 0 Tracker initStep
+ 1 586 -72.2 -1.37e+03 0 0.00112 0.0672 0.0672 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 156
+* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 164 -247 -2.59e+03 0.00751 0 0 0 World initStep
- 1 165 -247 -2.59e+03 0.0029 0.00461 1.41 1.41 World eIoni
- 2 165 -247 -2.59e+03 0 0.0029 0.298 1.71 World eIoni
+ 0 556 -70.9 -1.42e+03 0.00146 0 0 0 Tracker initStep
+ 1 556 -70.9 -1.42e+03 0 0.00146 0.099 0.099 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 156
+* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 164 -237 -2.59e+03 0.00112 0 0 0 World initStep
- 1 164 -237 -2.59e+03 0 0.00112 0.067 0.067 World eIoni
+ 0 536 -69.9 -1.47e+03 0.001 0 0 0 Tracker initStep
+ 1 536 -69.9 -1.47e+03 0 0.001 0.0574 0.0574 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 22
+* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.4 -0.231 -2.44e+03 1.13 0 0 0 Target initStep
- 1 1.97 23.5 -2.43e+03 0.691 0 26.3 26.3 Target compt
- 2 3.16 24.8 -2.43e+03 0.691 0 3.71 30 World Transportation
- 3 13.1 35.5 -2.4e+03 0.691 0 31.1 61.1 Tracker Transportation
- 4 847 936 -100 0.691 0 2.61e+03 2.67e+03 Chamber_PV Transportation
- 5 886 978 7.82 0.691 0 122 2.79e+03 Tracker Transportation
- 6 1.14e+03 1.25e+03 700 0.691 0 785 3.57e+03 Chamber_PV Transportation
- 7 1.21e+03 1.33e+03 900 0.691 0 227 3.8e+03 Tracker Transportation
- 8 1.43e+03 1.56e+03 1.5e+03 0.691 0 680 4.48e+03 Chamber_PV Transportation
- 9 1.5e+03 1.64e+03 1.7e+03 0.691 0 227 4.71e+03 Tracker Transportation
- 10 1.62e+03 1.77e+03 2.03e+03 0.691 0 376 5.08e+03 World Transportation
- 11 1.95e+03 2.13e+03 2.94e+03 0.691 0 1.03e+03 6.11e+03 OutOfWorld Transportation
+ 0 468 -60.1 -1.63e+03 0.00189 0 0 0 Tracker initStep
+ 1 468 -60.1 -1.63e+03 0 0.00189 0.148 0.148 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 72
+* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.97 23.5 -2.43e+03 0.436 0 0 0 Target initStep
- 1 1.97 23.5 -2.43e+03 0 0.436 0.253 0.253 Target eIoni
+ 0 363 -43 -1.85e+03 0.001 0 0 0 Tracker initStep
+ 1 363 -43 -1.85e+03 0 0.001 0.0574 0.0574 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 22
+* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.34 -0.382 -2.44e+03 0.521 0 0 0 Target initStep
- 1 -9.7 -4.93 -2.45e+03 0.521 0 12.8 12.8 World Transportation
- 2 -490 -267 -2.94e+03 0.521 0 734 747 OutOfWorld Transportation
+ 0 361 -42.6 -1.85e+03 0.0017 0 0 0 Tracker initStep
+ 1 361 -42.7 -1.85e+03 0 0.0017 0.125 0.125 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 22
+* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.858 -0.189 -2.44e+03 1.42 0 0 0 Target initStep
- 1 -18.8 -5.78 -2.44e+03 0.517 0 18.9 18.9 Target compt
- 2 -24.9 1.75 -2.44e+03 0.517 0 10.5 29.4 World Transportation
- 3 -79.7 69.3 -2.4e+03 0.517 0 94.1 124 Tracker Transportation
- 4 -1.53e+03 1.85e+03 -1.45e+03 0.517 0 2.48e+03 2.61e+03 World Transportation
- 5 -2.41e+03 2.94e+03 -873 0.517 0 1.51e+03 4.12e+03 OutOfWorld Transportation
+ 0 252 -33.4 -2.05e+03 0.00433 0 0 0 Tracker initStep
+ 1 253 -33.6 -2.05e+03 0 0.00433 0.593 0.593 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 176, Parent ID = 70
+* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -18.8 -5.78 -2.44e+03 0.903 0 0 0 Target initStep
- 1 -18.9 -5.81 -2.44e+03 0 0.903 0.647 0.647 Target eIoni
+ 0 229 -32.7 -2.1e+03 0.00148 0 0 0 Tracker initStep
+ 1 229 -32.7 -2.1e+03 0 0.00148 0.101 0.101 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.43 0.398 -2.43e+03 0.511 0 0 0 Target initStep
- 1 2.42 0.361 -2.43e+03 0.501 0 0.0462 0.0462 Target compt
- 2 2.45 -0.289 -2.43e+03 0 0.0158 0.785 0.831 Target phot
+ 0 211 -30.3 -2.13e+03 0.00135 0 0 0 Tracker initStep
+ 1 211 -30.3 -2.13e+03 0 0.00135 0.0886 0.0886 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 178, Parent ID = 69
+* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.45 -0.289 -2.43e+03 0.485 0 0 0 Target initStep
- 1 2.47 -0.292 -2.43e+03 0 0.485 0.293 0.293 Target eIoni
+ 0 159 -17.6 -2.22e+03 0.0092 0 0 0 Tracker initStep
+ 1 159 -17 -2.22e+03 0.00432 0.00366 1.42 1.42 Tracker eIoni
+ 2 159 -17.1 -2.22e+03 0 0.00432 0.592 2.01 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 177, Parent ID = 69
+* G4Track Information: Particle = e-, Track ID = 164, Parent ID = 86
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.42 0.361 -2.43e+03 0.00984 0 0 0 Target initStep
- 1 2.42 0.361 -2.43e+03 0 0.00984 0.000685 0.000685 Target eIoni
+ 0 159 -17 -2.22e+03 0.00122 0 0 0 Tracker initStep
+ 1 159 -17 -2.22e+03 0 0.00122 0.0762 0.0762 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.43 0.398 -2.43e+03 0.511 0 0 0 Target initStep
- 1 3.32 4.99 -2.43e+03 0 0.0883 5.79 5.79 Target phot
+ 0 139 -13.5 -2.25e+03 0.0123 0 0 0 Tracker initStep
+ 1 138 -13.2 -2.25e+03 0.00859 0.000453 0.697 0.697 Tracker eIoni
+ 2 138 -13.4 -2.25e+03 0.00346 0.0026 0.893 1.59 Tracker eIoni
+ 3 138 -13.3 -2.25e+03 0 0.00346 0.402 1.99 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 179, Parent ID = 68
+* G4Track Information: Particle = e-, Track ID = 166, Parent ID = 85
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.32 4.99 -2.43e+03 0.423 0 0 0 Target initStep
- 1 3.32 5 -2.43e+03 0.162 0.261 0.226 0.226 Target eBrem
- 2 3.32 5.01 -2.43e+03 0 0.162 0.0589 0.285 Target eIoni
+ 0 138 -13.4 -2.25e+03 0.00253 0 0 0 Tracker initStep
+ 1 138 -13.5 -2.25e+03 0 0.00253 0.237 0.237 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 165, Parent ID = 85
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.24 0.111 -2.43e+03 0.213 0 0 0 Target initStep
- 1 2.93 1.35 -2.43e+03 0 0.0883 1.49 1.49 Target phot
+ 0 138 -13.2 -2.25e+03 0.00328 0 0 0 Tracker initStep
+ 1 138 -13.1 -2.25e+03 0 0.00328 0.366 0.366 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 180, Parent ID = 67
+* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.93 1.35 -2.43e+03 0.125 0 0 0 Target initStep
- 1 2.93 1.35 -2.43e+03 0 0.125 0.039 0.039 Target eIoni
+ 0 68.6 -4.08 -2.34e+03 0.00108 0 0 0 Tracker initStep
+ 1 68.6 -4.09 -2.34e+03 0 0.00108 0.0637 0.0637 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 31
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.1 -0.0681 -2.43e+03 0.171 0 0 0 Target initStep
- 1 2.19 0.0287 -2.43e+03 0 0.0883 0.143 0.143 Target phot
+ 0 19.9 2.93 -2.4e+03 0.749 0 0 0 Target initStep
+ 1 20 2.95 -2.4e+03 0 0.749 0.514 0.514 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 181, Parent ID = 66
+* G4Track Information: Particle = gamma, Track ID = 141, Parent ID = 42
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.19 0.0287 -2.43e+03 0.0831 0 0 0 Target initStep
- 1 2.19 0.0295 -2.43e+03 0 0.0831 0.0203 0.0203 Target eIoni
+ 0 1.48e+03 -788 1.63e+03 0.0145 0 0 0 Chamber_PV initStep
+ 1 1.48e+03 -799 1.66e+03 0 0.000678 27.2 27.2 Chamber_PV phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 167, Parent ID = 141
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.72 -0.628 -2.43e+03 1.25 0 0 0 Target initStep
- 1 3.1 0.952 -2.43e+03 0.242 0 2.79 2.79 Target compt
- 2 1.66 -1.17 -2.43e+03 0.149 0 2.57 5.36 Target compt
- 3 1.65 -1.15 -2.43e+03 0 0.00355 0.0575 5.42 Target phot
+ 0 1.48e+03 -799 1.66e+03 0.0138 0 0 0 Chamber_PV initStep
+ 1 1.48e+03 -799 1.66e+03 0.00569 0.005 1.55 1.55 Chamber_PV eIoni
+ 2 1.48e+03 -799 1.66e+03 0.0027 0.000595 0.264 1.82 Chamber_PV eIoni
+ 3 1.48e+03 -799 1.66e+03 0 0.0027 0.158 1.97 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 184, Parent ID = 65
+* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 167
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.65 -1.15 -2.43e+03 0.145 0 0 0 Target initStep
- 1 1.65 -1.15 -2.43e+03 0 0.145 0.0497 0.0497 Target eIoni
+ 0 1.48e+03 -799 1.66e+03 0.0024 0 0 0 Chamber_PV initStep
+ 1 1.48e+03 -799 1.66e+03 0 0.0024 0.133 0.133 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 183, Parent ID = 65
+* G4Track Information: Particle = e-, Track ID = 168, Parent ID = 167
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.66 -1.17 -2.43e+03 0.0929 0 0 0 Target initStep
- 1 1.66 -1.18 -2.43e+03 0 0.0929 0.0243 0.0243 Target eIoni
+ 0 1.48e+03 -799 1.66e+03 0.00311 0 0 0 Chamber_PV initStep
+ 1 1.48e+03 -799 1.66e+03 0 0.00311 0.192 0.192 Chamber_PV eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 182, Parent ID = 65
+* 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 3.1 0.952 -2.43e+03 1.01 0 0 0 Target initStep
- 1 3.13 0.988 -2.43e+03 0 1.01 0.742 0.742 Target eIoni
+ 0 -0.148 0.256 -2.44e+03 0.0989 0 0 0 Target initStep
+ 1 -0.197 0.251 -2.44e+03 0 0.0883 0.123 0.123 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 30
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.65 -0.69 -2.43e+03 4.52 0 0 0 Target initStep
- 1 2.3 -0.311 -2.43e+03 0 0.0883 0.877 0.877 Target phot
+ 0 -0.197 0.251 -2.44e+03 0.0106 0 0 0 Target initStep
+ 1 -0.197 0.251 -2.44e+03 0 0.0106 0.000771 0.000771 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 185, Parent ID = 64
+* 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 2.3 -0.311 -2.43e+03 4.43 0 0 0 Target initStep
- 1 2.49 -0.213 -2.43e+03 2.08 0.426 0.367 0.367 Target eBrem
- 2 2.59 -0.282 -2.43e+03 0.632 1.45 1.45 1.81 Target eIoni
- 3 2.58 -0.285 -2.43e+03 0 0.632 0.414 2.23 Target eIoni
+ 0 -0.0256 0.122 -2.44e+03 1.22 0 0 0 Target initStep
+ 1 -11 11.4 -2.4e+03 1.22 0 39.5 39.5 Tracker Transportation
+ 2 -464 478 -900 1.22 0 1.64e+03 1.67e+03 Chamber_PV Transportation
+ 3 -524 541 -700 1.22 0 218 1.89e+03 Tracker Transportation
+ 4 -706 727 -100 1.22 0 654 2.55e+03 Chamber_PV Transportation
+ 5 -766 790 100 1.22 0 218 2.76e+03 Tracker Transportation
+ 6 -947 977 700 1.22 0 654 3.42e+03 Chamber_PV Transportation
+ 7 -1.01e+03 1.04e+03 900 1.22 0 218 3.64e+03 Tracker Transportation
+ 8 -1.19e+03 1.23e+03 1.5e+03 1.22 0 654 4.29e+03 Chamber_PV Transportation
+ 9 -1.25e+03 1.29e+03 1.7e+03 1.22 0 218 4.51e+03 Tracker Transportation
+ 10 -1.46e+03 1.51e+03 2.4e+03 1.22 0 763 5.27e+03 World Transportation
+ 11 -1.62e+03 1.67e+03 2.94e+03 1.22 0 589 5.86e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 186, Parent ID = 185
+* 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 2.49 -0.213 -2.43e+03 1.93 0 0 0 Target initStep
- 1 2.5 -0.215 -2.43e+03 0 0 0.0156 0.0156 Target conv
+ 0 -0.00179 0.0699 -2.44e+03 0.11 0 0 0 Target initStep
+ 1 -0.0101 0.0872 -2.44e+03 0 0.0158 0.0461 0.0461 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 187, Parent ID = 186
+* G4Track Information: Particle = e-, Track ID = 171, Parent ID = 28
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.5 -0.215 -2.43e+03 0.846 0 0 0 Target initStep
- 1 2.51 -0.228 -2.43e+03 0 0.846 0.597 0.597 Target eIoni
+ 0 -0.0101 0.0872 -2.44e+03 0.0937 0 0 0 Target initStep
+ 1 -0.00947 0.0883 -2.44e+03 0 0.0937 0.0247 0.0247 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 45
+* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.15 -0.653 -2.43e+03 1.09 0 0 0 Target initStep
- 1 2.16 -0.761 -2.43e+03 0.246 0 1.63 1.63 Target compt
- 2 1.99 1.98 -2.43e+03 0 0.0158 3.71 5.34 Target phot
+ 0 -0.381 0.0328 -2.44e+03 0.645 0 0 0 Target initStep
+ 1 0.555 0.175 -2.44e+03 0 0.0883 1.87 1.87 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 190, Parent ID = 63
+* G4Track Information: Particle = e-, Track ID = 172, Parent ID = 27
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.99 1.98 -2.43e+03 0.23 0 0 0 Target initStep
- 1 1.99 1.98 -2.43e+03 0 0.23 0.101 0.101 Target eIoni
+ 0 0.555 0.175 -2.44e+03 0.557 0 0 0 Target initStep
+ 1 0.574 0.17 -2.44e+03 0 0.557 0.351 0.351 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 189, Parent ID = 63
+* 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 2.16 -0.761 -2.43e+03 0.841 0 0 0 Target initStep
- 1 2.19 -0.77 -2.43e+03 0 0.841 0.593 0.593 Target eIoni
+ 0 -0.701 0.0194 -2.44e+03 4.33 0 0 0 Target initStep
+ 1 0.573 0.172 -2.43e+03 0 0 6.82 6.82 Target conv
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 173, Parent ID = 26
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.224 -0.391 -2.43e+03 0.226 0 0 0 Target initStep
- 1 1.79 -0.876 -2.43e+03 0 0.0883 2.57 2.57 Target phot
+ 0 0.573 0.172 -2.43e+03 2 0 0 0 Target initStep
+ 1 0.577 0.166 -2.43e+03 0.0667 1.94 1.42 1.42 Target eIoni
+ 2 0.576 0.166 -2.43e+03 0 0.0667 0.0142 1.43 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 191, Parent ID = 62
+* 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 1.79 -0.876 -2.43e+03 0.138 0 0 0 Target initStep
- 1 1.79 -0.875 -2.43e+03 0 0.138 0.0455 0.0455 Target eIoni
+ 0 -0.697 0.000947 -2.44e+03 0.109 0 0 0 Target initStep
+ 1 -0.698 0.00153 -2.44e+03 0 0.0158 0.00589 0.00589 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 25
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.187 -0.36 -2.43e+03 17.8 0 0 0 Target initStep
- 1 6.89 -1 -2.42e+03 0 0 11.9 11.9 Target conv
+ 0 -0.698 0.00153 -2.44e+03 0.0929 0 0 0 Target initStep
+ 1 -0.698 0.00258 -2.44e+03 0 0.0929 0.0244 0.0244 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 192, Parent ID = 61
+* 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 6.89 -1 -2.42e+03 2.37 0 0 0 Target initStep
- 1 7.02 -1.03 -2.42e+03 0.586 1.78 1.56 1.56 Target eIoni
- 2 7.04 -1.01 -2.42e+03 0 0.586 0.376 1.93 Target eIoni
+ 0 -0.693 -0.0139 -2.44e+03 0.16 0 0 0 Target initStep
+ 1 -0.714 0.0507 -2.44e+03 0 0.0883 0.681 0.681 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 176, Parent ID = 24
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.443 -0.322 -2.43e+03 0.277 0 0 0 Target initStep
- 1 0.0649 -0.39 -2.43e+03 0 0.0883 0.991 0.991 Target phot
+ 0 -0.714 0.0507 -2.44e+03 0.0715 0 0 0 Target initStep
+ 1 -0.713 0.0514 -2.44e+03 0 0.0715 0.016 0.016 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 194, Parent ID = 60
+* 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.0649 -0.39 -2.43e+03 0.188 0 0 0 Target initStep
- 1 0.0648 -0.389 -2.43e+03 0 0.188 0.0742 0.0742 Target eIoni
+ 0 -0.681 -0.0045 -2.44e+03 0.47 0 0 0 Target initStep
+ 1 -0.737 -0.0495 -2.44e+03 0.45 0 1.66 1.66 Target compt
+ 2 -0.74 -0.0991 -2.44e+03 0.426 0 0.149 1.81 Target compt
+ 3 -0.602 -0.721 -2.44e+03 0 0.0883 1.02 2.83 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 179, Parent ID = 23
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.748 -0.438 -2.43e+03 0.298 0 0 0 Target initStep
- 1 -0.547 -0.244 -2.43e+03 0.224 0 1.91 1.91 Target compt
- 2 -0.58 -0.25 -2.43e+03 0 0.0883 0.0406 1.95 Target phot
+ 0 -0.602 -0.721 -2.44e+03 0.338 0 0 0 Target initStep
+ 1 -0.591 -0.723 -2.44e+03 0 0.338 0.177 0.177 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 196, Parent ID = 58
+* G4Track Information: Particle = e-, Track ID = 178, Parent ID = 23
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.58 -0.25 -2.43e+03 0.136 0 0 0 Target initStep
- 1 -0.583 -0.25 -2.43e+03 0 0.136 0.0448 0.0448 Target eIoni
+ 0 -0.74 -0.0991 -2.44e+03 0.0233 0 0 0 Target initStep
+ 1 -0.74 -0.099 -2.44e+03 0 0.0233 0.0026 0.0026 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 195, Parent ID = 58
+* G4Track Information: Particle = e-, Track ID = 177, Parent ID = 23
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.547 -0.244 -2.43e+03 0.0739 0 0 0 Target initStep
- 1 -0.546 -0.244 -2.43e+03 0 0.0739 0.0168 0.0168 Target eIoni
+ 0 -0.737 -0.0495 -2.44e+03 0.0201 0 0 0 Target initStep
+ 1 -0.737 -0.0493 -2.44e+03 0 0.0201 0.00204 0.00204 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 45
+* 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 -1.14 -0.629 -2.44e+03 3.87 0 0 0 Target initStep
- 1 -1.22 1.7 -2.42e+03 0.759 0 17.2 17.2 Target compt
- 2 -1.27 1.71 -2.42e+03 0 0.0883 0.048 17.2 Target phot
+ 0 -0.682 -0.0408 -2.44e+03 0.553 0 0 0 Target initStep
+ 1 -0.59 0.579 -2.44e+03 0.553 0 4.29 4.29 Target Rayl
+ 2 -0.574 0.571 -2.44e+03 0.427 0 0.289 4.58 Target compt
+ 3 -1.46 1.25 -2.43e+03 0 0.0883 1.74 6.32 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 198, Parent ID = 57
+* G4Track Information: Particle = e-, Track ID = 181, Parent ID = 22
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.27 1.71 -2.42e+03 0.671 0 0 0 Target initStep
- 1 -1.29 1.71 -2.42e+03 0 0.671 0.447 0.447 Target eIoni
+ 0 -1.46 1.25 -2.43e+03 0.338 0 0 0 Target initStep
+ 1 -1.46 1.25 -2.43e+03 0 0.338 0.177 0.177 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 197, Parent ID = 57
+* G4Track Information: Particle = e-, Track ID = 180, Parent ID = 22
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.22 1.7 -2.42e+03 3.11 0 0 0 Target initStep
- 1 -1.17 1.73 -2.42e+03 2.17 0.939 0.91 0.91 Target eBrem
- 2 -1.08 1.89 -2.42e+03 0.61 1.56 1.48 2.39 Target eIoni
- 3 -1.11 1.91 -2.42e+03 0 0.61 0.396 2.79 Target eIoni
+ 0 -0.574 0.571 -2.44e+03 0.126 0 0 0 Target initStep
+ 1 -0.572 0.57 -2.44e+03 0 0.126 0.0398 0.0398 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 45
+* 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 -1.13 -0.534 -2.44e+03 0.107 0 0 0 Target initStep
- 1 -1.14 -0.539 -2.44e+03 0 0.0153 0.0646 0.0646 Target phot
+ 0 -0.73 -0.0692 -2.44e+03 11.9 0 0 0 Target initStep
+ 1 -0.466 0.0648 -2.44e+03 0 0 3.04 3.04 Target photonNuclear
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 199, Parent ID = 56
+* G4Track Information: Particle = gamma, Track ID = 184, Parent ID = 21
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.14 -0.539 -2.44e+03 0.092 0 0 0 Target initStep
- 1 -1.14 -0.539 -2.44e+03 0 0.092 0.024 0.024 Target eIoni
+ 0 -0.466 0.0648 -2.44e+03 0.126 0 0 0 Target initStep
+ 1 -0.492 0.0758 -2.44e+03 0 0.0158 0.0308 0.0308 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 186, Parent ID = 184
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.1 -0.505 -2.44e+03 0.497 0 0 0 Target initStep
- 1 -1.14 -0.589 -2.44e+03 0.497 0 0.606 0.606 Target Rayl
- 2 -1.19 -0.75 -2.43e+03 0 0.0883 1.26 1.86 Target phot
+ 0 -0.492 0.0758 -2.44e+03 0.11 0 0 0 Target initStep
+ 1 -0.492 0.0755 -2.44e+03 0 0.11 0.032 0.032 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 200, Parent ID = 55
+* G4Track Information: Particle = gamma, Track ID = 183, Parent ID = 21
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.19 -0.75 -2.43e+03 0.408 0 0 0 Target initStep
- 1 -1.18 -0.753 -2.43e+03 0 0.408 0.231 0.231 Target eIoni
+ 0 -0.466 0.0648 -2.44e+03 1.11 0 0 0 Target initStep
+ 1 5.36 3.31 -2.44e+03 0.892 0 9.94 9.94 Target compt
+ 2 15.6 7.9 -2.45e+03 0.358 0 12 21.9 Target compt
+ 3 15.7 8.93 -2.45e+03 0.221 0 1.39 23.3 Target compt
+ 4 16.7 10.3 -2.45e+03 0 0.0158 2.12 25.4 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 190, Parent ID = 183
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.09 -0.498 -2.44e+03 4.56 0 0 0 Target initStep
- 1 -1.15 -0.612 -2.44e+03 0 0 1.77 1.77 Target conv
+ 0 16.7 10.3 -2.45e+03 0.206 0 0 0 Target initStep
+ 1 16.7 10.3 -2.45e+03 0 0.206 0.0849 0.0849 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 201, Parent ID = 54
+* G4Track Information: Particle = e-, Track ID = 189, Parent ID = 183
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.15 -0.612 -2.44e+03 1.86 0 0 0 Target initStep
- 1 -1.15 -0.624 -2.44e+03 0.145 1.71 1.35 1.35 Target eIoni
- 2 -1.16 -0.624 -2.44e+03 0 0.145 0.0494 1.4 Target eIoni
+ 0 15.7 8.93 -2.45e+03 0.137 0 0 0 Target initStep
+ 1 15.7 8.93 -2.45e+03 0 0.137 0.0451 0.0451 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 188, Parent ID = 183
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.11 -0.432 -2.44e+03 6.73 0 0 0 Target initStep
- 1 -1.33 -0.664 -2.42e+03 2.71 0 21.7 21.7 Target compt
- 2 -1.52 -0.381 -2.42e+03 1.75 0 0.747 22.4 Target compt
- 3 -0.163 1.17 -2.4e+03 1.75 0 15.7 38.1 Tracker Transportation
- 4 60.8 71.1 -1.7e+03 1.75 0 706 744 Chamber_PV Transportation
- 5 78.2 91.1 -1.5e+03 1.75 0 202 946 Tracker Transportation
- 6 130 151 -900 1.75 0 605 1.55e+03 Chamber_PV Transportation
- 7 148 171 -700 1.75 0 202 1.75e+03 Tracker Transportation
- 8 200 231 -100 1.75 0 605 2.36e+03 Chamber_PV Transportation
- 9 218 251 100 1.75 0 202 2.56e+03 Tracker Transportation
- 10 270 311 700 1.75 0 605 3.17e+03 Chamber_PV Transportation
- 11 287 331 900 1.75 0 202 3.37e+03 Tracker Transportation
- 12 339 391 1.5e+03 1.75 0 605 3.97e+03 Chamber_PV Transportation
- 13 357 411 1.7e+03 1.75 0 202 4.17e+03 Tracker Transportation
- 14 418 481 2.4e+03 1.75 0 706 4.88e+03 World Transportation
- 15 465 535 2.94e+03 1.75 0 545 5.42e+03 OutOfWorld Transportation
+ 0 15.6 7.9 -2.45e+03 0.534 0 0 0 Target initStep
+ 1 15.6 7.9 -2.45e+03 0 0.534 0.333 0.333 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 204, Parent ID = 53
+* G4Track Information: Particle = e-, Track ID = 187, Parent ID = 183
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.52 -0.381 -2.42e+03 0.96 0 0 0 Target initStep
- 1 -1.55 -0.348 -2.42e+03 0 0.96 0.696 0.696 Target eIoni
+ 0 5.36 3.31 -2.44e+03 0.214 0 0 0 Target initStep
+ 1 5.36 3.31 -2.44e+03 0 0.214 0.0905 0.0905 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 203, Parent ID = 53
+* G4Track Information: Particle = gamma, Track ID = 182, Parent ID = 21
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.33 -0.664 -2.42e+03 4.02 0 0 0 Target initStep
- 1 -1.29 -0.727 -2.42e+03 2.98 0.449 0.356 0.356 Target eBrem
- 2 -1.21 -0.973 -2.42e+03 0.961 2.02 1.75 2.11 Target eIoni
- 3 -1.2 -1.02 -2.42e+03 0.548 0.267 0.29 2.4 Target eBrem
- 4 -1.22 -1.03 -2.42e+03 0 0.548 0.344 2.74 Target eIoni
+ 0 -0.466 0.0648 -2.44e+03 10.7 0 0 0 Target initStep
+ 1 7.41 -3.92 -2.43e+03 0 0 14.2 14.2 Target conv
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 206, Parent ID = 203
+* G4Track Information: Particle = e-, Track ID = 191, Parent ID = 182
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.2 -1.02 -2.42e+03 0.146 0 0 0 Target initStep
- 1 -1.22 -1.02 -2.42e+03 0 0.0883 0.0878 0.0878 Target phot
+ 0 7.41 -3.92 -2.43e+03 7.75 0 0 0 Target initStep
+ 1 7.71 -3.96 -2.43e+03 2.57 0.675 0.643 0.643 Target eBrem
+ 2 7.92 -3.96 -2.43e+03 0.784 1.53 1.48 2.12 Target eBrem
+ 3 7.95 -3.94 -2.43e+03 0 0.784 0.544 2.67 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 194, Parent ID = 191
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.92 -3.96 -2.43e+03 0.259 0 0 0 Target initStep
+ 1 7.96 -3.96 -2.43e+03 0 0.0883 0.0423 0.0423 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 195, Parent ID = 194
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.96 -3.96 -2.43e+03 0.17 0 0 0 Target initStep
+ 1 7.96 -3.97 -2.43e+03 0 0.17 0.0637 0.0637 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 193, Parent ID = 191
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.71 -3.96 -2.43e+03 4.5 0 0 0 Target initStep
+ 1 25 0.487 -2.41e+03 4.5 0 22.1 22.1 World Transportation
+ 2 41.3 4.69 -2.4e+03 4.5 0 20.8 42.9 Tracker Transportation
+ 3 2.33e+03 593 -685 4.5 0 2.92e+03 2.96e+03 World Transportation
+ 4 2.94e+03 751 -224 4.5 0 784 3.74e+03 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.892 -0.116 -2.44e+03 0.282 0 0 0 Target initStep
+ 1 -0.886 -0.113 -2.44e+03 0 0.0883 0.0415 0.0415 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 196, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.886 -0.113 -2.44e+03 0.194 0 0 0 Target initStep
+ 1 -0.888 -0.11 -2.44e+03 0 0.194 0.0777 0.0777 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.553 -0.0472 -2.44e+03 3.92 0 0 0 Target initStep
+ 1 -3.69 0.109 -2.43e+03 0 0 10.8 10.8 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 197, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.69 0.109 -2.43e+03 0.288 0 0 0 Target initStep
+ 1 -3.69 0.115 -2.43e+03 0 0.288 0.141 0.141 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.486 -0.0659 -2.45e+03 0.521 0 0 0 Target initStep
+ 1 -0.515 0.206 -2.44e+03 0.202 0 2.25 2.25 Target compt
+ 2 0.52 -0.407 -2.44e+03 0 0.0883 1.38 3.63 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 200, Parent ID = 16
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.52 -0.407 -2.44e+03 0.114 0 0 0 Target initStep
+ 1 0.523 -0.408 -2.44e+03 0 0.114 0.0337 0.0337 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 199, Parent ID = 16
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.515 0.206 -2.44e+03 0.319 0 0 0 Target initStep
+ 1 -0.518 0.209 -2.44e+03 0 0.319 0.163 0.163 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.485 -0.0766 -2.45e+03 0.232 0 0 0 Target initStep
+ 1 -0.49 -0.0505 -2.45e+03 0 0.0883 0.265 0.265 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 201, Parent ID = 15
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.49 -0.0505 -2.45e+03 0.144 0 0 0 Target initStep
+ 1 -0.49 -0.0522 -2.45e+03 0 0.144 0.0488 0.0488 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.486 -0.0776 -2.45e+03 1.09 0 0 0 Target initStep
+ 1 -0.531 1.41 -2.43e+03 0.66 0 15.4 15.4 Target compt
+ 2 -8.25 3.88 -2.42e+03 0 0.0883 11 26.4 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 203, Parent ID = 14
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -8.25 3.88 -2.42e+03 0.572 0 0 0 Target initStep
+ 1 -8.26 3.89 -2.42e+03 0 0.572 0.364 0.364 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 202, Parent ID = 14
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.531 1.41 -2.43e+03 0.427 0 0 0 Target initStep
+ 1 -0.521 1.41 -2.43e+03 0 0.427 0.246 0.246 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.485 -0.0953 -2.45e+03 3.78 0 0 0 Target initStep
+ 1 -1.15 2.02 -2.43e+03 0 0 20 20 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 204, Parent ID = 13
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.15 2.02 -2.43e+03 1.66 0 0 0 Target initStep
+ 1 -1.13 2.05 -2.43e+03 1.29 0.0544 0.049 0.049 Target eBrem
+ 2 -1.11 2.06 -2.43e+03 0 1.29 0.981 1.03 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 206, Parent ID = 204
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.13 2.05 -2.43e+03 0.317 0 0 0 Target initStep
+ 1 -1.07 2.1 -2.43e+03 0 0.0883 0.133 0.133 Target phot
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 207, Parent ID = 206
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.22 -1.02 -2.42e+03 0.0581 0 0 0 Target initStep
- 1 -1.22 -1.02 -2.42e+03 0 0.0581 0.0114 0.0114 Target eIoni
+ 0 -1.07 2.1 -2.43e+03 0.228 0 0 0 Target initStep
+ 1 -1.06 2.1 -2.43e+03 0 0.228 0.0995 0.0995 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 205, Parent ID = 203
+* 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 -1.29 -0.727 -2.42e+03 0.591 0 0 0 Target initStep
- 1 -1.23 -1.56 -2.42e+03 0 0.0158 0.926 0.926 Target phot
+ 0 -0.444 -0.134 -2.45e+03 2.24 0 0 0 Target initStep
+ 1 -0.442 -0.119 -2.45e+03 1.27 0 0.181 0.181 Target compt
+ 2 2.37 2.23 -2.44e+03 0.953 0 6.02 6.2 Target compt
+ 3 8.77 4.43 -2.44e+03 0.879 0 7.57 13.8 Target compt
+ 4 17.8 6.99 -2.44e+03 0.737 0 9.51 23.3 Target compt
+ 5 18 7.18 -2.44e+03 0 0.0158 0.364 23.6 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 208, Parent ID = 205
+* G4Track Information: Particle = e-, Track ID = 212, Parent ID = 12
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.23 -1.56 -2.42e+03 0.575 0 0 0 Target initStep
- 1 -1.23 -1.58 -2.42e+03 0 0.575 0.367 0.367 Target eIoni
+ 0 18 7.18 -2.44e+03 0.721 0 0 0 Target initStep
+ 1 18.1 7.2 -2.44e+03 0.149 0.446 0.401 0.401 Target eBrem
+ 2 18.1 7.2 -2.44e+03 0 0.149 0.0516 0.452 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 47
+* G4Track Information: Particle = e-, Track ID = 211, Parent ID = 12
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.912 -0.513 -2.44e+03 0.511 0 0 0 Target initStep
- 1 -2.01 -0.653 -2.44e+03 0 0.0158 1.33 1.33 Target phot
+ 0 17.8 6.99 -2.44e+03 0.143 0 0 0 Target initStep
+ 1 17.8 6.99 -2.44e+03 0.102 0.0404 0.0106 0.0106 Target eBrem
+ 2 17.8 6.99 -2.44e+03 0 0.102 0.0285 0.039 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 209, Parent ID = 52
+* G4Track Information: Particle = e-, Track ID = 210, Parent ID = 12
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.01 -0.653 -2.44e+03 0.495 0 0 0 Target initStep
- 1 -2.02 -0.658 -2.44e+03 0 0.495 0.301 0.301 Target eIoni
+ 0 8.77 4.43 -2.44e+03 0.0736 0 0 0 Target initStep
+ 1 8.77 4.43 -2.44e+03 0 0.0736 0.0167 0.0167 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 47
+* G4Track Information: Particle = e-, Track ID = 209, Parent ID = 12
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.912 -0.513 -2.44e+03 0.511 0 0 0 Target initStep
- 1 0.72 -0.303 -2.44e+03 0 0.0883 1.99 1.99 Target phot
+ 0 2.37 2.23 -2.44e+03 0.322 0 0 0 Target initStep
+ 1 2.37 2.23 -2.44e+03 0 0.322 0.165 0.165 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 210, Parent ID = 51
+* G4Track Information: Particle = e-, Track ID = 208, Parent ID = 12
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.72 -0.303 -2.44e+03 0.423 0 0 0 Target initStep
- 1 0.733 -0.295 -2.44e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 -0.442 -0.119 -2.45e+03 0.962 0 0 0 Target initStep
+ 1 -0.464 -0.132 -2.45e+03 0 0.962 0.698 0.698 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 47
+* G4Track Information: Particle = gamma, Track ID = 213, Parent ID = 212
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.806 -0.64 -2.44e+03 0.653 0 0 0 Target initStep
- 1 -7.19 6.86 -2.43e+03 0.631 0 14.7 14.7 Target compt
- 2 -9.84 8.91 -2.43e+03 0.499 0 4.24 19 Target compt
- 3 -12.2 12.8 -2.43e+03 0 0.0158 4.6 23.6 Target phot
+ 0 18.1 7.2 -2.44e+03 0.126 0 0 0 Target initStep
+ 1 17.8 7.07 -2.44e+03 0.0995 0 0.3 0.3 Target compt
+ 2 17.9 7.1 -2.44e+03 0 0.0883 0.127 0.427 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 213, Parent ID = 50
+* G4Track Information: Particle = e-, Track ID = 215, Parent ID = 213
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -12.2 12.8 -2.43e+03 0.483 0 0 0 Target initStep
- 1 -12.2 12.8 -2.43e+03 0 0.483 0.291 0.291 Target eIoni
+ 0 17.9 7.1 -2.44e+03 0.0113 0 0 0 Target initStep
+ 1 17.9 7.1 -2.44e+03 0 0.0113 0.000838 0.000838 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 212, Parent ID = 50
+* G4Track Information: Particle = e-, Track ID = 214, Parent ID = 213
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -9.84 8.91 -2.43e+03 0.132 0 0 0 Target initStep
- 1 -9.84 8.9 -2.43e+03 0 0.132 0.0427 0.0427 Target eIoni
+ 0 17.8 7.07 -2.44e+03 0.026 0 0 0 Target initStep
+ 1 17.8 7.07 -2.44e+03 0 0.026 0.0031 0.0031 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 211, Parent ID = 50
+* 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 -7.19 6.86 -2.43e+03 0.0219 0 0 0 Target initStep
- 1 -7.19 6.86 -2.43e+03 0 0.0219 0.00235 0.00235 Target eIoni
+ 0 -0.441 -0.142 -2.45e+03 34.5 0 0 0 Target initStep
+ 1 -0.481 0.602 -2.44e+03 0 0 8.57 8.57 Target conv
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 47
+* G4Track Information: Particle = e-, Track ID = 216, Parent ID = 11
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.581 -0.456 -2.44e+03 4.37 0 0 0 Target initStep
- 1 -4.94 -4.74 -2.43e+03 0 0 18.2 18.2 Target conv
+ 0 -0.481 0.602 -2.44e+03 32.6 0 0 0 Target initStep
+ 1 -0.502 0.621 -2.44e+03 30.7 0.464 0.363 0.363 Target eBrem
+ 2 -0.581 0.656 -2.44e+03 25.9 0.601 0.442 0.805 Target eIoni
+ 3 -0.814 0.63 -2.44e+03 23.4 1.92 1.58 2.38 Target eBrem
+ 4 -0.809 0.623 -2.44e+03 23.2 0.0753 0.0597 2.44 Target eBrem
+ 5 -0.784 0.606 -2.43e+03 22.4 0.656 0.58 3.02 Target eBrem
+ 6 -0.776 0.687 -2.43e+03 10.9 0.274 0.245 3.27 Target eBrem
+ 7 -0.765 0.692 -2.43e+03 10.6 0.134 0.147 3.42 Target eBrem
+ 8 -0.551 0.843 -2.43e+03 9.27 0.861 0.739 4.15 Target eBrem
+ 9 -0.347 0.521 -2.43e+03 7.97 0.912 0.773 4.93 Target eBrem
+ 10 -0.374 0.303 -2.43e+03 4.8 0.879 0.656 5.58 Target eBrem
+ 11 0.0415 0.383 -2.43e+03 2.33 2.47 2.18 7.77 Target eIoni
+ 12 0.00831 0.429 -2.43e+03 0.0408 0.0798 0.0654 7.83 Target eBrem
+ 13 0.00813 0.43 -2.43e+03 0 0.0408 0.0064 7.84 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 47
+* G4Track Information: Particle = e-, Track ID = 219, Parent ID = 216
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.555 -0.434 -2.44e+03 0.109 0 0 0 Target initStep
- 1 -0.618 -0.478 -2.44e+03 0 0.0883 0.171 0.171 Target phot
+ 0 -0.581 0.656 -2.44e+03 4.16 0 0 0 Target initStep
+ 1 -0.548 0.69 -2.44e+03 3.29 0.167 0.15 0.15 Target eBrem
+ 2 -0.43 0.85 -2.44e+03 1.58 1.71 1.84 1.99 Target eIoni
+ 3 -0.388 0.857 -2.44e+03 1.1 0.48 0.408 2.39 Target eBrem
+ 4 -0.351 0.91 -2.44e+03 0.348 0.646 0.584 2.98 Target eBrem
+ 5 -0.345 0.902 -2.44e+03 0.232 0.116 0.0875 3.07 Target eBrem
+ 6 -0.342 0.897 -2.44e+03 0 0.232 0.102 3.17 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 215, Parent ID = 49
+* G4Track Information: Particle = gamma, Track ID = 230, Parent ID = 219
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.94 -4.74 -2.43e+03 1.34 0 0 0 Target initStep
- 1 -5.01 -4.78 -2.43e+03 0.256 1.09 1.04 1.04 Target eIoni
- 2 -5.02 -4.78 -2.43e+03 0 0.256 0.115 1.16 Target eIoni
- 3 -5.02 -4.78 -2.43e+03 0 0 0 1.16 Target annihil
+ 0 -0.351 0.91 -2.44e+03 0.107 0 0 0 Target initStep
+ 1 -0.27 0.834 -2.44e+03 0 0.0883 0.114 0.114 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 202, Parent ID = 54
+* G4Track Information: Particle = e-, Track ID = 231, Parent ID = 230
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.15 -0.612 -2.44e+03 1.68 0 0 0 Target initStep
- 1 -1.15 -0.619 -2.44e+03 0.201 1.48 1.18 1.18 Target eBrem
- 2 -1.15 -0.619 -2.44e+03 0 0.201 0.0787 1.26 Target eIoni
- 3 -1.15 -0.619 -2.44e+03 0 0 0 1.26 Target annihil
+ 0 -0.27 0.834 -2.44e+03 0.0182 0 0 0 Target initStep
+ 1 -0.27 0.834 -2.44e+03 0 0.0182 0.00176 0.00176 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 193, Parent ID = 61
+* G4Track Information: Particle = gamma, Track ID = 229, Parent ID = 219
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.89 -1 -2.42e+03 14.4 0 0 0 Target initStep
- 1 6.92 -1.01 -2.42e+03 13.1 0.0338 0.0538 0.0538 Target eBrem
- 2 6.98 -1.01 -2.42e+03 12.9 0.14 0.103 0.157 Target eBrem
- 3 7.06 -1.03 -2.42e+03 12.3 0.112 0.127 0.283 Target eBrem
- 4 7.55 -1.09 -2.42e+03 10.7 0.808 0.841 1.12 Target eBrem
- 5 7.9 -1.19 -2.42e+03 9.61 0.755 0.581 1.71 Target eBrem
- 6 8.14 -1.45 -2.42e+03 7.28 0.913 0.534 2.24 Target eBrem
- 7 8.82 -1.66 -2.42e+03 1.97 1.24 1.02 3.26 Target eIoni
- 8 9.03 -1.7 -2.42e+03 0.477 1.5 1.42 4.68 Target eIoni
- 9 9.03 -1.72 -2.42e+03 0 0.477 0.283 4.97 Target eIoni
- 10 9.03 -1.72 -2.42e+03 0 0 0 4.97 Target annihil
+ 0 -0.548 0.69 -2.44e+03 0.7 0 0 0 Target initStep
+ 1 11 10.5 -2.42e+03 0.338 0 22.3 22.3 Target compt
+ 2 16.1 9.62 -2.42e+03 0 0.0883 5.38 27.7 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 227, Parent ID = 193
+* G4Track Information: Particle = e-, Track ID = 233, Parent ID = 229
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.82 -1.66 -2.42e+03 4.07 0 0 0 Target initStep
- 1 9.03 -1.97 -2.42e+03 1.49 2.21 1.98 1.98 Target eBrem
- 2 8.93 -1.99 -2.42e+03 0.792 0.577 0.497 2.47 Target eBrem
- 3 8.9 -1.98 -2.42e+03 0.0405 0.602 0.473 2.95 Target eBrem
- 4 8.9 -1.98 -2.42e+03 0 0.0405 0.00634 2.95 Target eIoni
+ 0 16.1 9.62 -2.42e+03 0.25 0 0 0 Target initStep
+ 1 16.1 9.62 -2.42e+03 0.109 0.0144 0.00891 0.00891 Target eBrem
+ 2 16.1 9.62 -2.42e+03 0 0.109 0.0317 0.0406 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 216, Parent ID = 48
+* G4Track Information: Particle = e-, Track ID = 232, Parent ID = 229
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.618 -0.478 -2.44e+03 0.0203 0 0 0 Target initStep
- 1 -0.618 -0.478 -2.44e+03 0 0.0203 0.00209 0.00209 Target eIoni
+ 0 11 10.5 -2.42e+03 0.362 0 0 0 Target initStep
+ 1 11 10.5 -2.42e+03 0 0.362 0.195 0.195 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 214, Parent ID = 49
+* G4Track Information: Particle = gamma, Track ID = 234, Parent ID = 233
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.94 -4.74 -2.43e+03 2 0 0 0 Target initStep
- 1 -4.93 -4.77 -2.42e+03 0 2 1.41 1.41 Target eIoni
+ 0 16.1 9.62 -2.42e+03 0.126 0 0 0 Target initStep
+ 1 16.2 9.44 -2.42e+03 0 0.0883 0.208 0.208 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 232, Parent ID = 227
+* G4Track Information: Particle = e-, Track ID = 235, Parent ID = 234
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.9 -1.98 -2.42e+03 0.149 0 0 0 Target initStep
- 1 8.29 -1.36 -2.42e+03 0 0.0883 0.96 0.96 Target phot
+ 0 16.2 9.44 -2.42e+03 0.0375 0 0 0 Target initStep
+ 1 16.2 9.44 -2.42e+03 0 0.0375 0.00558 0.00558 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 233, Parent ID = 232
+* G4Track Information: Particle = gamma, Track ID = 228, Parent ID = 216
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.29 -1.36 -2.42e+03 0.0607 0 0 0 Target initStep
- 1 8.29 -1.36 -2.42e+03 0 0.0607 0.0122 0.0122 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 231, Parent ID = 227
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.93 -1.99 -2.42e+03 0.124 0 0 0 Target initStep
- 1 8.92 -1.98 -2.42e+03 0 0.0883 0.0105 0.0105 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 234, Parent ID = 231
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.92 -1.98 -2.42e+03 0.036 0 0 0 Target initStep
- 1 8.92 -1.98 -2.42e+03 0 0.036 0.00523 0.00523 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 230, Parent ID = 227
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 9.03 -1.97 -2.42e+03 0.37 0 0 0 Target initStep
- 1 8.11 -1.87 -2.42e+03 0.37 0 0.931 0.931 Target Rayl
- 2 8.03 -1.86 -2.42e+03 0 0.0883 0.0881 1.02 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 235, Parent ID = 230
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.03 -1.86 -2.42e+03 0.282 0 0 0 Target initStep
- 1 8.02 -1.87 -2.42e+03 0 0.282 0.136 0.136 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 229, Parent ID = 193
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 9.03 -1.72 -2.42e+03 0.511 0 0 0 Target initStep
- 1 8.73 -3.08 -2.42e+03 0 0.0883 1.54 1.54 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 236, Parent ID = 229
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.73 -3.08 -2.42e+03 0.423 0 0 0 Target initStep
- 1 8.73 -3.09 -2.42e+03 0 0.423 0.242 0.242 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 228, Parent ID = 193
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 9.03 -1.72 -2.42e+03 0.511 0 0 0 Target initStep
- 1 9.09 -1.43 -2.42e+03 0 0.0883 0.338 0.338 Target phot
+ 0 0.00831 0.429 -2.43e+03 2.21 0 0 0 Target initStep
+ 1 -11.3 -1.79 -2.44e+03 0.306 0 12.4 12.4 Target compt
+ 2 -10 -4.2 -2.44e+03 0 0.0883 3.43 15.9 Target phot
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 237, Parent ID = 228
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 9.09 -1.43 -2.42e+03 0.423 0 0 0 Target initStep
- 1 9.1 -1.42 -2.42e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 -10 -4.2 -2.44e+03 0.218 0 0 0 Target initStep
+ 1 -10 -4.2 -2.44e+03 0 0.218 0.0929 0.0929 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 226, Parent ID = 193
+* G4Track Information: Particle = e-, Track ID = 236, Parent ID = 228
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.14 -1.45 -2.42e+03 1.42 0 0 0 Target initStep
- 1 14.5 -4.29 -2.42e+03 0.365 0 7.93 7.93 Target compt
- 2 16 -3.76 -2.42e+03 0 0.0883 2.94 10.9 Target phot
+ 0 -11.3 -1.79 -2.44e+03 1.9 0 0 0 Target initStep
+ 1 -11.4 -1.8 -2.44e+03 1.54 0.357 0.251 0.251 Target eBrem
+ 2 -11.4 -1.84 -2.44e+03 0.782 0.763 0.697 0.948 Target eBrem
+ 3 -11.4 -1.84 -2.44e+03 0.49 0.152 0.131 1.08 Target eBrem
+ 4 -11.4 -1.83 -2.44e+03 0 0.49 0.297 1.38 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 239, Parent ID = 226
+* G4Track Information: Particle = gamma, Track ID = 238, Parent ID = 236
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 16 -3.76 -2.42e+03 0.276 0 0 0 Target initStep
- 1 16 -3.76 -2.42e+03 0 0.276 0.132 0.132 Target eIoni
+ 0 -11.4 -1.84 -2.44e+03 0.14 0 0 0 Target initStep
+ 1 -11.7 -1.75 -2.44e+03 0 0.0883 0.553 0.553 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 238, Parent ID = 226
+* G4Track Information: Particle = e-, Track ID = 239, Parent ID = 238
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 14.5 -4.29 -2.42e+03 1.05 0 0 0 Target initStep
- 1 14.5 -4.32 -2.42e+03 0 1.05 0.776 0.776 Target eIoni
+ 0 -11.7 -1.75 -2.44e+03 0.0513 0 0 0 Target initStep
+ 1 -11.7 -1.75 -2.44e+03 0 0.0513 0.00929 0.00929 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 225, Parent ID = 193
+* G4Track Information: Particle = gamma, Track ID = 227, Parent ID = 216
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.9 -1.19 -2.42e+03 0.333 0 0 0 Target initStep
- 1 11.5 -4.2 -2.41e+03 0 0.0883 7.15 7.15 Target phot
+ 0 -0.374 0.303 -2.43e+03 2.29 0 0 0 Target initStep
+ 1 16.5 4.9 -2.4e+03 2.29 0 37.3 37.3 Tracker Transportation
+ 2 1.2e+03 326 -100 2.29 0 2.6e+03 2.64e+03 Chamber_PV Transportation
+ 3 1.27e+03 347 51.5 2.29 0 172 2.81e+03 Tracker Transportation
+ 4 1.61e+03 437 700 2.29 0 734 3.55e+03 Chamber_PV Transportation
+ 5 1.71e+03 465 900 2.29 0 226 3.77e+03 Tracker Transportation
+ 6 2.02e+03 549 1.5e+03 2.29 0 679 4.45e+03 Chamber_PV Transportation
+ 7 2.12e+03 577 1.7e+03 2.29 0 226 4.68e+03 Tracker Transportation
+ 8 2.32e+03 630 2.08e+03 2.29 0 435 5.11e+03 World Transportation
+ 9 2.75e+03 750 2.94e+03 2.29 0 970 6.08e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 240, Parent ID = 225
+* G4Track Information: Particle = gamma, Track ID = 226, Parent ID = 216
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 11.5 -4.2 -2.41e+03 0.245 0 0 0 Target initStep
- 1 11.5 -4.21 -2.41e+03 0 0.245 0.11 0.11 Target eIoni
+ 0 -0.347 0.521 -2.43e+03 0.392 0 0 0 Target initStep
+ 1 -0.379 -2.21 -2.43e+03 0 0.0883 6.48 6.48 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 224, Parent ID = 193
+* G4Track Information: Particle = e-, Track ID = 240, Parent ID = 226
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.55 -1.09 -2.42e+03 0.777 0 0 0 Target initStep
- 1 11.5 -2.39 -2.42e+03 0.2 0 6.22 6.22 Target compt
- 2 10.8 -2.5 -2.42e+03 0 0.0883 0.878 7.1 Target phot
+ 0 -0.379 -2.21 -2.43e+03 0.304 0 0 0 Target initStep
+ 1 -0.378 -2.21 -2.43e+03 0 0.304 0.152 0.152 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 242, Parent ID = 224
+* G4Track Information: Particle = gamma, Track ID = 225, Parent ID = 216
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 10.8 -2.5 -2.42e+03 0.112 0 0 0 Target initStep
- 1 10.8 -2.5 -2.42e+03 0 0.112 0.0329 0.0329 Target eIoni
+ 0 -0.551 0.843 -2.43e+03 0.496 0 0 0 Target initStep
+ 1 0.799 -1.29 -2.43e+03 0.244 0 4.18 4.18 Target compt
+ 2 0.189 -2.35 -2.43e+03 0.244 0 1.34 5.52 Target Rayl
+ 3 -0.0156 -2.5 -2.43e+03 0 0.0883 0.51 6.03 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 241, Parent ID = 224
+* G4Track Information: Particle = e-, Track ID = 242, Parent ID = 225
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 11.5 -2.39 -2.42e+03 0.577 0 0 0 Target initStep
- 1 11.6 -2.4 -2.42e+03 0 0.577 0.368 0.368 Target eIoni
+ 0 -0.0156 -2.5 -2.43e+03 0.156 0 0 0 Target initStep
+ 1 -0.0153 -2.5 -2.43e+03 0 0.156 0.0555 0.0555 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 223, Parent ID = 193
+* G4Track Information: Particle = e-, Track ID = 241, Parent ID = 225
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.06 -1.03 -2.42e+03 0.454 0 0 0 Target initStep
- 1 7.65 -1.05 -2.42e+03 0 0.0883 0.86 0.86 Target phot
+ 0 0.799 -1.29 -2.43e+03 0.252 0 0 0 Target initStep
+ 1 0.803 -1.29 -2.43e+03 0 0.252 0.115 0.115 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 243, Parent ID = 223
+* G4Track Information: Particle = gamma, Track ID = 224, Parent ID = 216
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.65 -1.05 -2.42e+03 0.366 0 0 0 Target initStep
- 1 7.66 -1.05 -2.42e+03 0 0.366 0.198 0.198 Target eIoni
+ 0 -0.765 0.692 -2.43e+03 0.0983 0 0 0 Target initStep
+ 1 -0.767 0.715 -2.43e+03 0 0.0883 0.0879 0.0879 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 222, Parent ID = 193
+* G4Track Information: Particle = e-, Track ID = 243, Parent ID = 224
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.98 -1.01 -2.42e+03 0.11 0 0 0 Target initStep
- 1 7.06 -1.03 -2.42e+03 0 0.0883 0.137 0.137 Target phot
+ 0 -0.767 0.715 -2.43e+03 0.01 0 0 0 Target initStep
+ 1 -0.767 0.715 -2.43e+03 0 0.01 0.000705 0.000705 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 244, Parent ID = 222
+* G4Track Information: Particle = gamma, Track ID = 223, Parent ID = 216
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.06 -1.03 -2.42e+03 0.0215 0 0 0 Target initStep
- 1 7.06 -1.03 -2.42e+03 0 0.0215 0.00228 0.00228 Target eIoni
+ 0 -0.776 0.687 -2.43e+03 11.3 0 0 0 Target initStep
+ 1 -0.247 1.28 -2.43e+03 10.2 0 4.23 4.23 Target compt
+ 2 0.171 2.94 -2.42e+03 0 0 13.6 17.8 Target conv
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 221, Parent ID = 193
+* G4Track Information: Particle = e-, Track ID = 245, Parent ID = 223
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.92 -1.01 -2.42e+03 1.29 0 0 0 Target initStep
- 1 20.8 -2 -2.4e+03 0.283 0 23.8 23.8 Target compt
- 2 20.9 -2.14 -2.4e+03 0 0.0158 0.174 24 Target phot
+ 0 0.171 2.94 -2.42e+03 5.07 0 0 0 Target initStep
+ 1 0.214 2.97 -2.42e+03 3.2 1.51 1.48 1.48 Target eBrem
+ 2 0.259 3.06 -2.42e+03 2.64 0.154 0.184 1.66 Target eBrem
+ 3 0.0643 3.15 -2.42e+03 0.7 1.24 0.493 2.16 Target eBrem
+ 4 0.069 3.18 -2.42e+03 0 0.7 0.473 2.63 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 246, Parent ID = 221
+* G4Track Information: Particle = e-, Track ID = 244, Parent ID = 223
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 20.9 -2.14 -2.4e+03 0.267 0 0 0 Target initStep
- 1 20.9 -2.14 -2.4e+03 0 0.267 0.126 0.126 Target eIoni
+ 0 -0.247 1.28 -2.43e+03 1.05 0 0 0 Target initStep
+ 1 -0.201 1.29 -2.43e+03 0 1.05 0.774 0.774 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 245, Parent ID = 221
+* G4Track Information: Particle = gamma, Track ID = 249, Parent ID = 245
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 20.8 -2 -2.4e+03 1.01 0 0 0 Target initStep
- 1 20.9 -1.99 -2.4e+03 0 1.01 0.735 0.735 Target eIoni
+ 0 0.0643 3.15 -2.42e+03 0.702 0 0 0 Target initStep
+ 1 0.193 13.4 -2.41e+03 0 0.0883 11.3 11.3 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 220, Parent ID = 202
+* G4Track Information: Particle = e-, Track ID = 250, Parent ID = 249
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.15 -0.619 -2.44e+03 0.511 0 0 0 Target initStep
- 1 -1.07 -0.237 -2.43e+03 0 0.0883 0.458 0.458 Target phot
+ 0 0.193 13.4 -2.41e+03 0.613 0 0 0 Target initStep
+ 1 0.185 13.4 -2.41e+03 0 0.613 0.399 0.399 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 247, Parent ID = 220
+* G4Track Information: Particle = gamma, Track ID = 248, Parent ID = 245
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.07 -0.237 -2.43e+03 0.423 0 0 0 Target initStep
- 1 -1.07 -0.248 -2.43e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 0.259 3.06 -2.42e+03 0.402 0 0 0 Target initStep
+ 1 0.217 3.08 -2.42e+03 0 0.0883 0.0483 0.0483 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 219, Parent ID = 202
+* G4Track Information: Particle = e-, Track ID = 251, Parent ID = 248
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.15 -0.619 -2.44e+03 0.511 0 0 0 Target initStep
- 1 -2.1 -5.1 -2.44e+03 0 0.00355 5.37 5.37 Target phot
+ 0 0.217 3.08 -2.42e+03 0.313 0 0 0 Target initStep
+ 1 0.213 3.09 -2.42e+03 0 0.313 0.159 0.159 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 248, Parent ID = 219
+* G4Track Information: Particle = gamma, Track ID = 247, Parent ID = 245
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.1 -5.1 -2.44e+03 0.507 0 0 0 Target initStep
- 1 -2.1 -5.12 -2.44e+03 0 0.507 0.311 0.311 Target eIoni
+ 0 0.214 2.97 -2.42e+03 0.37 0 0 0 Target initStep
+ 1 0.876 4.07 -2.41e+03 0 0.0153 2.21 2.21 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 218, Parent ID = 215
+* G4Track Information: Particle = e-, Track ID = 252, Parent ID = 247
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -5.02 -4.78 -2.43e+03 0.511 0 0 0 Target initStep
- 1 -4.78 -8.77 -2.43e+03 0 0.0883 6.38 6.38 Target phot
+ 0 0.876 4.07 -2.41e+03 0.354 0 0 0 Target initStep
+ 1 0.875 4.07 -2.41e+03 0 0.354 0.189 0.189 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 217, Parent ID = 215
+* G4Track Information: Particle = gamma, Track ID = 222, Parent ID = 216
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -5.02 -4.78 -2.43e+03 0.511 0 0 0 Target initStep
- 1 -5.17 -2.46 -2.42e+03 0 0.0883 3.72 3.72 Target phot
+ 0 -0.784 0.606 -2.43e+03 0.103 0 0 0 Target initStep
+ 1 -0.778 0.676 -2.43e+03 0 0.0883 0.209 0.209 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 188, Parent ID = 186
+* G4Track Information: Particle = e-, Track ID = 253, Parent ID = 222
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.5 -0.215 -2.43e+03 0.0593 0 0 0 Target initStep
- 1 2.5 -0.215 -2.43e+03 0 0.0593 0.0106 0.0106 Target eIoni
- 2 2.5 -0.215 -2.43e+03 0 0 0 0.0106 Target annihil
+ 0 -0.778 0.676 -2.43e+03 0.015 0 0 0 Target initStep
+ 1 -0.778 0.676 -2.43e+03 0 0.015 0.0013 0.0013 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 141, Parent ID = 82
+* G4Track Information: Particle = gamma, Track ID = 221, Parent ID = 216
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.01 7.9 -2.43e+03 1.75 0 0 0 Target initStep
- 1 7.07 7.98 -2.43e+03 1.56 0.0846 0.149 0.149 Target eBrem
- 2 7.21 8.04 -2.43e+03 0 1.56 1.2 1.35 Target eIoni
- 3 7.21 8.04 -2.43e+03 0 0 0 1.35 Target annihil
+ 0 -0.809 0.623 -2.44e+03 0.106 0 0 0 Target initStep
+ 1 -0.801 0.619 -2.44e+03 0 0.0883 0.203 0.203 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 133, Parent ID = 88
+* G4Track Information: Particle = e-, Track ID = 254, Parent ID = 221
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.82 1.43 -2.4e+03 5.8 0 0 0 Target initStep
- 1 -3.88 1.43 -2.4e+03 3.96 1.84 1.52 1.52 Target eBrem
- 2 -3.45 1.66 -2.4e+03 3.07 0.708 0.835 2.35 Target eBrem
- 3 -3.14 1.89 -2.4e+03 1.01 1.84 1.73 4.08 Target eBrem
- 4 -3.09 1.82 -2.4e+03 0 1.01 0.75 4.83 Target eIoni
- 5 -3.09 1.82 -2.4e+03 0 0 0 4.83 Target annihil
+ 0 -0.801 0.619 -2.44e+03 0.0175 0 0 0 Target initStep
+ 1 -0.801 0.619 -2.44e+03 0 0.0175 0.00166 0.00166 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 113, Parent ID = 96
+* G4Track Information: Particle = gamma, Track ID = 220, Parent ID = 216
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.26 -4.42 -2.42e+03 15.9 0 0 0 Target initStep
- 1 6.67 -4.59 -2.42e+03 14.3 1.19 0.922 0.922 Target eBrem
- 2 6.84 -4.63 -2.42e+03 4.21 0.302 0.279 1.2 Target eBrem
- 3 7.21 -4.68 -2.42e+03 1.97 2.24 2.08 3.29 Target eIoni
- 4 7.35 -4.53 -2.42e+03 0.273 1.69 1.42 4.71 Target eIoni
- 5 7.34 -4.52 -2.42e+03 0 0.273 0.126 4.83 Target eIoni
- 6 7.34 -4.52 -2.42e+03 0 0 0 4.83 Target annihil
+ 0 -0.814 0.63 -2.44e+03 0.652 0 0 0 Target initStep
+ 1 0.374 -0.239 -2.43e+03 0 0.0883 10.1 10.1 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 250, Parent ID = 217
+* G4Track Information: Particle = e-, Track ID = 255, Parent ID = 220
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -5.17 -2.46 -2.42e+03 0.423 0 0 0 Target initStep
- 1 -5.17 -2.45 -2.42e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 0.374 -0.239 -2.43e+03 0.564 0 0 0 Target initStep
+ 1 0.36 -0.244 -2.43e+03 0.312 0.127 0.117 0.117 Target eBrem
+ 2 0.358 -0.245 -2.43e+03 0 0.312 0.158 0.274 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 249, Parent ID = 218
+* G4Track Information: Particle = gamma, Track ID = 256, Parent ID = 255
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.78 -8.77 -2.43e+03 0.423 0 0 0 Target initStep
- 1 -4.78 -8.77 -2.43e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 0.36 -0.244 -2.43e+03 0.125 0 0 0 Target initStep
+ 1 0.316 -0.112 -2.43e+03 0 0.0883 0.14 0.14 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 263, Parent ID = 113
+* G4Track Information: Particle = e-, Track ID = 257, Parent ID = 256
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.34 -4.52 -2.42e+03 0.511 0 0 0 Target initStep
- 1 7.26 -3.82 -2.42e+03 0 0.0883 0.732 0.732 Target phot
+ 0 0.316 -0.112 -2.43e+03 0.0367 0 0 0 Target initStep
+ 1 0.315 -0.111 -2.43e+03 0 0.0367 0.0054 0.0054 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 264, Parent ID = 263
+* G4Track Information: Particle = gamma, Track ID = 218, Parent ID = 216
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.26 -3.82 -2.42e+03 0.423 0 0 0 Target initStep
- 1 7.26 -3.8 -2.42e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 -0.502 0.621 -2.44e+03 1.5 0 0 0 Target initStep
+ 1 -0.506 0.623 -2.44e+03 0.792 0 0.0208 0.0208 Target compt
+ 2 -5.28 8.72 -2.43e+03 0 0.0883 11.5 11.5 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 262, Parent ID = 113
+* G4Track Information: Particle = e-, Track ID = 259, Parent ID = 218
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.34 -4.52 -2.42e+03 0.511 0 0 0 Target initStep
- 1 8.55 -14.2 -2.42e+03 0.511 0 10.1 10.1 Target Rayl
- 2 8.11 -21 -2.41e+03 0 0.0883 6.82 16.9 Target phot
+ 0 -5.28 8.72 -2.43e+03 0.704 0 0 0 Target initStep
+ 1 -5.31 8.74 -2.43e+03 0 0.704 0.475 0.475 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 265, Parent ID = 262
+* G4Track Information: Particle = e-, Track ID = 258, Parent ID = 218
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.11 -21 -2.41e+03 0.423 0 0 0 Target initStep
- 1 8.11 -21 -2.41e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 -0.506 0.623 -2.44e+03 0.704 0 0 0 Target initStep
+ 1 -0.505 0.609 -2.44e+03 0 0.704 0.475 0.475 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 261, Parent ID = 113
+* 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 6.84 -4.63 -2.42e+03 9.74 0 0 0 Target initStep
- 1 20.8 -5.81 -2.4e+03 9.74 0 23.6 23.6 Tracker Transportation
- 2 2.39e+03 -206 820 9.74 0 4e+03 4.03e+03 World Transportation
- 3 2.94e+03 -252 1.57e+03 9.74 0 927 4.95e+03 OutOfWorld Transportation
+ 0 -0.445 -0.156 -2.45e+03 0.257 0 0 0 Target initStep
+ 1 -0.291 0.212 -2.44e+03 0.257 0 3.83 3.83 Target Rayl
+ 2 -0.378 0.209 -2.44e+03 0 0.0883 0.673 4.5 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 260, Parent ID = 113
+* G4Track Information: Particle = e-, Track ID = 260, Parent ID = 10
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.67 -4.59 -2.42e+03 0.497 0 0 0 Target initStep
- 1 18 -7.22 -2.41e+03 0 0.0883 16.6 16.6 Target phot
+ 0 -0.378 0.209 -2.44e+03 0.169 0 0 0 Target initStep
+ 1 -0.375 0.208 -2.44e+03 0 0.169 0.0628 0.0628 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 266, Parent ID = 260
+* 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 18 -7.22 -2.41e+03 0.409 0 0 0 Target initStep
- 1 18 -7.22 -2.41e+03 0 0.409 0.231 0.231 Target eIoni
+ 0 -0.52 -0.254 -2.45e+03 4.8 0 0 0 Target initStep
+ 1 -0.195 0.063 -2.43e+03 0.287 0 13.9 13.9 Target compt
+ 2 -0.115 0.0742 -2.43e+03 0 0.0883 0.113 14 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 259, Parent ID = 133
+* G4Track Information: Particle = e-, Track ID = 262, Parent ID = 9
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.09 1.82 -2.4e+03 0.511 0 0 0 Target initStep
- 1 -4.01 2.83 -2.4e+03 0 0.0883 1.41 1.41 Target phot
+ 0 -0.115 0.0742 -2.43e+03 0.199 0 0 0 Target initStep
+ 1 -0.114 0.0757 -2.43e+03 0 0.199 0.0808 0.0808 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 267, Parent ID = 259
+* G4Track Information: Particle = e-, Track ID = 261, Parent ID = 9
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.01 2.83 -2.4e+03 0.423 0 0 0 Target initStep
- 1 -4.02 2.84 -2.4e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 -0.195 0.063 -2.43e+03 4.52 0 0 0 Target initStep
+ 1 -0.202 0.0687 -2.43e+03 3.77 0.557 0.522 0.522 Target eBrem
+ 2 -0.267 0.114 -2.43e+03 2.35 0.197 0.207 0.73 Target eBrem
+ 3 -0.397 0.118 -2.43e+03 1.49 0.731 0.637 1.37 Target eBrem
+ 4 -0.385 0.213 -2.43e+03 0.576 0.658 0.573 1.94 Target eBrem
+ 5 -0.365 0.205 -2.43e+03 0 0.576 0.367 2.31 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 258, Parent ID = 133
+* G4Track Information: Particle = gamma, Track ID = 266, Parent ID = 261
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.09 1.82 -2.4e+03 0.511 0 0 0 Target initStep
- 1 0.793 -2.47 -2.4e+03 0.416 0 6 6 Target compt
- 2 3.96 -2.9 -2.41e+03 0.369 0 3.71 9.72 Target compt
- 3 6.3 -1.97 -2.41e+03 0.321 0 2.58 12.3 Target compt
- 4 8.95 0.45 -2.41e+03 0 0.0883 5.2 17.5 Target phot
+ 0 -0.385 0.213 -2.43e+03 0.255 0 0 0 Target initStep
+ 1 -2.23 0.257 -2.43e+03 0 0.0883 1.97 1.97 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 271, Parent ID = 258
+* G4Track Information: Particle = e-, Track ID = 267, Parent ID = 266
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.95 0.45 -2.41e+03 0.232 0 0 0 Target initStep
- 1 8.95 0.456 -2.41e+03 0 0.232 0.102 0.102 Target eIoni
+ 0 -2.23 0.257 -2.43e+03 0.166 0 0 0 Target initStep
+ 1 -2.23 0.257 -2.43e+03 0 0.166 0.0614 0.0614 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 270, Parent ID = 258
+* G4Track Information: Particle = gamma, Track ID = 265, Parent ID = 261
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.3 -1.97 -2.41e+03 0.0483 0 0 0 Target initStep
- 1 6.3 -1.97 -2.41e+03 0 0.0483 0.00844 0.00844 Target eIoni
+ 0 -0.397 0.118 -2.43e+03 0.129 0 0 0 Target initStep
+ 1 -0.44 0.636 -2.43e+03 0 0.0883 0.533 0.533 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 269, Parent ID = 258
+* G4Track Information: Particle = e-, Track ID = 268, Parent ID = 265
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.96 -2.9 -2.41e+03 0.0471 0 0 0 Target initStep
- 1 3.96 -2.9 -2.41e+03 0 0.0471 0.00809 0.00809 Target eIoni
+ 0 -0.44 0.636 -2.43e+03 0.0405 0 0 0 Target initStep
+ 1 -0.44 0.637 -2.43e+03 0 0.0405 0.00633 0.00633 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 268, Parent ID = 258
+* G4Track Information: Particle = gamma, Track ID = 264, Parent ID = 261
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.793 -2.47 -2.4e+03 0.0951 0 0 0 Target initStep
- 1 0.793 -2.47 -2.4e+03 0 0.0951 0.0253 0.0253 Target eIoni
+ 0 -0.267 0.114 -2.43e+03 1.22 0 0 0 Target initStep
+ 1 -15.3 -2.19 -2.42e+03 0.455 0 20.4 20.4 Target compt
+ 2 -17.6 -0.258 -2.42e+03 0.299 0 3.04 23.4 Target compt
+ 3 -17 1.62 -2.42e+03 0.161 0 1.96 25.4 Target compt
+ 4 -17.5 1.06 -2.42e+03 0 0.0883 1.53 26.9 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 257, Parent ID = 133
+* G4Track Information: Particle = e-, Track ID = 272, Parent ID = 264
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 1.89 -2.4e+03 0.214 0 0 0 Target initStep
- 1 -3.02 1.77 -2.4e+03 0 0.0883 0.195 0.195 Target phot
+ 0 -17.5 1.06 -2.42e+03 0.0728 0 0 0 Target initStep
+ 1 -17.5 1.06 -2.42e+03 0 0.0728 0.0164 0.0164 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 272, Parent ID = 257
+* G4Track Information: Particle = e-, Track ID = 271, Parent ID = 264
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.02 1.77 -2.4e+03 0.125 0 0 0 Target initStep
- 1 -3.02 1.77 -2.4e+03 0 0.125 0.0393 0.0393 Target eIoni
+ 0 -17 1.62 -2.42e+03 0.138 0 0 0 Target initStep
+ 1 -17 1.62 -2.42e+03 0 0.138 0.0455 0.0455 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 256, Parent ID = 133
+* G4Track Information: Particle = e-, Track ID = 270, Parent ID = 264
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.45 1.66 -2.4e+03 0.182 0 0 0 Target initStep
- 1 -2.77 2.2 -2.4e+03 0 0.0883 0.923 0.923 Target phot
+ 0 -17.6 -0.258 -2.42e+03 0.156 0 0 0 Target initStep
+ 1 -17.6 -0.258 -2.42e+03 0 0.156 0.0555 0.0555 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 273, Parent ID = 256
+* G4Track Information: Particle = e-, Track ID = 269, Parent ID = 264
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.77 2.2 -2.4e+03 0.0935 0 0 0 Target initStep
- 1 -2.76 2.2 -2.4e+03 0 0.0935 0.0246 0.0246 Target eIoni
+ 0 -15.3 -2.19 -2.42e+03 0.768 0 0 0 Target initStep
+ 1 -15.4 -2.2 -2.42e+03 0.128 0.64 0.438 0.438 Target eBrem
+ 2 -15.4 -2.2 -2.42e+03 0 0.128 0.0408 0.478 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 255, Parent ID = 141
+* G4Track Information: Particle = gamma, Track ID = 263, Parent ID = 261
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.21 8.04 -2.43e+03 0.511 0 0 0 Target initStep
- 1 9.29 7.76 -2.43e+03 0.247 0 2.89 2.89 Target compt
- 2 8.85 8.17 -2.43e+03 0 0.0883 0.749 3.64 Target phot
+ 0 -0.202 0.0687 -2.43e+03 0.191 0 0 0 Target initStep
+ 1 -0.433 0.231 -2.43e+03 0 0.0883 0.641 0.641 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 275, Parent ID = 255
+* G4Track Information: Particle = e-, Track ID = 273, Parent ID = 263
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.85 8.17 -2.43e+03 0.159 0 0 0 Target initStep
- 1 8.84 8.17 -2.43e+03 0 0.159 0.0569 0.0569 Target eIoni
+ 0 -0.433 0.231 -2.43e+03 0.103 0 0 0 Target initStep
+ 1 -0.432 0.233 -2.43e+03 0 0.103 0.0287 0.0287 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 274, Parent ID = 255
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 9.29 7.76 -2.43e+03 0.264 0 0 0 Target initStep
- 1 9.3 7.76 -2.43e+03 0 0.264 0.124 0.124 Target eIoni
+ 0 -0.521 -0.254 -2.45e+03 43.4 0 0 0 Target initStep
+ 1 -0.0819 0.0133 -2.43e+03 0 0 17.7 17.7 Target conv
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 254, Parent ID = 141
+* G4Track Information: Particle = e-, Track ID = 274, Parent ID = 8
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.21 8.04 -2.43e+03 0.511 0 0 0 Target initStep
- 1 5.72 8.23 -2.43e+03 0 0.0883 2.07 2.07 Target phot
+ 0 -0.0819 0.0133 -2.43e+03 18.2 0 0 0 Target initStep
+ 1 -0.0568 0.0473 -2.43e+03 16.4 0.718 0.62 0.62 Target eBrem
+ 2 0.244 -0.054 -2.43e+03 14.4 1.13 0.989 1.61 Target eBrem
+ 3 0.591 -0.317 -2.43e+03 13.5 0.627 0.58 2.19 Target eBrem
+ 4 1.29 -0.749 -2.43e+03 11.6 1.42 1.03 3.22 Target eBrem
+ 5 1.33 -0.903 -2.43e+03 11.1 0.317 0.314 3.53 Target eBrem
+ 6 1.3 -1.23 -2.43e+03 1.77 0.613 0.45 3.98 Target eBrem
+ 7 1.3 -1.35 -2.43e+03 0.305 1.34 1.13 5.12 Target eBrem
+ 8 1.29 -1.35 -2.43e+03 0 0.305 0.153 5.27 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 276, Parent ID = 254
+* G4Track Information: Particle = gamma, Track ID = 282, Parent ID = 274
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 5.72 8.23 -2.43e+03 0.423 0 0 0 Target initStep
- 1 5.72 8.24 -2.43e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 1.3 -1.35 -2.43e+03 0.125 0 0 0 Target initStep
+ 1 0.985 -1.19 -2.43e+03 0 0.0158 0.463 0.463 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 253, Parent ID = 141
+* G4Track Information: Particle = e-, Track ID = 283, Parent ID = 282
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.07 7.98 -2.43e+03 0.105 0 0 0 Target initStep
- 1 7.23 8.12 -2.43e+03 0 0.0883 0.224 0.224 Target phot
+ 0 0.985 -1.19 -2.43e+03 0.109 0 0 0 Target initStep
+ 1 0.985 -1.2 -2.43e+03 0 0.109 0.0315 0.0315 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 277, Parent ID = 253
+* G4Track Information: Particle = gamma, Track ID = 281, Parent ID = 274
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.23 8.12 -2.43e+03 0.017 0 0 0 Target initStep
- 1 7.23 8.12 -2.43e+03 0 0.017 0.00157 0.00157 Target eIoni
+ 0 1.3 -1.23 -2.43e+03 8.75 0 0 0 Target initStep
+ 1 -0.696 -20.8 -2.42e+03 5.41 0 21 21 Target compt
+ 2 -2.11 -24.9 -2.42e+03 5.41 0 4.94 25.9 World Transportation
+ 3 -12.6 -55.2 -2.4e+03 5.41 0 36.8 62.7 Tracker Transportation
+ 4 -782 -2.27e+03 -1.08e+03 5.41 0 2.69e+03 2.76e+03 World Transportation
+ 5 -1.02e+03 -2.94e+03 -674 5.41 0 816 3.57e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 252, Parent ID = 188
+* G4Track Information: Particle = e-, Track ID = 284, Parent ID = 281
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.5 -0.215 -2.43e+03 0.511 0 0 0 Target initStep
- 1 4.03 4.33 -2.43e+03 0 0.0883 5.54 5.54 Target phot
+ 0 -0.696 -20.8 -2.42e+03 3.34 0 0 0 Target initStep
+ 1 -0.631 -21.2 -2.42e+03 0 3.34 1.85 1.85 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 251, Parent ID = 188
+* G4Track Information: Particle = gamma, Track ID = 280, Parent ID = 274
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.5 -0.215 -2.43e+03 0.511 0 0 0 Target initStep
- 1 -0.229 -8.34 -2.43e+03 0 0.0883 9.92 9.92 Target phot
+ 0 1.33 -0.903 -2.43e+03 0.14 0 0 0 Target initStep
+ 1 1.33 -0.932 -2.43e+03 0 0.00259 0.0373 0.0373 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 279, Parent ID = 251
+* G4Track Information: Particle = e-, Track ID = 285, Parent ID = 280
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.229 -8.34 -2.43e+03 0.423 0 0 0 Target initStep
- 1 -0.223 -8.35 -2.43e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 1.33 -0.932 -2.43e+03 0.137 0 0 0 Target initStep
+ 1 1.33 -0.934 -2.43e+03 0 0.137 0.0455 0.0455 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 278, Parent ID = 252
+* G4Track Information: Particle = gamma, Track ID = 279, Parent ID = 274
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 4.03 4.33 -2.43e+03 0.423 0 0 0 Target initStep
- 1 4.04 4.34 -2.43e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 1.29 -0.749 -2.43e+03 0.497 0 0 0 Target initStep
+ 1 1.68 -2.76 -2.42e+03 0 0.0883 4.19 4.19 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 286, Parent ID = 279
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.68 -2.76 -2.42e+03 0.409 0 0 0 Target initStep
+ 1 1.68 -2.77 -2.42e+03 0 0.409 0.231 0.231 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 278, Parent ID = 274
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.591 -0.317 -2.43e+03 0.286 0 0 0 Target initStep
+ 1 0.924 -0.513 -2.43e+03 0.246 0 0.437 0.437 Target compt
+ 2 3.16 -2.14 -2.43e+03 0 0.0158 2.88 3.32 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 288, Parent ID = 278
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.16 -2.14 -2.43e+03 0.23 0 0 0 Target initStep
+ 1 3.16 -2.14 -2.43e+03 0 0.23 0.1 0.1 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 287, Parent ID = 278
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.924 -0.513 -2.43e+03 0.04 0 0 0 Target initStep
+ 1 0.924 -0.513 -2.43e+03 0 0.04 0.0062 0.0062 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 277, Parent ID = 274
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.244 -0.054 -2.43e+03 0.828 0 0 0 Target initStep
+ 1 14.5 -10.3 -2.41e+03 0 0.0883 22.8 22.8 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 289, Parent ID = 277
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 14.5 -10.3 -2.41e+03 0.74 0 0 0 Target initStep
+ 1 14.5 -10.4 -2.41e+03 0 0.74 0.507 0.507 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 276, Parent ID = 274
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0568 0.0473 -2.43e+03 1.11 0 0 0 Target initStep
+ 1 7.76 -3.6 -2.4e+03 0 0.0883 30.4 30.4 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 290, Parent ID = 276
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.76 -3.6 -2.4e+03 1.02 0 0 0 Target initStep
+ 1 7.78 -3.6 -2.4e+03 0.23 0.586 0.55 0.55 Target eBrem
+ 2 7.79 -3.6 -2.4e+03 0 0.23 0.101 0.651 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 291, Parent ID = 290
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.78 -3.6 -2.4e+03 0.207 0 0 0 Target initStep
+ 1 7.84 -3.66 -2.4e+03 0 0.0883 0.0905 0.0905 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 292, Parent ID = 291
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.84 -3.66 -2.4e+03 0.119 0 0 0 Target initStep
+ 1 7.84 -3.66 -2.4e+03 0 0.119 0.0362 0.0362 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.523 -0.261 -2.45e+03 0.125 0 0 0 Target initStep
+ 1 -0.535 -0.265 -2.45e+03 0 0.0883 0.749 0.749 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 293, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.535 -0.265 -2.45e+03 0.0365 0 0 0 Target initStep
+ 1 -0.535 -0.266 -2.45e+03 0 0.0365 0.00535 0.00535 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.518 -0.26 -2.45e+03 0.19 0 0 0 Target initStep
+ 1 -0.533 -0.255 -2.45e+03 0 0.0883 0.934 0.934 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 294, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.533 -0.255 -2.45e+03 0.101 0 0 0 Target initStep
+ 1 -0.533 -0.254 -2.45e+03 0 0.101 0.0281 0.0281 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.515 -0.261 -2.45e+03 0.794 0 0 0 Target initStep
+ 1 -0.844 -0.225 -2.43e+03 0.397 0 14.1 14.1 Target compt
+ 2 -0.535 -0.0162 -2.43e+03 0.324 0 0.402 14.5 Target compt
+ 3 0.701 -0.207 -2.43e+03 0 0.0883 2.05 16.5 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 297, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.701 -0.207 -2.43e+03 0.236 0 0 0 Target initStep
+ 1 0.7 -0.207 -2.43e+03 0 0.236 0.105 0.105 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 296, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.535 -0.0162 -2.43e+03 0.0728 0 0 0 Target initStep
+ 1 -0.535 -0.0153 -2.43e+03 0 0.0728 0.0164 0.0164 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 295, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.844 -0.225 -2.43e+03 0.397 0 0 0 Target initStep
+ 1 -0.85 -0.229 -2.43e+03 0 0.397 0.222 0.222 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.494 -0.268 -2.45e+03 45.2 0 0 0 Target initStep
+ 1 -0.572 -0.296 -2.44e+03 0 0 7.72 7.72 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 299, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.572 -0.296 -2.44e+03 11.4 0 0 0 Target initStep
+ 1 -0.565 -0.299 -2.44e+03 11 0.212 0.199 0.199 Target eBrem
+ 2 -0.743 0.162 -2.44e+03 8.64 2.23 1.98 2.18 Target eBrem
+ 3 -0.812 0.113 -2.44e+03 7.31 0.0649 0.0906 2.27 Target eBrem
+ 4 -1.33 -0.159 -2.44e+03 5.37 0.952 0.809 3.08 Target eBrem
+ 5 -1.51 -0.852 -2.44e+03 2.32 1.83 1.51 4.6 Target eBrem
+ 6 -1.5 -0.667 -2.44e+03 0.874 1.44 1.4 5.99 Target eBrem
+ 7 -1.46 -0.686 -2.44e+03 0 0.874 0.626 6.62 Target eIoni
+ 8 -1.46 -0.686 -2.44e+03 0 0 0 6.62 Target annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 275, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0819 0.0133 -2.43e+03 24.2 0 0 0 Target initStep
+ 1 -0.0797 0.0104 -2.43e+03 22.2 0.167 0.18 0.18 Target eIoni
+ 2 -0.0627 -0.00132 -2.43e+03 8.95 1.03 0.749 0.929 Target eBrem
+ 3 -0.262 0.0992 -2.43e+03 0 2.49 1.74 2.67 Target annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 246, Parent ID = 223
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.171 2.94 -2.42e+03 4.13 0 0 0 Target initStep
+ 1 0.16 3.08 -2.42e+03 1.78 1.94 1.81 1.81 Target eBrem
+ 2 0.195 3.12 -2.42e+03 0.296 1.36 1.15 2.97 Target eBrem
+ 3 0.208 3.12 -2.42e+03 0 0.296 0.142 3.11 Target eIoni
+ 4 0.208 3.12 -2.42e+03 0 0 0 3.11 Target annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 217, Parent ID = 11
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.481 0.602 -2.44e+03 0.855 0 0 0 Target initStep
+ 1 -0.478 0.568 -2.44e+03 0 0.855 0.609 0.609 Target eIoni
+ 2 -0.478 0.568 -2.44e+03 0 0 0 0.609 Target annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 205, Parent ID = 13
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.15 2.02 -2.43e+03 1.1 0 0 0 Target initStep
+ 1 -1.17 1.97 -2.43e+03 0.679 0.211 0.201 0.201 Target eBrem
+ 2 -1.19 1.99 -2.43e+03 0 0.679 0.455 0.656 Target eIoni
+ 3 -1.19 1.99 -2.43e+03 0 0 0 0.656 Target annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 198, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.69 0.109 -2.43e+03 2.61 0 0 0 Target initStep
+ 1 -3.71 0.044 -2.43e+03 0.773 1.84 1.67 1.67 Target eIoni
+ 2 -3.73 0.0219 -2.43e+03 0 0.773 0.537 2.2 Target eIoni
+ 3 -3.73 0.0219 -2.43e+03 0 0 0 2.2 Target annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 192, Parent ID = 182
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.41 -3.92 -2.43e+03 1.88 0 0 0 Target initStep
+ 1 7.45 -4.04 -2.43e+03 1.7 0.18 0.196 0.196 Target eBrem
+ 2 7.42 -4.12 -2.43e+03 1.36 0.204 0.234 0.43 Target eBrem
+ 3 7.33 -4.09 -2.43e+03 0.477 0.883 0.7 1.13 Target eBrem
+ 4 7.3 -4.1 -2.43e+03 0 0.477 0.283 1.41 Target eIoni
+ 5 7.3 -4.1 -2.43e+03 0 0 0 1.41 Target annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 174, Parent ID = 26
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.573 0.172 -2.43e+03 1.31 0 0 0 Target initStep
+ 1 0.623 0.185 -2.43e+03 0.0147 1.29 1.01 1.01 Target eIoni
+ 2 0.623 0.185 -2.43e+03 0 0.0147 0.00103 1.01 Target eIoni
+ 3 0.623 0.185 -2.43e+03 0 0 0 1.01 Target annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = Pb206, Track ID = 185, Parent ID = 21
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.466 0.0648 -2.44e+03 0.000149 0 0 0 Target initStep
+ 1 -0.466 0.0648 -2.44e+03 0 0.000149 6.3e-06 6.3e-06 Target ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 307, Parent ID = 275
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0797 0.0104 -2.43e+03 1.85 0 0 0 Target initStep
+ 1 -0.00632 0.0528 -2.43e+03 1.36 0.388 0.409 0.409 Target eBrem
+ 2 -0.0476 0.129 -2.43e+03 0 1.36 1.04 1.45 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 298, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.572 -0.296 -2.44e+03 32.7 0 0 0 Target initStep
+ 1 -0.59 -0.293 -2.44e+03 30.4 0.214 0.204 0.204 Target eBrem
+ 2 -0.646 -0.312 -2.44e+03 3.76 0.624 0.565 0.769 Target eBrem
+ 3 -0.55 -0.344 -2.44e+03 0.583 2.04 1.95 2.72 Target eBrem
+ 4 -0.531 -0.359 -2.44e+03 0 0.583 0.373 3.09 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 330, Parent ID = 298
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.55 -0.344 -2.44e+03 1.14 0 0 0 Target initStep
+ 1 -0.218 -1.47 -2.44e+03 0 0.0883 1.18 1.18 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 331, Parent ID = 330
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.218 -1.47 -2.44e+03 1.05 0 0 0 Target initStep
+ 1 -0.21 -1.53 -2.44e+03 0 1.05 0.772 0.772 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 329, Parent ID = 298
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.646 -0.312 -2.44e+03 26 0 0 0 Target initStep
+ 1 0.99 -0.339 -2.43e+03 0 0 7.11 7.11 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 332, Parent ID = 329
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.99 -0.339 -2.43e+03 18.2 0 0 0 Target initStep
+ 1 1.04 -0.326 -2.43e+03 17.1 0.19 0.162 0.162 Target eBrem
+ 2 1.46 -0.145 -2.43e+03 10.8 2.61 1.76 1.92 Target eBrem
+ 3 1.43 -0.209 -2.43e+03 10.3 0.217 0.218 2.14 Target eBrem
+ 4 1.29 -0.317 -2.43e+03 9.01 1.22 1.18 3.32 Target eBrem
+ 5 1.45 -0.212 -2.43e+03 7.74 0.555 0.418 3.74 Target eBrem
+ 6 1.73 0.0447 -2.43e+03 5.21 2.15 1.95 5.69 Target eBrem
+ 7 1.68 -0.0362 -2.43e+03 3.69 1.33 1.3 6.99 Target eBrem
+ 8 1.85 0.178 -2.43e+03 2.36 1.08 0.823 7.81 Target eBrem
+ 9 1.86 0.158 -2.43e+03 0.161 0.254 0.0954 7.91 Target eBrem
+ 10 1.86 0.154 -2.43e+03 0 0.161 0.0584 7.97 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 342, Parent ID = 332
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.86 0.158 -2.43e+03 1.94 0 0 0 Target initStep
+ 1 12.1 1.31 -2.44e+03 0.325 0 15.7 15.7 Target compt
+ 2 12 1.31 -2.44e+03 0.146 0 0.0719 15.8 Target compt
+ 3 12.3 1.45 -2.44e+03 0 0.0883 0.372 16.1 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 345, Parent ID = 342
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 12.3 1.45 -2.44e+03 0.0573 0 0 0 Target initStep
+ 1 12.3 1.45 -2.44e+03 0 0.0573 0.0111 0.0111 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 344, Parent ID = 342
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 12 1.31 -2.44e+03 0.179 0 0 0 Target initStep
+ 1 12 1.31 -2.44e+03 0 0.179 0.0688 0.0688 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 343, Parent ID = 342
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 12.1 1.31 -2.44e+03 1.62 0 0 0 Target initStep
+ 1 12.2 1.32 -2.44e+03 0.0759 1.54 1.22 1.22 Target eIoni
+ 2 12.2 1.32 -2.44e+03 0 0.0759 0.0176 1.24 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 341, Parent ID = 332
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.85 0.178 -2.43e+03 0.246 0 0 0 Target initStep
+ 1 1.82 -0.685 -2.43e+03 0 0.0883 5.14 5.14 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 346, Parent ID = 341
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.82 -0.685 -2.43e+03 0.158 0 0 0 Target initStep
+ 1 1.81 -0.686 -2.43e+03 0 0.158 0.0565 0.0565 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 340, Parent ID = 332
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.68 -0.0362 -2.43e+03 0.197 0 0 0 Target initStep
+ 1 1.95 0.384 -2.43e+03 0 0.0883 0.708 0.708 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 347, Parent ID = 340
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.95 0.384 -2.43e+03 0.108 0 0 0 Target initStep
+ 1 1.95 0.385 -2.43e+03 0 0.108 0.0311 0.0311 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 339, Parent ID = 332
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.73 0.0447 -2.43e+03 0.373 0 0 0 Target initStep
+ 1 1.73 -0.0138 -2.43e+03 0 0.0883 0.482 0.482 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 348, Parent ID = 339
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.73 -0.0138 -2.43e+03 0.285 0 0 0 Target initStep
+ 1 1.73 -0.0117 -2.43e+03 0 0.285 0.138 0.138 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 338, Parent ID = 332
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.45 -0.212 -2.43e+03 0.719 0 0 0 Target initStep
+ 1 2.69 1.16 -2.43e+03 0 0.0883 4.66 4.66 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 349, Parent ID = 338
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.69 1.16 -2.43e+03 0.631 0 0 0 Target initStep
+ 1 2.69 1.18 -2.43e+03 0 0.631 0.414 0.414 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 337, Parent ID = 332
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.29 -0.317 -2.43e+03 0.106 0 0 0 Target initStep
+ 1 1.66 -0.113 -2.43e+03 0 0.0883 0.684 0.684 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 350, Parent ID = 337
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.66 -0.113 -2.43e+03 0.0182 0 0 0 Target initStep
+ 1 1.66 -0.113 -2.43e+03 0 0.0182 0.00175 0.00175 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 336, Parent ID = 332
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.43 -0.209 -2.43e+03 0.246 0 0 0 Target initStep
+ 1 1.27 -0.303 -2.43e+03 0.246 0 1.2 1.2 Target Rayl
+ 2 1.25 -0.311 -2.43e+03 0 0.0883 0.0881 1.28 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 351, Parent ID = 336
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.25 -0.311 -2.43e+03 0.158 0 0 0 Target initStep
+ 1 1.25 -0.314 -2.43e+03 0 0.158 0.0564 0.0564 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 335, Parent ID = 332
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.46 -0.145 -2.43e+03 3.71 0 0 0 Target initStep
+ 1 1.28 -0.5 -2.43e+03 0.411 0 1.17 1.17 Target compt
+ 2 -1.74 -0.161 -2.43e+03 0.393 0 3.13 4.3 Target compt
+ 3 -9.74 -0.544 -2.44e+03 0 0.0883 9.33 13.6 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 354, Parent ID = 335
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -9.74 -0.544 -2.44e+03 0.305 0 0 0 Target initStep
+ 1 -9.75 -0.549 -2.44e+03 0 0.305 0.153 0.153 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 353, Parent ID = 335
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.74 -0.161 -2.43e+03 0.0173 0 0 0 Target initStep
+ 1 -1.74 -0.161 -2.43e+03 0 0.0173 0.00162 0.00162 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 352, Parent ID = 335
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.28 -0.5 -2.43e+03 3.3 0 0 0 Target initStep
+ 1 1.27 -0.605 -2.43e+03 1.47 1.83 1.84 1.84 Target eIoni
+ 2 1.21 -0.524 -2.43e+03 0.276 1.2 1.06 2.9 Target eBrem
+ 3 1.2 -0.526 -2.43e+03 0 0.276 0.132 3.03 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 334, Parent ID = 332
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.04 -0.326 -2.43e+03 0.847 0 0 0 Target initStep
+ 1 8.8 3.24 -2.4e+03 0 0.0883 31.4 31.4 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 355, Parent ID = 334
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 8.8 3.24 -2.4e+03 0.758 0 0 0 Target initStep
+ 1 8.83 3.22 -2.4e+03 0 0.758 0.522 0.522 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 328, Parent ID = 298
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.59 -0.293 -2.44e+03 2.13 0 0 0 Target initStep
+ 1 -0.596 -0.287 -2.44e+03 0.392 0 0.0505 0.0505 Target compt
+ 2 -0.851 0.38 -2.44e+03 0 0.0883 0.733 0.784 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 357, Parent ID = 328
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.851 0.38 -2.44e+03 0.303 0 0 0 Target initStep
+ 1 -0.859 0.386 -2.44e+03 0 0.303 0.151 0.151 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 356, Parent ID = 328
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.596 -0.287 -2.44e+03 1.74 0 0 0 Target initStep
+ 1 -0.604 -0.292 -2.44e+03 1.02 0.607 0.634 0.634 Target eBrem
+ 2 -0.657 -0.314 -2.44e+03 0 1.02 0.751 1.38 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 358, Parent ID = 356
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.604 -0.292 -2.44e+03 0.107 0 0 0 Target initStep
+ 1 -0.658 -0.343 -2.44e+03 0 0.0883 0.077 0.077 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 359, Parent ID = 358
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.658 -0.343 -2.44e+03 0.0186 0 0 0 Target initStep
+ 1 -0.658 -0.343 -2.44e+03 0 0.0186 0.00181 0.00181 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 327, Parent ID = 307
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.00632 0.0528 -2.43e+03 0.0975 0 0 0 Target initStep
+ 1 -0.175 0.28 -2.43e+03 0 0.0883 0.302 0.302 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 360, Parent ID = 327
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.175 0.28 -2.43e+03 0.00923 0 0 0 Target initStep
+ 1 -0.175 0.28 -2.43e+03 0 0.00923 0.000624 0.000624 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 326, Parent ID = 174
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.623 0.185 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 8.6 -0.182 -2.44e+03 0.495 0 9.42 9.42 Target compt
+ 2 15.1 -2.18 -2.44e+03 0.432 0 7.48 16.9 Target compt
+ 3 19.9 -7.29 -2.45e+03 0.182 0 10 26.9 Target compt
+ 4 18.2 -5.65 -2.45e+03 0 0.0883 2.38 29.3 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 364, Parent ID = 326
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 18.2 -5.65 -2.45e+03 0.0935 0 0 0 Target initStep
+ 1 18.2 -5.65 -2.45e+03 0 0.0935 0.0246 0.0246 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 363, Parent ID = 326
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 19.9 -7.29 -2.45e+03 0.251 0 0 0 Target initStep
+ 1 19.9 -7.3 -2.45e+03 0 0.251 0.114 0.114 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 362, Parent ID = 326
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 15.1 -2.18 -2.44e+03 0.0624 0 0 0 Target initStep
+ 1 15.1 -2.18 -2.44e+03 0 0.0624 0.0128 0.0128 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 361, Parent ID = 326
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 8.6 -0.182 -2.44e+03 0.0163 0 0 0 Target initStep
+ 1 8.6 -0.182 -2.44e+03 0 0.0163 0.00148 0.00148 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 325, Parent ID = 174
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.623 0.185 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 -6.13 0.497 -2.43e+03 0.208 0 7.98 7.98 Target compt
+ 2 -5.89 1.97 -2.43e+03 0 0.0883 2.23 10.2 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 366, Parent ID = 325
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.89 1.97 -2.43e+03 0.12 0 0 0 Target initStep
+ 1 -5.89 1.97 -2.43e+03 0 0.12 0.0365 0.0365 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 365, Parent ID = 325
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -6.13 0.497 -2.43e+03 0.303 0 0 0 Target initStep
+ 1 -6.14 0.495 -2.43e+03 0 0.303 0.151 0.151 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 324, Parent ID = 192
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.3 -4.1 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 6.83 -4.38 -2.43e+03 0.511 0 0.642 0.642 Target Rayl
+ 2 2.08 -7.3 -2.42e+03 0 0.0883 6.48 7.12 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 367, Parent ID = 324
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.08 -7.3 -2.42e+03 0.423 0 0 0 Target initStep
+ 1 2.08 -7.31 -2.42e+03 0 0.423 0.242 0.242 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 323, Parent ID = 192
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.3 -4.1 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 14.6 0.187 -2.43e+03 0 0.0883 9.77 9.77 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 368, Parent ID = 323
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 14.6 0.187 -2.43e+03 0.423 0 0 0 Target initStep
+ 1 14.6 0.198 -2.43e+03 0 0.423 0.242 0.242 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 322, Parent ID = 192
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.42 -4.12 -2.43e+03 0.14 0 0 0 Target initStep
+ 1 7.21 -3.95 -2.43e+03 0 0.0883 0.32 0.32 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 369, Parent ID = 322
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.21 -3.95 -2.43e+03 0.0519 0 0 0 Target initStep
+ 1 7.21 -3.95 -2.43e+03 0 0.0519 0.00946 0.00946 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 321, Parent ID = 198
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.73 0.0219 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 6.13 5.4 -2.44e+03 0.325 0 12.3 12.3 Target compt
+ 2 6.79 4.88 -2.44e+03 0 0.0883 0.856 13.1 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 371, Parent ID = 321
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 6.79 4.88 -2.44e+03 0.237 0 0 0 Target initStep
+ 1 6.79 4.88 -2.44e+03 0 0.237 0.105 0.105 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 370, Parent ID = 321
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 6.13 5.4 -2.44e+03 0.186 0 0 0 Target initStep
+ 1 6.13 5.4 -2.44e+03 0 0.186 0.0728 0.0728 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 320, Parent ID = 198
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.73 0.0219 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 -10.6 -3.72 -2.43e+03 0.392 0 8.53 8.53 Target compt
+ 2 -12.7 -5.86 -2.43e+03 0.36 0 3.16 11.7 Target compt
+ 3 -16.6 -13.7 -2.44e+03 0.36 0 12 23.7 Target Rayl
+ 4 -17.9 -16.7 -2.44e+03 0 0.0883 4.25 27.9 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 374, Parent ID = 320
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -17.9 -16.7 -2.44e+03 0.271 0 0 0 Target initStep
+ 1 -17.9 -16.7 -2.44e+03 0 0.271 0.129 0.129 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 373, Parent ID = 320
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -12.7 -5.86 -2.43e+03 0.0323 0 0 0 Target initStep
+ 1 -12.7 -5.86 -2.43e+03 0 0.0323 0.00438 0.00438 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 372, Parent ID = 320
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -10.6 -3.72 -2.43e+03 0.119 0 0 0 Target initStep
+ 1 -10.6 -3.72 -2.43e+03 0 0.119 0.0362 0.0362 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 319, Parent ID = 205
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.19 1.99 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 -6.25 0.845 -2.42e+03 0 0.00355 5.4 5.4 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 375, Parent ID = 319
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -6.25 0.845 -2.42e+03 0.507 0 0 0 Target initStep
+ 1 -6.27 0.85 -2.42e+03 0 0.507 0.311 0.311 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 318, Parent ID = 205
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.19 1.99 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 15.6 5.76 -2.43e+03 0.459 0 17.9 17.9 Target compt
+ 2 19.7 6.71 -2.43e+03 0.388 0 4.35 22.2 Target compt
+ 3 23.7 4.88 -2.43e+03 0.388 0 4.75 27 Target Rayl
+ 4 24.7 4.14 -2.43e+03 0.388 0 1.23 28.2 World Transportation
+ 5 118 -68.6 -2.4e+03 0.388 0 121 149 Tracker Transportation
+ 6 521 -384 -2.28e+03 0.164 0 526 676 Tracker compt
+ 7 -2.39e+03 -261 -2.31e+03 0.164 0 2.91e+03 3.59e+03 World Transportation
+ 8 -2.94e+03 -237 -2.32e+03 0.164 0 555 4.14e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 378, Parent ID = 318
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 521 -384 -2.28e+03 0.223 0 0 0 Tracker initStep
+ 1 582 -431 -2.23e+03 0.206 0.0175 90.6 90.6 Tracker eIoni
+ 2 583 -430 -2.23e+03 0.205 0.000257 1.77 92.3 Tracker eIoni
+ 3 588 -428 -2.22e+03 0.199 0.00113 8.16 100 Tracker eIoni
+ 4 652 -390 -2.17e+03 0.175 0.0241 100 200 Tracker StepLimiter
+ 5 637 -375 -2.17e+03 0.169 0.00473 21 221 Tracker eIoni
+ 6 631 -368 -2.17e+03 0.165 0.00216 9.66 231 Tracker eIoni
+ 7 621 -356 -2.16e+03 0.16 0.00454 16.6 248 Tracker eIoni
+ 8 602 -327 -2.16e+03 0.13 0.00794 36 284 Tracker eIoni
+ 9 598 -326 -2.14e+03 0.123 0.0059 24.2 308 Tracker eIoni
+ 10 592 -330 -2.09e+03 0.107 0.016 51.4 359 Tracker eIoni
+ 11 586 -353 -2.09e+03 0.0914 0.0077 27 386 Tracker eIoni
+ 12 579 -366 -2.09e+03 0.0776 0.00389 15.6 402 Tracker eIoni
+ 13 564 -380 -2.09e+03 0.0671 0.0105 23.9 426 Tracker eIoni
+ 14 560 -383 -2.09e+03 0.0589 0.00411 6.58 432 Tracker eIoni
+ 15 559 -384 -2.1e+03 0.0511 0.000322 1.33 434 Tracker eIoni
+ 16 559 -384 -2.1e+03 0.0491 0.000266 0.465 434 Tracker eIoni
+ 17 560 -385 -2.1e+03 0.0341 0.00455 7.82 442 Tracker eIoni
+ 18 561 -385 -2.1e+03 0.0316 0.000778 0.864 443 Tracker eIoni
+ 19 564 -381 -2.1e+03 0.024 0.00591 5.89 449 Tracker eIoni
+ 20 567 -380 -2.1e+03 0.0212 0.00282 4.2 453 Tracker eIoni
+ 21 567 -379 -2.11e+03 0.0174 0.00261 2.67 456 Tracker eIoni
+ 22 569 -379 -2.11e+03 0.0145 0.00286 2.96 458 Tracker eIoni
+ 23 570 -380 -2.11e+03 0.0115 0.00297 2.5 461 Tracker eIoni
+ 24 571 -381 -2.11e+03 0.00771 0.00383 2.06 463 Tracker eIoni
+ 25 571 -381 -2.11e+03 0.00377 0.00394 1.45 465 Tracker eIoni
+ 26 571 -380 -2.11e+03 0 0.00377 0.466 465 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 394, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 567 -379 -2.11e+03 0.00122 0 0 0 Tracker initStep
+ 1 567 -379 -2.11e+03 0 0.00122 0.0761 0.0761 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 393, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 564 -381 -2.1e+03 0.00167 0 0 0 Tracker initStep
+ 1 564 -381 -2.1e+03 0 0.00167 0.122 0.122 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 392, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 561 -385 -2.1e+03 0.00175 0 0 0 Tracker initStep
+ 1 561 -385 -2.1e+03 0 0.00175 0.131 0.131 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 391, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 560 -385 -2.1e+03 0.0104 0 0 0 Tracker initStep
+ 1 561 -386 -2.1e+03 0.0049 0.0039 1.64 1.64 Tracker eIoni
+ 2 560 -387 -2.1e+03 0 0.0049 0.739 2.38 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 395, Parent ID = 391
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 561 -386 -2.1e+03 0.00163 0 0 0 Tracker initStep
+ 1 561 -386 -2.1e+03 0 0.00163 0.118 0.118 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 390, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 559 -384 -2.1e+03 0.00174 0 0 0 Tracker initStep
+ 1 559 -384 -2.1e+03 0 0.00174 0.131 0.131 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 389, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 559 -384 -2.1e+03 0.00748 0 0 0 Tracker initStep
+ 1 559 -384 -2.1e+03 0.00115 0.00633 1.41 1.41 Tracker eIoni
+ 2 559 -384 -2.1e+03 0 0.00115 0.0694 1.48 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 388, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 560 -383 -2.09e+03 0.00405 0 0 0 Tracker initStep
+ 1 560 -384 -2.09e+03 0 0.00405 0.528 0.528 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 387, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 579 -366 -2.09e+03 0.0099 0 0 0 Tracker initStep
+ 1 579 -366 -2.09e+03 0.00733 0.00136 0.587 0.587 Tracker eIoni
+ 2 579 -366 -2.09e+03 0.00342 0.00391 1.38 1.96 Tracker eIoni
+ 3 580 -366 -2.09e+03 0 0.00342 0.394 2.36 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 396, Parent ID = 387
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 579 -366 -2.09e+03 0.00121 0 0 0 Tracker initStep
+ 1 579 -366 -2.09e+03 0 0.00121 0.0752 0.0752 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 386, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 586 -353 -2.09e+03 0.0077 0 0 0 Tracker initStep
+ 1 585 -353 -2.09e+03 0.00118 0.00652 1.45 1.45 Tracker eIoni
+ 2 585 -353 -2.09e+03 0 0.00118 0.0724 1.52 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 385, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 598 -326 -2.14e+03 0.001 0 0 0 Tracker initStep
+ 1 598 -326 -2.14e+03 0 0.001 0.0574 0.0574 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 384, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 602 -327 -2.16e+03 0.0221 0 0 0 Tracker initStep
+ 1 602 -327 -2.16e+03 0.0208 2.5e-05 0.195 0.195 Tracker eIoni
+ 2 602 -324 -2.16e+03 0.0158 0.00501 3.56 3.75 Tracker eIoni
+ 3 602 -323 -2.16e+03 0.0106 0.00512 2.7 6.45 Tracker eIoni
+ 4 601 -323 -2.16e+03 0.00397 0.00438 1.85 8.29 Tracker eIoni
+ 5 601 -323 -2.16e+03 0 0.00397 0.511 8.81 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 398, Parent ID = 384
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 601 -323 -2.16e+03 0.00228 0 0 0 Tracker initStep
+ 1 601 -323 -2.16e+03 0 0.00228 0.2 0.2 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 397, Parent ID = 384
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 602 -327 -2.16e+03 0.00136 0 0 0 Tracker initStep
+ 1 602 -327 -2.16e+03 0 0.00136 0.0891 0.0891 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 383, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 621 -356 -2.16e+03 0.00107 0 0 0 Tracker initStep
+ 1 621 -356 -2.16e+03 0 0.00107 0.0633 0.0633 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 382, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 631 -368 -2.17e+03 0.00172 0 0 0 Tracker initStep
+ 1 631 -368 -2.17e+03 0 0.00172 0.128 0.128 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 381, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 637 -375 -2.17e+03 0.00137 0 0 0 Tracker initStep
+ 1 637 -375 -2.17e+03 0 0.00137 0.0902 0.0902 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 380, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 588 -428 -2.22e+03 0.00403 0 0 0 Tracker initStep
+ 1 588 -428 -2.22e+03 0 0.00403 0.523 0.523 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 379, Parent ID = 378
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 583 -430 -2.23e+03 0.00112 0 0 0 Tracker initStep
+ 1 583 -430 -2.23e+03 0 0.00112 0.0668 0.0668 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 377, Parent ID = 318
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 19.7 6.71 -2.43e+03 0.0718 0 0 0 Target initStep
+ 1 19.7 6.71 -2.43e+03 0 0.0718 0.0161 0.0161 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 376, Parent ID = 318
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 15.6 5.76 -2.43e+03 0.0515 0 0 0 Target initStep
+ 1 15.6 5.76 -2.43e+03 0 0.0515 0.00936 0.00936 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 317, Parent ID = 205
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.17 1.97 -2.43e+03 0.211 0 0 0 Target initStep
+ 1 -0.844 1.66 -2.43e+03 0 0.0158 0.53 0.53 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 399, Parent ID = 317
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.844 1.66 -2.43e+03 0.195 0 0 0 Target initStep
+ 1 -0.841 1.66 -2.43e+03 0 0.195 0.0783 0.0783 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 316, Parent ID = 217
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.478 0.568 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 -5.13 2.15 -2.42e+03 0 0.0883 13.9 13.9 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 400, Parent ID = 316
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.13 2.15 -2.42e+03 0.423 0 0 0 Target initStep
+ 1 -5.14 2.15 -2.42e+03 0 0.423 0.242 0.242 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 315, Parent ID = 217
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.478 0.568 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 2.61 -0.484 -2.45e+03 0 0.0883 9.24 9.24 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 401, Parent ID = 315
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.61 -0.484 -2.45e+03 0.423 0 0 0 Target initStep
+ 1 2.62 -0.479 -2.45e+03 0 0.423 0.242 0.242 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 314, Parent ID = 246
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.208 3.12 -2.42e+03 0.511 0 0 0 Target initStep
+ 1 0.866 -0.455 -2.41e+03 0.511 0 4.38 4.38 Target Rayl
+ 2 2.76 -4.83 -2.41e+03 0 0.0883 6.44 10.8 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 402, Parent ID = 314
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.76 -4.83 -2.41e+03 0.423 0 0 0 Target initStep
+ 1 2.76 -4.84 -2.41e+03 0 0.423 0.242 0.242 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 313, Parent ID = 246
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.208 3.12 -2.42e+03 0.511 0 0 0 Target initStep
+ 1 0.135 3.52 -2.42e+03 0 0.0883 0.488 0.488 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 403, Parent ID = 313
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.135 3.52 -2.42e+03 0.423 0 0 0 Target initStep
+ 1 0.139 3.53 -2.42e+03 0 0.423 0.242 0.242 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 312, Parent ID = 246
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.195 3.12 -2.42e+03 0.128 0 0 0 Target initStep
+ 1 0.212 3.13 -2.42e+03 0 0.0883 0.0204 0.0204 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 404, Parent ID = 312
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.212 3.13 -2.42e+03 0.0399 0 0 0 Target initStep
+ 1 0.212 3.13 -2.42e+03 0 0.0399 0.00619 0.00619 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 311, Parent ID = 246
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.16 3.08 -2.42e+03 0.411 0 0 0 Target initStep
+ 1 0.19 3.12 -2.42e+03 0.332 0 0.139 0.139 Target compt
+ 2 -0.231 3.82 -2.42e+03 0 0.0158 1.05 1.19 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 406, Parent ID = 311
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.231 3.82 -2.42e+03 0.316 0 0 0 Target initStep
+ 1 -0.238 3.83 -2.42e+03 0 0.316 0.16 0.16 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 405, Parent ID = 311
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.19 3.12 -2.42e+03 0.0799 0 0 0 Target initStep
+ 1 0.191 3.12 -2.42e+03 0 0.0799 0.0191 0.0191 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 310, Parent ID = 275
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.262 0.0992 -2.43e+03 6.98 0 0 0 Target initStep
+ 1 16.6 18.7 -2.43e+03 6.98 0 25.2 25.2 World Transportation
+ 2 186 205 -2.4e+03 6.98 0 253 278 Tracker Transportation
+ 3 1.62e+03 1.77e+03 -2.18e+03 6.98 0 2.13e+03 2.41e+03 World Transportation
+ 4 2.68e+03 2.94e+03 -2.02e+03 6.98 0 1.59e+03 4e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 309, Parent ID = 275
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.262 0.0992 -2.43e+03 0.5 0 0 0 Target initStep
+ 1 -9.44 5.13 -2.42e+03 0.187 0 14.7 14.7 Target compt
+ 2 -9.3 5.09 -2.42e+03 0 0.0883 0.143 14.9 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 408, Parent ID = 309
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -9.3 5.09 -2.42e+03 0.0988 0 0 0 Target initStep
+ 1 -9.3 5.09 -2.42e+03 0 0.0988 0.0269 0.0269 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 407, Parent ID = 309
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -9.44 5.13 -2.42e+03 0.313 0 0 0 Target initStep
+ 1 -9.45 5.13 -2.42e+03 0 0.313 0.159 0.159 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 308, Parent ID = 275
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0627 -0.00132 -2.43e+03 12.2 0 0 0 Target initStep
+ 1 -1.19 -0.688 -2.42e+03 0 0 9.67 9.67 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 306, Parent ID = 299
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.46 -0.686 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 -2.8 1.95 -2.44e+03 0 0.0883 2.96 2.96 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 305, Parent ID = 299
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.46 -0.686 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 -0.451 -2.67 -2.44e+03 0.239 0 2.23 2.23 Target compt
+ 2 -0.712 -2.76 -2.44e+03 0 0.0158 0.28 2.51 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 304, Parent ID = 299
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.51 -0.852 -2.44e+03 1.22 0 0 0 Target initStep
+ 1 -1.94 3.24 -2.44e+03 0.738 0 6.67 6.67 Target compt
+ 2 -11.4 12.9 -2.45e+03 0.738 0 14.4 21.1 World Transportation
+ 3 -935 949 -2.94e+03 0.738 0 1.4e+03 1.42e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 303, Parent ID = 299
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.33 -0.159 -2.44e+03 0.989 0 0 0 Target initStep
+ 1 -9.59 -10.8 -2.43e+03 0.989 0 16.3 16.3 Target Rayl
+ 2 -16.1 -19.1 -2.42e+03 0.989 0 12.8 29.1 World Transportation
+ 3 -37.3 -45.9 -2.4e+03 0.989 0 41.6 70.7 Tracker Transportation
+ 4 -1.49e+03 -1.88e+03 -780 0.989 0 2.85e+03 2.92e+03 World Transportation
+ 5 -2.33e+03 -2.94e+03 154 0.989 0 1.64e+03 4.56e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 302, Parent ID = 299
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.812 0.113 -2.44e+03 1.27 0 0 0 Target initStep
+ 1 -7.71 -3.54 -2.44e+03 0 0.0883 8.88 8.88 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 301, Parent ID = 299
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.743 0.162 -2.44e+03 0.12 0 0 0 Target initStep
+ 1 -0.804 0.111 -2.44e+03 0 0.0158 0.0802 0.0802 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 300, Parent ID = 299
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.565 -0.299 -2.44e+03 0.233 0 0 0 Target initStep
+ 1 -0.696 0.13 -2.44e+03 0 0.0883 1.44 1.44 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 410, Parent ID = 308
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.19 -0.688 -2.42e+03 1.26 0 0 0 Target initStep
+ 1 -1.21 -0.795 -2.42e+03 0 1.26 0.967 0.967 Target eIoni
+ 2 -1.21 -0.795 -2.42e+03 0 0 0 0.967 Target annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 333, Parent ID = 329
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.99 -0.339 -2.43e+03 6.79 0 0 0 Target initStep
+ 1 0.987 -0.367 -2.43e+03 6.51 0.111 0.14 0.14 Target eBrem
+ 2 0.82 -0.467 -2.43e+03 5.54 0.738 0.789 0.928 Target eBrem
+ 3 0.819 -0.545 -2.43e+03 3.95 1.31 1.17 2.09 Target eBrem
+ 4 0.626 -0.238 -2.43e+03 1.52 2.43 2.03 4.12 Target eIoni
+ 5 0.69 -0.306 -2.43e+03 0 1.52 1.18 5.29 Target eIoni
+ 6 0.69 -0.306 -2.43e+03 0 0 0 5.29 Target annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 417, Parent ID = 300
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.696 0.13 -2.44e+03 0.145 0 0 0 Target initStep
+ 1 -0.697 0.132 -2.44e+03 0.00744 0.0173 0.0084 0.0084 Target eBrem
+ 2 -0.697 0.132 -2.44e+03 0 0.00744 0.000456 0.00885 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 416, Parent ID = 301
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.804 0.111 -2.44e+03 0.104 0 0 0 Target initStep
+ 1 -0.806 0.111 -2.44e+03 0 0.104 0.0291 0.0291 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 415, Parent ID = 302
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -7.71 -3.54 -2.44e+03 1.18 0 0 0 Target initStep
+ 1 -7.77 -3.56 -2.44e+03 0.345 0.717 0.71 0.71 Target eBrem
+ 2 -7.78 -3.56 -2.44e+03 0.0709 0.104 0.0735 0.784 Target eBrem
+ 3 -7.78 -3.56 -2.44e+03 0 0.0709 0.0157 0.8 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 414, Parent ID = 304
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.94 3.24 -2.44e+03 0.484 0 0 0 Target initStep
+ 1 -1.93 3.24 -2.44e+03 0 0.484 0.291 0.291 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 413, Parent ID = 305
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.712 -2.76 -2.44e+03 0.224 0 0 0 Target initStep
+ 1 -0.718 -2.76 -2.44e+03 0 0.224 0.0964 0.0964 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 412, Parent ID = 305
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.451 -2.67 -2.44e+03 0.272 0 0 0 Target initStep
+ 1 -0.444 -2.67 -2.44e+03 0 0.272 0.129 0.129 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 411, Parent ID = 306
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.8 1.95 -2.44e+03 0.423 0 0 0 Target initStep
+ 1 -2.8 1.97 -2.44e+03 0 0.423 0.242 0.242 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 409, Parent ID = 308
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.19 -0.688 -2.42e+03 9.94 0 0 0 Target initStep
+ 1 -1.31 -0.544 -2.42e+03 4 2.1 1.91 1.91 Target eBrem
+ 2 -1.43 -0.586 -2.42e+03 3.53 0.182 0.146 2.06 Target eBrem
+ 3 -1.67 -0.849 -2.42e+03 2.07 1.46 1.02 3.08 Target eBrem
+ 4 -1.66 -0.967 -2.42e+03 0.371 1.7 1.45 4.52 Target eIoni
+ 5 -1.65 -0.96 -2.42e+03 0 0.371 0.202 4.72 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 429, Parent ID = 409
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.43 -0.586 -2.42e+03 0.293 0 0 0 Target initStep
+ 1 -1.55 -0.665 -2.42e+03 0 0.00382 0.145 0.145 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 430, Parent ID = 429
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.55 -0.665 -2.42e+03 0.289 0 0 0 Target initStep
+ 1 -1.55 -0.671 -2.42e+03 0 0.289 0.141 0.141 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 428, Parent ID = 409
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.31 -0.544 -2.42e+03 3.83 0 0 0 Target initStep
+ 1 -5.51 -1.78 -2.42e+03 0.894 0 4.46 4.46 Target compt
+ 2 -6.22 -3.36 -2.42e+03 0.878 0 1.81 6.26 Target compt
+ 3 -6.35 -3.78 -2.42e+03 0.262 0 0.474 6.74 Target compt
+ 4 -8.21 -1.12 -2.42e+03 0 0.0883 3.59 10.3 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 427, Parent ID = 415
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -7.78 -3.56 -2.44e+03 0.171 0 0 0 Target initStep
+ 1 -7.89 -3.39 -2.44e+03 0 0.0883 0.296 0.296 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 426, Parent ID = 415
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -7.77 -3.56 -2.44e+03 0.115 0 0 0 Target initStep
+ 1 -7.74 -3.44 -2.44e+03 0 0.0883 0.125 0.125 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 425, Parent ID = 417
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.697 0.132 -2.44e+03 0.12 0 0 0 Target initStep
+ 1 -0.79 0.145 -2.44e+03 0 0.0883 0.0968 0.0968 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 424, Parent ID = 333
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.69 -0.306 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 1.52 0.463 -2.43e+03 0 0.0883 1.15 1.15 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 423, Parent ID = 333
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.69 -0.306 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 -3.97 -4.61 -2.43e+03 0.216 0 6.42 6.42 Target compt
+ 2 -3.77 -4.71 -2.43e+03 0 0.0883 0.218 6.64 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 422, Parent ID = 333
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.819 -0.545 -2.43e+03 0.285 0 0 0 Target initStep
+ 1 0.77 -0.486 -2.43e+03 0 0.000877 0.15 0.15 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 421, Parent ID = 333
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.82 -0.467 -2.43e+03 0.229 0 0 0 Target initStep
+ 1 0.75 -0.466 -2.43e+03 0 0.0883 1.07 1.07 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 420, Parent ID = 333
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.987 -0.367 -2.43e+03 0.168 0 0 0 Target initStep
+ 1 0.196 -1.3 -2.43e+03 0 0.0883 2.32 2.32 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 419, Parent ID = 410
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.21 -0.795 -2.42e+03 0.511 0 0 0 Target initStep
+ 1 -3.71 4.8 -2.42e+03 0 0.0883 6.45 6.45 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 418, Parent ID = 410
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.21 -0.795 -2.42e+03 0.511 0 0 0 Target initStep
+ 1 -0.576 -2.21 -2.42e+03 0.301 0 1.63 1.63 Target compt
+ 2 -1.59 -4.45 -2.42e+03 0 0.0883 3.13 4.76 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 446, Parent ID = 418
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.59 -4.45 -2.42e+03 0.213 0 0 0 Target initStep
+ 1 -1.6 -4.45 -2.42e+03 0.104 0.109 0.0558 0.0558 Target eBrem
+ 2 -1.6 -4.45 -2.42e+03 0 0.104 0.0292 0.085 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 445, Parent ID = 418
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.576 -2.21 -2.42e+03 0.21 0 0 0 Target initStep
+ 1 -0.572 -2.21 -2.42e+03 0 0.21 0.0876 0.0876 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 444, Parent ID = 419
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.71 4.8 -2.42e+03 0.423 0 0 0 Target initStep
+ 1 -3.71 4.81 -2.42e+03 0 0.423 0.242 0.242 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 443, Parent ID = 420
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.196 -1.3 -2.43e+03 0.0801 0 0 0 Target initStep
+ 1 0.195 -1.3 -2.43e+03 0 0.0801 0.0192 0.0192 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 442, Parent ID = 421
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.75 -0.466 -2.43e+03 0.141 0 0 0 Target initStep
+ 1 0.749 -0.468 -2.43e+03 0 0.141 0.0474 0.0474 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 441, Parent ID = 422
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.77 -0.486 -2.43e+03 0.284 0 0 0 Target initStep
+ 1 0.766 -0.479 -2.43e+03 0 0.284 0.138 0.138 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 440, Parent ID = 423
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.77 -4.71 -2.43e+03 0.128 0 0 0 Target initStep
+ 1 -3.77 -4.71 -2.43e+03 0 0.128 0.0407 0.0407 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 439, Parent ID = 423
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.97 -4.61 -2.43e+03 0.295 0 0 0 Target initStep
+ 1 -3.97 -4.62 -2.43e+03 0 0.295 0.145 0.145 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 438, Parent ID = 424
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.52 0.463 -2.43e+03 0.423 0 0 0 Target initStep
+ 1 1.53 0.471 -2.43e+03 0 0.423 0.242 0.242 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 437, Parent ID = 425
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.79 0.145 -2.44e+03 0.0318 0 0 0 Target initStep
+ 1 -0.79 0.145 -2.44e+03 0 0.0318 0.00427 0.00427 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 436, Parent ID = 426
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -7.74 -3.44 -2.44e+03 0.0264 0 0 0 Target initStep
+ 1 -7.74 -3.44 -2.44e+03 0 0.0264 0.00318 0.00318 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 435, Parent ID = 427
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -7.89 -3.39 -2.44e+03 0.0825 0 0 0 Target initStep
+ 1 -7.89 -3.4 -2.44e+03 0 0.0825 0.0201 0.0201 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 434, Parent ID = 428
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -8.21 -1.12 -2.42e+03 0.174 0 0 0 Target initStep
+ 1 -8.21 -1.12 -2.42e+03 0 0.174 0.0658 0.0658 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 433, Parent ID = 428
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -6.35 -3.78 -2.42e+03 0.616 0 0 0 Target initStep
+ 1 -6.35 -3.81 -2.42e+03 0.25 0.366 0.292 0.292 Target eBrem
+ 2 -6.35 -3.81 -2.42e+03 0 0.25 0.114 0.406 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 432, Parent ID = 428
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -6.22 -3.36 -2.42e+03 0.016 0 0 0 Target initStep
+ 1 -6.22 -3.36 -2.42e+03 0 0.016 0.00144 0.00144 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 431, Parent ID = 428
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.51 -1.78 -2.42e+03 2.94 0 0 0 Target initStep
+ 1 -5.61 -1.79 -2.42e+03 2.63 0.108 0.122 0.122 Target eBrem
+ 2 -5.84 -1.86 -2.42e+03 0.631 1.56 1.36 1.48 Target eBrem
+ 3 -5.82 -1.87 -2.42e+03 0.0504 0.394 0.365 1.84 Target eBrem
+ 4 -5.82 -1.87 -2.42e+03 0 0.0504 0.00903 1.85 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 449, Parent ID = 431
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.82 -1.87 -2.42e+03 0.187 0 0 0 Target initStep
+ 1 -5.86 -2.01 -2.42e+03 0 0.0883 0.588 0.588 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 450, Parent ID = 449
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.86 -2.01 -2.42e+03 0.099 0 0 0 Target initStep
+ 1 -5.86 -2.01 -2.42e+03 0 0.099 0.027 0.027 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 448, Parent ID = 431
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.84 -1.86 -2.42e+03 0.435 0 0 0 Target initStep
+ 1 -0.925 -2.94 -2.41e+03 0.41 0 5.78 5.78 Target compt
+ 2 -0.184 -3.31 -2.41e+03 0.324 0 0.846 6.62 Target compt
+ 3 0.0931 -3.54 -2.41e+03 0 0.0883 0.688 7.31 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 447, Parent ID = 431
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.61 -1.79 -2.42e+03 0.204 0 0 0 Target initStep
+ 1 -6.78 -2.26 -2.42e+03 0 0.0883 1.26 1.26 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 454, Parent ID = 447
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -6.78 -2.26 -2.42e+03 0.116 0 0 0 Target initStep
+ 1 -6.78 -2.26 -2.42e+03 0 0.116 0.0346 0.0346 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 453, Parent ID = 448
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0931 -3.54 -2.41e+03 0.236 0 0 0 Target initStep
+ 1 0.0941 -3.54 -2.41e+03 0 0.236 0.105 0.105 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 452, Parent ID = 448
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.184 -3.31 -2.41e+03 0.0855 0 0 0 Target initStep
+ 1 -0.183 -3.31 -2.41e+03 0 0.0855 0.0213 0.0213 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 451, Parent ID = 448
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.925 -2.94 -2.41e+03 0.0251 0 0 0 Target initStep
+ 1 -0.925 -2.94 -2.41e+03 0 0.0251 0.00292 0.00292 Target eIoni
>>> Event: 0
- 0 hits stored in this event
+ 80 hits stored in this event
### Run 1 starts.
--> Event 0 starts.
@@ -3334,964 +4985,9224 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 0 0 -2.94e+03 1e+06 0 0 0 World initStep
- 1 0 0 -2.92e+03 1e+06 0.00295 22.2 22.2 World muIoni
- 2 3.73e-06 2.83e-06 -2.81e+03 1e+06 0.0193 110 132 World muIoni
- 3 6.79e-06 2.88e-06 -2.77e+03 1e+06 0.00687 40.5 173 World muIoni
- 4 2.8e-06 1.86e-05 -2.58e+03 1e+06 0.0446 186 359 World muIoni
- 5 9.9e-06 1.12e-05 -2.5e+03 1e+06 0.0141 79.1 438 World muIoni
- 6 9.15e-06 9.77e-06 -2.49e+03 1e+06 0.00259 12.1 450 World muIoni
- 7 7.51e-06 6.29e-06 -2.46e+03 1e+06 0.00504 33.8 484 World muIoni
- 8 6.39e-06 5.55e-06 -2.45e+03 1e+06 0.000873 6.44 490 Target Transportation
- 9 2.2e-06 2.76e-06 -2.43e+03 1e+06 31.8 24 514 Target muIoni
- 10 -0.000748 -0.00081 -2.4e+03 1e+06 32.2 22 536 Target muIoni
- 11 -0.000837 -0.00103 -2.4e+03 1e+06 5.68 3.95 540 Tracker Transportation
- 12 -0.00427 -0.00707 -2.3e+03 1e+06 0.0206 100 640 Tracker StepLimiter
- 13 -0.00772 -0.0131 -2.2e+03 1e+06 0.0187 100 740 Tracker StepLimiter
- 14 -0.0112 -0.0191 -2.1e+03 1e+06 0.0207 100 840 Tracker StepLimiter
- 15 -0.0116 -0.0198 -2.09e+03 1e+06 0.00188 11.9 852 Tracker muIoni
- 16 -0.015 -0.026 -1.99e+03 1e+06 0.0214 100 952 Tracker StepLimiter
- 17 -0.0166 -0.0288 -1.94e+03 1e+06 0.0088 45.9 998 Tracker muIoni
- 18 -0.0198 -0.0347 -1.85e+03 1e+06 0.0208 94.7 1.09e+03 Tracker muIoni
- 19 -0.0219 -0.0386 -1.78e+03 1e+06 0.0122 62.5 1.16e+03 Tracker muIoni
- 20 -0.0248 -0.0438 -1.7e+03 1e+06 0.017 85 1.24e+03 Chamber_PV Transportation
- 21 -0.0298 -0.0531 -1.55e+03 1e+06 0.106 149 1.39e+03 Chamber_PV muIoni
- 22 -0.0316 -0.0564 -1.5e+03 1e+06 0.0337 51.3 1.44e+03 Tracker Transportation
- 23 -0.035 -0.0627 -1.4e+03 1e+06 0.0219 100 1.54e+03 Tracker StepLimiter
- 24 -0.0367 -0.0659 -1.35e+03 1e+06 0.00998 50.3 1.59e+03 Tracker muIoni
- 25 -0.0401 -0.0723 -1.25e+03 1e+06 0.0169 100 1.69e+03 Tracker StepLimiter
- 26 -0.0435 -0.0786 -1.15e+03 1e+06 0.0206 100 1.79e+03 Tracker StepLimiter
- 27 -0.0468 -0.0847 -1.05e+03 1e+06 0.0167 96.2 1.89e+03 Tracker muIoni
- 28 -0.0503 -0.0911 -953 1e+06 0.022 100 1.99e+03 Tracker StepLimiter
- 29 -0.0521 -0.0945 -900 1e+06 0.0102 53.5 2.04e+03 Chamber_PV Transportation
- 30 -0.0553 -0.1 -807 1e+06 0.0686 93.5 2.13e+03 Chamber_PV muIoni
- 31 -0.0588 -0.107 -704 1e+06 0.0788 102 2.24e+03 Chamber_PV muIoni
- 32 -0.059 -0.107 -700 1e+06 0.0032 4.4 2.24e+03 Tracker Transportation
- 33 -0.0623 -0.114 -600 1e+06 0.0182 100 2.34e+03 Tracker StepLimiter
- 34 -0.0629 -0.115 -582 1e+06 0.00349 18.1 2.36e+03 Tracker muIoni
- 35 -0.0662 -0.122 -482 1e+06 0.0211 100 2.46e+03 Tracker StepLimiter
- 36 -0.0687 -0.126 -408 1e+06 0.0146 74.2 2.53e+03 Tracker muIoni
- 37 -0.0691 -0.127 -396 1e+06 0.00276 12.2 2.54e+03 Tracker muIoni
- 38 -0.0693 -0.128 -391 1e+06 0.000765 4.68 2.55e+03 Tracker muIoni
- 39 -0.0726 -0.134 -291 1e+06 0.0195 100 2.65e+03 Tracker StepLimiter
- 40 -0.076 -0.141 -191 1e+06 0.0201 100 2.75e+03 Tracker StepLimiter
- 41 -0.078 -0.145 -130 1e+06 0.0123 61.2 2.81e+03 Tracker muIoni
- 42 -0.079 -0.147 -100 1e+06 0.00849 29.7 2.84e+03 Chamber_PV Transportation
- 43 -0.0799 -0.148 -73.2 1e+06 0.0192 26.8 2.87e+03 Chamber_PV muIoni
- 44 -0.0803 -0.149 -61.7 1e+06 0.00601 11.5 2.88e+03 Chamber_PV muIoni
- 45 -0.0858 -0.16 100 1e+06 0.112 162 3.04e+03 Tracker Transportation
- 46 -0.0866 -0.161 125 1e+06 0.0048 25.1 3.07e+03 Tracker muIoni
- 47 -0.0899 -0.168 225 1e+06 0.021 100 3.17e+03 Tracker StepLimiter
- 48 -0.0904 -0.169 239 1e+06 0.00243 13.7 3.18e+03 Tracker muIoni
- 49 -0.0937 -0.175 339 1e+06 0.0174 100 3.28e+03 Tracker StepLimiter
- 50 -0.0946 -0.177 364 1e+06 0.00771 25.2 3.3e+03 Tracker muIoni
- 51 -0.0959 -0.18 404 1e+06 0.0104 40 3.34e+03 Tracker muIoni
- 52 -0.0962 -0.18 413 1e+06 0.00299 9.17 3.35e+03 Tracker muIoni
- 53 -0.0996 -0.187 513 1e+06 0.0194 100 3.45e+03 Tracker StepLimiter
- 54 -0.103 -0.193 613 1e+06 0.0167 100 3.55e+03 Tracker StepLimiter
- 55 -0.106 -0.199 700 1e+06 0.0181 86.8 3.64e+03 Chamber_PV Transportation
- 56 -0.106 -0.199 705 1e+06 0.00492 4.77 3.64e+03 Chamber_PV muIoni
- 57 -0.107 -0.202 737 1e+06 0.0253 32.1 3.68e+03 Chamber_PV muIoni
- 58 -0.108 -0.203 764 1e+06 0.0163 26.6 3.7e+03 Chamber_PV muIoni
- 59 -0.111 -0.209 857 1e+06 0.0712 93.3 3.8e+03 Chamber_PV muIoni
- 60 -0.113 -0.212 900 1e+06 0.0258 43.2 3.84e+03 Tracker Transportation
- 61 -0.116 -0.219 1e+03 1e+06 0.0164 100 3.94e+03 Tracker StepLimiter
- 62 -0.116 -0.219 1e+03 1e+06 0.00017 1.59 3.94e+03 Tracker muIoni
- 63 -0.118 -0.222 1.06e+03 1e+06 0.0115 55 4e+03 Tracker muIoni
- 64 -0.122 -0.229 1.16e+03 1e+06 0.0213 100 4.1e+03 Tracker StepLimiter
- 65 -0.125 -0.235 1.26e+03 1e+06 0.0206 100 4.2e+03 Tracker StepLimiter
- 66 -0.129 -0.241 1.36e+03 1e+06 0.0158 100 4.3e+03 Tracker StepLimiter
- 67 -0.132 -0.248 1.46e+03 1e+06 0.0194 100 4.4e+03 Tracker StepLimiter
- 68 -0.134 -0.251 1.5e+03 1e+06 0.00882 43.5 4.44e+03 Chamber_PV Transportation
- 69 -0.134 -0.252 1.52e+03 1e+06 0.00959 15.9 4.46e+03 Chamber_PV muIoni
- 70 -0.136 -0.256 1.58e+03 1e+06 0.052 66.1 4.52e+03 Chamber_PV muIoni
- 71 -0.137 -0.256 1.59e+03 1e+06 0.00574 7.3 4.53e+03 Chamber_PV muIoni
- 72 -0.137 -0.257 1.6e+03 1e+06 0.00471 11.9 4.54e+03 Chamber_PV muIoni
- 73 -0.137 -0.257 1.6e+03 1e+06 0.00319 3.56 4.54e+03 Chamber_PV muIoni
- 74 -0.137 -0.258 1.61e+03 1e+06 0.00321 6.55 4.55e+03 Chamber_PV muIoni
- 75 -0.139 -0.26 1.65e+03 1e+06 0.0292 33.9 4.59e+03 Chamber_PV muIoni
- 76 -0.14 -0.263 1.7e+03 1e+06 0.0309 54.7 4.64e+03 Tracker Transportation
- 77 -0.144 -0.27 1.8e+03 1e+06 0.0177 100 4.74e+03 Tracker StepLimiter
- 78 -0.145 -0.272 1.83e+03 1e+06 0.00478 27.5 4.77e+03 Tracker muIoni
- 79 -0.148 -0.278 1.93e+03 1e+06 0.0218 100 4.87e+03 Tracker StepLimiter
- 80 -0.151 -0.282 1.99e+03 1e+06 0.00963 62.2 4.93e+03 Tracker muIoni
- 81 -0.154 -0.288 2.09e+03 1e+06 0.0162 100 5.03e+03 Tracker StepLimiter
- 82 -0.157 -0.293 2.16e+03 1e+06 0.0144 69.8 5.1e+03 Tracker muIoni
- 83 -0.161 -0.299 2.26e+03 1e+06 0.0198 100 5.2e+03 Tracker StepLimiter
- 84 -0.163 -0.302 2.31e+03 1e+06 0.00735 52.1 5.25e+03 Tracker muIoni
- 85 -0.166 -0.308 2.4e+03 1e+06 0.0151 88.4 5.34e+03 World Transportation
- 86 -0.176 -0.327 2.69e+03 1e+06 0.054 290 5.63e+03 World muIoni
- 87 -0.178 -0.33 2.74e+03 1e+06 0.00873 52.8 5.68e+03 World muIoni
- 88 -0.186 -0.343 2.94e+03 1e+06 0.0402 197 5.88e+03 OutOfWorld Transportation
+ 1 0 0 -2.79e+03 1e+06 0.0219 146 146 World muIoni
+ 2 5.88e-08 -5.07e-07 -2.79e+03 1e+06 0.000605 1.6 148 World muIoni
+ 3 5.82e-07 -2.49e-05 -2.74e+03 1e+06 0.00743 47.6 195 World muIoni
+ 4 2.22e-06 -4.67e-05 -2.71e+03 1e+06 0.00617 30.4 226 World muIoni
+ 5 -1.03e-05 -0.00015 -2.57e+03 1e+06 0.0244 147 373 World muIoni
+ 6 -9.71e-06 -0.000154 -2.56e+03 1e+06 0.000839 5.73 378 World muIoni
+ 7 -0.000194 -9.11e-05 -2.45e+03 1e+06 0.0219 112 490 Target Transportation
+ 8 -0.000217 -8.1e-05 -2.44e+03 9.98e+05 17.4 13.5 504 Target muPairProd
+ 9 -0.000217 -8.07e-05 -2.44e+03 9.98e+05 0.0315 0.00959 504 Target muPairProd
+ 10 -0.000211 -1.16e-05 -2.43e+03 9.98e+05 3.49 2 506 Target muIoni
+ 11 -0.000135 0.000245 -2.43e+03 9.98e+05 9.47 7.53 513 Target muIoni
+ 12 -7.71e-05 0.000376 -2.42e+03 9.98e+05 3.73 2.95 516 Target muPairProd
+ 13 -3.34e-05 0.000456 -2.42e+03 9.98e+05 2.76 1.7 518 Target muIoni
+ 14 0.000158 0.001 -2.41e+03 9.98e+05 16.4 13 531 Target muIoni
+ 15 0.000636 0.00126 -2.4e+03 9.98e+05 12.8 9.29 540 Tracker Transportation
+ 16 0.000989 0.00147 -2.39e+03 9.98e+05 0.00236 9.91 550 Tracker muIoni
+ 17 0.00455 0.00366 -2.29e+03 9.98e+05 0.0185 100 650 Tracker StepLimiter
+ 18 0.00675 0.00502 -2.23e+03 9.98e+05 0.0138 61.9 712 Tracker muIoni
+ 19 0.00926 0.0066 -2.16e+03 9.98e+05 0.0117 71.3 783 Tracker muIoni
+ 20 0.0128 0.0088 -2.06e+03 9.98e+05 0.0179 100 883 Tracker StepLimiter
+ 21 0.0141 0.00958 -2.02e+03 9.98e+05 0.0069 35.7 919 Tracker muIoni
+ 22 0.0172 0.0115 -1.93e+03 9.98e+05 0.0148 88.7 1.01e+03 Tracker muIoni
+ 23 0.0208 0.0137 -1.83e+03 9.98e+05 0.0248 100 1.11e+03 Tracker StepLimiter
+ 24 0.0243 0.0159 -1.73e+03 9.98e+05 0.0203 100 1.21e+03 Tracker StepLimiter
+ 25 0.0255 0.0166 -1.7e+03 9.98e+05 0.00352 32.4 1.24e+03 Chamber_PV Transportation
+ 26 0.0301 0.0194 -1.57e+03 9.98e+05 0.0834 127 1.37e+03 Chamber_PV muIoni
+ 27 0.0302 0.0195 -1.57e+03 9.98e+05 0.00286 2.66 1.37e+03 Chamber_PV muIoni
+ 28 0.0329 0.021 -1.5e+03 9.98e+05 0.0584 70.5 1.44e+03 Tracker Transportation
+ 29 0.0367 0.0232 -1.4e+03 9.98e+05 0.0182 100 1.54e+03 Tracker StepLimiter
+ 30 0.0405 0.0254 -1.3e+03 9.98e+05 0.0158 100 1.64e+03 Tracker StepLimiter
+ 31 0.041 0.0257 -1.29e+03 9.98e+05 0.00204 11.6 1.65e+03 Tracker muIoni
+ 32 0.0448 0.0279 -1.19e+03 9.98e+05 0.0209 100 1.75e+03 Tracker StepLimiter
+ 33 0.0487 0.0301 -1.09e+03 9.98e+05 0.0196 100 1.85e+03 Tracker StepLimiter
+ 34 0.0502 0.031 -1.05e+03 9.98e+05 0.00848 40.4 1.89e+03 Tracker muIoni
+ 35 0.0507 0.0313 -1.03e+03 9.98e+05 0.00381 13.6 1.91e+03 Tracker muIoni
+ 36 0.051 0.0315 -1.03e+03 9.98e+05 0.00287 7.91 1.91e+03 Tracker muIoni
+ 37 0.0523 0.0322 -992 9.98e+05 0.00787 34.1 1.95e+03 Tracker muIoni
+ 38 0.0559 0.0342 -900 9.98e+05 0.0176 92.4 2.04e+03 Chamber_PV Transportation
+ 39 0.0561 0.0344 -895 9.98e+05 0.00114 4.86 2.04e+03 Chamber_PV muIoni
+ 40 0.058 0.0354 -846 9.98e+05 0.0221 49.6 2.09e+03 Chamber_PV muIoni
+ 41 0.0635 0.0387 -700 9.98e+05 0.109 146 2.24e+03 Tracker Transportation
+ 42 0.0674 0.0411 -600 9.98e+05 0.0211 100 2.34e+03 Tracker StepLimiter
+ 43 0.0688 0.0419 -563 9.98e+05 0.00763 36.8 2.38e+03 Tracker muIoni
+ 44 0.0701 0.0427 -529 9.98e+05 0.00447 34 2.41e+03 Tracker muIoni
+ 45 0.0735 0.0447 -442 9.98e+05 0.0189 87 2.5e+03 Tracker muIoni
+ 46 0.0753 0.0458 -396 9.98e+05 0.0104 45.8 2.54e+03 Tracker muIoni
+ 47 0.0792 0.0482 -296 9.98e+05 0.0175 100 2.64e+03 Tracker StepLimiter
+ 48 0.082 0.05 -223 9.98e+05 0.0152 73.1 2.72e+03 Tracker muIoni
+ 49 0.0859 0.0523 -123 9.98e+05 0.0171 100 2.82e+03 Tracker StepLimiter
+ 50 0.0868 0.0529 -100 9.98e+05 0.007 23.3 2.84e+03 Chamber_PV Transportation
+ 51 0.087 0.053 -94.2 9.98e+05 0.00313 5.75 2.85e+03 Chamber_PV muIoni
+ 52 0.0879 0.0535 -71 9.98e+05 0.00918 23.3 2.87e+03 Chamber_PV muIoni
+ 53 0.0888 0.0541 -48.2 9.98e+05 0.0109 22.8 2.89e+03 Chamber_PV muIoni
+ 54 0.092 0.056 35.4 9.98e+05 0.0646 83.6 2.98e+03 Chamber_PV muIoni
+ 55 0.0943 0.0575 94.8 9.98e+05 0.0368 59.5 3.03e+03 Chamber_PV muIoni
+ 56 0.0944 0.0575 96.3 9.98e+05 0.000201 1.49 3.04e+03 Chamber_PV muIoni
+ 57 0.0945 0.0576 100 9.98e+05 0.001 3.66 3.04e+03 Tracker Transportation
+ 58 0.0978 0.0596 182 9.98e+05 0.0204 82.3 3.12e+03 Tracker muIoni
+ 59 0.0995 0.0606 223 9.98e+05 0.00491 41.1 3.16e+03 Tracker muIoni
+ 60 0.104 0.0631 323 9.98e+05 0.0182 100 3.26e+03 Tracker StepLimiter
+ 61 0.106 0.0646 386 9.98e+05 0.0109 63 3.33e+03 Tracker muIoni
+ 62 0.109 0.0667 469 9.98e+05 0.0174 82.7 3.41e+03 Tracker muIoni
+ 63 0.114 0.0691 569 9.98e+05 0.0181 100 3.51e+03 Tracker StepLimiter
+ 64 0.117 0.071 648 9.98e+05 0.0129 78.5 3.59e+03 Tracker muIoni
+ 65 0.119 0.0723 700 9.98e+05 0.00848 52.5 3.64e+03 Chamber_PV Transportation
+ 66 0.119 0.0724 704 9.98e+05 0.00315 4.04 3.64e+03 Chamber_PV muIoni
+ 67 0.12 0.0728 722 9.98e+05 0.00977 18.3 3.66e+03 Chamber_PV muIoni
+ 68 0.123 0.0746 795 9.98e+05 0.0443 72.2 3.73e+03 Chamber_PV muIoni
+ 69 0.124 0.0754 823 9.98e+05 0.0187 28.4 3.76e+03 Chamber_PV muIoni
+ 70 0.125 0.0756 833 9.98e+05 0.0065 10.2 3.77e+03 Chamber_PV muIoni
+ 71 0.126 0.0766 872 9.98e+05 0.0298 38.7 3.81e+03 Chamber_PV muIoni
+ 72 0.127 0.0772 895 9.98e+05 0.0218 23.6 3.84e+03 Chamber_PV muIoni
+ 73 0.127 0.0772 897 9.98e+05 0.000207 1.65 3.84e+03 Chamber_PV muIoni
+ 74 0.127 0.0773 899 9.98e+05 0.00267 2.11 3.84e+03 Chamber_PV muIoni
+ 75 0.127 0.0773 900 9.98e+05 0.000306 0.772 3.84e+03 Tracker Transportation
+ 76 0.128 0.0775 908 9.98e+05 0.00209 7.6 3.85e+03 Tracker muIoni
+ 77 0.13 0.0791 970 9.98e+05 0.00912 62.4 3.91e+03 Tracker muIoni
+ 78 0.135 0.0817 1.07e+03 9.98e+05 0.0239 100 4.01e+03 Tracker StepLimiter
+ 79 0.135 0.0822 1.09e+03 9.98e+05 0.00404 22 4.03e+03 Tracker muIoni
+ 80 0.137 0.083 1.12e+03 9.98e+05 0.00696 29 4.06e+03 Tracker muIoni
+ 81 0.141 0.0853 1.21e+03 9.98e+05 0.0137 92.7 4.15e+03 Tracker muIoni
+ 82 0.143 0.0867 1.27e+03 9.98e+05 0.0144 55.5 4.21e+03 Tracker muIoni
+ 83 0.144 0.0873 1.29e+03 9.98e+05 0.00378 23.9 4.23e+03 Tracker muIoni
+ 84 0.145 0.0878 1.31e+03 9.98e+05 0.00499 17.3 4.25e+03 Tracker muIoni
+ 85 0.149 0.0903 1.41e+03 9.98e+05 0.0183 100 4.35e+03 Tracker StepLimiter
+ 86 0.149 0.0904 1.41e+03 9.98e+05 0.000163 0.664 4.35e+03 Tracker muIoni
+ 87 0.153 0.0926 1.5e+03 9.98e+05 0.016 89 4.44e+03 Chamber_PV Transportation
+ 88 0.154 0.0933 1.53e+03 9.98e+05 0.0169 26.4 4.47e+03 Chamber_PV muIoni
+ 89 0.157 0.095 1.59e+03 9.98e+05 0.0395 66.3 4.53e+03 Chamber_PV muIoni
+ 90 0.157 0.0954 1.61e+03 9.98e+05 0.00731 14.1 4.55e+03 Chamber_PV muIoni
+ 91 0.161 0.0978 1.7e+03 9.98e+05 0.0725 93.2 4.64e+03 Tracker Transportation
+ 92 0.163 0.0986 1.73e+03 9.98e+05 0.00393 32.1 4.67e+03 Tracker muIoni
+ 93 0.167 0.101 1.83e+03 9.98e+05 0.0247 100 4.77e+03 Tracker StepLimiter
+ 94 0.171 0.104 1.93e+03 9.98e+05 0.0175 100 4.87e+03 Tracker StepLimiter
+ 95 0.175 0.106 2.03e+03 9.98e+05 0.0184 100 4.97e+03 Tracker StepLimiter
+ 96 0.179 0.109 2.13e+03 9.98e+05 0.0173 100 5.07e+03 Tracker StepLimiter
+ 97 0.18 0.109 2.14e+03 9.98e+05 0.000691 3.97 5.08e+03 Tracker muIoni
+ 98 0.182 0.11 2.2e+03 9.98e+05 0.0164 65 5.14e+03 Tracker muIoni
+ 99 0.186 0.113 2.3e+03 9.98e+05 0.0215 100 5.24e+03 Tracker StepLimiter
+ 100 0.187 0.113 2.3e+03 9.98e+05 0.000202 0.742 5.24e+03 Tracker muIoni
+ 101 0.191 0.115 2.4e+03 9.98e+05 0.0177 98.2 5.34e+03 World Transportation
+ 102 0.193 0.116 2.45e+03 9.98e+05 0.0106 47 5.39e+03 World muIoni
+ 103 0.201 0.121 2.64e+03 9.98e+05 0.0376 190 5.58e+03 World muIoni
+ 104 0.202 0.122 2.67e+03 9.98e+05 0.00482 28.5 5.61e+03 World muIoni
+ 105 0.203 0.122 2.69e+03 9.98e+05 0.00403 28.2 5.63e+03 World muIoni
+ 106 0.21 0.126 2.85e+03 9.98e+05 0.0324 161 5.79e+03 World muIoni
+ 107 0.21 0.126 2.86e+03 9.98e+05 0.000386 2.84 5.8e+03 World muIoni
+ 108 0.213 0.128 2.94e+03 9.98e+05 0.0147 82.5 5.88e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.21 0.126 2.86e+03 0.0226 0 0 0 World initStep
+ 1 1.36 2.98 2.86e+03 0.0182 0.00438 3.91 3.91 World eIoni
+ 2 1.42 5.35 2.86e+03 0.0149 0.0033 3.1 7.02 World eIoni
+ 3 1.41 7.11 2.86e+03 0.0118 0.00314 2.57 9.58 World eIoni
+ 4 0.261 7.38 2.86e+03 0.00889 0.0029 2.1 11.7 World eIoni
+ 5 0.233 7.53 2.86e+03 0.00762 0.000101 0.162 11.8 World eIoni
+ 6 0.303 8.17 2.86e+03 0.00195 0.00457 1.14 13 World eIoni
+ 7 0.27 8.17 2.86e+03 0 0.00195 0.155 13.1 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 78
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.303 8.17 2.86e+03 0.0011 0 0 0 World initStep
+ 1 0.318 8.15 2.86e+03 0 0.0011 0.0656 0.0656 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 78
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.233 7.53 2.86e+03 0.00116 0 0 0 World initStep
+ 1 0.204 7.54 2.86e+03 0 0.00116 0.071 0.071 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.21 0.126 2.85e+03 0.00171 0 0 0 World initStep
+ 1 0.214 0.18 2.85e+03 0 0.00171 0.127 0.127 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.203 0.122 2.69e+03 0.00243 0 0 0 World initStep
+ 1 0.23 0.0284 2.69e+03 0 0.00243 0.222 0.222 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.202 0.122 2.67e+03 0.0381 0 0 0 World initStep
+ 1 -5.79 -2.14 2.67e+03 0.0354 0.00266 7.76 7.76 World eIoni
+ 2 -8.92 -0.638 2.67e+03 0.0288 0.00326 4.01 11.8 World eIoni
+ 3 -12.8 0.448 2.67e+03 0.0244 0.00439 5.25 17 World eIoni
+ 4 -15.3 1.43 2.66e+03 0.0202 0.00419 4.27 21.3 World eIoni
+ 5 -16.5 0.537 2.66e+03 0.0146 0.00558 3.45 24.7 World eIoni
+ 6 -17.3 -0.385 2.66e+03 0.00893 0.00566 2.52 27.3 World eIoni
+ 7 -17 -1.1 2.66e+03 0.00595 0.00298 1.67 28.9 World eIoni
+ 8 -17.3 -1.44 2.66e+03 0 0.00595 1.04 30 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 75
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -8.92 -0.638 2.67e+03 0.00342 0 0 0 World initStep
+ 1 -8.93 -0.601 2.67e+03 0.00187 0.000532 0.0595 0.0595 World eIoni
+ 2 -8.9 -0.561 2.67e+03 0 0.00187 0.145 0.205 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 81
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -8.93 -0.601 2.67e+03 0.00103 0 0 0 World initStep
+ 1 -8.95 -0.589 2.67e+03 0 0.00103 0.0592 0.0592 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.201 0.121 2.64e+03 0.00103 0 0 0 World initStep
+ 1 0.191 0.143 2.64e+03 0 0.00103 0.0598 0.0598 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.193 0.116 2.45e+03 0.001 0 0 0 World initStep
+ 1 0.17 0.119 2.45e+03 0 0.001 0.0574 0.0574 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.187 0.113 2.3e+03 0.00223 0 0 0 Tracker initStep
+ 1 0.241 0.0481 2.3e+03 0 0.00223 0.193 0.193 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.182 0.11 2.2e+03 0.00127 0 0 0 Tracker initStep
+ 1 0.149 0.114 2.2e+03 0 0.00127 0.0803 0.0803 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.18 0.109 2.14e+03 0.00143 0 0 0 Tracker initStep
+ 1 0.177 0.0681 2.14e+03 0 0.00143 0.0961 0.0961 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.163 0.0986 1.73e+03 0.00415 0 0 0 Tracker initStep
+ 1 0.0206 0.298 1.73e+03 0 0.00415 0.551 0.551 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.157 0.0954 1.61e+03 0.00171 0 0 0 Chamber_PV initStep
+ 1 0.168 0.0981 1.61e+03 0 0.00171 0.0841 0.0841 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.157 0.095 1.59e+03 0.00245 0 0 0 Chamber_PV initStep
+ 1 0.147 0.0803 1.59e+03 0 0.00245 0.137 0.137 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.154 0.0933 1.53e+03 0.00204 0 0 0 Chamber_PV initStep
+ 1 0.166 0.1 1.53e+03 0 0.00204 0.107 0.107 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.149 0.0904 1.41e+03 0.00221 0 0 0 Tracker initStep
+ 1 0.174 0.17 1.41e+03 0 0.00221 0.19 0.19 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.145 0.0878 1.31e+03 0.00194 0 0 0 Tracker initStep
+ 1 0.161 0.153 1.31e+03 0 0.00194 0.155 0.155 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.144 0.0873 1.29e+03 0.00117 0 0 0 Tracker initStep
+ 1 0.173 0.0817 1.29e+03 0 0.00117 0.0714 0.0714 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.143 0.0867 1.27e+03 0.00415 0 0 0 Tracker initStep
+ 1 0.0458 -0.138 1.27e+03 0 0.00415 0.552 0.552 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.141 0.0853 1.21e+03 0.0142 0 0 0 Tracker initStep
+ 1 0.558 0.113 1.21e+03 0.0127 0.000478 0.446 0.446 Tracker eIoni
+ 2 1.51 0.473 1.21e+03 0.00712 0.00137 1.5 1.95 Tracker eIoni
+ 3 1.59 0.195 1.21e+03 0 0.00712 1.33 3.28 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 61
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.51 0.473 1.21e+03 0.00419 0 0 0 Tracker initStep
+ 1 1.61 0.273 1.21e+03 0 0.00419 0.562 0.562 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 61
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.558 0.113 1.21e+03 0.00109 0 0 0 Tracker initStep
+ 1 0.574 0.0996 1.21e+03 0 0.00109 0.0642 0.0642 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.137 0.083 1.12e+03 0.00101 0 0 0 Tracker initStep
+ 1 0.153 0.0993 1.12e+03 0 0.00101 0.0577 0.0577 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.135 0.0822 1.09e+03 0.00526 0 0 0 Tracker initStep
+ 1 0.102 0.258 1.09e+03 0.00247 0.000817 0.211 0.211 Tracker eIoni
+ 2 0.0679 0.32 1.09e+03 0 0.00247 0.228 0.439 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 59
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.102 0.258 1.09e+03 0.00197 0 0 0 Tracker initStep
+ 1 0.0805 0.301 1.09e+03 0 0.00197 0.158 0.158 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.13 0.0791 970 0.00167 0 0 0 Tracker initStep
+ 1 0.0864 0.108 970 0 0.00167 0.123 0.123 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.128 0.0775 908 0.00528 0 0 0 Tracker initStep
+ 1 -0.236 0.171 908 0 0.00528 0.845 0.845 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.127 0.0773 899 0.00707 0 0 0 Chamber_PV initStep
+ 1 0.141 0.154 899 0.00295 0.00153 0.341 0.341 Chamber_PV eIoni
+ 2 0.124 0.165 899 0 0.00295 0.178 0.519 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 56
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.141 0.154 899 0.00259 0 0 0 Chamber_PV initStep
+ 1 0.147 0.17 899 0 0.00259 0.148 0.148 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.127 0.0772 897 0.00425 0 0 0 Chamber_PV initStep
+ 1 0.118 0.0411 897 0 0.00425 0.306 0.306 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.127 0.0772 895 0.0016 0 0 0 Chamber_PV initStep
+ 1 0.132 0.0682 895 0 0.0016 0.0767 0.0767 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.126 0.0766 872 0.0033 0 0 0 Chamber_PV initStep
+ 1 0.106 0.0936 872 0 0.0033 0.209 0.209 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.125 0.0756 833 0.00509 0 0 0 Chamber_PV initStep
+ 1 0.0899 0.11 833 0 0.00509 0.307 0.307 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.124 0.0754 823 0.00149 0 0 0 Chamber_PV initStep
+ 1 0.115 0.0769 823 0 0.00149 0.0698 0.0698 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.178 -0.33 2.74e+03 0.0017 0 0 0 World initStep
- 1 -0.213 -0.288 2.74e+03 0 0.0017 0.126 0.126 World eIoni
+ 0 0.123 0.0746 795 0.00774 0 0 0 Chamber_PV initStep
+ 1 0.0977 -0.0102 795 0.00145 0.0063 0.676 0.676 Chamber_PV eIoni
+ 2 0.0999 -0.0182 795 0 0.00145 0.0669 0.742 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.176 -0.327 2.69e+03 0.00497 0 0 0 World initStep
- 1 -0.322 -0.0227 2.69e+03 0 0.00497 0.757 0.757 World eIoni
+ 0 0.12 0.0728 722 0.0123 0 0 0 Chamber_PV initStep
+ 1 -0.061 0.0885 722 0 0.0123 1.49 1.49 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.163 -0.302 2.31e+03 0.00136 0 0 0 Tracker initStep
- 1 -0.126 -0.296 2.31e+03 0 0.00136 0.0894 0.0894 Tracker eIoni
+ 0 0.119 0.0724 704 0.00412 0 0 0 Chamber_PV initStep
+ 1 0.101 0.103 704 0 0.00412 0.29 0.29 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.157 -0.293 2.16e+03 0.00134 0 0 0 Tracker initStep
- 1 -0.123 -0.279 2.16e+03 0 0.00134 0.0873 0.0873 Tracker eIoni
+ 0 0.117 0.071 648 0.00119 0 0 0 Tracker initStep
+ 1 0.109 0.1 648 0 0.00119 0.0735 0.0735 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.151 -0.282 1.99e+03 0.000998 0 0 0 Tracker initStep
- 1 -0.14 -0.262 1.99e+03 0 0.000998 0.0569 0.0569 Tracker eIoni
+ 0 0.109 0.0667 469 0.00711 0 0 0 Tracker initStep
+ 1 -0.279 0.571 469 0.00287 0.00424 1.33 1.33 Tracker eIoni
+ 2 -0.176 0.649 469 0 0.00287 0.293 1.63 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.145 -0.272 1.83e+03 0.0016 0 0 0 Tracker initStep
- 1 -0.17 -0.313 1.83e+03 0 0.0016 0.115 0.115 Tracker eIoni
+ 0 0.106 0.0646 386 0.0012 0 0 0 Tracker initStep
+ 1 0.128 0.0863 386 0 0.0012 0.0738 0.0738 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.139 -0.26 1.65e+03 0.00239 0 0 0 Chamber_PV initStep
- 1 -0.155 -0.258 1.65e+03 0 0.00239 0.133 0.133 Chamber_PV eIoni
+ 0 0.0995 0.0606 223 0.00919 0 0 0 Tracker initStep
+ 1 -0.746 0.527 223 0.00549 0.0037 1.71 1.71 Tracker eIoni
+ 2 -0.788 0.232 224 0 0.00549 0.905 2.61 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.137 -0.258 1.61e+03 0.00317 0 0 0 Chamber_PV initStep
- 1 -0.162 -0.264 1.61e+03 0 0.00317 0.197 0.197 Chamber_PV eIoni
+ 0 0.0978 0.0596 182 0.00142 0 0 0 Tracker initStep
+ 1 0.0576 0.0563 182 0 0.00142 0.0955 0.0955 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.137 -0.257 1.6e+03 0.00498 0 0 0 Chamber_PV initStep
- 1 -0.109 -0.22 1.6e+03 0 0.00498 0.392 0.392 Chamber_PV eIoni
+ 0 0.0944 0.0575 96.3 0.00219 0 0 0 Chamber_PV initStep
+ 1 0.107 0.0501 96.3 0 0.00219 0.117 0.117 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.137 -0.257 1.6e+03 0.0031 0 0 0 Chamber_PV initStep
- 1 -0.14 -0.233 1.6e+03 0 0.0031 0.191 0.191 Chamber_PV eIoni
+ 0 0.0943 0.0575 94.8 0.0027 0 0 0 Chamber_PV initStep
+ 1 0.109 0.0434 94.9 0 0.0027 0.157 0.157 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.137 -0.256 1.59e+03 0.0022 0 0 0 Chamber_PV initStep
- 1 -0.142 -0.27 1.59e+03 0 0.0022 0.118 0.118 Chamber_PV eIoni
+ 0 0.092 0.056 35.4 0.00488 0 0 0 Chamber_PV initStep
+ 1 0.0639 0.0202 35.4 0 0.00488 0.378 0.378 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.136 -0.256 1.58e+03 0.00633 0 0 0 Chamber_PV initStep
- 1 -0.0707 -0.264 1.58e+03 0 0.00633 0.573 0.573 Chamber_PV eIoni
+ 0 0.0888 0.0541 -48.2 0.00266 0 0 0 Chamber_PV initStep
+ 1 0.0689 0.0545 -48.2 0 0.00266 0.154 0.154 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.134 -0.252 1.52e+03 0.00472 0 0 0 Chamber_PV initStep
- 1 -0.177 -0.251 1.52e+03 0.00204 0.00267 0.223 0.223 Chamber_PV eIoni
- 2 -0.188 -0.258 1.52e+03 0 0.00204 0.107 0.33 Chamber_PV eIoni
+ 0 0.0879 0.0535 -71 0.00244 0 0 0 Chamber_PV initStep
+ 1 0.0798 0.0691 -71 0 0.00244 0.137 0.137 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.118 -0.222 1.06e+03 0.00346 0 0 0 Tracker initStep
- 1 -0.259 -0.332 1.06e+03 0 0.00346 0.402 0.402 Tracker eIoni
+ 0 0.087 0.053 -94.2 0.0029 0 0 0 Chamber_PV initStep
+ 1 0.0895 0.0308 -94.2 0 0.0029 0.174 0.174 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.116 -0.219 1e+03 0.00838 0 0 0 Tracker initStep
- 1 -0.0525 0.615 1e+03 0.00269 0.00568 1.57 1.57 Tracker eIoni
- 2 -0.122 0.55 1e+03 0 0.00269 0.262 1.84 Tracker eIoni
+ 0 0.082 0.05 -223 0.00149 0 0 0 Tracker initStep
+ 1 0.0881 0.0929 -223 0 0.00149 0.102 0.102 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.111 -0.209 857 0.00158 0 0 0 Chamber_PV initStep
- 1 -0.12 -0.215 857 0 0.00158 0.0756 0.0756 Chamber_PV eIoni
+ 0 0.0753 0.0458 -396 0.00594 0 0 0 Tracker initStep
+ 1 0.468 -0.199 -396 0 0.00594 1.04 1.04 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.108 -0.203 764 0.00184 0 0 0 Chamber_PV initStep
- 1 -0.108 -0.215 764 0 0.00184 0.0924 0.0924 Chamber_PV eIoni
+ 0 0.0735 0.0447 -442 0.00131 0 0 0 Tracker initStep
+ 1 0.0386 0.0385 -442 0 0.00131 0.0847 0.0847 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.107 -0.202 737 0.00512 0 0 0 Chamber_PV initStep
- 1 -0.123 -0.245 737 0.00323 0.00189 0.117 0.117 Chamber_PV eIoni
- 2 -0.125 -0.246 737 0 0.00323 0.203 0.319 Chamber_PV eIoni
+ 0 0.0701 0.0427 -529 0.00159 0 0 0 Tracker initStep
+ 1 0.117 0.055 -529 0 0.00159 0.114 0.114 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.106 -0.199 705 0.00282 0 0 0 Chamber_PV initStep
- 1 -0.109 -0.178 705 0 0.00282 0.168 0.168 Chamber_PV eIoni
+ 0 0.0688 0.0419 -563 0.00272 0 0 0 Tracker initStep
+ 1 -0.0332 0.102 -563 0 0.00272 0.268 0.268 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0962 -0.18 413 0.00144 0 0 0 Tracker initStep
- 1 -0.057 -0.167 413 0 0.00144 0.0978 0.0978 Tracker eIoni
+ 0 0.058 0.0354 -846 0.00291 0 0 0 Chamber_PV initStep
+ 1 0.0441 0.0179 -846 0 0.00291 0.175 0.175 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0959 -0.18 404 0.00106 0 0 0 Tracker initStep
- 1 -0.11 -0.158 404 0 0.00106 0.0622 0.0622 Tracker eIoni
+ 0 0.0561 0.0344 -895 0.00408 0 0 0 Chamber_PV initStep
+ 1 0.037 0.0639 -895 0 0.00408 0.287 0.287 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0946 -0.177 364 0.00217 0 0 0 Tracker initStep
- 1 -0.147 -0.116 364 0 0.00217 0.184 0.184 Tracker eIoni
+ 0 0.0523 0.0322 -992 0.00119 0 0 0 Tracker initStep
+ 1 0.0294 0.0524 -992 0 0.00119 0.0738 0.0738 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0904 -0.169 239 0.00158 0 0 0 Tracker initStep
- 1 -0.0435 -0.161 239 0 0.00158 0.112 0.112 Tracker eIoni
+ 0 0.051 0.0315 -1.03e+03 0.0137 0 0 0 Tracker initStep
+ 1 1.56 0.713 -1.03e+03 0.00981 0.0039 2.38 2.38 Tracker eIoni
+ 2 2.19 1.56 -1.03e+03 0.00289 0.00584 1.75 4.14 Tracker eIoni
+ 3 2.17 1.69 -1.03e+03 0 0.00289 0.295 4.43 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 28
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.19 1.56 -1.03e+03 0.00109 0 0 0 Tracker initStep
+ 1 2.2 1.56 -1.03e+03 0 0.00109 0.0644 0.0644 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0866 -0.161 125 0.00963 0 0 0 Tracker initStep
- 1 -1.02 -0.602 125 0.00305 0.00658 1.78 1.78 Tracker eIoni
- 2 -1.13 -0.668 125 0 0.00305 0.325 2.1 Tracker eIoni
+ 0 0.0507 0.0313 -1.03e+03 0.0028 0 0 0 Tracker initStep
+ 1 0.166 0.0766 -1.03e+03 0 0.0028 0.28 0.28 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0803 -0.149 -61.7 0.00315 0 0 0 Chamber_PV initStep
- 1 -0.0558 -0.153 -61.7 0 0.00315 0.195 0.195 Chamber_PV eIoni
+ 0 0.0502 0.031 -1.05e+03 0.00158 0 0 0 Tracker initStep
+ 1 0.0533 0.0789 -1.05e+03 0 0.00158 0.113 0.113 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0799 -0.148 -73.2 0.00302 0 0 0 Chamber_PV initStep
- 1 -0.0897 -0.17 -73.2 0 0.00302 0.184 0.184 Chamber_PV eIoni
+ 0 0.041 0.0257 -1.29e+03 0.00169 0 0 0 Tracker initStep
+ 1 0.056 0.0767 -1.29e+03 0 0.00169 0.124 0.124 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.078 -0.145 -130 0.00136 0 0 0 Tracker initStep
- 1 -0.0982 -0.176 -130 0 0.00136 0.0891 0.0891 Tracker eIoni
+ 0 0.0302 0.0195 -1.57e+03 0.00174 0 0 0 Chamber_PV initStep
+ 1 0.0236 0.0102 -1.57e+03 0 0.00174 0.0859 0.0859 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0693 -0.128 -391 0.00177 0 0 0 Tracker initStep
- 1 -0.109 -0.0858 -391 0 0.00177 0.133 0.133 Tracker eIoni
+ 0 0.0301 0.0194 -1.57e+03 0.00377 0 0 0 Chamber_PV initStep
+ 1 0.00657 -0.00154 -1.57e+03 0 0.00377 0.254 0.254 Chamber_PV eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0691 -0.127 -396 0.00641 0 0 0 Tracker initStep
- 1 0.439 0.0247 -395 0 0.00641 1.17 1.17 Tracker eIoni
+ 0 0.0172 0.0115 -1.93e+03 0.00177 0 0 0 Tracker initStep
+ 1 -0.0352 0.0353 -1.93e+03 0 0.00177 0.134 0.134 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0687 -0.126 -408 0.00202 0 0 0 Tracker initStep
- 1 -0.0962 -0.192 -408 0 0.00202 0.164 0.164 Tracker eIoni
+ 0 0.0141 0.00958 -2.02e+03 0.00225 0 0 0 Tracker initStep
+ 1 0.0996 0.00581 -2.02e+03 0 0.00225 0.196 0.196 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0629 -0.115 -582 0.00294 0 0 0 Tracker initStep
- 1 -0.0132 0.0104 -582 0 0.00294 0.305 0.305 Tracker eIoni
+ 0 0.00926 0.0066 -2.16e+03 0.00297 0 0 0 Tracker initStep
+ 1 -0.128 0.00131 -2.16e+03 0 0.00297 0.31 0.31 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0588 -0.107 -704 0.00156 0 0 0 Chamber_PV initStep
- 1 -0.0583 -0.117 -704 0 0.00156 0.0738 0.0738 Chamber_PV eIoni
+ 0 0.00675 0.00502 -2.23e+03 0.00192 0 0 0 Tracker initStep
+ 1 -0.0537 -0.0201 -2.23e+03 0 0.00192 0.151 0.151 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0553 -0.1 -807 0.0121 0 0 0 Chamber_PV initStep
- 1 -0.0805 -0.194 -807 0.0104 0.000336 0.137 0.137 Chamber_PV eIoni
- 2 -0.00426 -0.0907 -807 0.00371 0.00372 0.956 1.09 Chamber_PV eIoni
- 3 -0.0181 -0.0914 -807 0 0.00371 0.249 1.34 Chamber_PV eIoni
+ 0 0.000989 0.00147 -2.39e+03 0.00448 0 0 0 Tracker initStep
+ 1 -0.264 0.0209 -2.39e+03 0.00126 0.00219 0.46 0.46 Tracker eIoni
+ 2 -0.295 0.0137 -2.39e+03 0 0.00126 0.0794 0.539 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 18
+* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 18
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00426 -0.0907 -807 0.00292 0 0 0 Chamber_PV initStep
- 1 0.0123 -0.078 -807 0 0.00292 0.176 0.176 Chamber_PV eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0805 -0.194 -807 0.00143 0 0 0 Chamber_PV initStep
- 1 -0.0879 -0.189 -807 0 0.00143 0.0657 0.0657 Chamber_PV eIoni
+ 0 -0.264 0.0209 -2.39e+03 0.00103 0 0 0 Tracker initStep
+ 1 -0.255 0.00609 -2.39e+03 0 0.00103 0.0595 0.0595 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0468 -0.0847 -1.05e+03 0.00203 0 0 0 Tracker initStep
- 1 0.0236 -0.0992 -1.05e+03 0 0.00203 0.165 0.165 Tracker eIoni
+ 0 0.000158 0.001 -2.41e+03 41.1 0 0 0 Target initStep
+ 1 -0.281 0.531 -2.41e+03 38.4 2.42 1.78 1.78 Target eBrem
+ 2 -0.327 0.539 -2.41e+03 36.1 0.0982 0.0873 1.86 Target eBrem
+ 3 -0.525 0.574 -2.41e+03 33.1 0.466 0.4 2.26 Target eBrem
+ 4 -0.792 0.728 -2.41e+03 31.1 1.04 0.643 2.91 Target eBrem
+ 5 -1.21 0.742 -2.4e+03 28.2 1.93 1.75 4.65 Target eBrem
+ 6 -1.21 0.742 -2.4e+03 28 0.0104 0.00903 4.66 Target eBrem
+ 7 -1.81 0.643 -2.4e+03 24.2 2.33 1.82 6.49 Target eBrem
+ 8 -2.24 0.699 -2.4e+03 22.5 1.53 1.4 7.89 Target eBrem
+ 9 -2.24 0.641 -2.4e+03 17.5 0.264 0.202 8.09 Target eBrem
+ 10 -2.34 0.395 -2.4e+03 15.1 1.15 0.796 8.88 Target eBrem
+ 11 -2.33 0.363 -2.4e+03 12.8 0.0464 0.0531 8.94 Target eBrem
+ 12 -1.94 -0.255 -2.4e+03 10.2 2.55 1.49 10.4 Tracker Transportation
+ 13 -37 27.3 -2.31e+03 10.2 0.016 100 110 Tracker StepLimiter
+ 14 -71.7 51.2 -2.22e+03 10.2 0.0145 100 210 Tracker StepLimiter
+ 15 -104 78.8 -2.13e+03 10.2 0.0155 100 310 Tracker StepLimiter
+ 16 -138 108 -2.04e+03 10.2 0.0204 100 410 Tracker StepLimiter
+ 17 -151 119 -2e+03 10.2 0.00577 41.7 452 Tracker eIoni
+ 18 -186 148 -1.91e+03 10.1 0.0142 100 552 Tracker StepLimiter
+ 19 -205 165 -1.86e+03 10.1 0.0122 55.5 608 Tracker eIoni
+ 20 -223 180 -1.81e+03 10.1 0.0102 53.8 661 Tracker eIoni
+ 21 -236 191 -1.78e+03 10.1 0.00541 40.9 702 Tracker eIoni
+ 22 -265 216 -1.7e+03 10.1 0.0162 88.3 791 Tracker eIoni
+ 23 -271 221 -1.68e+03 10.1 0.00192 16.7 807 Tracker eIoni
+ 24 -296 246 -1.6e+03 10.1 0.0173 89.2 897 Tracker eIoni
+ 25 -308 257 -1.57e+03 10.1 0.00471 37.9 934 Tracker eIoni
+ 26 -309 258 -1.56e+03 10.1 0.00054 3.7 938 Tracker eIoni
+ 27 -329 277 -1.51e+03 10 0.00919 60.3 998 Tracker eIoni
+ 28 -333 279 -1.5e+03 10 0.00176 10.1 1.01e+03 Tracker eIoni
+ 29 -363 309 -1.41e+03 10 0.0137 100 1.11e+03 Tracker StepLimiter
+ 30 -395 337 -1.32e+03 10 0.0138 100 1.21e+03 Tracker StepLimiter
+ 31 -408 348 -1.28e+03 10 0.00553 41.8 1.25e+03 Tracker eIoni
+ 32 -418 356 -1.25e+03 9.98 0.0044 33.1 1.28e+03 Tracker eIoni
+ 33 -452 381 -1.16e+03 9.97 0.0143 100 1.38e+03 Tracker StepLimiter
+ 34 -469 394 -1.11e+03 9.95 0.0094 51.4 1.43e+03 Tracker eIoni
+ 35 -504 423 -1.02e+03 9.94 0.015 100 1.53e+03 Tracker StepLimiter
+ 36 -540 453 -937 9.92 0.0151 100 1.63e+03 Tracker StepLimiter
+ 37 -543 456 -930 9.92 0.00104 7.69 1.64e+03 Tracker eIoni
+ 38 -555 467 -900 9.91 0.0071 33.9 1.68e+03 Chamber_PV Transportation
+ 39 -558 470 -890 9.9 0.00445 10.8 1.69e+03 Chamber_PV eIoni
+ 40 -561 472 -884 9.89 0.00909 7.74 1.7e+03 Chamber_PV eBrem
+ 41 -569 478 -864 9.88 0.00835 22.2 1.72e+03 Chamber_PV eIoni
+ 42 -570 480 -860 9.88 0.000781 3.88 1.72e+03 Chamber_PV eIoni
+ 43 -583 490 -830 9.86 0.0153 34.7 1.76e+03 Chamber_PV eIoni
+ 44 -597 501 -798 9.84 0.023 36.7 1.79e+03 Tracker Transportation
+ 45 -641 512 -709 9.82 0.0138 100 1.89e+03 Tracker StepLimiter
+ 46 -642 512 -707 9.82 0.000483 1.43 1.89e+03 Tracker eIoni
+ 47 -645 513 -700 9.81 0.000752 8.31 1.9e+03 Tracker eIoni
+ 48 -646 514 -697 9.81 0.00069 3 1.91e+03 Tracker eIoni
+ 49 -652 515 -684 9.81 0.00179 14.3 1.92e+03 Tracker eIoni
+ 50 -668 519 -651 9.8 0.00492 37.2 1.96e+03 Tracker eIoni
+ 51 -709 528 -560 9.79 0.017 100 2.06e+03 Tracker StepLimiter
+ 52 -733 534 -509 9.77 0.0082 57 2.11e+03 Tracker eIoni
+ 53 -742 537 -488 9.76 0.00396 22.7 2.14e+03 Tracker eIoni
+ 54 -785 547 -398 9.75 0.016 100 2.24e+03 Tracker StepLimiter
+ 55 -791 548 -386 9.74 0.00282 13.3 2.25e+03 Tracker eIoni
+ 56 -806 553 -353 9.74 0.00386 37.4 2.29e+03 Tracker eIoni
+ 57 -849 566 -263 9.72 0.0121 100 2.39e+03 Tracker StepLimiter
+ 58 -892 580 -174 9.71 0.0106 100 2.49e+03 Tracker StepLimiter
+ 59 -894 581 -170 9.71 0.000878 4.71 2.49e+03 Tracker eIoni
+ 60 -924 596 -100 9.7 0.0131 77.7 2.57e+03 Chamber_PV Transportation
+ 61 -950 608 -37.8 9.6 0.0378 68.8 2.64e+03 Chamber_PV eIoni
+ 62 -964 616 -13.5 9.59 0.0111 29.2 2.67e+03 Chamber_PV eIoni
+ 63 -972 622 3.29 9.58 0.00951 19.4 2.69e+03 Chamber_PV eIoni
+ 64 -979 625 14.8 9.57 0.00671 13.4 2.7e+03 Chamber_PV eIoni
+ 65 -1.01e+03 647 83.1 9.52 0.0403 80.4 2.78e+03 Chamber_PV eIoni
+ 66 -1.02e+03 648 89.3 9.52 0.00509 7.39 2.79e+03 Chamber_PV eBrem
+ 67 -1.02e+03 649 100 9.52 0.00332 12.6 2.8e+03 Tracker Transportation
+ 68 -1.08e+03 665 183 9.5 0.0163 100 2.9e+03 Tracker StepLimiter
+ 69 -1.1e+03 670 213 9.49 0.00542 35.9 2.94e+03 Tracker eIoni
+ 70 -1.1e+03 671 221 9.49 0.000781 9.16 2.95e+03 Tracker eIoni
+ 71 -1.12e+03 677 253 9.48 0.00746 37.6 2.98e+03 Tracker eIoni
+ 72 -1.17e+03 692 337 9.46 0.0136 100 3.08e+03 Tracker StepLimiter
+ 73 -1.23e+03 705 421 9.45 0.0133 100 3.18e+03 Tracker StepLimiter
+ 74 -1.23e+03 707 433 9.44 0.00166 15 3.2e+03 Tracker eIoni
+ 75 -1.29e+03 719 517 9.42 0.0199 100 3.3e+03 Tracker StepLimiter
+ 76 -1.34e+03 734 600 9.41 0.0143 100 3.4e+03 Tracker StepLimiter
+ 77 -1.4e+03 745 683 9.4 0.014 100 3.5e+03 Tracker StepLimiter
+ 78 -1.41e+03 748 700 9.39 0.00525 21.1 3.52e+03 Chamber_PV Transportation
+ 79 -1.43e+03 757 740 9.37 0.0224 48.2 3.57e+03 Chamber_PV eIoni
+ 80 -1.45e+03 763 757 9.35 0.0118 23.8 3.59e+03 Chamber_PV eIoni
+ 81 -1.46e+03 767 769 9.34 0.00837 16.2 3.61e+03 Chamber_PV eIoni
+ 82 -1.55e+03 809 861 9.25 0.0731 140 3.75e+03 Chamber_PV eIoni
+ 83 -1.57e+03 817 884 9.24 0.0154 31.1 3.78e+03 Chamber_PV eIoni
+ 84 -1.59e+03 824 900 9.22 0.0145 24.2 3.8e+03 Tracker Transportation
+ 85 -1.65e+03 853 961 9.21 0.015 90.3 3.89e+03 Tracker eIoni
+ 86 -1.72e+03 882 1.03e+03 9.19 0.0171 100 3.99e+03 Tracker StepLimiter
+ 87 -1.79e+03 913 1.09e+03 9.17 0.0174 100 4.09e+03 Tracker StepLimiter
+ 88 -1.83e+03 932 1.13e+03 9.16 0.00895 60.2 4.15e+03 Tracker eIoni
+ 89 -1.89e+03 963 1.2e+03 9.14 0.0135 99.4 4.25e+03 Tracker eIoni
+ 90 -1.93e+03 982 1.24e+03 9.13 0.00679 58 4.31e+03 Tracker eIoni
+ 91 -1.99e+03 1.02e+03 1.31e+03 9.12 0.0141 96.7 4.41e+03 Tracker eIoni
+ 92 -2.01e+03 1.02e+03 1.32e+03 9.11 0.00202 19.7 4.43e+03 Tracker eIoni
+ 93 -2.01e+03 1.03e+03 1.33e+03 9.11 0.00218 11 4.44e+03 Tracker eIoni
+ 94 -2.03e+03 1.03e+03 1.34e+03 9.11 0.00116 17.2 4.46e+03 Tracker eIoni
+ 95 -2.07e+03 1.05e+03 1.38e+03 9.09 0.0131 59.9 4.52e+03 Tracker eIoni
+ 96 -2.08e+03 1.05e+03 1.39e+03 9.09 0.00218 15.2 4.53e+03 Tracker eIoni
+ 97 -2.12e+03 1.07e+03 1.43e+03 9.07 0.00993 64.2 4.6e+03 Tracker eIoni
+ 98 -2.14e+03 1.09e+03 1.45e+03 9.07 0.00334 31.7 4.63e+03 World Transportation
+ 99 -2.36e+03 1.2e+03 1.69e+03 9.01 0.0583 344 4.97e+03 World eIoni
+ 100 -2.36e+03 1.2e+03 1.69e+03 9.01 9.9e-05 1.13 4.97e+03 World eIoni
+ 101 -2.38e+03 1.21e+03 1.71e+03 9 0.00325 23 5e+03 World eIoni
+ 102 -2.45e+03 1.25e+03 1.79e+03 8.98 0.0176 120 5.11e+03 World eIoni
+ 103 -2.49e+03 1.26e+03 1.84e+03 8.97 0.0134 63.1 5.18e+03 World eIoni
+ 104 -2.54e+03 1.28e+03 1.89e+03 8.96 0.0101 69.1 5.25e+03 World eIoni
+ 105 -2.63e+03 1.33e+03 1.99e+03 8.93 0.0207 143 5.39e+03 World eIoni
+ 106 -2.76e+03 1.39e+03 2.13e+03 8.89 0.0375 201 5.59e+03 World eIoni
+ 107 -2.85e+03 1.43e+03 2.23e+03 8.87 0.0208 143 5.73e+03 World eIoni
+ 108 -2.87e+03 1.44e+03 2.25e+03 8.86 0.00517 29.2 5.76e+03 World eIoni
+ 109 -2.92e+03 1.46e+03 2.29e+03 8.85 0.01 67.2 5.83e+03 World eIoni
+ 110 -2.94e+03 1.48e+03 2.32e+03 8.84 0.00711 38.2 5.87e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 166, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.92e+03 1.46e+03 2.29e+03 0.00649 0 0 0 World initStep
+ 1 -2.92e+03 1.46e+03 2.29e+03 0 0.00649 1.19 1.19 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 165, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.87e+03 1.44e+03 2.25e+03 0.00161 0 0 0 World initStep
+ 1 -2.87e+03 1.44e+03 2.25e+03 0 0.00161 0.116 0.116 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 164, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.85e+03 1.43e+03 2.23e+03 0.00357 0 0 0 World initStep
+ 1 -2.85e+03 1.43e+03 2.23e+03 0 0.00357 0.424 0.424 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 163, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.76e+03 1.39e+03 2.13e+03 0.00102 0 0 0 World initStep
+ 1 -2.76e+03 1.39e+03 2.13e+03 0 0.00102 0.0583 0.0583 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 162, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.63e+03 1.33e+03 1.99e+03 0.00128 0 0 0 World initStep
+ 1 -2.63e+03 1.33e+03 1.99e+03 0 0.00128 0.0815 0.0815 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.54e+03 1.28e+03 1.89e+03 0.00192 0 0 0 World initStep
+ 1 -2.54e+03 1.28e+03 1.89e+03 0 0.00192 0.152 0.152 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.49e+03 1.26e+03 1.84e+03 0.00344 0 0 0 World initStep
+ 1 -2.49e+03 1.26e+03 1.84e+03 0 0.00344 0.398 0.398 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.45e+03 1.25e+03 1.79e+03 0.00133 0 0 0 World initStep
+ 1 -2.45e+03 1.25e+03 1.79e+03 0 0.00133 0.0868 0.0868 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.38e+03 1.21e+03 1.71e+03 0.00203 0 0 0 World initStep
+ 1 -2.38e+03 1.21e+03 1.71e+03 0 0.00203 0.165 0.165 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.36e+03 1.2e+03 1.69e+03 0.00132 0 0 0 World initStep
+ 1 -2.36e+03 1.2e+03 1.69e+03 0 0.00132 0.0856 0.0856 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.36e+03 1.2e+03 1.69e+03 0.00308 0 0 0 World initStep
+ 1 -2.36e+03 1.2e+03 1.69e+03 0 0.00308 0.33 0.33 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.12e+03 1.07e+03 1.43e+03 0.00236 0 0 0 Tracker initStep
+ 1 -2.12e+03 1.07e+03 1.43e+03 0 0.00236 0.211 0.211 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 154, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.08e+03 1.05e+03 1.39e+03 0.00239 0 0 0 Tracker initStep
+ 1 -2.08e+03 1.05e+03 1.39e+03 0 0.00239 0.216 0.216 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.07e+03 1.05e+03 1.38e+03 0.00107 0 0 0 Tracker initStep
+ 1 -2.07e+03 1.05e+03 1.38e+03 0 0.00107 0.0628 0.0628 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.03e+03 1.03e+03 1.34e+03 0.00101 0 0 0 Tracker initStep
+ 1 -2.03e+03 1.03e+03 1.34e+03 0 0.00101 0.0583 0.0583 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.01e+03 1.03e+03 1.33e+03 0.00211 0 0 0 Tracker initStep
+ 1 -2.01e+03 1.03e+03 1.33e+03 0 0.00211 0.177 0.177 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.01e+03 1.02e+03 1.32e+03 0.00429 0 0 0 Tracker initStep
+ 1 -2.01e+03 1.02e+03 1.32e+03 0 0.00429 0.585 0.585 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.99e+03 1.02e+03 1.31e+03 0.00201 0 0 0 Tracker initStep
+ 1 -1.99e+03 1.02e+03 1.31e+03 0 0.00201 0.164 0.164 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.93e+03 982 1.24e+03 0.00117 0 0 0 Tracker initStep
+ 1 -1.93e+03 982 1.24e+03 0 0.00117 0.0716 0.0716 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.89e+03 963 1.2e+03 0.0045 0 0 0 Tracker initStep
+ 1 -1.89e+03 963 1.2e+03 0 0.0045 0.636 0.636 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.83e+03 932 1.13e+03 0.00289 0 0 0 Tracker initStep
+ 1 -1.83e+03 932 1.13e+03 0 0.00289 0.295 0.295 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.65e+03 853 961 0.00135 0 0 0 Tracker initStep
+ 1 -1.65e+03 853 961 0 0.00135 0.088 0.088 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.57e+03 817 884 0.00173 0 0 0 Chamber_PV initStep
+ 1 -1.58e+03 817 884 0 0.00173 0.0855 0.0855 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.55e+03 809 861 0.00892 0 0 0 Chamber_PV initStep
+ 1 -1.55e+03 809 861 0.00126 0.00766 1.01 1.01 Chamber_PV eIoni
+ 2 -1.55e+03 809 861 0 0.00126 0.0556 1.06 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.46e+03 767 769 0.00804 0 0 0 Chamber_PV initStep
+ 1 -1.46e+03 767 769 0 0.00804 0.849 0.849 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.45e+03 763 757 0.00201 0 0 0 Chamber_PV initStep
+ 1 -1.45e+03 763 757 0 0.00201 0.105 0.105 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.43e+03 757 740 0.00184 0 0 0 Chamber_PV initStep
+ 1 -1.43e+03 757 740 0 0.00184 0.0928 0.0928 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.23e+03 707 433 0.00334 0 0 0 Tracker initStep
+ 1 -1.23e+03 707 433 0 0.00334 0.378 0.378 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.12e+03 677 253 0.00196 0 0 0 Tracker initStep
+ 1 -1.12e+03 677 253 0 0.00196 0.156 0.156 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.1e+03 671 221 0.00125 0 0 0 Tracker initStep
+ 1 -1.1e+03 671 221 0 0.00125 0.0786 0.0786 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.1e+03 670 213 0.00581 0 0 0 Tracker initStep
+ 1 -1.1e+03 671 213 0 0.00581 1 1 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.01e+03 647 83.1 0.00188 0 0 0 Chamber_PV initStep
+ 1 -1.01e+03 646 83.1 0 0.00188 0.0955 0.0955 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -979 625 14.8 0.00281 0 0 0 Chamber_PV initStep
+ 1 -979 625 14.8 0 0.00281 0.166 0.166 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -972 622 3.29 0.00176 0 0 0 Chamber_PV initStep
+ 1 -972 622 3.29 0 0.00176 0.0873 0.0873 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -964 616 -13.5 0.00237 0 0 0 Chamber_PV initStep
+ 1 -964 616 -13.5 0 0.00237 0.131 0.131 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -950 608 -37.8 0.059 0 0 0 Chamber_PV initStep
+ 1 -949 607 -36.3 0.051 0.00801 6.98 6.98 Chamber_PV eIoni
+ 2 -948 608 -35.7 0.0419 0.00748 4.16 11.1 Chamber_PV eIoni
+ 3 -949 608 -36.6 0.0324 0.00948 4.51 15.7 Chamber_PV eIoni
+ 4 -949 608 -36.7 0.0251 0.00736 3.41 19.1 Chamber_PV eIoni
+ 5 -949 609 -36.5 0.019 0.00603 2.67 21.7 Chamber_PV eIoni
+ 6 -949 609 -36.4 0.0135 0.00106 0.315 22 Chamber_PV eIoni
+ 7 -949 609 -36.5 0.0079 0.00248 0.513 22.6 Chamber_PV eIoni
+ 8 -949 609 -36.6 0 0.0079 0.825 23.4 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 130
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -949 609 -36.5 0.00308 0 0 0 Chamber_PV initStep
+ 1 -949 609 -36.5 0 0.00308 0.189 0.189 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 168, Parent ID = 130
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -949 609 -36.4 0.00451 0 0 0 Chamber_PV initStep
+ 1 -949 609 -36.5 0 0.00451 0.335 0.335 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 167, Parent ID = 130
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -948 608 -35.7 0.00162 0 0 0 Chamber_PV initStep
+ 1 -948 608 -35.7 0 0.00162 0.0782 0.0782 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -894 581 -170 0.00128 0 0 0 Tracker initStep
+ 1 -894 581 -170 0 0.00128 0.0814 0.0814 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -806 553 -353 0.00134 0 0 0 Tracker initStep
+ 1 -806 553 -353 0 0.00134 0.087 0.087 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -791 548 -386 0.00111 0 0 0 Tracker initStep
+ 1 -791 548 -386 0 0.00111 0.0661 0.0661 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -742 537 -488 0.00232 0 0 0 Tracker initStep
+ 1 -742 537 -488 0 0.00232 0.205 0.205 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -733 534 -509 0.0103 0 0 0 Tracker initStep
+ 1 -732 535 -508 0.00612 0.00422 1.89 1.89 Tracker eIoni
+ 2 -732 535 -509 0.00114 0.00498 1.09 2.98 Tracker eIoni
+ 3 -732 535 -509 0 0.00114 0.0689 3.04 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -668 519 -651 0.00155 0 0 0 Tracker initStep
+ 1 -668 519 -651 0 0.00155 0.109 0.109 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -652 515 -684 0.0017 0 0 0 Tracker initStep
+ 1 -652 515 -684 0 0.0017 0.125 0.125 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -646 514 -697 0.00104 0 0 0 Tracker initStep
+ 1 -646 514 -697 0 0.00104 0.0603 0.0603 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -645 513 -700 0.00112 0 0 0 Tracker initStep
+ 1 -645 513 -700 0 0.00112 0.0675 0.0675 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -642 512 -707 0.00489 0 0 0 Tracker initStep
+ 1 -642 512 -708 0 0.00489 0.736 0.736 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -583 490 -830 0.00385 0 0 0 Chamber_PV initStep
+ 1 -583 490 -830 0 0.00385 0.262 0.262 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -570 480 -860 0.00328 0 0 0 Chamber_PV initStep
+ 1 -570 480 -860 0 0.00328 0.207 0.207 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -569 478 -864 0.00155 0 0 0 Chamber_PV initStep
+ 1 -569 478 -864 0 0.00155 0.0735 0.0735 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -558 470 -890 0.00343 0 0 0 Chamber_PV initStep
+ 1 -558 470 -890 0 0.00343 0.221 0.221 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -543 456 -930 0.00183 0 0 0 Tracker initStep
+ 1 -543 456 -930 0 0.00183 0.14 0.14 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -469 394 -1.11e+03 0.00948 0 0 0 Tracker initStep
+ 1 -468 394 -1.11e+03 0.00354 0.00595 1.75 1.75 Tracker eIoni
+ 2 -468 395 -1.11e+03 0 0.00354 0.418 2.17 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -418 356 -1.25e+03 0.0144 0 0 0 Tracker initStep
+ 1 -417 355 -1.25e+03 0.00983 0.00459 2.49 2.49 Tracker eIoni
+ 2 -417 355 -1.25e+03 0.00743 0.00135 0.921 3.41 Tracker eIoni
+ 3 -417 354 -1.25e+03 0.00439 0.000864 0.36 3.77 Tracker eIoni
+ 4 -417 354 -1.25e+03 0 0.00439 0.609 4.38 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 171, Parent ID = 112
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -417 354 -1.25e+03 0.00218 0 0 0 Tracker initStep
+ 1 -417 354 -1.25e+03 0 0.00218 0.186 0.186 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 112
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -417 355 -1.25e+03 0.00105 0 0 0 Tracker initStep
+ 1 -417 355 -1.25e+03 0 0.00105 0.0611 0.0611 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -408 348 -1.28e+03 0.0022 0 0 0 Tracker initStep
+ 1 -408 348 -1.28e+03 0 0.0022 0.189 0.189 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -333 279 -1.5e+03 0.00554 0 0 0 Tracker initStep
+ 1 -333 280 -1.5e+03 0 0.00554 0.92 0.92 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -329 277 -1.51e+03 0.00671 0 0 0 Tracker initStep
+ 1 -330 277 -1.51e+03 0.00136 0.00535 1.24 1.24 Tracker eIoni
+ 2 -330 277 -1.51e+03 0 0.00136 0.0894 1.33 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -309 258 -1.56e+03 0.0021 0 0 0 Tracker initStep
+ 1 -309 258 -1.56e+03 0 0.0021 0.174 0.174 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -308 257 -1.57e+03 0.00212 0 0 0 Tracker initStep
+ 1 -308 257 -1.57e+03 0 0.00212 0.177 0.177 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -296 246 -1.6e+03 0.00314 0 0 0 Tracker initStep
+ 1 -297 246 -1.6e+03 0 0.00314 0.34 0.34 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -271 221 -1.68e+03 0.00229 0 0 0 Tracker initStep
+ 1 -271 221 -1.68e+03 0 0.00229 0.201 0.201 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -265 216 -1.7e+03 0.00379 0 0 0 Tracker initStep
+ 1 -265 216 -1.7e+03 0 0.00379 0.471 0.471 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -236 191 -1.78e+03 0.00169 0 0 0 Tracker initStep
+ 1 -236 191 -1.78e+03 0 0.00169 0.125 0.125 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -223 180 -1.81e+03 0.00144 0 0 0 Tracker initStep
+ 1 -223 180 -1.81e+03 0 0.00144 0.0979 0.0979 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -205 165 -1.86e+03 0.00131 0 0 0 Tracker initStep
+ 1 -205 165 -1.86e+03 0 0.00131 0.0843 0.0843 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -151 119 -2e+03 0.0107 0 0 0 Tracker initStep
+ 1 -151 120 -2e+03 0.00513 0.00554 1.93 1.93 Tracker eIoni
+ 2 -151 121 -2e+03 0 0.00513 0.8 2.73 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0367 -0.0659 -1.35e+03 0.00284 0 0 0 Tracker initStep
- 1 -0.156 -0.0229 -1.35e+03 0 0.00284 0.287 0.287 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0298 -0.0531 -1.55e+03 0.00159 0 0 0 Chamber_PV initStep
- 1 -0.0227 -0.0457 -1.55e+03 0 0.00159 0.0762 0.0762 Chamber_PV eIoni
+ 0 -3.34e-05 0.000456 -2.42e+03 5.36 0 0 0 Target initStep
+ 1 0.0428 -0.121 -2.42e+03 4.22 0.447 0.404 0.404 Target eBrem
+ 2 0.126 0.186 -2.42e+03 2.49 1.18 1.11 1.51 Target eBrem
+ 3 0.21 -0.0161 -2.42e+03 0.882 1.61 1.34 2.85 Target eBrem
+ 4 0.167 -0.00954 -2.42e+03 0.253 0.29 0.288 3.14 Target eBrem
+ 5 0.174 -0.0105 -2.42e+03 0 0.253 0.116 3.25 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0219 -0.0386 -1.78e+03 0.0124 0 0 0 Tracker initStep
- 1 0.12 1.4 -1.78e+03 0.0071 0.00525 2.18 2.18 Tracker eIoni
- 2 0.0666 2.03 -1.78e+03 0.00203 0.00507 1.33 3.51 Tracker eIoni
- 3 0.02 2.04 -1.78e+03 0 0.00203 0.166 3.68 Tracker eIoni
+ 0 -7.71e-05 0.000376 -2.42e+03 18.7 0 0 0 Target initStep
+ 1 0.000166 0.000515 -2.42e+03 10.6 3.03 2.23 2.23 Target eBrem
+ 2 -0.0847 -0.124 -2.42e+03 8.86 1.57 1.28 3.52 Target eBrem
+ 3 0.433 -0.433 -2.42e+03 7.87 0.865 0.816 4.33 Target eBrem
+ 4 0.571 -0.999 -2.42e+03 6.5 0.929 0.928 5.26 Target eBrem
+ 5 0.456 -1.25 -2.42e+03 4.91 0.349 0.377 5.64 Target eBrem
+ 6 0.24 -1.35 -2.42e+03 4.25 0.501 0.385 6.02 Target eBrem
+ 7 -0.135 -1.49 -2.42e+03 3.07 0.749 0.712 6.73 Target eBrem
+ 8 -0.198 -1.45 -2.42e+03 0.88 2.19 1.78 8.51 Target eIoni
+ 9 -0.158 -1.47 -2.42e+03 0 0.88 0.627 9.14 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0198 -0.0347 -1.85e+03 0.00456 0 0 0 Tracker initStep
- 1 0.27 -0.0461 -1.85e+03 0 0.00456 0.652 0.652 Tracker eIoni
+ 0 -0.000135 0.000245 -2.43e+03 3.07 0 0 0 Target initStep
+ 1 -0.118 -0.0299 -2.43e+03 0.672 0.552 0.444 0.444 Target eBrem
+ 2 -0.115 -0.038 -2.43e+03 0 0.672 0.449 0.893 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0166 -0.0288 -1.94e+03 0.00258 0 0 0 Tracker initStep
- 1 -0.0703 0.0644 -1.94e+03 0 0.00258 0.244 0.244 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0116 -0.0198 -2.09e+03 0.00314 0 0 0 Tracker initStep
- 1 0.0803 0.1 -2.09e+03 0 0.00314 0.341 0.341 Tracker eIoni
+ 0 -0.000211 -1.16e-05 -2.43e+03 3.36 0 0 0 Target initStep
+ 1 -0.149 0.0633 -2.43e+03 2.25 1.11 1.01 1.01 Target eBrem
+ 2 -0.0387 0.214 -2.43e+03 0.78 1.47 1.51 2.53 Target eIoni
+ 3 -0.0529 0.205 -2.43e+03 0 0.78 0.541 3.07 Target 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 -0.000748 -0.00081 -2.4e+03 1.67 0 0 0 Target initStep
- 1 0.0472 0.0569 -2.4e+03 0.188 1.48 1.25 1.25 Target eIoni
- 2 0.0428 0.0582 -2.4e+03 0 0.188 0.0739 1.32 Target 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 2.2e-06 2.76e-06 -2.43e+03 1.2 0 0 0 Target initStep
- 1 -0.0478 -0.016 -2.43e+03 0.0777 0.636 0.56 0.56 Target eBrem
- 2 -0.0484 -0.0164 -2.43e+03 0 0.0777 0.0183 0.578 Target eIoni
+ 0 -0.000217 -8.07e-05 -2.44e+03 243 0 0 0 Target initStep
+ 1 0.0193 -0.00365 -2.44e+03 228 1.07 0.989 0.989 Target eBrem
+ 2 0.0307 -0.00414 -2.44e+03 227 0.595 0.453 1.44 Target eBrem
+ 3 0.076 0.00453 -2.43e+03 104 1.84 1.37 2.82 Target eBrem
+ 4 0.0902 -0.000217 -2.43e+03 104 0.127 0.16 2.97 Target eBrem
+ 5 0.191 -0.0519 -2.43e+03 72.8 1.65 1.05 4.02 Target eBrem
+ 6 0.221 -0.0531 -2.43e+03 33.1 0.323 0.28 4.3 Target eBrem
+ 7 0.433 -0.0889 -2.43e+03 30.9 1.89 1.45 5.75 Target eBrem
+ 8 0.413 -0.0452 -2.43e+03 30.7 0.107 0.11 5.86 Target eBrem
+ 9 0.372 0.0196 -2.43e+03 24.2 0.215 0.186 6.05 Target eBrem
+ 10 0.173 0.494 -2.43e+03 15.6 1.53 1.38 7.43 Target eBrem
+ 11 0.0932 0.518 -2.43e+03 6.96 0.274 0.218 7.64 Target eBrem
+ 12 -0.159 0.785 -2.43e+03 3.94 2.78 2.38 10 Target eBrem
+ 13 -0.0477 0.862 -2.43e+03 3.37 0.441 0.456 10.5 Target eBrem
+ 14 0.262 0.699 -2.43e+03 1.49 1.87 1.85 12.3 Target eIoni
+ 15 0.343 0.751 -2.43e+03 0.402 0.61 0.564 12.9 Target eBrem
+ 16 0.344 0.753 -2.43e+03 0 0.402 0.226 13.1 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.51e-06 6.29e-06 -2.46e+03 0.00314 0 0 0 World initStep
- 1 0.0449 -0.0901 -2.46e+03 0.00178 0.000373 0.131 0.131 World eIoni
- 2 0.0986 -0.0823 -2.46e+03 0 0.00178 0.134 0.266 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0449 -0.0901 -2.46e+03 0.000991 0 0 0 World initStep
- 1 0.0488 -0.112 -2.46e+03 0 0.000991 0.0563 0.0563 World eIoni
+ 0 -0.000217 -8.1e-05 -2.44e+03 1.39e+03 0 0 0 Target initStep
+ 1 0.000525 -0.00228 -2.44e+03 1.35e+03 0.938 0.598 0.598 Target eBrem
+ 2 0.00102 -0.0043 -2.44e+03 1.23e+03 0.336 0.298 0.896 Target eBrem
+ 3 0.00108 -0.00459 -2.44e+03 1.23e+03 0.0347 0.0448 0.94 Target eBrem
+ 4 0.00184 -0.0093 -2.43e+03 1.23e+03 0.83 0.716 1.66 Target eBrem
+ 5 0.000825 -0.0129 -2.43e+03 1.23e+03 0.675 0.615 2.27 Target eBrem
+ 6 0.00079 -0.0135 -2.43e+03 1.22e+03 0.2 0.203 2.48 Target eBrem
+ 7 0.00056 -0.0144 -2.43e+03 1.13e+03 0.384 0.29 2.77 Target eBrem
+ 8 0.000517 -0.0146 -2.43e+03 1.12e+03 0.0323 0.0315 2.8 Target eBrem
+ 9 0.000496 -0.0148 -2.43e+03 1.12e+03 0.0424 0.0343 2.83 Target eBrem
+ 10 0.00047 -0.0155 -2.43e+03 1.12e+03 0.357 0.138 2.97 Target eBrem
+ 11 0.000812 -0.017 -2.43e+03 1.12e+03 0.501 0.202 3.17 Target eBrem
+ 12 0.00216 -0.0191 -2.43e+03 1.01e+03 0.501 0.343 3.52 Target eBrem
+ 13 0.00497 -0.0189 -2.43e+03 1.01e+03 0.208 0.176 3.69 Target eBrem
+ 14 0.0133 -0.0179 -2.43e+03 729 0.33 0.344 4.04 Target eBrem
+ 15 0.0409 -0.021 -2.43e+03 614 1.62 1.23 5.26 Target eBrem
+ 16 0.0477 -0.022 -2.43e+03 179 0.301 0.293 5.56 Target eBrem
+ 17 0.0528 -0.0224 -2.43e+03 173 0.239 0.169 5.72 Target eBrem
+ 18 0.0538 -0.0226 -2.43e+03 173 0.0387 0.0416 5.77 Target eBrem
+ 19 0.055 -0.0227 -2.43e+03 155 0.103 0.0701 5.84 Target eBrem
+ 20 0.0551 -0.0227 -2.43e+03 149 0.00737 0.00608 5.84 Target eBrem
+ 21 0.0635 -0.0208 -2.43e+03 144 0.369 0.36 6.2 Target eBrem
+ 22 0.0638 -0.0207 -2.43e+03 141 0.00971 0.00754 6.21 Target eBrem
+ 23 0.0618 -0.00948 -2.43e+03 139 1.59 0.7 6.91 Target eBrem
+ 24 0.0494 0.121 -2.43e+03 132 2.79 2.17 9.08 Target eBrem
+ 25 0.0494 0.122 -2.43e+03 111 0.0187 0.0118 9.09 Target eBrem
+ 26 0.0805 0.162 -2.43e+03 110 0.815 0.661 9.75 Target eBrem
+ 27 0.094 0.168 -2.43e+03 85.2 0.372 0.232 9.99 Target eBrem
+ 28 0.0991 0.171 -2.43e+03 83.4 0.681 0.501 10.5 Target eBrem
+ 29 0.108 0.157 -2.43e+03 82.4 0.341 0.32 10.8 Target eBrem
+ 30 0.109 0.157 -2.43e+03 80.2 0.232 0.165 11 Target eBrem
+ 31 0.152 0.0793 -2.42e+03 77.6 1.2 1.01 12 Target eBrem
+ 32 0.155 0.0765 -2.42e+03 59.6 0.0669 0.0532 12 Target eBrem
+ 33 0.268 0.0316 -2.42e+03 58.5 1.02 0.722 12.8 Target eBrem
+ 34 0.389 0.00282 -2.42e+03 42 0.756 0.573 13.3 Target eBrem
+ 35 0.411 0.00181 -2.42e+03 41.6 0.188 0.148 13.5 Target eBrem
+ 36 0.603 -0.081 -2.42e+03 19.6 2.07 1.46 14.9 Target eBrem
+ 37 0.605 -0.08 -2.42e+03 19.5 0.00919 0.014 15 Target eBrem
+ 38 0.689 0.0323 -2.42e+03 15.6 1.59 1.26 16.2 Target eBrem
+ 39 0.697 0.0297 -2.42e+03 13.7 0.86 0.479 16.7 Target eBrem
+ 40 0.66 0.19 -2.42e+03 13.1 0.461 0.468 17.2 Target eBrem
+ 41 0.752 0.65 -2.42e+03 4.02 1.23 0.784 17.9 Target eBrem
+ 42 0.752 0.65 -2.42e+03 3.45 0.000432 0.00319 17.9 Target eBrem
+ 43 0.714 0.634 -2.42e+03 0.691 2.76 1.88 19.8 Target eIoni
+ 44 0.718 0.655 -2.42e+03 0 0.691 0.464 20.3 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 9.15e-06 9.77e-06 -2.49e+03 0.00219 0 0 0 World initStep
- 1 -0.0801 -0.0168 -2.49e+03 0 0.00219 0.187 0.187 World eIoni
+ 0 -9.71e-06 -0.000154 -2.56e+03 4.68 0 0 0 World initStep
+ 1 6.44 -5.05 -2.54e+03 4.68 0.00167 19.9 19.9 World eIoni
+ 2 56.1 -39.1 -2.4e+03 4.66 0.0215 153 172 World eIoni
+ 3 57.3 -40.2 -2.4e+03 4.66 0.00113 3.78 176 Tracker Transportation
+ 4 70 -51.4 -2.37e+03 4.65 0.00391 37.5 214 Tracker eIoni
+ 5 79.1 -58.8 -2.34e+03 4.65 0.003 24.8 239 Tracker eIoni
+ 6 90.5 -68.4 -2.32e+03 4.64 0.00546 32.8 271 Tracker eIoni
+ 7 124 -94.8 -2.24e+03 4.62 0.0153 89 360 Tracker eIoni
+ 8 156 -112 -2.17e+03 4.61 0.0108 76.1 436 Tracker eIoni
+ 9 175 -121 -2.13e+03 4.61 0.00416 43.3 480 Tracker eIoni
+ 10 198 -135 -2.09e+03 4.6 0.00612 53.2 533 Tracker eIoni
+ 11 237 -159 -2e+03 4.48 0.018 94.5 628 Tracker eIoni
+ 12 269 -175 -1.95e+03 4.47 0.0112 62.7 690 Tracker eIoni
+ 13 324 -204 -1.87e+03 4.45 0.0126 100 790 Tracker StepLimiter
+ 14 343 -213 -1.85e+03 4.45 0.00514 32.2 822 Tracker eIoni
+ 15 395 -233 -1.79e+03 4.43 0.0145 85.3 908 Tracker eIoni
+ 16 418 -243 -1.75e+03 4.42 0.00438 39.6 947 Tracker eIoni
+ 17 475 -262 -1.67e+03 4.41 0.0115 100 1.05e+03 Tracker StepLimiter
+ 18 534 -285 -1.6e+03 4.4 0.0168 100 1.15e+03 Tracker StepLimiter
+ 19 553 -294 -1.57e+03 4.39 0.00518 35.7 1.18e+03 Tracker eIoni
+ 20 605 -320 -1.49e+03 4.37 0.016 100 1.28e+03 Tracker StepLimiter
+ 21 615 -325 -1.47e+03 4.37 0.00215 19.7 1.3e+03 Tracker eIoni
+ 22 665 -346 -1.39e+03 4.35 0.0129 100 1.4e+03 Tracker StepLimiter
+ 23 718 -371 -1.31e+03 4.34 0.0146 100 1.5e+03 Tracker StepLimiter
+ 24 772 -397 -1.23e+03 4.33 0.0098 100 1.6e+03 Tracker StepLimiter
+ 25 776 -399 -1.22e+03 4.32 0.00226 8.08 1.61e+03 Tracker eIoni
+ 26 785 -403 -1.2e+03 4.32 0.00137 18.1 1.63e+03 Tracker eIoni
+ 27 824 -420 -1.14e+03 4.27 0.0092 76.6 1.71e+03 Tracker eIoni
+ 28 845 -433 -1.1e+03 4.27 0.00659 46 1.75e+03 Tracker eIoni
+ 29 886 -457 -1.01e+03 4.26 0.0113 100 1.85e+03 Tracker StepLimiter
+ 30 891 -459 -1e+03 4.25 0.00184 11.6 1.86e+03 Tracker eIoni
+ 31 897 -461 -992 4.25 0.00222 13.3 1.88e+03 Tracker eIoni
+ 32 908 -467 -968 4.24 0.00274 27 1.9e+03 Tracker eIoni
+ 33 917 -470 -951 4.24 0.00172 19.4 1.92e+03 Tracker eIoni
+ 34 949 -482 -877 4.23 0.0107 81.5 2e+03 Tracker eIoni
+ 35 993 -502 -789 4.22 0.0102 100 2.1e+03 Tracker StepLimiter
+ 36 996 -503 -784 4.22 0.00223 6.55 2.11e+03 Tracker eIoni
+ 37 1.04e+03 -523 -695 4.2 0.016 100 2.21e+03 Tracker StepLimiter
+ 38 1.04e+03 -524 -691 4.2 0.0019 4.12 2.21e+03 Tracker eIoni
+ 39 1.08e+03 -548 -603 4.18 0.0168 100 2.31e+03 Tracker StepLimiter
+ 40 1.12e+03 -565 -514 4.17 0.00973 100 2.41e+03 Tracker StepLimiter
+ 41 1.14e+03 -572 -477 4.16 0.00724 40.1 2.46e+03 Tracker eIoni
+ 42 1.17e+03 -595 -385 4.15 0.0147 100 2.56e+03 Tracker StepLimiter
+ 43 1.17e+03 -598 -374 4.14 0.00179 12.2 2.57e+03 Tracker eIoni
+ 44 1.19e+03 -616 -313 4.13 0.0118 67.2 2.63e+03 Tracker eIoni
+ 45 1.22e+03 -643 -221 4.11 0.0172 100 2.73e+03 Tracker StepLimiter
+ 46 1.22e+03 -644 -215 4.11 0.00224 6.39 2.74e+03 Tracker eIoni
+ 47 1.24e+03 -670 -121 4.09 0.016 100 2.84e+03 Tracker StepLimiter
+ 48 1.26e+03 -695 -25.8 4.07 0.0165 100 2.94e+03 Tracker StepLimiter
+ 49 1.29e+03 -720 68.2 4.06 0.0117 100 3.04e+03 Tracker StepLimiter
+ 50 1.31e+03 -751 161 4.04 0.0181 100 3.14e+03 Tracker StepLimiter
+ 51 1.32e+03 -777 256 4.03 0.0141 100 3.24e+03 Tracker StepLimiter
+ 52 1.33e+03 -800 353 4.02 0.0115 100 3.34e+03 Tracker StepLimiter
+ 53 1.33e+03 -802 362 4.01 0.00127 9.86 3.35e+03 Tracker eIoni
+ 54 1.35e+03 -828 458 4 0.0171 100 3.45e+03 Tracker StepLimiter
+ 55 1.35e+03 -846 535 3.99 0.00948 79.4 3.53e+03 Tracker eIoni
+ 56 1.36e+03 -864 595 3.98 0.00803 63.1 3.59e+03 Tracker eIoni
+ 57 1.36e+03 -867 607 3.97 0.00197 12.5 3.61e+03 Tracker eIoni
+ 58 1.36e+03 -867 609 3.97 0.000324 1.82 3.61e+03 Tracker eIoni
+ 59 1.37e+03 -888 679 3.96 0.0109 74.1 3.68e+03 Tracker eIoni
+ 60 1.37e+03 -890 687 3.95 0.000678 8.36 3.69e+03 Tracker eIoni
+ 61 1.37e+03 -893 700 3.95 0.00136 13 3.7e+03 Chamber_PV Transportation
+ 62 1.38e+03 -906 740 3.93 0.0174 42.5 3.75e+03 Chamber_PV eIoni
+ 63 1.39e+03 -916 764 3.92 0.00701 27.3 3.77e+03 Chamber_PV eIoni
+ 64 1.38e+03 -921 781 3.91 0.00877 17.4 3.79e+03 Chamber_PV eIoni
+ 65 1.38e+03 -970 900 3.87 0.0415 134 3.92e+03 Tracker Transportation
+ 66 1.35e+03 -1.01e+03 988 3.85 0.012 100 4.02e+03 Tracker StepLimiter
+ 67 1.33e+03 -1.06e+03 1.07e+03 3.84 0.0108 100 4.12e+03 Tracker StepLimiter
+ 68 1.3e+03 -1.1e+03 1.13e+03 3.83 0.00852 72.7 4.2e+03 Tracker eIoni
+ 69 1.27e+03 -1.14e+03 1.21e+03 3.82 0.0171 100 4.3e+03 Tracker StepLimiter
+ 70 1.26e+03 -1.15e+03 1.23e+03 3.81 0.00494 24.2 4.32e+03 Tracker eIoni
+ 71 1.23e+03 -1.2e+03 1.31e+03 3.8 0.0151 100 4.42e+03 Tracker StepLimiter
+ 72 1.23e+03 -1.21e+03 1.33e+03 3.79 0.00255 23.2 4.44e+03 Tracker eIoni
+ 73 1.22e+03 -1.22e+03 1.34e+03 3.79 0.00116 11.9 4.46e+03 Tracker eIoni
+ 74 1.2e+03 -1.26e+03 1.43e+03 3.77 0.0159 100 4.56e+03 Tracker StepLimiter
+ 75 1.19e+03 -1.29e+03 1.5e+03 3.76 0.011 78.4 4.63e+03 Chamber_PV Transportation
+ 76 1.18e+03 -1.3e+03 1.51e+03 3.75 0.00323 9.1 4.64e+03 Chamber_PV eIoni
+ 77 1.18e+03 -1.3e+03 1.51e+03 3.75 8.71e-06 0.0207 4.64e+03 Chamber_PV eIoni
+ 78 1.18e+03 -1.3e+03 1.52e+03 3.74 0.00734 9.94 4.65e+03 Chamber_PV eIoni
+ 79 1.15e+03 -1.37e+03 1.68e+03 3.67 0.0703 191 4.84e+03 Chamber_PV eIoni
+ 80 1.14e+03 -1.37e+03 1.69e+03 3.66 0.00504 10.4 4.86e+03 Chamber_PV eIoni
+ 81 1.14e+03 -1.38e+03 1.7e+03 3.65 0.00412 10.8 4.87e+03 Tracker Transportation
+ 82 1.11e+03 -1.43e+03 1.78e+03 3.64 0.0127 100 4.97e+03 Tracker StepLimiter
+ 83 1.08e+03 -1.47e+03 1.87e+03 3.63 0.0115 100 5.07e+03 Tracker StepLimiter
+ 84 1.06e+03 -1.53e+03 1.95e+03 3.61 0.0187 100 5.17e+03 Tracker StepLimiter
+ 85 1.03e+03 -1.58e+03 2.03e+03 3.6 0.0138 100 5.27e+03 Tracker StepLimiter
+ 86 1.01e+03 -1.64e+03 2.11e+03 3.58 0.0153 100 5.37e+03 Tracker StepLimiter
+ 87 984 -1.7e+03 2.18e+03 3.57 0.0148 100 5.47e+03 Tracker StepLimiter
+ 88 962 -1.74e+03 2.24e+03 3.55 0.0149 79.2 5.55e+03 Tracker eIoni
+ 89 931 -1.81e+03 2.32e+03 3.54 0.0144 100 5.65e+03 Tracker StepLimiter
+ 90 912 -1.84e+03 2.36e+03 3.53 0.00811 63.3 5.71e+03 Tracker eIoni
+ 91 896 -1.87e+03 2.4e+03 3.52 0.00733 47.8 5.76e+03 Tracker eIoni
+ 92 896 -1.87e+03 2.4e+03 3.52 0.000581 1.34 5.76e+03 World Transportation
+ 93 890 -1.88e+03 2.41e+03 3.51 0.0016 16.7 5.77e+03 World eIoni
+ 94 860 -1.94e+03 2.48e+03 3.5 0.00967 96.1 5.87e+03 World eIoni
+ 95 848 -1.96e+03 2.52e+03 3.49 0.00325 40.4 5.91e+03 World eIoni
+ 96 799 -2.04e+03 2.64e+03 3.47 0.02 159 6.07e+03 World eIoni
+ 97 786 -2.07e+03 2.68e+03 3.46 0.00762 48.6 6.12e+03 World eIoni
+ 98 780 -2.08e+03 2.69e+03 3.45 0.00416 19.6 6.14e+03 World eIoni
+ 99 779 -2.08e+03 2.7e+03 3.45 0.000288 1.95 6.14e+03 World eIoni
+ 100 775 -2.09e+03 2.71e+03 3.45 0.00213 12.3 6.15e+03 World eIoni
+ 101 755 -2.12e+03 2.75e+03 3.41 0.00699 62.6 6.21e+03 World eIoni
+ 102 743 -2.14e+03 2.78e+03 3.4 0.00414 36 6.25e+03 World eIoni
+ 103 697 -2.22e+03 2.93e+03 3.37 0.0254 178 6.43e+03 World eIoni
+ 104 695 -2.23e+03 2.94e+03 3.37 0.000758 8.27 6.44e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 302, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 697 -2.22e+03 2.93e+03 0.00729 0 0 0 World initStep
+ 1 697 -2.22e+03 2.93e+03 0.00195 0.00534 1.37 1.37 World eIoni
+ 2 697 -2.22e+03 2.93e+03 0 0.00195 0.155 1.52 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 301, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 743 -2.14e+03 2.78e+03 0.00161 0 0 0 World initStep
+ 1 743 -2.14e+03 2.78e+03 0 0.00161 0.115 0.115 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 300, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 755 -2.12e+03 2.75e+03 0.0321 0 0 0 World initStep
+ 1 756 -2.13e+03 2.75e+03 0.0263 0.00586 6.09 6.09 World eIoni
+ 2 758 -2.13e+03 2.75e+03 0.0222 0.002 3.08 9.17 World eIoni
+ 3 759 -2.12e+03 2.75e+03 0.0194 0.00289 3.84 13 World eIoni
+ 4 761 -2.12e+03 2.75e+03 0.0155 0.00385 3.3 16.3 World eIoni
+ 5 762 -2.12e+03 2.75e+03 0.0111 0.00443 2.66 19 World eIoni
+ 6 763 -2.12e+03 2.75e+03 0.00532 0.00576 1.99 21 World eIoni
+ 7 763 -2.12e+03 2.75e+03 0 0.00532 0.855 21.8 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 303, Parent ID = 300
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 758 -2.13e+03 2.75e+03 0.00202 0 0 0 World initStep
+ 1 758 -2.13e+03 2.75e+03 0 0.00202 0.165 0.165 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 299, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 775 -2.09e+03 2.71e+03 0.00197 0 0 0 World initStep
+ 1 775 -2.09e+03 2.71e+03 0 0.00197 0.158 0.158 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 298, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 779 -2.08e+03 2.7e+03 0.00182 0 0 0 World initStep
+ 1 779 -2.08e+03 2.7e+03 0 0.00182 0.14 0.14 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 297, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 780 -2.08e+03 2.69e+03 0.00124 0 0 0 World initStep
+ 1 780 -2.08e+03 2.69e+03 0 0.00124 0.0782 0.0782 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 296, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 786 -2.07e+03 2.68e+03 0.0057 0 0 0 World initStep
+ 1 786 -2.07e+03 2.68e+03 0 0.0057 0.967 0.967 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 295, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 799 -2.04e+03 2.64e+03 0.00112 0 0 0 World initStep
+ 1 799 -2.04e+03 2.64e+03 0 0.00112 0.067 0.067 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 294, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 848 -1.96e+03 2.52e+03 0.0024 0 0 0 World initStep
+ 1 847 -1.96e+03 2.52e+03 0 0.0024 0.217 0.217 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 293, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 860 -1.94e+03 2.48e+03 0.00511 0 0 0 World initStep
+ 1 861 -1.94e+03 2.48e+03 0 0.00511 0.795 0.795 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 292, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 890 -1.88e+03 2.41e+03 0.0012 0 0 0 World initStep
+ 1 890 -1.88e+03 2.41e+03 0 0.0012 0.0744 0.0744 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 291, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 896 -1.87e+03 2.4e+03 0.00126 0 0 0 Tracker initStep
+ 1 896 -1.87e+03 2.4e+03 0 0.00126 0.0801 0.0801 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 290, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 912 -1.84e+03 2.36e+03 0.00106 0 0 0 Tracker initStep
+ 1 912 -1.84e+03 2.36e+03 0 0.00106 0.0617 0.0617 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 289, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 962 -1.74e+03 2.24e+03 0.00213 0 0 0 Tracker initStep
+ 1 962 -1.74e+03 2.24e+03 0 0.00213 0.18 0.18 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 288, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.14e+03 -1.37e+03 1.69e+03 0.0025 0 0 0 Chamber_PV initStep
+ 1 1.14e+03 -1.37e+03 1.69e+03 0 0.0025 0.141 0.141 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 287, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.15e+03 -1.37e+03 1.68e+03 0.00586 0 0 0 Chamber_PV initStep
+ 1 1.15e+03 -1.37e+03 1.68e+03 0 0.00586 0.507 0.507 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 286, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.18e+03 -1.3e+03 1.52e+03 0.00227 0 0 0 Chamber_PV initStep
+ 1 1.18e+03 -1.3e+03 1.52e+03 0 0.00227 0.124 0.124 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 285, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.18e+03 -1.3e+03 1.51e+03 0.00256 0 0 0 Chamber_PV initStep
+ 1 1.18e+03 -1.3e+03 1.51e+03 0 0.00256 0.146 0.146 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 284, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.18e+03 -1.3e+03 1.51e+03 0.00293 0 0 0 Chamber_PV initStep
+ 1 1.18e+03 -1.3e+03 1.51e+03 0 0.00293 0.176 0.176 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 283, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.22e+03 -1.22e+03 1.34e+03 0.00138 0 0 0 Tracker initStep
+ 1 1.22e+03 -1.22e+03 1.34e+03 0 0.00138 0.0914 0.0914 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 282, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.23e+03 -1.21e+03 1.33e+03 0.00317 0 0 0 Tracker initStep
+ 1 1.23e+03 -1.21e+03 1.33e+03 0 0.00317 0.346 0.346 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 281, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.26e+03 -1.15e+03 1.23e+03 0.00218 0 0 0 Tracker initStep
+ 1 1.26e+03 -1.15e+03 1.23e+03 0 0.00218 0.185 0.185 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 280, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.3e+03 -1.1e+03 1.13e+03 0.00114 0 0 0 Tracker initStep
+ 1 1.3e+03 -1.1e+03 1.13e+03 0 0.00114 0.0691 0.0691 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 279, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.38e+03 -921 781 0.0015 0 0 0 Chamber_PV initStep
+ 1 1.38e+03 -921 781 0 0.0015 0.07 0.07 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 278, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.39e+03 -916 764 0.00568 0 0 0 Chamber_PV initStep
+ 1 1.39e+03 -916 764 0 0.00568 0.482 0.482 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 277, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.38e+03 -906 740 0.00355 0 0 0 Chamber_PV initStep
+ 1 1.38e+03 -906 740 0.00169 0.00186 0.141 0.141 Chamber_PV eIoni
+ 2 1.38e+03 -906 740 0 0.00169 0.0827 0.224 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 276, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.37e+03 -890 687 0.00202 0 0 0 Tracker initStep
+ 1 1.37e+03 -890 687 0 0.00202 0.164 0.164 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 275, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.37e+03 -888 679 0.00113 0 0 0 Tracker initStep
+ 1 1.37e+03 -888 679 0 0.00113 0.068 0.068 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 274, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.36e+03 -867 609 0.00292 0 0 0 Tracker initStep
+ 1 1.36e+03 -867 609 0 0.00292 0.3 0.3 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 273, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.36e+03 -867 607 0.00179 0 0 0 Tracker initStep
+ 1 1.36e+03 -867 607 0 0.00179 0.136 0.136 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 272, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.36e+03 -864 595 0.00219 0 0 0 Tracker initStep
+ 1 1.36e+03 -863 595 0 0.00219 0.188 0.188 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 271, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.35e+03 -846 535 0.00137 0 0 0 Tracker initStep
+ 1 1.35e+03 -846 535 0 0.00137 0.09 0.09 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 270, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.33e+03 -802 362 0.00279 0 0 0 Tracker initStep
+ 1 1.33e+03 -802 362 0 0.00279 0.278 0.278 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 269, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.22e+03 -644 -215 0.00273 0 0 0 Tracker initStep
+ 1 1.22e+03 -644 -215 0 0.00273 0.269 0.269 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 268, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.19e+03 -616 -313 0.00288 0 0 0 Tracker initStep
+ 1 1.19e+03 -616 -313 0 0.00288 0.294 0.294 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 267, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.17e+03 -598 -374 0.00218 0 0 0 Tracker initStep
+ 1 1.17e+03 -598 -374 0 0.00218 0.186 0.186 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 266, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.14e+03 -572 -477 0.00105 0 0 0 Tracker initStep
+ 1 1.14e+03 -572 -477 0 0.00105 0.0608 0.0608 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 265, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.04e+03 -524 -691 0.00154 0 0 0 Tracker initStep
+ 1 1.04e+03 -524 -691 0 0.00154 0.108 0.108 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 264, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 996 -503 -784 0.00135 0 0 0 Tracker initStep
+ 1 996 -503 -784 0 0.00135 0.0881 0.0881 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 263, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 949 -482 -877 0.00101 0 0 0 Tracker initStep
+ 1 949 -481 -877 0 0.00101 0.0579 0.0579 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 262, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 917 -470 -951 0.00159 0 0 0 Tracker initStep
+ 1 917 -470 -951 0 0.00159 0.114 0.114 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 261, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 908 -467 -968 0.00107 0 0 0 Tracker initStep
+ 1 908 -467 -968 0 0.00107 0.0628 0.0628 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 260, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 897 -461 -992 0.00153 0 0 0 Tracker initStep
+ 1 897 -461 -992 0 0.00153 0.107 0.107 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 259, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 891 -459 -1e+03 0.0017 0 0 0 Tracker initStep
+ 1 891 -459 -1e+03 0 0.0017 0.125 0.125 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 258, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 845 -433 -1.1e+03 0.00127 0 0 0 Tracker initStep
+ 1 845 -433 -1.1e+03 0 0.00127 0.0805 0.0805 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 257, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 824 -420 -1.14e+03 0.0362 0 0 0 Tracker initStep
+ 1 826 -418 -1.14e+03 0.0326 0.00222 2.91 2.91 Tracker eIoni
+ 2 827 -417 -1.14e+03 0.0278 0.00129 1.64 4.55 Tracker eIoni
+ 3 831 -417 -1.14e+03 0.0214 0.00643 5.03 9.58 Tracker eIoni
+ 4 831 -417 -1.14e+03 0.019 0.00119 0.774 10.4 Tracker eIoni
+ 5 834 -416 -1.14e+03 0.0156 0.00335 3.23 13.6 Tracker eIoni
+ 6 836 -416 -1.14e+03 0.0116 0.00403 2.68 16.3 Tracker eIoni
+ 7 836 -415 -1.14e+03 0.00798 0.00362 2.07 18.3 Tracker eIoni
+ 8 837 -415 -1.14e+03 0.00539 0.00259 1.5 19.8 Tracker eIoni
+ 9 837 -415 -1.14e+03 0 0.00539 0.875 20.7 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 306, Parent ID = 257
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 831 -417 -1.14e+03 0.00121 0 0 0 Tracker initStep
+ 1 831 -417 -1.14e+03 0 0.00121 0.0751 0.0751 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 305, Parent ID = 257
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 827 -417 -1.14e+03 0.00346 0 0 0 Tracker initStep
+ 1 827 -417 -1.14e+03 0 0.00346 0.403 0.403 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 304, Parent ID = 257
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 826 -418 -1.14e+03 0.00142 0 0 0 Tracker initStep
+ 1 826 -418 -1.14e+03 0 0.00142 0.0954 0.0954 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 256, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 785 -403 -1.2e+03 0.00309 0 0 0 Tracker initStep
+ 1 785 -403 -1.2e+03 0 0.00309 0.323 0.323 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 255, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 776 -399 -1.22e+03 0.00296 0 0 0 Tracker initStep
+ 1 776 -399 -1.22e+03 0.00165 0.00131 0.0984 0.0984 Tracker eIoni
+ 2 776 -399 -1.22e+03 0 0.00165 0.119 0.218 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 254, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 615 -325 -1.47e+03 0.00124 0 0 0 Tracker initStep
+ 1 615 -325 -1.47e+03 0 0.00124 0.0782 0.0782 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 253, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 553 -294 -1.57e+03 0.00498 0 0 0 Tracker initStep
+ 1 553 -294 -1.57e+03 0 0.00498 0.762 0.762 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 252, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 418 -243 -1.75e+03 0.00102 0 0 0 Tracker initStep
+ 1 418 -243 -1.75e+03 0 0.00102 0.0584 0.0584 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 251, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 395 -233 -1.79e+03 0.00153 0 0 0 Tracker initStep
+ 1 395 -233 -1.79e+03 0 0.00153 0.107 0.107 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 250, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 343 -213 -1.85e+03 0.00329 0 0 0 Tracker initStep
+ 1 343 -213 -1.85e+03 0 0.00329 0.369 0.369 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 249, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 269 -175 -1.95e+03 0.00149 0 0 0 Tracker initStep
+ 1 269 -175 -1.95e+03 0 0.00149 0.103 0.103 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 248, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 237 -159 -2e+03 0.101 0 0 0 Tracker initStep
+ 1 217 -154 -1.98e+03 0.0873 0.0137 37.1 37.1 Tracker eIoni
+ 2 203 -161 -1.97e+03 0.0766 0.00974 21.8 58.9 Tracker eIoni
+ 3 187 -150 -1.97e+03 0.0679 0.00874 23.4 82.3 Tracker eIoni
+ 4 174 -150 -1.98e+03 0.0605 0.00734 19.1 101 Tracker eIoni
+ 5 169 -151 -1.99e+03 0.0516 0.00894 15.9 117 Tracker eIoni
+ 6 162 -146 -2e+03 0.0419 0.00967 12.3 130 Tracker eIoni
+ 7 162 -146 -2e+03 0.0398 5.41e-05 0.0372 130 Tracker eIoni
+ 8 161 -146 -2e+03 0.021 0.00202 1.41 131 Tracker eIoni
+ 9 163 -144 -2e+03 0.016 0.00497 3.6 135 Tracker eIoni
+ 10 163 -144 -2e+03 0.0135 0.000816 0.861 135 Tracker eIoni
+ 11 163 -144 -2e+03 0.012 0.000216 0.162 136 Tracker eIoni
+ 12 165 -143 -2e+03 0.00685 0.00382 2.1 138 Tracker eIoni
+ 13 165 -143 -2e+03 0 0.00685 1.27 139 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 312, Parent ID = 248
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 165 -143 -2e+03 0.00135 0 0 0 Tracker initStep
+ 1 165 -143 -2e+03 0 0.00135 0.0883 0.0883 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 311, Parent ID = 248
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 163 -144 -2e+03 0.00129 0 0 0 Tracker initStep
+ 1 163 -144 -2e+03 0 0.00129 0.0829 0.0829 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 310, Parent ID = 248
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 163 -144 -2e+03 0.00166 0 0 0 Tracker initStep
+ 1 163 -144 -2e+03 0 0.00166 0.121 0.121 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 309, Parent ID = 248
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 161 -146 -2e+03 0.0168 0 0 0 Tracker initStep
+ 1 160 -146 -2e+03 0.0141 0.00266 2.86 2.86 Tracker eIoni
+ 2 158 -145 -2e+03 0.0115 0.00258 2.44 5.3 Tracker eIoni
+ 3 159 -144 -2e+03 0.00513 0.00638 2.06 7.36 Tracker eIoni
+ 4 159 -144 -2e+03 0.00184 0.00329 0.605 7.96 Tracker eIoni
+ 5 159 -144 -2e+03 0 0.00184 0.142 8.1 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 308, Parent ID = 248
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 162 -146 -2e+03 0.00209 0 0 0 Tracker initStep
+ 1 162 -146 -2e+03 0 0.00209 0.173 0.173 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 307, Parent ID = 248
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 203 -161 -1.97e+03 0.000998 0 0 0 Tracker initStep
+ 1 203 -161 -1.97e+03 0 0.000998 0.0569 0.0569 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 247, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 198 -135 -2.09e+03 0.00137 0 0 0 Tracker initStep
+ 1 198 -135 -2.09e+03 0 0.00137 0.09 0.09 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 246, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 175 -121 -2.13e+03 0.00109 0 0 0 Tracker initStep
+ 1 175 -121 -2.13e+03 0 0.00109 0.0644 0.0644 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 245, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 156 -112 -2.17e+03 0.00106 0 0 0 Tracker initStep
+ 1 156 -112 -2.17e+03 0 0.00106 0.0621 0.0621 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 244, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 124 -94.8 -2.24e+03 0.00131 0 0 0 Tracker initStep
+ 1 124 -94.8 -2.24e+03 0 0.00131 0.0848 0.0848 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 243, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 90.5 -68.4 -2.32e+03 0.00165 0 0 0 Tracker initStep
+ 1 90.4 -68.4 -2.32e+03 0 0.00165 0.12 0.12 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 242, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 79.1 -58.8 -2.34e+03 0.00217 0 0 0 Tracker initStep
+ 1 79.2 -58.8 -2.34e+03 0 0.00217 0.184 0.184 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 241, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 70 -51.4 -2.37e+03 0.00146 0 0 0 Tracker initStep
+ 1 70 -51.4 -2.37e+03 0 0.00146 0.0992 0.0992 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 240, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 56.1 -39.1 -2.4e+03 0.00137 0 0 0 World initStep
+ 1 56.1 -39.1 -2.4e+03 0 0.00137 0.0902 0.0902 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 239, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 6.44 -5.05 -2.54e+03 0.00126 0 0 0 World initStep
+ 1 6.47 -5.06 -2.54e+03 0 0.00126 0.0801 0.0801 World eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 9.9e-06 1.12e-05 -2.5e+03 0.0014 0 0 0 World initStep
- 1 0.0186 -0.0346 -2.5e+03 0 0.0014 0.0932 0.0932 World eIoni
+ 0 -1.03e-05 -0.00015 -2.57e+03 0.00129 0 0 0 World initStep
+ 1 0.00796 0.0337 -2.57e+03 0 0.00129 0.0831 0.0831 World eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.8e-06 1.86e-05 -2.58e+03 0.0142 0 0 0 World initStep
- 1 -0.532 0.693 -2.58e+03 0.0114 0.000638 1 1 World eIoni
- 2 -0.738 0.654 -2.58e+03 0.00961 0.000166 0.262 1.27 World eIoni
- 3 -0.987 -0.145 -2.58e+03 0.0043 0.00531 1.77 3.04 World eIoni
- 4 -1.14 -0.359 -2.58e+03 0 0.0043 0.588 3.63 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 5
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.738 0.654 -2.58e+03 0.00164 0 0 0 World initStep
- 1 -0.788 0.666 -2.58e+03 0 0.00164 0.119 0.119 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 5
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.532 0.693 -2.58e+03 0.00218 0 0 0 World initStep
- 1 -0.536 0.773 -2.58e+03 0 0.00218 0.186 0.186 World eIoni
+ 0 2.22e-06 -4.67e-05 -2.71e+03 0.00191 0 0 0 World initStep
+ 1 -0.00197 0.0648 -2.71e+03 0 0.00191 0.15 0.15 World eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.79e-06 2.88e-06 -2.77e+03 0.00174 0 0 0 World initStep
- 1 -0.00991 -0.0552 -2.77e+03 0 0.00174 0.131 0.131 World eIoni
+ 0 5.82e-07 -2.49e-05 -2.74e+03 0.0254 0 0 0 World initStep
+ 1 -2.58 2.49 -2.74e+03 0.0196 0.00576 4.49 4.49 World eIoni
+ 2 -3.25 4.8 -2.75e+03 0.017 0.00267 3.35 7.84 World eIoni
+ 3 -1.6 5.96 -2.75e+03 0.0118 0.0052 2.89 10.7 World eIoni
+ 4 -1.11 7.23 -2.75e+03 0.00779 0.00398 2.1 12.8 World eIoni
+ 5 -0.462 7.58 -2.75e+03 0.00391 0.00388 1.47 14.3 World eIoni
+ 6 -0.369 7.74 -2.75e+03 0 0.00391 0.497 14.8 World eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.73e-06 2.83e-06 -2.81e+03 0.00133 0 0 0 World initStep
- 1 -0.0134 -0.0335 -2.81e+03 0 0.00133 0.0861 0.0861 World eIoni
+ 0 5.88e-08 -5.07e-07 -2.79e+03 0.00194 0 0 0 World initStep
+ 1 -0.0119 -0.0656 -2.79e+03 0 0.00194 0.154 0.154 World eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -2.92e+03 0.00506 0 0 0 World initStep
- 1 0.126 0.21 -2.92e+03 0.00216 0.00158 0.329 0.329 World eIoni
- 2 0.0918 0.271 -2.92e+03 0 0.00216 0.183 0.512 World eIoni
+ 0 0 0 -2.79e+03 0.0045 0 0 0 World initStep
+ 1 -0.0696 0.274 -2.79e+03 0 0.0045 0.636 0.636 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 2
+* G4Track Information: Particle = gamma, Track ID = 238, Parent ID = 8
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.126 0.21 -2.92e+03 0.00131 0 0 0 World initStep
- 1 0.117 0.225 -2.92e+03 0 0.00131 0.0849 0.0849 World eIoni
+ 0 0.752 0.65 -2.42e+03 0.57 0 0 0 Target initStep
+ 1 0.471 -1.4 -2.4e+03 0.221 0 16.9 16.9 Target compt
+ 2 0.383 -0.718 -2.4e+03 0 0.0883 0.719 17.6 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 9
+* G4Track Information: Particle = e-, Track ID = 314, Parent ID = 238
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0478 -0.016 -2.43e+03 0.489 0 0 0 Target initStep
- 1 -9.67 -4.44 -2.45e+03 0.489 0 23.4 23.4 Target Rayl
- 2 -10.6 -6.56 -2.45e+03 0.489 0 3.94 27.3 World Transportation
- 3 -145 -330 -2.94e+03 0.489 0 602 630 OutOfWorld Transportation
->>> Event: 0
- 43 hits stored in this event
-### Run 2 starts.
---> Event 0 starts.
->>> Event: 0
- 0 hits stored in this event
->>> Event: 1
- 22 hits stored in this event
->>> Event: 2
- 0 hits stored in this event
->>> Event: 3
- 0 hits stored in this event
->>> Event: 4
- 0 hits stored in this event
->>> Event: 5
- 0 hits stored in this event
->>> Event: 6
- 0 hits stored in this event
->>> Event: 7
- 0 hits stored in this event
->>> Event: 8
- 0 hits stored in this event
->>> Event: 9
- 0 hits stored in this event
->>> Event: 10
- 0 hits stored in this event
->>> Event: 11
- 51 hits stored in this event
->>> Event: 12
- 0 hits stored in this event
->>> Event: 13
- 0 hits stored in this event
->>> Event: 14
- 0 hits stored in this event
->>> Event: 15
- 0 hits stored in this event
->>> Event: 16
- 0 hits stored in this event
->>> Event: 17
- 0 hits stored in this event
->>> Event: 18
- 0 hits stored in this event
->>> Event: 19
- 0 hits stored in this event
->>> Event: 20
- 0 hits stored in this event
->>> Event: 21
- 0 hits stored in this event
->>> Event: 22
- 0 hits stored in this event
->>> Event: 23
- 0 hits stored in this event
->>> Event: 24
- 101 hits stored in this event
->>> Event: 25
- 0 hits stored in this event
->>> Event: 26
- 0 hits stored in this event
->>> Event: 27
- 0 hits stored in this event
->>> Event: 28
- 96 hits stored in this event
->>> Event: 29
- 0 hits stored in this event
->>> Event: 30
- 0 hits stored in this event
->>> Event: 31
- 0 hits stored in this event
->>> Event: 32
- 0 hits stored in this event
->>> Event: 33
- 0 hits stored in this event
->>> Event: 34
- 0 hits stored in this event
->>> Event: 35
- 0 hits stored in this event
->>> Event: 36
- 0 hits stored in this event
->>> Event: 37
- 0 hits stored in this event
->>> Event: 38
- 0 hits stored in this event
->>> Event: 39
- 0 hits stored in this event
->>> Event: 40
- 0 hits stored in this event
->>> Event: 41
- 0 hits stored in this event
->>> Event: 42
- 77 hits stored in this event
->>> Event: 43
- 105 hits stored in this event
->>> Event: 44
- 0 hits stored in this event
->>> Event: 45
- 0 hits stored in this event
->>> Event: 46
- 185 hits stored in this event
->>> Event: 47
- 0 hits stored in this event
->>> Event: 48
- 75 hits stored in this event
->>> Event: 49
- 0 hits stored in this event
->>> Event: 50
- 19 hits stored in this event
->>> Event: 51
- 0 hits stored in this event
->>> Event: 52
- 0 hits stored in this event
->>> Event: 53
- 0 hits stored in this event
->>> Event: 54
- 0 hits stored in this event
->>> Event: 55
- 0 hits stored in this event
->>> Event: 56
- 0 hits stored in this event
->>> Event: 57
- 0 hits stored in this event
->>> Event: 58
- 0 hits stored in this event
->>> Event: 59
- 0 hits stored in this event
->>> Event: 60
- 43 hits stored in this event
->>> Event: 61
- 0 hits stored in this event
->>> Event: 62
- 0 hits stored in this event
->>> Event: 63
- 0 hits stored in this event
->>> Event: 64
- 0 hits stored in this event
->>> Event: 65
- 0 hits stored in this event
->>> Event: 66
- 61 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
->>> Event: 70
- 118 hits stored in this event
->>> Event: 71
- 0 hits stored in this event
->>> Event: 72
- 0 hits stored in this event
->>> Event: 73
- 0 hits stored in this event
->>> Event: 74
- 0 hits stored in this event
->>> Event: 75
- 0 hits stored in this event
->>> Event: 76
- 0 hits stored in this event
->>> Event: 77
- 0 hits stored in this event
->>> Event: 78
- 0 hits stored in this event
->>> Event: 79
- 0 hits stored in this event
->>> Event: 80
- 0 hits stored in this event
->>> Event: 81
- 0 hits stored in this event
->>> Event: 82
- 0 hits stored in this event
->>> Event: 83
- 0 hits stored in this event
->>> Event: 84
- 0 hits stored in this event
->>> Event: 85
- 166 hits stored in this event
->>> Event: 86
- 0 hits stored in this event
->>> Event: 87
- 0 hits stored in this event
->>> Event: 88
- 0 hits stored in this event
+ 0 0.383 -0.718 -2.4e+03 0.133 0 0 0 Target initStep
+ 1 0.383 -0.716 -2.4e+03 0 0.133 0.0432 0.0432 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 313, Parent ID = 238
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.471 -1.4 -2.4e+03 0.348 0 0 0 Target initStep
+ 1 0.471 -1.4 -2.4e+03 0 0.348 0.185 0.185 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 237, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.752 0.65 -2.42e+03 7.86 0 0 0 Target initStep
+ 1 4.6 -5.98 -2.4e+03 7.86 0 20.5 20.5 Tracker Transportation
+ 2 308 -529 -900 7.86 0 1.62e+03 1.64e+03 Chamber_PV Transportation
+ 3 349 -598 -700 7.86 0 216 1.85e+03 Tracker Transportation
+ 4 470 -807 -100 7.86 0 647 2.5e+03 Chamber_PV Transportation
+ 5 511 -877 100 7.86 0 216 2.72e+03 Tracker Transportation
+ 6 632 -1.09e+03 700 7.86 0 647 3.36e+03 Chamber_PV Transportation
+ 7 673 -1.16e+03 900 7.86 0 216 3.58e+03 Tracker Transportation
+ 8 794 -1.36e+03 1.5e+03 7.86 0 647 4.23e+03 Chamber_PV Transportation
+ 9 834 -1.43e+03 1.7e+03 7.86 0 216 4.44e+03 Tracker Transportation
+ 10 976 -1.68e+03 2.4e+03 7.86 0 755 5.2e+03 World Transportation
+ 11 1.09e+03 -1.87e+03 2.94e+03 7.86 0 582 5.78e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 236, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.66 0.19 -2.42e+03 0.134 0 0 0 Target initStep
+ 1 0.677 0.247 -2.42e+03 0 0.0158 0.105 0.105 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 315, Parent ID = 236
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.677 0.247 -2.42e+03 0.118 0 0 0 Target initStep
+ 1 0.677 0.249 -2.42e+03 0 0.118 0.0356 0.0356 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 235, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.697 0.0297 -2.42e+03 0.989 0 0 0 Target initStep
+ 1 -0.69 1.79 -2.41e+03 0 0.0883 6.62 6.62 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 316, Parent ID = 235
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.69 1.79 -2.41e+03 0.901 0 0 0 Target initStep
+ 1 -0.684 1.8 -2.41e+03 0 0.901 0.645 0.645 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 234, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.689 0.0323 -2.42e+03 2.36 0 0 0 Target initStep
+ 1 1.13 -0.148 -2.41e+03 0.231 0 7.07 7.07 Target compt
+ 2 1.04 -0.142 -2.41e+03 0 0.0883 0.652 7.72 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 318, Parent ID = 234
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.04 -0.142 -2.41e+03 0.143 0 0 0 Target initStep
+ 1 1.05 -0.14 -2.41e+03 0 0.143 0.0481 0.0481 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 317, Parent ID = 234
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.13 -0.148 -2.41e+03 2.13 0 0 0 Target initStep
+ 1 1.14 -0.152 -2.41e+03 0 2.13 1.47 1.47 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 233, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.605 -0.08 -2.42e+03 0.098 0 0 0 Target initStep
+ 1 0.611 -0.0718 -2.42e+03 0 0.0883 0.0852 0.0852 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 319, Parent ID = 233
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.611 -0.0718 -2.42e+03 0.00971 0 0 0 Target initStep
+ 1 0.611 -0.0719 -2.42e+03 0 0.00971 0.000673 0.000673 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 232, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.603 -0.081 -2.42e+03 19.9 0 0 0 Target initStep
+ 1 -0.619 0.576 -2.41e+03 0 0 7.15 7.15 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 320, Parent ID = 232
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.619 0.576 -2.41e+03 9.04 0 0 0 Target initStep
+ 1 -0.685 0.607 -2.41e+03 8.32 0.463 0.386 0.386 Target eBrem
+ 2 -0.894 0.518 -2.41e+03 5.94 1.08 0.916 1.3 Target eIoni
+ 3 -1.09 0.426 -2.41e+03 4.92 0.75 0.333 1.63 Target eBrem
+ 4 -1.38 0.384 -2.41e+03 2.5 0.715 0.394 2.03 Target eIoni
+ 5 -1.58 0.347 -2.41e+03 1.59 0.674 0.672 2.7 Target eBrem
+ 6 -1.66 0.408 -2.41e+03 0.49 1.1 1.21 3.91 Target eIoni
+ 7 -1.67 0.41 -2.41e+03 0 0.49 0.297 4.2 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 325, Parent ID = 320
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.38 0.384 -2.41e+03 1.71 0 0 0 Target initStep
+ 1 -1.48 0.453 -2.41e+03 0.6 0.858 0.781 0.781 Target eBrem
+ 2 -1.46 0.449 -2.41e+03 0 0.6 0.387 1.17 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 323, Parent ID = 320
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.894 0.518 -2.41e+03 1.3 0 0 0 Target initStep
+ 1 -0.89 0.466 -2.41e+03 0 1.3 0.987 0.987 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 327, Parent ID = 325
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.48 0.453 -2.41e+03 0.25 0 0 0 Target initStep
+ 1 0.149 0.317 -2.41e+03 0 0.0883 1.65 1.65 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 328, Parent ID = 327
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.149 0.317 -2.41e+03 0.161 0 0 0 Target initStep
+ 1 0.152 0.316 -2.41e+03 0 0.161 0.0585 0.0585 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 326, Parent ID = 320
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.58 0.347 -2.41e+03 0.234 0 0 0 Target initStep
+ 1 -4.03 2.09 -2.41e+03 0 0.0883 4.02 4.02 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 329, Parent ID = 326
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.03 2.09 -2.41e+03 0.146 0 0 0 Target initStep
+ 1 -4.03 2.08 -2.41e+03 0 0.146 0.0499 0.0499 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 324, Parent ID = 320
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.09 0.426 -2.41e+03 0.27 0 0 0 Target initStep
+ 1 -1.61 0.315 -2.41e+03 0 0.0883 0.55 0.55 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 330, Parent ID = 324
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.61 0.315 -2.41e+03 0.182 0 0 0 Target initStep
+ 1 -1.61 0.317 -2.41e+03 0 0.182 0.0704 0.0704 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 322, Parent ID = 320
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.685 0.607 -2.41e+03 0.253 0 0 0 Target initStep
+ 1 -0.757 0.448 -2.41e+03 0.166 0 0.801 0.801 Target compt
+ 2 -0.915 0.343 -2.41e+03 0 0.0883 0.195 0.995 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 332, Parent ID = 322
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.915 0.343 -2.41e+03 0.0781 0 0 0 Target initStep
+ 1 -0.916 0.343 -2.41e+03 0 0.0781 0.0184 0.0184 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 331, Parent ID = 322
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.757 0.448 -2.41e+03 0.0864 0 0 0 Target initStep
+ 1 -0.757 0.449 -2.41e+03 0 0.0864 0.0217 0.0217 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 231, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.411 0.00181 -2.42e+03 0.243 0 0 0 Target initStep
+ 1 0.446 -0.0126 -2.42e+03 0 0.0883 0.256 0.256 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 333, Parent ID = 231
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.446 -0.0126 -2.42e+03 0.155 0 0 0 Target initStep
+ 1 0.446 -0.0145 -2.42e+03 0 0.155 0.0549 0.0549 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 230, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.389 0.00282 -2.42e+03 15.7 0 0 0 Target initStep
+ 1 0.607 0.00179 -2.42e+03 0 0 1.57 1.57 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 334, Parent ID = 230
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.607 0.00179 -2.42e+03 3.67 0 0 0 Target initStep
+ 1 0.634 0.0108 -2.42e+03 1.49 2.18 1.93 1.93 Target eIoni
+ 2 0.553 -0.0538 -2.42e+03 0 1.49 1.14 3.07 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 229, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.268 0.0316 -2.42e+03 0.11 0 0 0 Target initStep
+ 1 0.293 0.0257 -2.42e+03 0 0.0883 0.115 0.115 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 336, Parent ID = 229
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.293 0.0257 -2.42e+03 0.0222 0 0 0 Target initStep
+ 1 0.293 0.0258 -2.42e+03 0 0.0222 0.0024 0.0024 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 228, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.155 0.0765 -2.42e+03 17.9 0 0 0 Target initStep
+ 1 1.48 -0.472 -2.42e+03 0 0 8.98 8.98 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 337, Parent ID = 228
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.48 -0.472 -2.42e+03 11.6 0 0 0 Target initStep
+ 1 1.6 -0.606 -2.41e+03 8.48 1.42 1.28 1.28 Target eBrem
+ 2 1.6 -0.607 -2.41e+03 7.35 0.0287 0.0313 1.31 Target eBrem
+ 3 1.56 -0.607 -2.41e+03 6.82 0.418 0.346 1.65 Target eBrem
+ 4 1.55 -0.595 -2.41e+03 6.37 0.449 0.425 2.08 Target eBrem
+ 5 1.4 -0.895 -2.41e+03 4.68 1.46 1.42 3.5 Target eBrem
+ 6 1.44 -1.32 -2.41e+03 3.23 1.31 0.862 4.36 Target eBrem
+ 7 1.4 -1.43 -2.41e+03 0.99 2.24 1.82 6.18 Target eIoni
+ 8 1.44 -1.47 -2.41e+03 0 0.99 0.722 6.9 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 343, Parent ID = 337
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.44 -1.32 -2.41e+03 0.136 0 0 0 Target initStep
+ 1 1.44 -1.39 -2.41e+03 0 0.00382 0.216 0.216 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 344, Parent ID = 343
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.44 -1.39 -2.41e+03 0.132 0 0 0 Target initStep
+ 1 1.44 -1.39 -2.41e+03 0 0.132 0.0427 0.0427 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 342, Parent ID = 337
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.4 -0.895 -2.41e+03 0.236 0 0 0 Target initStep
+ 1 1.48 -2.14 -2.41e+03 0.14 0 1.4 1.4 Target compt
+ 2 0.79 -1.99 -2.41e+03 0 0.0883 0.964 2.37 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 346, Parent ID = 342
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.79 -1.99 -2.41e+03 0.0513 0 0 0 Target initStep
+ 1 0.79 -1.99 -2.41e+03 0 0.0513 0.00929 0.00929 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 345, Parent ID = 342
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.48 -2.14 -2.41e+03 0.0961 0 0 0 Target initStep
+ 1 1.48 -2.14 -2.41e+03 0 0.0961 0.0257 0.0257 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 341, Parent ID = 337
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.56 -0.607 -2.41e+03 0.109 0 0 0 Target initStep
+ 1 1.46 -0.607 -2.41e+03 0 0.0883 0.321 0.321 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 347, Parent ID = 341
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.46 -0.607 -2.41e+03 0.0203 0 0 0 Target initStep
+ 1 1.46 -0.607 -2.41e+03 0 0.0203 0.00208 0.00208 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 340, Parent ID = 337
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.6 -0.607 -2.41e+03 1.1 0 0 0 Target initStep
+ 1 1.11 -0.259 -2.41e+03 0 0.0883 8.21 8.21 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 348, Parent ID = 340
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.11 -0.259 -2.41e+03 1.01 0 0 0 Target initStep
+ 1 1.14 -0.222 -2.41e+03 0.51 0.505 0.535 0.535 Target eBrem
+ 2 1.14 -0.243 -2.41e+03 0 0.51 0.313 0.848 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 339, Parent ID = 337
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.6 -0.606 -2.41e+03 1.7 0 0 0 Target initStep
+ 1 -0.0257 -1.18 -2.4e+03 1.7 0 14.7 14.7 Tracker Transportation
+ 2 -78.4 -28.6 -1.7e+03 1.7 0 705 720 Chamber_PV Transportation
+ 3 -101 -36.5 -1.5e+03 1.7 0 201 921 Tracker Transportation
+ 4 -168 -60 -900 1.7 0 604 1.53e+03 Chamber_PV Transportation
+ 5 -190 -67.8 -700 1.7 0 201 1.73e+03 Tracker Transportation
+ 6 -258 -91.4 -100 1.7 0 604 2.33e+03 Chamber_PV Transportation
+ 7 -280 -99.2 100 1.7 0 201 2.53e+03 Tracker Transportation
+ 8 -347 -123 700 1.7 0 604 3.14e+03 Chamber_PV Transportation
+ 9 -370 -131 900 1.7 0 201 3.34e+03 Tracker Transportation
+ 10 -437 -154 1.5e+03 1.7 0 604 3.94e+03 Chamber_PV Transportation
+ 11 -459 -162 1.7e+03 1.7 0 201 4.14e+03 Tracker Transportation
+ 12 -538 -189 2.4e+03 1.7 0 705 4.85e+03 World Transportation
+ 13 -598 -211 2.94e+03 1.7 0 544 5.39e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 227, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.152 0.0793 -2.42e+03 1.35 0 0 0 Target initStep
+ 1 1.4 -0.537 -2.41e+03 1.32 0 16 16 Target compt
+ 2 1.4 -0.543 -2.41e+03 0.243 0 0.0511 16 Target compt
+ 3 1.41 -0.55 -2.41e+03 0 0.0883 0.0195 16 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 351, Parent ID = 227
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.41 -0.55 -2.41e+03 0.154 0 0 0 Target initStep
+ 1 1.41 -0.553 -2.41e+03 0 0.154 0.0545 0.0545 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 350, Parent ID = 227
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.4 -0.543 -2.41e+03 1.08 0 0 0 Target initStep
+ 1 1.39 -0.545 -2.41e+03 0 1.08 0.8 0.8 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 349, Parent ID = 227
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.4 -0.537 -2.41e+03 0.0312 0 0 0 Target initStep
+ 1 1.4 -0.537 -2.41e+03 0 0.0312 0.00414 0.00414 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 226, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.109 0.157 -2.43e+03 2 0 0 0 Target initStep
+ 1 0.176 0.0326 -2.42e+03 0.478 0 9.55 9.55 Target compt
+ 2 0.213 -0.88 -2.42e+03 0 0.0883 0.927 10.5 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 353, Parent ID = 226
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.213 -0.88 -2.42e+03 0.389 0 0 0 Target initStep
+ 1 0.217 -0.893 -2.42e+03 0 0.389 0.216 0.216 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 352, Parent ID = 226
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.176 0.0326 -2.42e+03 1.52 0 0 0 Target initStep
+ 1 0.175 0.0562 -2.42e+03 0.754 0.499 0.496 0.496 Target eBrem
+ 2 0.182 0.0921 -2.42e+03 0 0.754 0.519 1.01 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 354, Parent ID = 352
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.175 0.0562 -2.42e+03 0.271 0 0 0 Target initStep
+ 1 -0.165 0.103 -2.42e+03 0.155 0 0.384 0.384 Target compt
+ 2 0.97 0.208 -2.41e+03 0 0.0158 1.43 1.82 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 356, Parent ID = 354
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.97 0.208 -2.41e+03 0.139 0 0 0 Target initStep
+ 1 0.97 0.208 -2.41e+03 0 0.139 0.0462 0.0462 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 355, Parent ID = 354
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.165 0.103 -2.42e+03 0.116 0 0 0 Target initStep
+ 1 -0.167 0.103 -2.42e+03 0 0.116 0.035 0.035 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 225, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.108 0.157 -2.43e+03 0.618 0 0 0 Target initStep
+ 1 0.16 0.0968 -2.42e+03 0.28 0 3.33 3.33 Target compt
+ 2 0.306 -0.0277 -2.42e+03 0.228 0 0.192 3.52 Target compt
+ 3 0.396 -0.0349 -2.42e+03 0 0.0883 0.128 3.65 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 359, Parent ID = 225
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.396 -0.0349 -2.42e+03 0.14 0 0 0 Target initStep
+ 1 0.396 -0.0345 -2.42e+03 0 0.14 0.0468 0.0468 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 358, Parent ID = 225
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.306 -0.0277 -2.42e+03 0.0513 0 0 0 Target initStep
+ 1 0.306 -0.0282 -2.42e+03 0 0.0513 0.00929 0.00929 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 357, Parent ID = 225
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.16 0.0968 -2.42e+03 0.339 0 0 0 Target initStep
+ 1 0.157 0.0998 -2.42e+03 0 0.339 0.178 0.178 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 224, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0991 0.171 -2.43e+03 1.15 0 0 0 Target initStep
+ 1 0.325 -0.0124 -2.41e+03 0 0.0883 20.6 20.6 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 360, Parent ID = 224
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.325 -0.0124 -2.41e+03 1.06 0 0 0 Target initStep
+ 1 0.312 -0.0331 -2.41e+03 0 1.06 0.782 0.782 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 223, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.094 0.168 -2.43e+03 24.3 0 0 0 Target initStep
+ 1 0.607 0.509 -2.42e+03 0 0 9.61 9.61 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 361, Parent ID = 223
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.607 0.509 -2.42e+03 5.97 0 0 0 Target initStep
+ 1 0.647 0.506 -2.42e+03 4.46 0.551 0.58 0.58 Target eBrem
+ 2 0.981 0.634 -2.42e+03 0.939 3.52 2.11 2.69 Target eIoni
+ 3 0.984 0.592 -2.42e+03 0 0.939 0.678 3.37 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 363, Parent ID = 361
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.647 0.506 -2.42e+03 0.964 0 0 0 Target initStep
+ 1 0.697 0.522 -2.42e+03 0.349 0 0.0884 0.0884 Target compt
+ 2 -2.79 1.74 -2.41e+03 0 0.0883 4.5 4.59 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 365, Parent ID = 363
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.79 1.74 -2.41e+03 0.26 0 0 0 Target initStep
+ 1 -2.8 1.75 -2.41e+03 0 0.26 0.121 0.121 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 364, Parent ID = 363
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.697 0.522 -2.42e+03 0.616 0 0 0 Target initStep
+ 1 0.72 0.524 -2.42e+03 0 0.616 0.401 0.401 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 222, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0805 0.162 -2.43e+03 0.474 0 0 0 Target initStep
+ 1 0.107 0.18 -2.43e+03 0.175 0 0.537 0.537 Target compt
+ 2 0.711 0.0865 -2.43e+03 0 0.0883 1.19 1.73 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 367, Parent ID = 222
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.711 0.0865 -2.43e+03 0.0871 0 0 0 Target initStep
+ 1 0.711 0.0866 -2.43e+03 0 0.0871 0.022 0.022 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 366, Parent ID = 222
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.107 0.18 -2.43e+03 0.298 0 0 0 Target initStep
+ 1 0.106 0.18 -2.43e+03 0 0.298 0.148 0.148 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 221, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0494 0.122 -2.43e+03 21.2 0 0 0 Target initStep
+ 1 0.0243 0.685 -2.42e+03 9.1 0 6.56 6.56 Target compt
+ 2 2.8 -2.03 -2.4e+03 9.1 0 21.2 27.8 Tracker Transportation
+ 3 96 -93.2 -1.7e+03 9.1 0 712 740 Chamber_PV Transportation
+ 4 123 -119 -1.5e+03 9.1 0 203 943 Tracker Transportation
+ 5 202 -197 -900 9.1 0 610 1.55e+03 Chamber_PV Transportation
+ 6 229 -223 -700 9.1 0 203 1.76e+03 Tracker Transportation
+ 7 309 -302 -100 9.1 0 610 2.37e+03 Chamber_PV Transportation
+ 8 336 -328 100 9.1 0 203 2.57e+03 Tracker Transportation
+ 9 415 -406 700 9.1 0 610 3.18e+03 Chamber_PV Transportation
+ 10 442 -432 900 9.1 0 203 3.38e+03 Tracker Transportation
+ 11 522 -510 1.5e+03 9.1 0 610 3.99e+03 Chamber_PV Transportation
+ 12 548 -536 1.7e+03 9.1 0 203 4.2e+03 Tracker Transportation
+ 13 642 -627 2.4e+03 9.1 0 712 4.91e+03 World Transportation
+ 14 714 -697 2.94e+03 9.1 0 549 5.46e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 368, Parent ID = 221
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0243 0.685 -2.42e+03 12.1 0 0 0 Target initStep
+ 1 0.00782 0.724 -2.42e+03 11.7 0.204 0.166 0.166 Target eBrem
+ 2 0.00716 0.725 -2.42e+03 11.2 0.00237 0.00382 0.17 Target eBrem
+ 3 -0.165 0.931 -2.42e+03 7.12 2.2 1.56 1.73 Target eBrem
+ 4 -0.108 0.977 -2.42e+03 6.81 0.189 0.169 1.9 Target eBrem
+ 5 0.385 1.12 -2.42e+03 4.68 1.57 1.44 3.34 Target eBrem
+ 6 0.4 1.11 -2.42e+03 4.43 0.0307 0.0187 3.36 Target eBrem
+ 7 0.512 1.05 -2.42e+03 4.03 0.168 0.146 3.5 Target eBrem
+ 8 0.814 1.05 -2.42e+03 2.16 1.76 1.38 4.88 Target eBrem
+ 9 0.835 0.916 -2.42e+03 1.12 0.24 0.233 5.12 Target eBrem
+ 10 0.886 0.883 -2.42e+03 0 1.12 0.833 5.95 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 377, Parent ID = 368
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.835 0.916 -2.42e+03 0.806 0 0 0 Target initStep
+ 1 22.3 -9.28 -2.41e+03 0.645 0 25.9 25.9 Target compt
+ 2 23.3 -9.09 -2.41e+03 0.645 0 1.21 27.1 World Transportation
+ 3 36.4 -6.65 -2.4e+03 0.645 0 15.3 42.3 Tracker Transportation
+ 4 2.36e+03 426 -1.08e+03 0.645 0 2.71e+03 2.75e+03 World Transportation
+ 5 2.94e+03 534 -749 0.645 0 674 3.43e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 378, Parent ID = 377
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 22.3 -9.28 -2.41e+03 0.161 0 0 0 Target initStep
+ 1 22.3 -9.28 -2.41e+03 0 0.161 0.0581 0.0581 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 376, Parent ID = 368
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.814 1.05 -2.42e+03 0.113 0 0 0 Target initStep
+ 1 0.825 1.01 -2.42e+03 0 0.0883 0.0376 0.0376 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 379, Parent ID = 376
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.825 1.01 -2.42e+03 0.0249 0 0 0 Target initStep
+ 1 0.825 1.01 -2.42e+03 0 0.0249 0.00288 0.00288 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 375, Parent ID = 368
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.512 1.05 -2.42e+03 0.226 0 0 0 Target initStep
+ 1 0.874 1.06 -2.42e+03 0.158 0 0.462 0.462 Target compt
+ 2 0.862 1.07 -2.42e+03 0.0983 0 0.0225 0.484 Target compt
+ 3 0.888 1.04 -2.42e+03 0 0.0883 0.0439 0.528 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 382, Parent ID = 375
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.888 1.04 -2.42e+03 0.00998 0 0 0 Target initStep
+ 1 0.888 1.04 -2.42e+03 0 0.00998 0.000701 0.000701 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 381, Parent ID = 375
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.862 1.07 -2.42e+03 0.0598 0 0 0 Target initStep
+ 1 0.861 1.07 -2.42e+03 0 0.0598 0.0119 0.0119 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 380, Parent ID = 375
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.874 1.06 -2.42e+03 0.0682 0 0 0 Target initStep
+ 1 0.875 1.06 -2.42e+03 0 0.0682 0.0148 0.0148 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 374, Parent ID = 368
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.4 1.11 -2.42e+03 0.223 0 0 0 Target initStep
+ 1 1.04 -0.345 -2.42e+03 0 0.0158 1.64 1.64 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 383, Parent ID = 374
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.04 -0.345 -2.42e+03 0.207 0 0 0 Target initStep
+ 1 1.05 -0.345 -2.42e+03 0 0.207 0.0859 0.0859 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 373, Parent ID = 368
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.385 1.12 -2.42e+03 0.555 0 0 0 Target initStep
+ 1 1.45 0.447 -2.42e+03 0.34 0 1.28 1.28 Target compt
+ 2 1.45 0.285 -2.42e+03 0 0.0883 0.292 1.57 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 385, Parent ID = 373
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.45 0.285 -2.42e+03 0.252 0 0 0 Target initStep
+ 1 1.45 0.28 -2.42e+03 0 0.252 0.115 0.115 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 384, Parent ID = 373
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.45 0.447 -2.42e+03 0.215 0 0 0 Target initStep
+ 1 1.45 0.446 -2.42e+03 0 0.215 0.091 0.091 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 372, Parent ID = 368
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.108 0.977 -2.42e+03 0.121 0 0 0 Target initStep
+ 1 -0.0586 0.987 -2.42e+03 0 0.0883 0.0811 0.0811 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 386, Parent ID = 372
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0586 0.987 -2.42e+03 0.033 0 0 0 Target initStep
+ 1 -0.0587 0.987 -2.42e+03 0 0.033 0.00455 0.00455 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 371, Parent ID = 368
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.165 0.931 -2.42e+03 1.91 0 0 0 Target initStep
+ 1 3.48 4.12 -2.41e+03 1.29 0 10.3 10.3 Target compt
+ 2 3.25 3.96 -2.4e+03 1.29 0 10.5 20.7 Tracker Transportation
+ 3 -12 -6.78 -1.7e+03 1.29 0 700 721 Chamber_PV Transportation
+ 4 -16.4 -9.85 -1.5e+03 1.29 0 200 921 Tracker Transportation
+ 5 -29.4 -19.1 -900 1.29 0 600 1.52e+03 Chamber_PV Transportation
+ 6 -33.8 -22.1 -700 1.29 0 200 1.72e+03 Tracker Transportation
+ 7 -46.9 -31.3 -100 1.29 0 600 2.32e+03 Chamber_PV Transportation
+ 8 -51.2 -34.4 100 1.29 0 200 2.52e+03 Tracker Transportation
+ 9 -64.3 -43.6 700 1.29 0 600 3.12e+03 Chamber_PV Transportation
+ 10 -68.7 -46.7 900 1.29 0 200 3.32e+03 Tracker Transportation
+ 11 -81.7 -55.9 1.5e+03 1.29 0 600 3.92e+03 Chamber_PV Transportation
+ 12 -86.1 -58.9 1.7e+03 1.29 0 200 4.12e+03 Tracker Transportation
+ 13 -101 -69.7 2.4e+03 1.29 0 700 4.82e+03 World Transportation
+ 14 -113 -78 2.94e+03 1.29 0 540 5.36e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 387, Parent ID = 371
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.48 4.12 -2.41e+03 0.63 0 0 0 Target initStep
+ 1 3.5 4.14 -2.41e+03 0.218 0.412 0.103 0.103 Target eBrem
+ 2 3.5 4.13 -2.41e+03 0 0.218 0.0927 0.195 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 370, Parent ID = 368
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00716 0.725 -2.42e+03 0.44 0 0 0 Target initStep
+ 1 -0.758 1.75 -2.42e+03 0 0.0883 5.48 5.48 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 388, Parent ID = 370
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.758 1.75 -2.42e+03 0.352 0 0 0 Target initStep
+ 1 -0.761 1.75 -2.42e+03 0 0.352 0.188 0.188 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 369, Parent ID = 368
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00782 0.724 -2.42e+03 0.221 0 0 0 Target initStep
+ 1 -0.0701 0.815 -2.42e+03 0 0.0883 0.422 0.422 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 389, Parent ID = 369
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0701 0.815 -2.42e+03 0.133 0 0 0 Target initStep
+ 1 -0.0697 0.814 -2.42e+03 0 0.133 0.0432 0.0432 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 220, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0494 0.121 -2.43e+03 3.54 0 0 0 Target initStep
+ 1 0.0231 0.659 -2.42e+03 0.745 0 5.84 5.84 Target compt
+ 2 2.29 -14 -2.41e+03 0.567 0 17.6 23.5 Target compt
+ 3 0.958 -16.9 -2.41e+03 0.484 0 3.24 26.7 Target compt
+ 4 -1.16 -18.8 -2.41e+03 0 0.0883 3.44 30.1 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 393, Parent ID = 220
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.16 -18.8 -2.41e+03 0.396 0 0 0 Target initStep
+ 1 -1.16 -18.8 -2.41e+03 0 0.396 0.221 0.221 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 392, Parent ID = 220
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.958 -16.9 -2.41e+03 0.083 0 0 0 Target initStep
+ 1 0.958 -16.9 -2.41e+03 0 0.083 0.0203 0.0203 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 391, Parent ID = 220
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.29 -14 -2.41e+03 0.178 0 0 0 Target initStep
+ 1 2.3 -14 -2.41e+03 0 0.178 0.0683 0.0683 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 390, Parent ID = 220
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0231 0.659 -2.42e+03 2.8 0 0 0 Target initStep
+ 1 0.0144 0.732 -2.42e+03 1.44 0.659 0.765 0.765 Target eBrem
+ 2 0.111 0.744 -2.42e+03 0 1.44 1.1 1.86 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 394, Parent ID = 390
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0144 0.732 -2.42e+03 0.7 0 0 0 Target initStep
+ 1 7.26 0.209 -2.42e+03 0.7 0 9.58 9.58 Target Rayl
+ 2 9.21 0.128 -2.41e+03 0.387 0 2.6 12.2 Target compt
+ 3 8.46 -0.222 -2.41e+03 0 0.0883 2.53 14.7 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 396, Parent ID = 394
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 8.46 -0.222 -2.41e+03 0.298 0 0 0 Target initStep
+ 1 8.46 -0.217 -2.41e+03 0 0.298 0.148 0.148 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 395, Parent ID = 394
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 9.21 0.128 -2.41e+03 0.313 0 0 0 Target initStep
+ 1 9.22 0.129 -2.41e+03 0 0.313 0.159 0.159 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 219, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0618 -0.00948 -2.43e+03 1.02 0 0 0 Target initStep
+ 1 -0.291 0.298 -2.42e+03 0.256 0 9.78 9.78 Target compt
+ 2 0.265 -1.27 -2.42e+03 0 0.0158 1.87 11.6 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 398, Parent ID = 219
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.265 -1.27 -2.42e+03 0.24 0 0 0 Target initStep
+ 1 0.268 -1.28 -2.42e+03 0 0.24 0.107 0.107 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 397, Parent ID = 219
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.291 0.298 -2.42e+03 0.761 0 0 0 Target initStep
+ 1 -0.295 0.306 -2.42e+03 0 0.761 0.524 0.524 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 218, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0638 -0.0207 -2.43e+03 2.66 0 0 0 Target initStep
+ 1 0.0975 0.00175 -2.43e+03 2.19 0 1.33 1.33 Target compt
+ 2 4.36 2.59 -2.41e+03 0.509 0 15.9 17.3 Target compt
+ 3 -5.9 -2.96 -2.41e+03 0 0.0883 13.7 30.9 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 401, Parent ID = 218
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.9 -2.96 -2.41e+03 0.421 0 0 0 Target initStep
+ 1 -5.91 -2.97 -2.41e+03 0 0.421 0.241 0.241 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 400, Parent ID = 218
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 4.36 2.59 -2.41e+03 1.68 0 0 0 Target initStep
+ 1 4.42 2.62 -2.41e+03 0.235 1.45 1.26 1.26 Target eIoni
+ 2 4.42 2.62 -2.41e+03 0 0.235 0.104 1.36 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 399, Parent ID = 218
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0975 0.00175 -2.43e+03 0.471 0 0 0 Target initStep
+ 1 0.0857 -0.00532 -2.43e+03 0 0.471 0.281 0.281 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 217, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0635 -0.0208 -2.43e+03 4.89 0 0 0 Target initStep
+ 1 0.182 0.0543 -2.43e+03 0.845 0 4.32 4.32 Target compt
+ 2 0.207 0.0068 -2.43e+03 0.711 0 0.0623 4.38 Target compt
+ 3 7.45 -4.53 -2.42e+03 0.617 0 9.25 13.6 Target compt
+ 4 8.51 -4.8 -2.42e+03 0 0.0883 1.56 15.2 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 405, Parent ID = 217
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 8.51 -4.8 -2.42e+03 0.528 0 0 0 Target initStep
+ 1 8.53 -4.79 -2.42e+03 0 0.528 0.328 0.328 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 404, Parent ID = 217
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.45 -4.53 -2.42e+03 0.0939 0 0 0 Target initStep
+ 1 7.45 -4.53 -2.42e+03 0 0.0939 0.0248 0.0248 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 403, Parent ID = 217
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.207 0.0068 -2.43e+03 0.134 0 0 0 Target initStep
+ 1 0.206 0.00457 -2.43e+03 0 0.134 0.0439 0.0439 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 402, Parent ID = 217
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.182 0.0543 -2.43e+03 4.04 0 0 0 Target initStep
+ 1 0.166 0.11 -2.43e+03 3.05 0.548 0.567 0.567 Target eBrem
+ 2 0.24 -0.0764 -2.43e+03 2.48 0.466 0.586 1.15 Target eBrem
+ 3 0.301 -0.0664 -2.43e+03 1.83 0.134 0.128 1.28 Target eBrem
+ 4 0.414 -0.118 -2.43e+03 0.718 0.976 0.875 2.16 Target eBrem
+ 5 0.4 -0.148 -2.43e+03 0 0.718 0.488 2.64 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 409, Parent ID = 402
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.414 -0.118 -2.43e+03 0.136 0 0 0 Target initStep
+ 1 0.0968 0.168 -2.43e+03 0 0.0158 0.618 0.618 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 410, Parent ID = 409
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0968 0.168 -2.43e+03 0.12 0 0 0 Target initStep
+ 1 0.0949 0.168 -2.43e+03 0 0.12 0.0368 0.0368 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 408, Parent ID = 402
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.301 -0.0664 -2.43e+03 0.517 0 0 0 Target initStep
+ 1 0.837 -5.44 -2.43e+03 0.434 0 7.38 7.38 Target compt
+ 2 -4.31 -10.6 -2.44e+03 0.218 0 10.3 17.7 Target compt
+ 3 -4.39 -10.5 -2.44e+03 0 0.0883 0.121 17.8 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 413, Parent ID = 408
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.39 -10.5 -2.44e+03 0.13 0 0 0 Target initStep
+ 1 -4.39 -10.5 -2.44e+03 0 0.13 0.0417 0.0417 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 412, Parent ID = 408
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.31 -10.6 -2.44e+03 0.215 0 0 0 Target initStep
+ 1 -4.32 -10.6 -2.44e+03 0 0.215 0.0912 0.0912 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 411, Parent ID = 408
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.837 -5.44 -2.43e+03 0.0835 0 0 0 Target initStep
+ 1 0.838 -5.44 -2.43e+03 0 0.0835 0.0205 0.0205 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 407, Parent ID = 402
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.24 -0.0764 -2.43e+03 0.104 0 0 0 Target initStep
+ 1 0.414 0.0109 -2.43e+03 0 0.0883 0.269 0.269 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 414, Parent ID = 407
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.414 0.0109 -2.43e+03 0.0156 0 0 0 Target initStep
+ 1 0.414 0.0109 -2.43e+03 0 0.0156 0.00138 0.00138 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 406, Parent ID = 402
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.166 0.11 -2.43e+03 0.445 0 0 0 Target initStep
+ 1 2.71 -5.28 -2.42e+03 0 0.0883 7.39 7.39 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 415, Parent ID = 406
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.71 -5.28 -2.42e+03 0.356 0 0 0 Target initStep
+ 1 2.72 -5.29 -2.42e+03 0 0.356 0.191 0.191 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 216, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0551 -0.0227 -2.43e+03 6.09 0 0 0 Target initStep
+ 1 0.393 -0.0381 -2.42e+03 0.397 0 15.2 15.2 Target compt
+ 2 1.23 -0.722 -2.42e+03 0.167 0 1.11 16.3 Target compt
+ 3 -0.319 -0.756 -2.42e+03 0 0.000412 1.58 17.9 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 418, Parent ID = 216
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.319 -0.756 -2.42e+03 0.167 0 0 0 Target initStep
+ 1 -0.322 -0.757 -2.42e+03 0 0.167 0.0615 0.0615 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 417, Parent ID = 216
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.23 -0.722 -2.42e+03 0.23 0 0 0 Target initStep
+ 1 1.24 -0.725 -2.42e+03 0 0.23 0.101 0.101 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 416, Parent ID = 216
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.393 -0.0381 -2.42e+03 5.69 0 0 0 Target initStep
+ 1 0.372 -0.00832 -2.41e+03 2.68 3.01 2.36 2.36 Target eIoni
+ 2 0.154 -0.111 -2.41e+03 1.05 1.63 1.66 4.02 Target eIoni
+ 3 0.142 -0.165 -2.41e+03 0 1.05 0.776 4.8 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 215, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.055 -0.0227 -2.43e+03 17.1 0 0 0 Target initStep
+ 1 0.839 -0.0985 -2.4e+03 0 0 29.7 29.7 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 419, Parent ID = 215
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.839 -0.0985 -2.4e+03 12.9 0 0 0 Target initStep
+ 1 0.84 -0.0937 -2.4e+03 11.3 0.0515 0.0364 0.0364 Target eIoni
+ 2 0.833 -0.0627 -2.4e+03 10.9 0.115 0.111 0.148 Target eBrem
+ 3 0.818 -0.0137 -2.4e+03 8.18 0.0816 0.0906 0.238 Target eBrem
+ 4 0.71 0.247 -2.4e+03 6.28 0.408 0.42 0.658 Target eBrem
+ 5 0.212 0.265 -2.4e+03 5.39 0.722 0.545 1.2 Target eBrem
+ 6 -0.399 0.268 -2.4e+03 4.08 1.3 0.687 1.89 Target eBrem
+ 7 -0.476 0.732 -2.4e+03 3.41 0.546 0.591 2.48 Target eBrem
+ 8 -0.504 0.75 -2.4e+03 2.86 0.116 0.0358 2.52 Target eBrem
+ 9 -0.541 1.28 -2.4e+03 2.1 0.762 0.807 3.32 Target msc
+ 10 -0.72 1.34 -2.4e+03 0.858 0.492 0.503 3.83 Target eBrem
+ 11 -0.761 1.36 -2.4e+03 0 0.858 0.608 4.43 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 421, Parent ID = 419
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.84 -0.0937 -2.4e+03 1.56 0 0 0 Target initStep
+ 1 0.791 -0.0195 -2.4e+03 0.34 0.991 0.643 0.643 Target eBrem
+ 2 0.783 -0.0209 -2.4e+03 0 0.34 0.179 0.821 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 429, Parent ID = 421
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.791 -0.0195 -2.4e+03 0.226 0 0 0 Target initStep
+ 1 0.467 -0.287 -2.4e+03 0.226 0 0.923 0.923 Tracker Transportation
+ 2 -591 -490 -900 0.226 0 1.68e+03 1.69e+03 Chamber_PV Transportation
+ 3 -601 -498 -875 0.226 0 27.6 1.71e+03 Tracker Transportation
+ 4 -906 -751 -100 0.226 0 871 2.58e+03 Chamber_PV Transportation
+ 5 -985 -816 100 0.226 0 225 2.81e+03 Tracker Transportation
+ 6 -1.22e+03 -1.01e+03 700 0.226 0 674 3.48e+03 Chamber_PV Transportation
+ 7 -1.3e+03 -1.08e+03 900 0.226 0 225 3.71e+03 Tracker Transportation
+ 8 -1.54e+03 -1.27e+03 1.5e+03 0.226 0 674 4.38e+03 Chamber_PV Transportation
+ 9 -1.62e+03 -1.34e+03 1.7e+03 0.226 0 225 4.61e+03 Tracker Transportation
+ 10 -1.85e+03 -1.53e+03 2.29e+03 0.226 0 663 5.27e+03 World Transportation
+ 11 -2.1e+03 -1.74e+03 2.94e+03 0.226 0 730 6e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 428, Parent ID = 419
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.72 1.34 -2.4e+03 0.752 0 0 0 Target initStep
+ 1 -2.76 2.13 -2.4e+03 0.752 0 2.24 2.24 Tracker Transportation
+ 2 -2.24e+03 867 -1.86e+03 0.752 0 2.46e+03 2.46e+03 World Transportation
+ 3 -2.94e+03 1.14e+03 -1.69e+03 0.752 0 772 3.23e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 427, Parent ID = 419
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.504 0.75 -2.4e+03 0.433 0 0 0 Target initStep
+ 1 -2.25 3.2 -2.4e+03 0 0.0158 3.71 3.71 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 430, Parent ID = 427
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.25 3.2 -2.4e+03 0.417 0 0 0 Target initStep
+ 1 -2.26 3.21 -2.4e+03 0 0.417 0.238 0.238 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 426, Parent ID = 419
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.476 0.732 -2.4e+03 0.124 0 0 0 Target initStep
+ 1 -0.803 1.09 -2.4e+03 0 0.0883 0.487 0.487 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 431, Parent ID = 426
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.803 1.09 -2.4e+03 0.0359 0 0 0 Target initStep
+ 1 -0.803 1.09 -2.4e+03 0 0.0359 0.00521 0.00521 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 425, Parent ID = 419
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.212 0.265 -2.4e+03 0.167 0 0 0 Target initStep
+ 1 0.155 0.325 -2.4e+03 0 0.0883 0.084 0.084 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 432, Parent ID = 425
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.155 0.325 -2.4e+03 0.0788 0 0 0 Target initStep
+ 1 0.155 0.327 -2.4e+03 0 0.0788 0.0187 0.0187 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 424, Parent ID = 419
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.71 0.247 -2.4e+03 1.5 0 0 0 Target initStep
+ 1 -2.14 2.22 -2.4e+03 1.15 0 3.5 3.5 Target compt
+ 2 -8.57 13.8 -2.4e+03 0 0.0883 13.3 16.8 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 434, Parent ID = 424
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -8.57 13.8 -2.4e+03 1.07 0 0 0 Target initStep
+ 1 -8.63 13.8 -2.4e+03 0 1.07 0.787 0.787 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 433, Parent ID = 424
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.14 2.22 -2.4e+03 0.346 0 0 0 Target initStep
+ 1 -2.15 2.22 -2.4e+03 0 0.346 0.183 0.183 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 423, Parent ID = 419
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.818 -0.0137 -2.4e+03 2.61 0 0 0 Target initStep
+ 1 0.501 0.434 -2.4e+03 2.61 0 0.892 0.892 Tracker Transportation
+ 2 -1.39e+03 1.96e+03 675 2.61 0 3.9e+03 3.9e+03 World Transportation
+ 3 -2.09e+03 2.94e+03 2.22e+03 2.61 0 1.96e+03 5.86e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 422, Parent ID = 419
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.833 -0.0627 -2.4e+03 0.314 0 0 0 Target initStep
+ 1 0.826 -0.0529 -2.4e+03 0 0.0883 0.0248 0.0248 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 435, Parent ID = 422
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.826 -0.0529 -2.4e+03 0.226 0 0 0 Target initStep
+ 1 0.826 -0.0527 -2.4e+03 0 0.226 0.0981 0.0981 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 214, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0538 -0.0226 -2.43e+03 0.785 0 0 0 Target initStep
+ 1 0.284 -0.101 -2.42e+03 0 0.0883 13.9 13.9 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 436, Parent ID = 214
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.284 -0.101 -2.42e+03 0.696 0 0 0 Target initStep
+ 1 0.289 -0.0802 -2.42e+03 0 0.696 0.469 0.469 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 213, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0528 -0.0224 -2.43e+03 4.97 0 0 0 Target initStep
+ 1 1.25 -0.376 -2.4e+03 4.97 0 30.8 30.8 Tracker Transportation
+ 2 28.4 -8.43 -1.7e+03 4.97 0 701 731 Chamber_PV Transportation
+ 3 36.2 -10.7 -1.5e+03 4.97 0 200 932 Tracker Transportation
+ 4 59.4 -17.6 -900 4.97 0 600 1.53e+03 Chamber_PV Transportation
+ 5 67.2 -19.9 -700 4.97 0 200 1.73e+03 Tracker Transportation
+ 6 90.5 -26.9 -100 4.97 0 600 2.33e+03 Chamber_PV Transportation
+ 7 98.2 -29.2 100 4.97 0 200 2.53e+03 Tracker Transportation
+ 8 122 -36.1 700 4.97 0 600 3.13e+03 Chamber_PV Transportation
+ 9 129 -38.4 900 4.97 0 200 3.33e+03 Tracker Transportation
+ 10 153 -45.3 1.5e+03 4.97 0 600 3.93e+03 Chamber_PV Transportation
+ 11 160 -47.6 1.7e+03 4.97 0 200 4.13e+03 Tracker Transportation
+ 12 187 -55.6 2.4e+03 4.97 0 701 4.83e+03 World Transportation
+ 13 208 -61.8 2.94e+03 4.97 0 540 5.38e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 212, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0477 -0.022 -2.43e+03 435 0 0 0 Target initStep
+ 1 0.0636 -0.0248 -2.43e+03 0 0 0.794 0.794 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 437, Parent ID = 212
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0636 -0.0248 -2.43e+03 350 0 0 0 Target initStep
+ 1 0.0639 -0.0248 -2.43e+03 337 0.00991 0.0111 0.0111 Target eIoni
+ 2 0.0931 -0.0446 -2.43e+03 334 2.47 1.59 1.6 Target eBrem
+ 3 0.0952 -0.0509 -2.43e+03 320 0.395 0.214 1.81 Target eBrem
+ 4 0.108 -0.0691 -2.43e+03 319 0.589 0.483 2.3 Target eBrem
+ 5 0.128 -0.12 -2.43e+03 311 1.05 0.995 3.29 Target eBrem
+ 6 0.139 -0.136 -2.43e+03 293 0.535 0.442 3.73 Target eBrem
+ 7 0.241 -0.231 -2.42e+03 263 3.46 2.9 6.64 Target eBrem
+ 8 0.288 -0.247 -2.42e+03 261 1.74 1.55 8.19 Target eBrem
+ 9 0.296 -0.255 -2.42e+03 260 0.333 0.259 8.45 Target eBrem
+ 10 0.307 -0.268 -2.42e+03 258 0.481 0.443 8.89 Target eBrem
+ 11 0.326 -0.291 -2.42e+03 250 0.714 0.569 9.46 Target eBrem
+ 12 0.353 -0.317 -2.42e+03 240 0.56 0.469 9.93 Target eBrem
+ 13 0.371 -0.334 -2.42e+03 225 0.305 0.281 10.2 Target eBrem
+ 14 0.389 -0.361 -2.42e+03 185 0.367 0.344 10.6 Target eBrem
+ 15 0.39 -0.363 -2.42e+03 185 0.0375 0.0219 10.6 Target eBrem
+ 16 0.522 -0.493 -2.42e+03 182 1.74 1.48 12.1 Target eBrem
+ 17 0.574 -0.554 -2.42e+03 181 0.766 0.601 12.7 Target eBrem
+ 18 0.606 -0.607 -2.42e+03 180 0.46 0.435 13.1 Target eBrem
+ 19 0.682 -0.755 -2.42e+03 55.5 2.48 1.32 14.4 Target eBrem
+ 20 0.74 -0.874 -2.42e+03 42.7 0.786 0.652 15.1 Target eBrem
+ 21 0.784 -1.01 -2.41e+03 29.6 1.16 0.99 16.1 Target eBrem
+ 22 0.747 -0.957 -2.41e+03 12.1 0.812 0.648 16.7 Target eBrem
+ 23 1.2 -1.04 -2.41e+03 9.28 2.53 1.46 18.2 Target eBrem
+ 24 2.04 -1.95 -2.41e+03 4.78 4.5 3.01 21.2 Target eIoni
+ 25 1.7 -1.93 -2.41e+03 1.99 1.48 1.28 22.5 Target eBrem
+ 26 1.72 -2.04 -2.41e+03 0.893 1.09 1.13 23.6 Target eBrem
+ 27 1.68 -2.05 -2.41e+03 0.32 0.573 0.482 24.1 Target eBrem
+ 28 1.68 -2.06 -2.41e+03 0 0.32 0.164 24.2 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 439, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0639 -0.0248 -2.43e+03 13 0 0 0 Target initStep
+ 1 -0.14 -0.137 -2.43e+03 11.8 1.12 1.07 1.07 Target eBrem
+ 2 -0.163 -0.0895 -2.43e+03 11.3 0.194 0.175 1.24 Target eBrem
+ 3 -0.148 -0.0253 -2.43e+03 9.09 0.21 0.194 1.44 Target eBrem
+ 4 -0.0326 0.511 -2.43e+03 5.67 3.16 2.05 3.49 Target eBrem
+ 5 -0.489 0.0958 -2.43e+03 2.94 2.73 2.36 5.84 Target eIoni
+ 6 -0.524 -0.188 -2.43e+03 0 2.94 1.74 7.58 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 466, Parent ID = 439
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0326 0.511 -2.43e+03 0.268 0 0 0 Target initStep
+ 1 -0.138 0.386 -2.43e+03 0 0.0883 0.201 0.201 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 467, Parent ID = 466
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.138 0.386 -2.43e+03 0.18 0 0 0 Target initStep
+ 1 -0.142 0.389 -2.43e+03 0 0.18 0.069 0.069 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 465, Parent ID = 439
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.148 -0.0253 -2.43e+03 2.02 0 0 0 Target initStep
+ 1 0.38 1.56 -2.42e+03 1.4 0 6.02 6.02 Target compt
+ 2 5.13 5.65 -2.42e+03 0.278 0 9.7 15.7 Target compt
+ 3 5.01 3.11 -2.42e+03 0 0.0883 2.55 18.3 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 470, Parent ID = 465
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 5.01 3.11 -2.42e+03 0.19 0 0 0 Target initStep
+ 1 5.01 3.11 -2.42e+03 0 0.19 0.0752 0.0752 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 469, Parent ID = 465
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 5.13 5.65 -2.42e+03 1.12 0 0 0 Target initStep
+ 1 5.16 5.69 -2.42e+03 0 1.12 0.833 0.833 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 468, Parent ID = 465
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.38 1.56 -2.42e+03 0.621 0 0 0 Target initStep
+ 1 0.366 1.56 -2.42e+03 0 0.621 0.405 0.405 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 464, Parent ID = 439
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.163 -0.0895 -2.43e+03 0.24 0 0 0 Target initStep
+ 1 -0.122 0.059 -2.43e+03 0 0.0883 0.458 0.458 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 471, Parent ID = 464
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.122 0.059 -2.43e+03 0.151 0 0 0 Target initStep
+ 1 -0.121 0.0556 -2.43e+03 0 0.151 0.053 0.053 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 463, Parent ID = 439
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.14 -0.137 -2.43e+03 0.119 0 0 0 Target initStep
+ 1 -0.176 -0.0694 -2.43e+03 0 0.0883 0.268 0.268 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 472, Parent ID = 463
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.176 -0.0694 -2.43e+03 0.0306 0 0 0 Target initStep
+ 1 -0.176 -0.0696 -2.43e+03 0 0.0306 0.00402 0.00402 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 462, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.7 -1.93 -2.41e+03 1.31 0 0 0 Target initStep
+ 1 2.79 -5.94 -2.41e+03 0.305 0 5.77 5.77 Target compt
+ 2 1.91 -5.33 -2.41e+03 0 0.0883 1.14 6.91 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 474, Parent ID = 462
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.91 -5.33 -2.41e+03 0.216 0 0 0 Target initStep
+ 1 1.9 -5.32 -2.41e+03 0 0.216 0.0918 0.0918 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 473, Parent ID = 462
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.79 -5.94 -2.41e+03 1.01 0 0 0 Target initStep
+ 1 2.81 -5.98 -2.41e+03 0 1.01 0.74 0.74 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 461, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.2 -1.04 -2.41e+03 0.295 0 0 0 Target initStep
+ 1 2.3 -1.98 -2.41e+03 0 0.0883 1.77 1.77 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 475, Parent ID = 461
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.3 -1.98 -2.41e+03 0.206 0 0 0 Target initStep
+ 1 2.3 -1.99 -2.41e+03 0 0.206 0.0854 0.0854 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 460, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.747 -0.957 -2.41e+03 16.7 0 0 0 Target initStep
+ 1 3.05 -0.754 -2.41e+03 0 0 5.38 5.38 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 476, Parent ID = 460
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.05 -0.754 -2.41e+03 11.9 0 0 0 Target initStep
+ 1 3.77 -0.706 -2.41e+03 7.58 4.35 3.46 3.46 Target eIoni
+ 2 3.75 -0.692 -2.41e+03 4.79 0.0797 0.0578 3.51 Target eBrem
+ 3 3.51 -0.538 -2.41e+03 3.09 1.15 1.02 4.53 Target eBrem
+ 4 3.49 -0.686 -2.41e+03 1.9 1.19 0.811 5.34 Target eBrem
+ 5 3.5 -0.756 -2.41e+03 1.53 0.216 0.216 5.56 Target eBrem
+ 6 3.56 -0.668 -2.41e+03 0.25 1.28 1.17 6.73 Target eIoni
+ 7 3.56 -0.661 -2.41e+03 0 0.25 0.114 6.84 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 480, Parent ID = 476
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.5 -0.756 -2.41e+03 0.15 0 0 0 Target initStep
+ 1 3.63 -0.362 -2.41e+03 0.15 0 0.414 0.414 Target Rayl
+ 2 3.73 -0.0153 -2.41e+03 0 0.0883 0.363 0.777 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 481, Parent ID = 480
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.73 -0.0153 -2.41e+03 0.0619 0 0 0 Target initStep
+ 1 3.73 -0.0146 -2.41e+03 0 0.0619 0.0126 0.0126 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 479, Parent ID = 476
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.51 -0.538 -2.41e+03 0.55 0 0 0 Target initStep
+ 1 3.39 -3.94 -2.4e+03 0 0.0883 6.38 6.38 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 482, Parent ID = 479
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.39 -3.94 -2.4e+03 0.462 0 0 0 Target initStep
+ 1 3.39 -3.94 -2.4e+03 0 0.462 0.274 0.274 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 478, Parent ID = 476
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.75 -0.692 -2.41e+03 2.71 0 0 0 Target initStep
+ 1 0.0665 1.14 -2.41e+03 1.47 0 6.74 6.74 Target compt
+ 2 -3.39 0.754 -2.41e+03 0.632 0 4.02 10.8 Target compt
+ 3 -5.08 -11.5 -2.44e+03 0.242 0 25.1 35.8 Target compt
+ 4 -4.37 -8.56 -2.44e+03 0 0.0883 3.06 38.9 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 486, Parent ID = 478
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.37 -8.56 -2.44e+03 0.154 0 0 0 Target initStep
+ 1 -4.37 -8.56 -2.44e+03 0 0.154 0.0544 0.0544 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 485, Parent ID = 478
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.08 -11.5 -2.44e+03 0.39 0 0 0 Target initStep
+ 1 -5.09 -11.5 -2.44e+03 0 0.39 0.217 0.217 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 484, Parent ID = 478
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.39 0.754 -2.41e+03 0.833 0 0 0 Target initStep
+ 1 -3.43 0.76 -2.41e+03 0 0.833 0.586 0.586 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 483, Parent ID = 478
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0665 1.14 -2.41e+03 1.25 0 0 0 Target initStep
+ 1 0.0561 1.19 -2.41e+03 0 1.25 0.945 0.945 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 459, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.784 -1.01 -2.41e+03 11.9 0 0 0 Target initStep
+ 1 -0.371 0.52 -2.4e+03 11.9 0 14.3 14.3 Tracker Transportation
+ 2 -57.5 76.3 -1.7e+03 11.9 0 706 721 Chamber_PV Transportation
+ 3 -73.8 97.9 -1.5e+03 11.9 0 202 923 Tracker Transportation
+ 4 -123 163 -900 11.9 0 605 1.53e+03 Chamber_PV Transportation
+ 5 -139 184 -700 11.9 0 202 1.73e+03 Tracker Transportation
+ 6 -188 249 -100 11.9 0 605 2.34e+03 Chamber_PV Transportation
+ 7 -204 271 100 11.9 0 202 2.54e+03 Tracker Transportation
+ 8 -253 336 700 11.9 0 605 3.14e+03 Chamber_PV Transportation
+ 9 -270 358 900 11.9 0 202 3.34e+03 Tracker Transportation
+ 10 -319 422 1.5e+03 11.9 0 605 3.95e+03 Chamber_PV Transportation
+ 11 -335 444 1.7e+03 11.9 0 202 4.15e+03 Tracker Transportation
+ 12 -392 520 2.4e+03 11.9 0 706 4.86e+03 World Transportation
+ 13 -436 578 2.94e+03 11.9 0 545 5.4e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 458, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.74 -0.874 -2.42e+03 12 0 0 0 Target initStep
+ 1 1.18 -1.48 -2.4e+03 12 0 15.1 15.1 Tracker Transportation
+ 2 21.7 -29.4 -1.7e+03 12 0 701 716 Chamber_PV Transportation
+ 3 27.5 -37.3 -1.5e+03 12 0 200 916 Tracker Transportation
+ 4 45.1 -61.2 -900 12 0 601 1.52e+03 Chamber_PV Transportation
+ 5 51 -69.2 -700 12 0 200 1.72e+03 Tracker Transportation
+ 6 68.5 -93.1 -100 12 0 601 2.32e+03 Chamber_PV Transportation
+ 7 74.4 -101 100 12 0 200 2.52e+03 Tracker Transportation
+ 8 91.9 -125 700 12 0 601 3.12e+03 Chamber_PV Transportation
+ 9 97.8 -133 900 12 0 200 3.32e+03 Tracker Transportation
+ 10 115 -157 1.5e+03 12 0 601 3.92e+03 Chamber_PV Transportation
+ 11 121 -165 1.7e+03 12 0 200 4.12e+03 Tracker Transportation
+ 12 142 -193 2.4e+03 12 0 701 4.82e+03 World Transportation
+ 13 158 -214 2.94e+03 12 0 541 5.36e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 457, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.682 -0.755 -2.42e+03 122 0 0 0 Target initStep
+ 1 0.901 -1.05 -2.41e+03 0 0 2.42 2.42 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 487, Parent ID = 457
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.901 -1.05 -2.41e+03 99.9 0 0 0 Target initStep
+ 1 0.907 -1.05 -2.41e+03 99.5 0.0737 0.0659 0.0659 Target eBrem
+ 2 1.05 -1.21 -2.41e+03 96.8 1.25 1.04 1.11 Target eBrem
+ 3 1.09 -1.24 -2.41e+03 95 0.424 0.391 1.5 Target eBrem
+ 4 1.2 -1.34 -2.41e+03 93.8 1.09 0.73 2.23 Target eBrem
+ 5 1.21 -1.35 -2.41e+03 89 0.0965 0.0729 2.3 Target eBrem
+ 6 1.3 -1.4 -2.41e+03 87.3 1.48 0.576 2.88 Target eBrem
+ 7 1.3 -1.41 -2.41e+03 83 0.0686 0.0624 2.94 Target eBrem
+ 8 1.32 -1.42 -2.41e+03 82.8 0.112 0.101 3.04 Target eBrem
+ 9 1.37 -1.46 -2.41e+03 79.8 0.498 0.447 3.49 Target eIoni
+ 10 1.4 -1.47 -2.41e+03 77.5 0.158 0.126 3.61 Target eBrem
+ 11 1.43 -1.49 -2.41e+03 77.2 0.253 0.188 3.8 Target eBrem
+ 12 1.78 -1.8 -2.41e+03 57.6 2.11 1.77 5.57 Target eBrem
+ 13 1.84 -1.89 -2.41e+03 42.1 1.99 0.978 6.55 Target eBrem
+ 14 2.06 -2.17 -2.41e+03 30.9 1.21 0.935 7.49 Target eBrem
+ 15 2.19 -2.28 -2.41e+03 19.2 0.736 0.652 8.14 Target eIoni
+ 16 2.92 -2.33 -2.4e+03 17.2 1.91 1.64 9.78 Target eBrem
+ 17 2.81 -2.13 -2.4e+03 15.8 0.919 0.48 10.3 Target eBrem
+ 18 2.15 -1.39 -2.4e+03 14.1 1.39 1.34 11.6 Target eBrem
+ 19 1.61 -0.235 -2.4e+03 11.8 1.96 1.57 13.2 Target eBrem
+ 20 2.25 -0.339 -2.4e+03 9.76 1.67 1.42 14.6 Target eBrem
+ 21 2.59 -0.564 -2.4e+03 8.63 1 0.902 15.5 Target eBrem
+ 22 2.53 -0.633 -2.4e+03 8.43 0.2 0.239 15.7 Tracker Transportation
+ 23 24.6 -26.5 -2.31e+03 8.42 0.0172 100 116 Tracker StepLimiter
+ 24 31.2 -35.4 -2.27e+03 8.41 0.00651 34.2 150 Tracker eIoni
+ 25 36.3 -41.7 -2.25e+03 8.41 0.00351 25.4 175 Tracker eIoni
+ 26 53.8 -61 -2.18e+03 8.39 0.0132 75.2 251 Tracker eIoni
+ 27 68.8 -78.5 -2.12e+03 8.23 0.00845 65.6 316 Tracker eIoni
+ 28 95.3 -101 -2.02e+03 8.21 0.0166 100 416 Tracker StepLimiter
+ 29 125 -122 -1.93e+03 8.19 0.0188 100 516 Tracker StepLimiter
+ 30 134 -128 -1.9e+03 8.19 0.00415 30.4 546 Tracker eIoni
+ 31 156 -142 -1.84e+03 8.17 0.0116 65.6 612 Tracker eIoni
+ 32 185 -161 -1.76e+03 8.16 0.0166 89 701 Tracker eIoni
+ 33 208 -177 -1.7e+03 8.14 0.0122 68.7 770 Tracker eIoni
+ 34 225 -190 -1.65e+03 8.13 0.00745 52.4 822 Tracker eIoni
+ 35 260 -213 -1.56e+03 8.12 0.0151 100 922 Tracker StepLimiter
+ 36 297 -236 -1.47e+03 8.1 0.0171 100 1.02e+03 Tracker StepLimiter
+ 37 333 -254 -1.38e+03 8.09 0.0152 100 1.12e+03 Tracker StepLimiter
+ 38 369 -271 -1.29e+03 8.07 0.0154 100 1.22e+03 Tracker StepLimiter
+ 39 376 -274 -1.27e+03 8.06 0.00335 18 1.24e+03 Tracker eIoni
+ 40 404 -287 -1.2e+03 8.05 0.0123 74 1.31e+03 Tracker eIoni
+ 41 410 -290 -1.19e+03 8.05 0.00316 15.7 1.33e+03 Tracker eIoni
+ 42 438 -300 -1.12e+03 8.03 0.0117 78.1 1.41e+03 Tracker eIoni
+ 43 454 -305 -1.07e+03 8.02 0.00791 44.4 1.45e+03 Tracker eIoni
+ 44 462 -308 -1.05e+03 8.01 0.00401 23.4 1.48e+03 Tracker eIoni
+ 45 491 -321 -961 7.99 0.0162 97.5 1.57e+03 Tracker eIoni
+ 46 513 -330 -900 7.97 0.0139 65.1 1.64e+03 Chamber_PV Transportation
+ 47 543 -332 -816 7.94 0.0328 89.3 1.73e+03 Chamber_PV eIoni
+ 48 563 -335 -770 7.91 0.0184 50.6 1.78e+03 Chamber_PV eIoni
+ 49 569 -334 -754 7.9 0.00355 16.9 1.8e+03 Chamber_PV eIoni
+ 50 574 -333 -740 7.89 0.00586 14.8 1.81e+03 Chamber_PV eIoni
+ 51 588 -329 -700 7.87 0.0221 43 1.85e+03 Tracker Transportation
+ 52 614 -322 -604 7.86 0.0142 100 1.95e+03 Tracker StepLimiter
+ 53 638 -315 -527 7.84 0.0108 80.8 2.03e+03 Tracker eIoni
+ 54 642 -314 -512 7.83 0.00283 15 2.05e+03 Tracker eIoni
+ 55 673 -307 -418 7.82 0.015 100 2.15e+03 Tracker StepLimiter
+ 56 703 -302 -322 7.8 0.0138 100 2.25e+03 Tracker StepLimiter
+ 57 732 -296 -237 7.79 0.0119 90.6 2.34e+03 Tracker eIoni
+ 58 749 -295 -187 7.78 0.00866 53.1 2.39e+03 Tracker eIoni
+ 59 777 -289 -104 7.76 0.0163 87.1 2.48e+03 Tracker eIoni
+ 60 779 -289 -100 7.76 0.000161 4.39 2.48e+03 Chamber_PV Transportation
+ 61 823 -282 2.77 7.71 0.0462 112 2.6e+03 Chamber_PV eIoni
+ 62 830 -277 23.7 7.7 0.0112 22.7 2.62e+03 Chamber_PV eIoni
+ 63 839 -274 47.5 7.68 0.0138 25.8 2.64e+03 Chamber_PV eIoni
+ 64 859 -270 100 7.65 0.024 56.4 2.7e+03 Tracker Transportation
+ 65 877 -261 156 7.64 0.00791 59.7 2.76e+03 Tracker eIoni
+ 66 910 -249 250 7.63 0.0171 100 2.86e+03 Tracker StepLimiter
+ 67 943 -243 344 7.61 0.0159 100 2.96e+03 Tracker StepLimiter
+ 68 971 -238 423 7.59 0.0148 84 3.04e+03 Tracker eIoni
+ 69 976 -237 436 7.59 0.00119 13.9 3.06e+03 Tracker eIoni
+ 70 988 -235 468 7.57 0.00251 34 3.09e+03 Tracker eBrem
+ 71 1.02e+03 -227 562 7.55 0.0149 100 3.19e+03 Tracker StepLimiter
+ 72 1.03e+03 -225 577 7.55 0.0015 15.9 3.21e+03 Tracker eIoni
+ 73 1.05e+03 -218 648 7.54 0.00978 76.8 3.29e+03 Tracker eIoni
+ 74 1.07e+03 -213 700 7.53 0.00614 54.7 3.34e+03 Chamber_PV Transportation
+ 75 1.09e+03 -210 744 7.52 0.0116 48.5 3.39e+03 Chamber_PV eIoni
+ 76 1.09e+03 -210 747 7.51 0.00176 2.62 3.39e+03 Chamber_PV eIoni
+ 77 1.11e+03 -201 798 7.49 0.0245 54.7 3.45e+03 Chamber_PV eIoni
+ 78 1.12e+03 -196 849 7.46 0.0282 51.6 3.5e+03 Chamber_PV eIoni
+ 79 1.12e+03 -193 865 7.44 0.0106 16.6 3.51e+03 Chamber_PV eIoni
+ 80 1.12e+03 -193 865 7.44 4.06e-05 0.282 3.51e+03 Chamber_PV eIoni
+ 81 1.12e+03 -186 899 7.41 0.0236 35 3.55e+03 Chamber_PV eIoni
+ 82 1.12e+03 -186 900 7.41 0.000675 1.25 3.55e+03 Tracker Transportation
+ 83 1.13e+03 -183 922 7.41 0.00515 23.1 3.57e+03 Tracker eIoni
+ 84 1.14e+03 -179 954 7.4 0.00347 32.6 3.61e+03 Tracker eIoni
+ 85 1.14e+03 -177 970 7.39 0.00102 16.8 3.62e+03 Tracker eIoni
+ 86 1.14e+03 -175 984 7.39 0.00183 15.1 3.64e+03 Tracker eIoni
+ 87 1.16e+03 -166 1.04e+03 7.38 0.00776 56.9 3.7e+03 Tracker eIoni
+ 88 1.16e+03 -162 1.06e+03 7.37 0.003 26.4 3.72e+03 Tracker eIoni
+ 89 1.19e+03 -145 1.16e+03 7.36 0.0137 100 3.82e+03 Tracker StepLimiter
+ 90 1.22e+03 -128 1.25e+03 7.34 0.0118 100 3.92e+03 Tracker StepLimiter
+ 91 1.24e+03 -115 1.35e+03 7.33 0.0165 100 4.02e+03 Tracker StepLimiter
+ 92 1.24e+03 -114 1.35e+03 7.32 0.00153 2.2 4.02e+03 Tracker eIoni
+ 93 1.26e+03 -98.9 1.45e+03 7.31 0.0126 100 4.12e+03 Tracker StepLimiter
+ 94 1.27e+03 -89.2 1.5e+03 7.3 0.00661 53 4.18e+03 Chamber_PV Transportation
+ 95 1.27e+03 -88.6 1.5e+03 7.3 0.000393 3.08 4.18e+03 Chamber_PV eIoni
+ 96 1.28e+03 -85.5 1.52e+03 7.29 0.00944 15 4.19e+03 Chamber_PV eIoni
+ 97 1.28e+03 -77.3 1.55e+03 7.27 0.0167 34.3 4.23e+03 Chamber_PV eIoni
+ 98 1.28e+03 -75.9 1.55e+03 7.22 0.00118 4.88 4.23e+03 Chamber_PV eIoni
+ 99 1.29e+03 -64.8 1.59e+03 7.21 0.0142 33.4 4.27e+03 Chamber_PV eIoni
+ 100 1.3e+03 -38.7 1.67e+03 7.16 0.0409 93.7 4.36e+03 Chamber_PV eIoni
+ 101 1.3e+03 -37.6 1.68e+03 7.16 0.00133 2.81 4.36e+03 Chamber_PV eIoni
+ 102 1.3e+03 -35.3 1.68e+03 7.12 0.00285 6.36 4.37e+03 Chamber_PV eIoni
+ 103 1.31e+03 -28 1.7e+03 7.11 0.00777 19.6 4.39e+03 Tracker Transportation
+ 104 1.31e+03 3.9 1.79e+03 7.1 0.0141 100 4.49e+03 Tracker StepLimiter
+ 105 1.32e+03 35.4 1.88e+03 7.08 0.0146 91.9 4.58e+03 Tracker eIoni
+ 106 1.33e+03 61.5 1.95e+03 7.07 0.00863 72.3 4.65e+03 Tracker eIoni
+ 107 1.33e+03 80.8 1.99e+03 7.06 0.00818 47.9 4.7e+03 Tracker eIoni
+ 108 1.33e+03 121 2.08e+03 7.05 0.0148 100 4.8e+03 Tracker StepLimiter
+ 109 1.33e+03 126 2.09e+03 7.04 0.00291 12.4 4.81e+03 Tracker eIoni
+ 110 1.33e+03 153 2.16e+03 7.03 0.00876 73.7 4.89e+03 Tracker eIoni
+ 111 1.33e+03 155 2.17e+03 7.02 0.000333 3.8 4.89e+03 Tracker eIoni
+ 112 1.33e+03 160 2.18e+03 7.01 0.00299 13.1 4.9e+03 Tracker eIoni
+ 113 1.32e+03 202 2.27e+03 7 0.0134 100 5e+03 Tracker StepLimiter
+ 114 1.32e+03 208 2.28e+03 7 0.000867 16.5 5.02e+03 Tracker eIoni
+ 115 1.32e+03 247 2.38e+03 6.98 0.0135 100 5.12e+03 Tracker StepLimiter
+ 116 1.32e+03 257 2.4e+03 6.98 0.00286 25.5 5.15e+03 World Transportation
+ 117 1.32e+03 284 2.47e+03 6.97 0.00971 74.2 5.22e+03 World eIoni
+ 118 1.32e+03 350 2.64e+03 6.94 0.0285 184 5.41e+03 World eIoni
+ 119 1.33e+03 452 2.91e+03 6.9 0.0381 291 5.7e+03 World eIoni
+ 120 1.33e+03 464 2.94e+03 6.89 0.00706 29.9 5.73e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 576, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.33e+03 452 2.91e+03 0.00217 0 0 0 World initStep
+ 1 1.33e+03 452 2.91e+03 0 0.00217 0.185 0.185 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 575, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.32e+03 350 2.64e+03 0.00114 0 0 0 World initStep
+ 1 1.32e+03 350 2.64e+03 0 0.00114 0.0685 0.0685 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 574, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.32e+03 284 2.47e+03 0.00116 0 0 0 World initStep
+ 1 1.32e+03 284 2.47e+03 0 0.00116 0.0707 0.0707 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 573, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.32e+03 208 2.28e+03 0.00149 0 0 0 Tracker initStep
+ 1 1.32e+03 208 2.28e+03 0 0.00149 0.103 0.103 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 572, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.33e+03 160 2.18e+03 0.00387 0 0 0 Tracker initStep
+ 1 1.33e+03 160 2.18e+03 0 0.00387 0.489 0.489 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 571, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.33e+03 155 2.17e+03 0.0108 0 0 0 Tracker initStep
+ 1 1.32e+03 156 2.17e+03 0.00723 0.00361 1.96 1.96 Tracker eIoni
+ 2 1.33e+03 156 2.17e+03 0 0.00723 1.36 3.32 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 570, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.33e+03 153 2.16e+03 0.00571 0 0 0 Tracker initStep
+ 1 1.33e+03 153 2.16e+03 0 0.00571 0.969 0.969 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 569, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.33e+03 126 2.09e+03 0.00116 0 0 0 Tracker initStep
+ 1 1.33e+03 126 2.09e+03 0 0.00116 0.0703 0.0703 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 568, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.33e+03 80.8 1.99e+03 0.00192 0 0 0 Tracker initStep
+ 1 1.33e+03 80.7 1.99e+03 0 0.00192 0.152 0.152 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 567, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.33e+03 61.5 1.95e+03 0.00232 0 0 0 Tracker initStep
+ 1 1.33e+03 61.5 1.95e+03 0 0.00232 0.205 0.205 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 566, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.32e+03 35.4 1.88e+03 0.0016 0 0 0 Tracker initStep
+ 1 1.32e+03 35.4 1.88e+03 0 0.0016 0.115 0.115 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 565, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.3e+03 -35.3 1.68e+03 0.0332 0 0 0 Chamber_PV initStep
+ 1 1.3e+03 -34.5 1.68e+03 0.0269 0.00631 3.49 3.49 Chamber_PV eIoni
+ 2 1.3e+03 -35.1 1.68e+03 0.0202 0.00673 2.84 6.34 Chamber_PV eIoni
+ 3 1.3e+03 -35.2 1.68e+03 0.014 0.00615 2.23 8.56 Chamber_PV eIoni
+ 4 1.3e+03 -35.3 1.68e+03 0.00944 0.00217 0.974 9.54 Chamber_PV eIoni
+ 5 1.3e+03 -35.2 1.68e+03 0 0.00944 1.1 10.6 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 577, Parent ID = 565
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.3e+03 -35.3 1.68e+03 0.00242 0 0 0 Chamber_PV initStep
+ 1 1.3e+03 -35.2 1.68e+03 0 0.00242 0.135 0.135 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 564, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.3e+03 -37.6 1.68e+03 0.00516 0 0 0 Chamber_PV initStep
+ 1 1.3e+03 -37.6 1.68e+03 0 0.00516 0.392 0.392 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 563, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.3e+03 -38.7 1.67e+03 0.00201 0 0 0 Chamber_PV initStep
+ 1 1.3e+03 -38.7 1.67e+03 0 0.00201 0.105 0.105 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 562, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.29e+03 -64.8 1.59e+03 0.00297 0 0 0 Chamber_PV initStep
+ 1 1.29e+03 -64.8 1.59e+03 0 0.00297 0.18 0.18 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 561, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.28e+03 -75.9 1.55e+03 0.0466 0 0 0 Chamber_PV initStep
+ 1 1.28e+03 -76.2 1.56e+03 0.0415 0.00365 3.79 3.79 Chamber_PV eIoni
+ 2 1.28e+03 -75.4 1.55e+03 0.0364 0.0051 4.46 8.25 Chamber_PV eIoni
+ 3 1.28e+03 -75.3 1.56e+03 0.0347 0.000267 0.641 8.89 Chamber_PV eIoni
+ 4 1.28e+03 -75.8 1.56e+03 0.0303 0.0025 3.23 12.1 Chamber_PV eIoni
+ 5 1.28e+03 -75.4 1.56e+03 0.0241 0.00619 3.18 15.3 Chamber_PV eIoni
+ 6 1.28e+03 -75.4 1.56e+03 0.0201 0.000733 0.711 16 Chamber_PV eIoni
+ 7 1.28e+03 -75.3 1.56e+03 0.0114 0.00868 2.22 18.2 Chamber_PV eIoni
+ 8 1.28e+03 -75.2 1.56e+03 0.00717 0.00258 0.313 18.5 Chamber_PV eIoni
+ 9 1.28e+03 -75.2 1.56e+03 0 0.00717 0.703 19.3 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 582, Parent ID = 561
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.28e+03 -75.2 1.56e+03 0.00166 0 0 0 Chamber_PV initStep
+ 1 1.28e+03 -75.2 1.56e+03 0 0.00166 0.0809 0.0809 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 581, Parent ID = 561
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.28e+03 -75.4 1.56e+03 0.0033 0 0 0 Chamber_PV initStep
+ 1 1.28e+03 -75.4 1.56e+03 0 0.0033 0.209 0.209 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 580, Parent ID = 561
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.28e+03 -75.8 1.56e+03 0.00188 0 0 0 Chamber_PV initStep
+ 1 1.28e+03 -75.8 1.56e+03 0 0.00188 0.0957 0.0957 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 579, Parent ID = 561
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.28e+03 -75.3 1.56e+03 0.00143 0 0 0 Chamber_PV initStep
+ 1 1.28e+03 -75.3 1.56e+03 0 0.00143 0.0658 0.0658 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 578, Parent ID = 561
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.28e+03 -76.2 1.56e+03 0.00145 0 0 0 Chamber_PV initStep
+ 1 1.28e+03 -76.2 1.56e+03 0 0.00145 0.0673 0.0673 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 560, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.28e+03 -77.3 1.55e+03 0.00138 0 0 0 Chamber_PV initStep
+ 1 1.28e+03 -77.3 1.55e+03 0 0.00138 0.0629 0.0629 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 559, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.28e+03 -85.5 1.52e+03 0.00147 0 0 0 Chamber_PV initStep
+ 1 1.28e+03 -85.5 1.52e+03 0 0.00147 0.0687 0.0687 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 558, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.27e+03 -88.6 1.5e+03 0.00274 0 0 0 Chamber_PV initStep
+ 1 1.27e+03 -88.6 1.5e+03 0 0.00274 0.16 0.16 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 557, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.24e+03 -114 1.35e+03 0.00204 0 0 0 Tracker initStep
+ 1 1.24e+03 -114 1.35e+03 0 0.00204 0.167 0.167 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 556, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.16e+03 -162 1.06e+03 0.00981 0 0 0 Tracker initStep
+ 1 1.16e+03 -162 1.06e+03 0.00472 0.00331 0.657 0.657 Tracker eIoni
+ 2 1.16e+03 -162 1.06e+03 0 0.00472 0.692 1.35 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 583, Parent ID = 556
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.16e+03 -162 1.06e+03 0.00178 0 0 0 Tracker initStep
+ 1 1.16e+03 -162 1.06e+03 0 0.00178 0.135 0.135 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 555, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.16e+03 -166 1.04e+03 0.00127 0 0 0 Tracker initStep
+ 1 1.16e+03 -166 1.04e+03 0 0.00127 0.0806 0.0806 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 554, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.14e+03 -175 984 0.00138 0 0 0 Tracker initStep
+ 1 1.14e+03 -175 984 0 0.00138 0.0911 0.0911 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 553, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.14e+03 -177 970 0.00341 0 0 0 Tracker initStep
+ 1 1.14e+03 -177 970 0 0.00341 0.393 0.393 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 552, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.14e+03 -179 954 0.00504 0 0 0 Tracker initStep
+ 1 1.14e+03 -179 953 0 0.00504 0.778 0.778 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 551, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.13e+03 -183 922 0.00107 0 0 0 Tracker initStep
+ 1 1.13e+03 -183 922 0 0.00107 0.0629 0.0629 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 550, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.12e+03 -186 899 0.00242 0 0 0 Chamber_PV initStep
+ 1 1.12e+03 -186 899 0 0.00242 0.135 0.135 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 549, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.12e+03 -193 865 0.00209 0 0 0 Chamber_PV initStep
+ 1 1.12e+03 -193 865 0 0.00209 0.11 0.11 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 548, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.12e+03 -193 865 0.00376 0 0 0 Chamber_PV initStep
+ 1 1.12e+03 -193 865 0 0.00376 0.254 0.254 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 547, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.12e+03 -196 849 0.00156 0 0 0 Chamber_PV initStep
+ 1 1.12e+03 -196 849 0 0.00156 0.074 0.074 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 546, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.11e+03 -201 798 0.0034 0 0 0 Chamber_PV initStep
+ 1 1.11e+03 -201 798 0 0.0034 0.218 0.218 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 545, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.09e+03 -210 747 0.00249 0 0 0 Chamber_PV initStep
+ 1 1.09e+03 -210 747 0 0.00249 0.14 0.14 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 544, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.09e+03 -210 744 0.002 0 0 0 Chamber_PV initStep
+ 1 1.09e+03 -210 744 0 0.002 0.104 0.104 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 543, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.05e+03 -218 648 0.00125 0 0 0 Tracker initStep
+ 1 1.05e+03 -218 648 0 0.00125 0.0787 0.0787 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 542, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.03e+03 -225 577 0.00158 0 0 0 Tracker initStep
+ 1 1.03e+03 -225 577 0 0.00158 0.112 0.112 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 540, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 976 -237 436 0.00115 0 0 0 Tracker initStep
+ 1 976 -237 436 0 0.00115 0.0701 0.0701 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 539, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 971 -238 423 0.00151 0 0 0 Tracker initStep
+ 1 971 -238 423 0 0.00151 0.104 0.104 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 538, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 877 -261 156 0.00261 0 0 0 Tracker initStep
+ 1 877 -261 156 0 0.00261 0.249 0.249 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 537, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 839 -274 47.5 0.00485 0 0 0 Chamber_PV initStep
+ 1 839 -274 47.5 0.00187 0.00117 0.142 0.142 Chamber_PV eIoni
+ 2 839 -274 47.5 0 0.00187 0.0948 0.237 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 584, Parent ID = 537
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 839 -274 47.5 0.00181 0 0 0 Chamber_PV initStep
+ 1 839 -274 47.5 0 0.00181 0.0908 0.0908 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 536, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 830 -277 23.7 0.00204 0 0 0 Chamber_PV initStep
+ 1 830 -277 23.7 0 0.00204 0.107 0.107 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 535, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 823 -282 2.77 0.00225 0 0 0 Chamber_PV initStep
+ 1 823 -282 2.77 0 0.00225 0.123 0.123 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 534, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 777 -289 -104 0.00284 0 0 0 Tracker initStep
+ 1 777 -289 -104 0.00191 0.000932 0.116 0.116 Tracker eIoni
+ 2 777 -289 -104 0 0.00191 0.151 0.267 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 533, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 749 -295 -187 0.00436 0 0 0 Tracker initStep
+ 1 749 -295 -186 0 0.00436 0.603 0.603 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 532, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 732 -296 -237 0.001 0 0 0 Tracker initStep
+ 1 732 -296 -237 0 0.001 0.0572 0.0572 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 531, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 642 -314 -512 0.00922 0 0 0 Tracker initStep
+ 1 643 -315 -512 0.00269 0.00653 1.71 1.71 Tracker eIoni
+ 2 643 -315 -512 0 0.00269 0.263 1.98 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 530, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 638 -315 -527 0.00157 0 0 0 Tracker initStep
+ 1 638 -315 -527 0 0.00157 0.111 0.111 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 529, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 574 -333 -740 0.00156 0 0 0 Chamber_PV initStep
+ 1 574 -333 -740 0 0.00156 0.0739 0.0739 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 528, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 569 -334 -754 0.00938 0 0 0 Chamber_PV initStep
+ 1 569 -334 -754 0 0.00938 1.09 1.09 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 527, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 563 -335 -770 0.00319 0 0 0 Chamber_PV initStep
+ 1 563 -335 -770 0 0.00319 0.199 0.199 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 526, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 543 -332 -816 0.00641 0 0 0 Chamber_PV initStep
+ 1 543 -332 -816 0 0.00641 0.586 0.586 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 525, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 491 -321 -961 0.00521 0 0 0 Tracker initStep
+ 1 491 -320 -960 0 0.00521 0.825 0.825 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 524, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 462 -308 -1.05e+03 0.00747 0 0 0 Tracker initStep
+ 1 463 -308 -1.05e+03 0.00142 0.00605 1.41 1.41 Tracker eIoni
+ 2 462 -308 -1.05e+03 0 0.00142 0.0953 1.5 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 523, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 454 -305 -1.07e+03 0.00308 0 0 0 Tracker initStep
+ 1 454 -305 -1.07e+03 0 0.00308 0.33 0.33 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 522, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 438 -300 -1.12e+03 0.00144 0 0 0 Tracker initStep
+ 1 438 -300 -1.12e+03 0 0.00144 0.0974 0.0974 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 521, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 410 -290 -1.19e+03 0.00123 0 0 0 Tracker initStep
+ 1 410 -290 -1.19e+03 0 0.00123 0.0768 0.0768 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 520, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 404 -287 -1.2e+03 0.00225 0 0 0 Tracker initStep
+ 1 404 -287 -1.2e+03 0 0.00225 0.195 0.195 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 519, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 376 -274 -1.27e+03 0.00313 0 0 0 Tracker initStep
+ 1 376 -274 -1.27e+03 0 0.00313 0.338 0.338 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 518, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 225 -190 -1.65e+03 0.00189 0 0 0 Tracker initStep
+ 1 225 -190 -1.65e+03 0 0.00189 0.148 0.148 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 517, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 208 -177 -1.7e+03 0.00171 0 0 0 Tracker initStep
+ 1 208 -177 -1.7e+03 0 0.00171 0.127 0.127 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 516, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 185 -161 -1.76e+03 0.00107 0 0 0 Tracker initStep
+ 1 185 -161 -1.76e+03 0 0.00107 0.0632 0.0632 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 515, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 156 -142 -1.84e+03 0.00122 0 0 0 Tracker initStep
+ 1 156 -142 -1.84e+03 0 0.00122 0.0763 0.0763 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 514, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 134 -128 -1.9e+03 0.00107 0 0 0 Tracker initStep
+ 1 135 -128 -1.9e+03 0 0.00107 0.0626 0.0626 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 513, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 68.8 -78.5 -2.12e+03 0.154 0 0 0 Tracker initStep
+ 1 60.1 -83 -2.11e+03 0.148 0.00197 11.2 11.2 Tracker eIoni
+ 2 50 -88.4 -2.1e+03 0.145 0.00224 14.1 25.3 Tracker eIoni
+ 3 27.4 -122 -2.06e+03 0.127 0.016 58.3 83.6 Tracker eIoni
+ 4 26.2 -128 -2.06e+03 0.125 0.00203 9.21 92.8 Tracker eIoni
+ 5 24.3 -134 -2.05e+03 0.123 0.00245 9.01 102 Tracker eIoni
+ 6 22.1 -143 -2.04e+03 0.118 0.00213 11.4 113 Tracker eIoni
+ 7 21 -155 -2.03e+03 0.104 0.00709 23.5 137 Tracker eIoni
+ 8 14.8 -185 -2.01e+03 0.0926 0.0115 39 176 Tracker eIoni
+ 9 14.5 -189 -2.01e+03 0.09 0.0012 4.89 181 Tracker eIoni
+ 10 14.2 -197 -2e+03 0.0772 0.00451 12 193 Tracker eIoni
+ 11 20.6 -216 -1.99e+03 0.0667 0.0105 23.7 216 Tracker eIoni
+ 12 25.1 -224 -1.99e+03 0.06 0.00543 11.9 228 Tracker eIoni
+ 13 26.2 -235 -1.98e+03 0.0546 0.00542 15.7 244 Tracker eIoni
+ 14 32.1 -236 -1.97e+03 0.0479 0.00663 13.5 257 Tracker eIoni
+ 15 37.9 -240 -1.97e+03 0.0418 0.00618 11 268 Tracker eIoni
+ 16 38.1 -241 -1.97e+03 0.0369 0.000164 0.492 269 Tracker eIoni
+ 17 38.5 -241 -1.97e+03 0.0355 0.00142 0.618 269 Tracker eIoni
+ 18 40 -242 -1.97e+03 0.0348 0.00073 1.68 271 Tracker eIoni
+ 19 41.6 -243 -1.97e+03 0.0306 0.00148 2.02 273 Tracker eIoni
+ 20 44.6 -246 -1.97e+03 0.0208 0.0098 5.71 279 Tracker eIoni
+ 21 45.3 -249 -1.97e+03 0.0179 0.00293 3.56 282 Tracker eIoni
+ 22 45.2 -251 -1.97e+03 0.0136 0.00422 3.04 285 Tracker eIoni
+ 23 45.8 -252 -1.97e+03 0.00868 0.00496 2.37 288 Tracker eIoni
+ 24 46.5 -253 -1.97e+03 0.00455 0.00413 1.63 289 Tracker eIoni
+ 25 46.8 -253 -1.97e+03 0 0.00455 0.649 290 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 593, Parent ID = 513
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 41.6 -243 -1.97e+03 0.00271 0 0 0 Tracker initStep
+ 1 41.7 -243 -1.97e+03 0 0.00271 0.266 0.266 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 592, Parent ID = 513
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 38.1 -241 -1.97e+03 0.00465 0 0 0 Tracker initStep
+ 1 38 -241 -1.97e+03 0.00302 0.000324 0.143 0.143 Tracker eIoni
+ 2 38.1 -241 -1.97e+03 0 0.00302 0.319 0.462 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 594, Parent ID = 592
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 38 -241 -1.97e+03 0.0013 0 0 0 Tracker initStep
+ 1 38.1 -241 -1.97e+03 0 0.0013 0.0835 0.0835 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 591, Parent ID = 513
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 25.1 -224 -1.99e+03 0.00127 0 0 0 Tracker initStep
+ 1 25.1 -224 -1.99e+03 0 0.00127 0.0803 0.0803 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 590, Parent ID = 513
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 14.2 -197 -2e+03 0.00829 0 0 0 Tracker initStep
+ 1 14.2 -197 -2e+03 0.00157 0.00672 1.56 1.56 Tracker eIoni
+ 2 14.2 -197 -2e+03 0 0.00157 0.111 1.67 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 589, Parent ID = 513
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 14.5 -189 -2.01e+03 0.00136 0 0 0 Tracker initStep
+ 1 14.5 -189 -2.01e+03 0 0.00136 0.0893 0.0893 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 588, Parent ID = 513
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 21 -155 -2.03e+03 0.00664 0 0 0 Tracker initStep
+ 1 21.4 -155 -2.03e+03 0 0.00664 1.23 1.23 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 587, Parent ID = 513
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 22.1 -143 -2.04e+03 0.00285 0 0 0 Tracker initStep
+ 1 22.2 -143 -2.04e+03 0 0.00285 0.29 0.29 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 586, Parent ID = 513
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 27.4 -122 -2.06e+03 0.00203 0 0 0 Tracker initStep
+ 1 27.4 -122 -2.06e+03 0 0.00203 0.166 0.166 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 585, Parent ID = 513
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 60.1 -83 -2.11e+03 0.00458 0 0 0 Tracker initStep
+ 1 60 -82.8 -2.11e+03 0 0.00458 0.656 0.656 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 512, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 53.8 -61 -2.18e+03 0.00171 0 0 0 Tracker initStep
+ 1 53.8 -61 -2.18e+03 0 0.00171 0.127 0.127 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 511, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 36.3 -41.7 -2.25e+03 0.00105 0 0 0 Tracker initStep
+ 1 36.3 -41.7 -2.25e+03 0 0.00105 0.0615 0.0615 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 510, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 31.2 -35.4 -2.27e+03 0.00128 0 0 0 Tracker initStep
+ 1 31.1 -35.4 -2.27e+03 0 0.00128 0.0818 0.0818 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 503, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.19 -2.28 -2.41e+03 11 0 0 0 Target initStep
+ 1 2.34 -2.28 -2.4e+03 10.3 0.705 0.652 0.652 Target eBrem
+ 2 2.52 -2.16 -2.4e+03 7.33 1.87 0.514 1.17 Target eBrem
+ 3 2.53 -1.93 -2.4e+03 5.77 0.511 0.432 1.6 Target eBrem
+ 4 2.69 -1.75 -2.4e+03 5.22 0.414 0.342 1.94 Target eBrem
+ 5 3.17 -1.38 -2.4e+03 2.34 2.46 2.14 4.08 Target eBrem
+ 6 3.28 -1.4 -2.4e+03 0.582 1.76 1.55 5.63 Target eIoni
+ 7 3.26 -1.39 -2.4e+03 0 0.582 0.372 6 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 497, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.37 -1.46 -2.41e+03 2.44 0 0 0 Target initStep
+ 1 1.3 -1.51 -2.41e+03 1.79 0.56 0.561 0.561 Target eBrem
+ 2 1.28 -1.6 -2.41e+03 0.227 1.56 1.31 1.87 Target eIoni
+ 3 1.28 -1.59 -2.41e+03 0 0.227 0.0987 1.97 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 599, Parent ID = 497
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.3 -1.51 -2.41e+03 0.0964 0 0 0 Target initStep
+ 1 1.25 -1.58 -2.41e+03 0 0.0883 0.0913 0.0913 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 600, Parent ID = 599
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.25 -1.58 -2.41e+03 0.00813 0 0 0 Target initStep
+ 1 1.25 -1.58 -2.41e+03 0 0.00813 0.000518 0.000518 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 598, Parent ID = 503
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.17 -1.38 -2.4e+03 0.42 0 0 0 Target initStep
+ 1 7.63 -4.72 -2.4e+03 0.42 0 6.71 6.71 Tracker Transportation
+ 2 1.92e+03 -1.44e+03 -790 0.42 0 2.88e+03 2.89e+03 World Transportation
+ 3 2.94e+03 -2.2e+03 67.1 0.42 0 1.53e+03 4.42e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 597, Parent ID = 503
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.69 -1.75 -2.4e+03 0.144 0 0 0 Target initStep
+ 1 3.03 -1.51 -2.4e+03 0 0.0158 0.457 0.457 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 601, Parent ID = 597
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.03 -1.51 -2.4e+03 0.128 0 0 0 Target initStep
+ 1 3.03 -1.51 -2.4e+03 0 0.128 0.0405 0.0405 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 596, Parent ID = 503
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.53 -1.93 -2.4e+03 1.04 0 0 0 Target initStep
+ 1 3.83 -0.596 -2.4e+03 0.326 0 2.12 2.12 Target compt
+ 2 4.03 -1.78 -2.4e+03 0 0.0883 1.59 3.71 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 603, Parent ID = 596
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 4.03 -1.78 -2.4e+03 0.238 0 0 0 Target initStep
+ 1 4.03 -1.79 -2.4e+03 0 0.238 0.106 0.106 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 602, Parent ID = 596
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.83 -0.596 -2.4e+03 0.716 0 0 0 Target initStep
+ 1 3.84 -0.568 -2.4e+03 0 0.716 0.486 0.486 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 595, Parent ID = 503
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.52 -2.16 -2.4e+03 1.06 0 0 0 Target initStep
+ 1 2.79 0.119 -2.4e+03 0 0.0883 3.85 3.85 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 604, Parent ID = 595
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.79 0.119 -2.4e+03 0.973 0 0 0 Target initStep
+ 1 2.8 0.164 -2.4e+03 0 0.973 0.707 0.707 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 541, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 988 -235 468 0.0219 0 0 0 Tracker initStep
+ 1 1.11e+03 -193 700 0.0219 0 265 265 Chamber_PV Transportation
+ 2 1.21e+03 -157 900 0.0219 0 228 493 Tracker Transportation
+ 3 1.52e+03 -48.9 1.5e+03 0.0219 0 685 1.18e+03 Chamber_PV Transportation
+ 4 1.63e+03 -12.9 1.7e+03 0.0219 0 228 1.41e+03 Tracker Transportation
+ 5 1.99e+03 113 2.4e+03 0.0219 0 799 2.21e+03 World Transportation
+ 6 2.27e+03 210 2.94e+03 0.0219 0 616 2.82e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 509, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.59 -0.564 -2.4e+03 0.121 0 0 0 Target initStep
+ 1 2.58 -0.596 -2.4e+03 0.121 0 0.102 0.102 Target Rayl
+ 2 2.56 -0.639 -2.4e+03 0.121 0 0.119 0.22 Tracker Transportation
+ 3 -283 -608 -900 0.121 0 1.64e+03 1.64e+03 Chamber_PV Transportation
+ 4 -297 -637 -829 0.0986 0 77.5 1.72e+03 Chamber_PV compt
+ 5 87.9 -536 -700 0.0986 0 418 2.14e+03 Tracker Transportation
+ 6 2.4e+03 69.3 76.7 0.0986 0 2.51e+03 4.65e+03 World Transportation
+ 7 2.94e+03 211 259 0.0986 0 588 5.24e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 605, Parent ID = 509
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -297 -637 -829 0.0226 0 0 0 Chamber_PV initStep
+ 1 -297 -637 -829 0.0114 0.0112 2.44 2.44 Chamber_PV eIoni
+ 2 -297 -637 -829 0.00566 0.00253 0.57 3.01 Chamber_PV eIoni
+ 3 -297 -637 -829 0 0.00566 0.48 3.49 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 606, Parent ID = 605
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -297 -637 -829 0.00317 0 0 0 Chamber_PV initStep
+ 1 -297 -637 -829 0 0.00317 0.197 0.197 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 508, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.25 -0.339 -2.4e+03 0.403 0 0 0 Target initStep
+ 1 2.48 -0.58 -2.4e+03 0.403 0 0.914 0.914 Tracker Transportation
+ 2 414 -427 -900 0.403 0 1.61e+03 1.61e+03 Chamber_PV Transportation
+ 3 469 -483 -700 0.403 0 215 1.83e+03 Tracker Transportation
+ 4 634 -654 -100 0.403 0 645 2.47e+03 Chamber_PV Transportation
+ 5 689 -711 100 0.403 0 215 2.69e+03 Tracker Transportation
+ 6 853 -881 700 0.403 0 645 3.33e+03 Chamber_PV Transportation
+ 7 908 -938 900 0.403 0 215 3.55e+03 Tracker Transportation
+ 8 1.07e+03 -1.11e+03 1.5e+03 0.403 0 645 4.19e+03 Chamber_PV Transportation
+ 9 1.13e+03 -1.16e+03 1.7e+03 0.403 0 215 4.41e+03 Tracker Transportation
+ 10 1.32e+03 -1.36e+03 2.4e+03 0.403 0 753 5.16e+03 World Transportation
+ 11 1.47e+03 -1.52e+03 2.94e+03 0.403 0 581 5.74e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 507, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.61 -0.235 -2.4e+03 0.279 0 0 0 Target initStep
+ 1 1.63 -0.0277 -2.4e+03 0 0.0883 0.951 0.951 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 607, Parent ID = 507
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.63 -0.0277 -2.4e+03 0.191 0 0 0 Target initStep
+ 1 1.63 -0.0277 -2.4e+03 0 0.191 0.0758 0.0758 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 506, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.15 -1.39 -2.4e+03 0.302 0 0 0 Target initStep
+ 1 1.28 0.139 -2.4e+03 0.302 0 3.31 3.31 Tracker Transportation
+ 2 -1.18e+03 2.09e+03 1.43e+03 0.302 0 4.52e+03 4.53e+03 World Transportation
+ 3 -1.65e+03 2.91e+03 2.94e+03 0.302 0 1.78e+03 6.3e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 505, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.81 -2.13 -2.4e+03 0.473 0 0 0 Target initStep
+ 1 1.98 -1.35 -2.4e+03 0 0.0158 2.52 2.52 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 608, Parent ID = 505
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.98 -1.35 -2.4e+03 0.457 0 0 0 Target initStep
+ 1 1.98 -1.36 -2.4e+03 0 0.457 0.27 0.27 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 504, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.92 -2.33 -2.4e+03 0.0952 0 0 0 Target initStep
+ 1 2.92 -2.32 -2.4e+03 0 0.0883 0.0428 0.0428 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 609, Parent ID = 504
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.92 -2.32 -2.4e+03 0.00691 0 0 0 Target initStep
+ 1 2.92 -2.32 -2.4e+03 0 0.00691 0.000411 0.000411 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 502, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.06 -2.17 -2.41e+03 9.99 0 0 0 Target initStep
+ 1 4.04 -3.93 -2.4e+03 9.99 0 6.66 6.66 Tracker Transportation
+ 2 492 -438 -900 9.99 0 1.64e+03 1.64e+03 Chamber_PV Transportation
+ 3 557 -496 -700 9.99 0 218 1.86e+03 Tracker Transportation
+ 4 752 -669 -100 9.99 0 654 2.52e+03 Chamber_PV Transportation
+ 5 817 -727 100 9.99 0 218 2.73e+03 Tracker Transportation
+ 6 1.01e+03 -901 700 9.99 0 654 3.39e+03 Chamber_PV Transportation
+ 7 1.08e+03 -958 900 9.99 0 218 3.61e+03 Tracker Transportation
+ 8 1.27e+03 -1.13e+03 1.5e+03 9.99 0 654 4.26e+03 Chamber_PV Transportation
+ 9 1.34e+03 -1.19e+03 1.7e+03 9.99 0 218 4.48e+03 Tracker Transportation
+ 10 1.56e+03 -1.39e+03 2.4e+03 9.99 0 763 5.24e+03 World Transportation
+ 11 1.74e+03 -1.55e+03 2.94e+03 9.99 0 589 5.83e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 501, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.84 -1.89 -2.41e+03 13.5 0 0 0 Target initStep
+ 1 2.67 -2.74 -2.4e+03 0 0 4.6 4.6 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 610, Parent ID = 501
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.67 -2.74 -2.4e+03 10.7 0 0 0 Target initStep
+ 1 2.7 -2.81 -2.4e+03 3.77 0.472 0.438 0.438 Target eBrem
+ 2 2.98 -2.87 -2.4e+03 1.62 1.9 1.52 1.96 Target eBrem
+ 3 2.91 -2.96 -2.4e+03 0.246 1.38 1.22 3.18 Target eIoni
+ 4 2.92 -2.95 -2.4e+03 0 0.246 0.111 3.3 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 613, Parent ID = 610
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.98 -2.87 -2.4e+03 0.247 0 0 0 Target initStep
+ 1 2.03 -4.04 -2.4e+03 0 0.0883 1.62 1.62 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 614, Parent ID = 613
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.03 -4.04 -2.4e+03 0.159 0 0 0 Target initStep
+ 1 2.03 -4.04 -2.4e+03 0 0.159 0.0572 0.0572 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 612, Parent ID = 610
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.7 -2.81 -2.4e+03 6.48 0 0 0 Target initStep
+ 1 3.79 -3.34 -2.4e+03 6.48 0 2.44 2.44 Tracker Transportation
+ 2 1.19e+03 -576 -100 6.48 0 2.65e+03 2.65e+03 Chamber_PV Transportation
+ 3 1.19e+03 -576 -99.8 6.48 0 0.231 2.65e+03 Tracker Transportation
+ 4 1.6e+03 -775 700 6.48 0 921 3.57e+03 Chamber_PV Transportation
+ 5 1.67e+03 -811 845 6.48 0 167 3.74e+03 Tracker Transportation
+ 6 2.01e+03 -974 1.5e+03 6.48 0 755 4.49e+03 Chamber_PV Transportation
+ 7 2.11e+03 -1.02e+03 1.7e+03 6.48 0 230 4.73e+03 Tracker Transportation
+ 8 2.16e+03 -1.05e+03 1.79e+03 6.48 0 103 4.83e+03 World Transportation
+ 9 2.75e+03 -1.33e+03 2.94e+03 6.48 0 1.33e+03 6.15e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 500, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.78 -1.8 -2.41e+03 17.5 0 0 0 Target initStep
+ 1 1.83 -1.94 -2.41e+03 0 0 1.05 1.05 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 615, Parent ID = 500
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.83 -1.94 -2.41e+03 11.2 0 0 0 Target initStep
+ 1 1.83 -1.95 -2.41e+03 10 0.129 0.138 0.138 Target eIoni
+ 2 2.12 -2.11 -2.41e+03 6.7 3.12 2.57 2.71 Target eBrem
+ 3 2.12 -2.19 -2.41e+03 5.96 0.357 0.301 3.01 Target eBrem
+ 4 2.31 -2.53 -2.4e+03 4.5 0.847 0.911 3.92 Target eBrem
+ 5 2.14 -2.49 -2.4e+03 3.39 1 0.696 4.62 Target eBrem
+ 6 1.81 -2.45 -2.4e+03 2.05 1.08 1.16 5.77 Target eBrem
+ 7 1.73 -2.52 -2.4e+03 1.18 0.191 0.203 5.98 Target eBrem
+ 8 1.71 -2.47 -2.4e+03 0 1.18 0.886 6.86 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 617, Parent ID = 615
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.83 -1.95 -2.41e+03 1.05 0 0 0 Target initStep
+ 1 1.8 -1.93 -2.41e+03 0 1.05 0.774 0.774 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 623, Parent ID = 615
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.73 -2.52 -2.4e+03 0.678 0 0 0 Target initStep
+ 1 -0.678 -0.727 -2.41e+03 0.408 0 4.72 4.72 Target compt
+ 2 -2.29 0.758 -2.41e+03 0 0.013 2.22 6.94 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 625, Parent ID = 623
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.29 0.758 -2.41e+03 0.395 0 0 0 Target initStep
+ 1 -2.29 0.772 -2.41e+03 0 0.395 0.22 0.22 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 624, Parent ID = 623
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.678 -0.727 -2.41e+03 0.27 0 0 0 Target initStep
+ 1 -0.679 -0.727 -2.41e+03 0 0.27 0.128 0.128 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 622, Parent ID = 615
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.81 -2.45 -2.4e+03 0.257 0 0 0 Target initStep
+ 1 0.545 -4.11 -2.4e+03 0.224 0 2.22 2.22 Target compt
+ 2 0.645 -4.72 -2.4e+03 0 0.0883 0.803 3.02 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 627, Parent ID = 622
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.645 -4.72 -2.4e+03 0.136 0 0 0 Target initStep
+ 1 0.645 -4.72 -2.4e+03 0 0.136 0.0448 0.0448 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 626, Parent ID = 622
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.545 -4.11 -2.4e+03 0.0322 0 0 0 Target initStep
+ 1 0.545 -4.11 -2.4e+03 0 0.0322 0.00436 0.00436 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 621, Parent ID = 615
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.14 -2.49 -2.4e+03 0.111 0 0 0 Target initStep
+ 1 1.77 -2.47 -2.4e+03 0 0.0883 0.381 0.381 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 628, Parent ID = 621
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.77 -2.47 -2.4e+03 0.0227 0 0 0 Target initStep
+ 1 1.77 -2.47 -2.4e+03 0 0.0227 0.00249 0.00249 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 620, Parent ID = 615
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.31 -2.53 -2.4e+03 0.613 0 0 0 Target initStep
+ 1 2.09 -2.5 -2.4e+03 0 0.0883 0.589 0.589 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 629, Parent ID = 620
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.09 -2.5 -2.4e+03 0.525 0 0 0 Target initStep
+ 1 2.07 -2.5 -2.4e+03 0 0.525 0.325 0.325 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 619, Parent ID = 615
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.12 -2.19 -2.41e+03 0.38 0 0 0 Target initStep
+ 1 2.28 -2.55 -2.4e+03 0 0.0883 0.494 0.494 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 630, Parent ID = 619
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.28 -2.55 -2.4e+03 0.291 0 0 0 Target initStep
+ 1 2.28 -2.56 -2.4e+03 0 0.291 0.143 0.143 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 618, Parent ID = 615
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.12 -2.11 -2.41e+03 0.183 0 0 0 Target initStep
+ 1 2.12 -2.12 -2.41e+03 0 0.0158 0.0374 0.0374 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 631, Parent ID = 618
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.12 -2.12 -2.41e+03 0.167 0 0 0 Target initStep
+ 1 2.12 -2.12 -2.41e+03 0 0.167 0.0618 0.0618 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 499, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.43 -1.49 -2.41e+03 0.11 0 0 0 Target initStep
+ 1 1.44 -1.51 -2.41e+03 0 0.0883 0.111 0.111 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 632, Parent ID = 499
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.44 -1.51 -2.41e+03 0.0219 0 0 0 Target initStep
+ 1 1.44 -1.51 -2.41e+03 0 0.0219 0.00236 0.00236 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 498, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.4 -1.47 -2.41e+03 2.16 0 0 0 Target initStep
+ 1 3.02 -2.77 -2.4e+03 2.16 0 10 10 Tracker Transportation
+ 2 118 -95.4 -1.7e+03 2.16 0 715 726 Chamber_PV Transportation
+ 3 151 -122 -1.5e+03 2.16 0 204 930 Tracker Transportation
+ 4 250 -201 -900 2.16 0 613 1.54e+03 Chamber_PV Transportation
+ 5 283 -228 -700 2.16 0 204 1.75e+03 Tracker Transportation
+ 6 382 -307 -100 2.16 0 613 2.36e+03 Chamber_PV Transportation
+ 7 415 -334 100 2.16 0 204 2.57e+03 Tracker Transportation
+ 8 514 -413 700 2.16 0 613 3.18e+03 Chamber_PV Transportation
+ 9 547 -439 900 2.16 0 204 3.38e+03 Tracker Transportation
+ 10 646 -519 1.5e+03 2.16 0 613 4e+03 Chamber_PV Transportation
+ 11 679 -545 1.7e+03 2.16 0 204 4.2e+03 Tracker Transportation
+ 12 794 -638 2.4e+03 2.16 0 715 4.92e+03 World Transportation
+ 13 883 -709 2.94e+03 2.16 0 552 5.47e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 496, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.32 -1.42 -2.41e+03 0.14 0 0 0 Target initStep
+ 1 1.37 -1.45 -2.41e+03 0 0.0883 0.344 0.344 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 633, Parent ID = 496
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.37 -1.45 -2.41e+03 0.0518 0 0 0 Target initStep
+ 1 1.37 -1.45 -2.41e+03 0 0.0518 0.00943 0.00943 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 495, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.3 -1.41 -2.41e+03 4.25 0 0 0 Target initStep
+ 1 2.53 -2.61 -2.4e+03 4.25 0 10.6 10.6 Tracker Transportation
+ 2 84.4 -83.2 -1.7e+03 4.25 0 709 720 Chamber_PV Transportation
+ 3 108 -106 -1.5e+03 4.25 0 203 923 Tracker Transportation
+ 4 178 -175 -900 4.25 0 608 1.53e+03 Chamber_PV Transportation
+ 5 201 -198 -700 4.25 0 203 1.73e+03 Tracker Transportation
+ 6 272 -267 -100 4.25 0 608 2.34e+03 Chamber_PV Transportation
+ 7 295 -290 100 4.25 0 203 2.54e+03 Tracker Transportation
+ 8 365 -359 700 4.25 0 608 3.15e+03 Chamber_PV Transportation
+ 9 389 -382 900 4.25 0 203 3.35e+03 Tracker Transportation
+ 10 459 -452 1.5e+03 4.25 0 608 3.96e+03 Chamber_PV Transportation
+ 11 482 -475 1.7e+03 4.25 0 203 4.17e+03 Tracker Transportation
+ 12 564 -555 2.4e+03 4.25 0 709 4.87e+03 World Transportation
+ 13 627 -617 2.94e+03 4.25 0 547 5.42e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 494, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.3 -1.4 -2.41e+03 0.188 0 0 0 Target initStep
+ 1 1.4 -1.47 -2.41e+03 0.188 0 0.761 0.761 Target Rayl
+ 2 1.31 -1.46 -2.41e+03 0.188 0 0.0842 0.845 Target Rayl
+ 3 0.126 -1.28 -2.41e+03 0.188 0 1.2 2.05 Target Rayl
+ 4 -0.0119 -1.27 -2.41e+03 0 0.0883 0.139 2.19 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 634, Parent ID = 494
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0119 -1.27 -2.41e+03 0.1 0 0 0 Target initStep
+ 1 -0.0135 -1.27 -2.41e+03 0 0.1 0.0274 0.0274 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 493, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.21 -1.35 -2.41e+03 4.65 0 0 0 Target initStep
+ 1 1.41 -1.52 -2.41e+03 0 0 1.68 1.68 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 635, Parent ID = 493
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.41 -1.52 -2.41e+03 1.08 0 0 0 Target initStep
+ 1 1.45 -1.54 -2.41e+03 0 1.08 0.804 0.804 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 492, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.2 -1.34 -2.41e+03 0.127 0 0 0 Target initStep
+ 1 1.21 -1.35 -2.41e+03 0 0.0883 0.0754 0.0754 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 637, Parent ID = 492
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.21 -1.35 -2.41e+03 0.0388 0 0 0 Target initStep
+ 1 1.21 -1.35 -2.41e+03 0 0.0388 0.00591 0.00591 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 491, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.09 -1.24 -2.41e+03 1.38 0 0 0 Target initStep
+ 1 2.95 -2.28 -2.4e+03 1.38 0 12.1 12.1 Tracker Transportation
+ 2 112 -63.1 -1.7e+03 1.38 0 711 723 Chamber_PV Transportation
+ 3 143 -80.4 -1.5e+03 1.38 0 203 926 Tracker Transportation
+ 4 237 -133 -900 1.38 0 609 1.54e+03 Chamber_PV Transportation
+ 5 268 -150 -700 1.38 0 203 1.74e+03 Tracker Transportation
+ 6 361 -202 -100 1.38 0 609 2.35e+03 Chamber_PV Transportation
+ 7 392 -219 100 1.38 0 203 2.55e+03 Tracker Transportation
+ 8 486 -271 700 1.38 0 609 3.16e+03 Chamber_PV Transportation
+ 9 517 -289 900 1.38 0 203 3.36e+03 Tracker Transportation
+ 10 610 -341 1.5e+03 1.38 0 609 3.97e+03 Chamber_PV Transportation
+ 11 642 -358 1.7e+03 1.38 0 203 4.18e+03 Tracker Transportation
+ 12 751 -419 2.4e+03 1.38 0 711 4.89e+03 World Transportation
+ 13 835 -466 2.94e+03 1.38 0 549 5.44e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 490, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.05 -1.21 -2.41e+03 1.41 0 0 0 Target initStep
+ 1 2.96 -2.31 -2.4e+03 0.662 0 11.6 11.6 Target compt
+ 2 2.29 -3.27 -2.4e+03 0.662 0 1.48 13.1 Tracker Transportation
+ 3 -1.37e+03 -1.97e+03 -534 0.662 0 3.04e+03 3.05e+03 World Transportation
+ 4 -2.04e+03 -2.94e+03 382 0.662 0 1.49e+03 4.54e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 638, Parent ID = 490
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.96 -2.31 -2.4e+03 0.748 0 0 0 Target initStep
+ 1 2.98 -2.3 -2.4e+03 0 0.748 0.513 0.513 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 489, Parent ID = 487
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.907 -1.05 -2.41e+03 0.351 0 0 0 Target initStep
+ 1 0.941 -1.1 -2.41e+03 0 0.0883 0.418 0.418 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 639, Parent ID = 489
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.941 -1.1 -2.41e+03 0.263 0 0 0 Target initStep
+ 1 0.944 -1.1 -2.41e+03 0 0.263 0.123 0.123 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 456, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.606 -0.607 -2.42e+03 0.584 0 0 0 Target initStep
+ 1 1.38 -1.78 -2.41e+03 0 0.0883 10.1 10.1 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 640, Parent ID = 456
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.38 -1.78 -2.41e+03 0.496 0 0 0 Target initStep
+ 1 1.39 -1.78 -2.41e+03 0 0.496 0.301 0.301 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 455, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.574 -0.554 -2.42e+03 0.729 0 0 0 Target initStep
+ 1 1.1 -1.73 -2.41e+03 0 0.0883 9.2 9.2 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 641, Parent ID = 455
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.1 -1.73 -2.41e+03 0.641 0 0 0 Target initStep
+ 1 1.11 -1.73 -2.41e+03 0 0.641 0.422 0.422 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 454, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.522 -0.493 -2.42e+03 0.767 0 0 0 Target initStep
+ 1 0.723 -0.667 -2.42e+03 0 0.0883 2.06 2.06 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 642, Parent ID = 454
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.723 -0.667 -2.42e+03 0.679 0 0 0 Target initStep
+ 1 0.733 -0.653 -2.42e+03 0 0.679 0.454 0.454 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 453, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.39 -0.363 -2.42e+03 0.222 0 0 0 Target initStep
+ 1 0.434 -0.425 -2.42e+03 0 0.0883 0.729 0.729 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 643, Parent ID = 453
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.434 -0.425 -2.42e+03 0.134 0 0 0 Target initStep
+ 1 0.433 -0.426 -2.42e+03 0 0.134 0.0437 0.0437 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 452, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.389 -0.361 -2.42e+03 39.8 0 0 0 Target initStep
+ 1 1.34 -2.28 -2.4e+03 39.8 0 19.7 19.7 Tracker Transportation
+ 2 35.2 -70.9 -1.7e+03 39.8 0 704 724 Chamber_PV Transportation
+ 3 44.8 -90.5 -1.5e+03 39.8 0 201 925 Tracker Transportation
+ 4 73.8 -149 -900 39.8 0 604 1.53e+03 Chamber_PV Transportation
+ 5 83.5 -169 -700 39.8 0 201 1.73e+03 Tracker Transportation
+ 6 112 -228 -100 39.8 0 604 2.33e+03 Chamber_PV Transportation
+ 7 122 -247 100 39.8 0 201 2.53e+03 Tracker Transportation
+ 8 151 -306 700 39.8 0 604 3.14e+03 Chamber_PV Transportation
+ 9 161 -326 900 39.8 0 201 3.34e+03 Tracker Transportation
+ 10 190 -385 1.5e+03 39.8 0 604 3.94e+03 Chamber_PV Transportation
+ 11 199 -404 1.7e+03 39.8 0 201 4.14e+03 Tracker Transportation
+ 12 233 -473 2.4e+03 39.8 0 704 4.85e+03 World Transportation
+ 13 259 -526 2.94e+03 39.8 0 543 5.39e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 451, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.371 -0.334 -2.42e+03 14.2 0 0 0 Target initStep
+ 1 1.36 -1.5 -2.4e+03 0 0 17.4 17.4 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 644, Parent ID = 451
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.36 -1.5 -2.4e+03 4.05 0 0 0 Target initStep
+ 1 1.39 -1.52 -2.4e+03 1.79 2.27 2.02 2.02 Target eIoni
+ 2 1.44 -1.61 -2.4e+03 0.321 1.46 1.31 3.33 Target eIoni
+ 3 1.44 -1.6 -2.4e+03 0 0.321 0.164 3.5 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 450, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.353 -0.317 -2.42e+03 10.4 0 0 0 Target initStep
+ 1 0.641 -0.586 -2.42e+03 3.32 0 4.67 4.67 Target compt
+ 2 1.23 -1.91 -2.41e+03 1.53 0 2.82 7.49 Target compt
+ 3 5.76 -3.83 -2.41e+03 1.42 0 6.2 13.7 Target compt
+ 4 14.5 -5.38 -2.4e+03 1.42 0 12.9 26.6 Tracker Transportation
+ 5 2.36e+03 -422 112 1.42 0 3.46e+03 3.49e+03 World Transportation
+ 6 2.94e+03 -524 730 1.42 0 852 4.34e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 648, Parent ID = 450
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 5.76 -3.83 -2.41e+03 0.11 0 0 0 Target initStep
+ 1 5.76 -3.83 -2.41e+03 0 0.11 0.032 0.032 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 647, Parent ID = 450
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.23 -1.91 -2.41e+03 1.79 0 0 0 Target initStep
+ 1 1.2 -1.98 -2.41e+03 0 1.79 1.31 1.31 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 646, Parent ID = 450
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.641 -0.586 -2.42e+03 7.09 0 0 0 Target initStep
+ 1 0.636 -0.493 -2.41e+03 5.75 1.18 1.08 1.08 Target eBrem
+ 2 0.905 -0.383 -2.41e+03 5.14 0.412 0.353 1.43 Target eBrem
+ 3 1.37 0.0871 -2.41e+03 2.06 3.08 2.25 3.68 Target eIoni
+ 4 1.45 -0.0167 -2.41e+03 0.0572 2.01 0.838 4.52 Target eBrem
+ 5 1.44 -0.0162 -2.41e+03 0 0.0572 0.0111 4.53 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 650, Parent ID = 646
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.905 -0.383 -2.41e+03 0.191 0 0 0 Target initStep
+ 1 0.998 -0.277 -2.41e+03 0.159 0 0.141 0.141 Target compt
+ 2 0.774 0.365 -2.41e+03 0.159 0 0.716 0.857 Target Rayl
+ 3 0.767 0.744 -2.41e+03 0.159 0 0.416 1.27 Target Rayl
+ 4 0.024 0.681 -2.41e+03 0 0.0883 0.933 2.21 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 652, Parent ID = 650
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.024 0.681 -2.41e+03 0.071 0 0 0 Target initStep
+ 1 0.0231 0.682 -2.41e+03 0 0.071 0.0158 0.0158 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 651, Parent ID = 650
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.998 -0.277 -2.41e+03 0.0315 0 0 0 Target initStep
+ 1 0.999 -0.277 -2.41e+03 0 0.0315 0.00421 0.00421 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 649, Parent ID = 646
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.636 -0.493 -2.41e+03 0.164 0 0 0 Target initStep
+ 1 1.05 -0.319 -2.41e+03 0 0.0883 0.465 0.465 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 653, Parent ID = 649
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.05 -0.319 -2.41e+03 0.0754 0 0 0 Target initStep
+ 1 1.05 -0.32 -2.41e+03 0 0.0754 0.0174 0.0174 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 449, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.326 -0.291 -2.42e+03 7.09 0 0 0 Target initStep
+ 1 0.674 -0.668 -2.41e+03 0 0 5.95 5.95 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 654, Parent ID = 449
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.674 -0.668 -2.41e+03 2.9 0 0 0 Target initStep
+ 1 0.654 -0.634 -2.41e+03 1.21 0.516 0.376 0.376 Target eIoni
+ 2 0.72 -0.596 -2.41e+03 0 1.21 0.914 1.29 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 656, Parent ID = 654
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.654 -0.634 -2.41e+03 1.17 0 0 0 Target initStep
+ 1 0.66 -0.564 -2.41e+03 0 1.17 0.879 0.879 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 448, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.307 -0.268 -2.42e+03 1.44 0 0 0 Target initStep
+ 1 0.42 -0.384 -2.42e+03 0.722 0 4.36 4.36 Target compt
+ 2 12.8 15 -2.4e+03 0.722 0 26 30.3 Tracker Transportation
+ 3 1.51e+03 1.87e+03 -363 0.722 0 3.13e+03 3.16e+03 World Transportation
+ 4 2.37e+03 2.94e+03 813 0.722 0 1.81e+03 4.97e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 657, Parent ID = 448
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.42 -0.384 -2.42e+03 0.721 0 0 0 Target initStep
+ 1 0.411 -0.399 -2.42e+03 0 0.721 0.49 0.49 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 447, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.296 -0.255 -2.42e+03 0.179 0 0 0 Target initStep
+ 1 0.332 -0.294 -2.42e+03 0.176 0 1.41 1.41 Target compt
+ 2 0.103 -0.457 -2.42e+03 0 0.0883 0.928 2.34 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 659, Parent ID = 447
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.103 -0.457 -2.42e+03 0.0878 0 0 0 Target initStep
+ 1 0.103 -0.458 -2.42e+03 0 0.0878 0.0222 0.0222 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 658, Parent ID = 447
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.332 -0.294 -2.42e+03 0.00304 0 0 0 Target initStep
+ 1 0.332 -0.294 -2.42e+03 0 0.00304 0.000133 0.000133 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 446, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.288 -0.247 -2.42e+03 0.144 0 0 0 Target initStep
+ 1 0.289 -0.252 -2.42e+03 0 0.0883 0.0799 0.0799 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 660, Parent ID = 446
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.289 -0.252 -2.42e+03 0.0559 0 0 0 Target initStep
+ 1 0.289 -0.253 -2.42e+03 0 0.0559 0.0107 0.0107 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 445, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.241 -0.231 -2.42e+03 26.6 0 0 0 Target initStep
+ 1 0.288 -0.26 -2.42e+03 0 0 0.952 0.952 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 661, Parent ID = 445
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.288 -0.26 -2.42e+03 23.6 0 0 0 Target initStep
+ 1 0.351 0.0204 -2.42e+03 17.3 2.79 2.09 2.09 Target eBrem
+ 2 0.638 -0.00646 -2.42e+03 12 0.506 0.423 2.52 Target eBrem
+ 3 0.943 0.00316 -2.42e+03 8.49 0.524 0.532 3.05 Target eBrem
+ 4 0.649 -0.669 -2.42e+03 4.67 3.82 2.87 5.92 Target eIoni
+ 5 0.819 -1.16 -2.42e+03 2.39 2.28 2.15 8.08 Target eIoni
+ 6 0.647 -1.18 -2.42e+03 0.355 1.79 1.27 9.34 Target eBrem
+ 7 0.635 -1.17 -2.42e+03 0 0.355 0.19 9.53 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 666, Parent ID = 661
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.647 -1.18 -2.42e+03 0.239 0 0 0 Target initStep
+ 1 -0.71 1.1 -2.42e+03 0 0.0883 3.55 3.55 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 667, Parent ID = 666
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.71 1.1 -2.42e+03 0.151 0 0 0 Target initStep
+ 1 -0.712 1.1 -2.42e+03 0 0.151 0.0528 0.0528 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 665, Parent ID = 661
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.943 0.00316 -2.42e+03 3.02 0 0 0 Target initStep
+ 1 -2 -7.72 -2.41e+03 0 0 15.1 15.1 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 668, Parent ID = 665
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2 -7.72 -2.41e+03 1.58 0 0 0 Target initStep
+ 1 -2.02 -7.72 -2.41e+03 0.273 1.31 1.2 1.2 Target eIoni
+ 2 -2.02 -7.73 -2.41e+03 0 0.273 0.13 1.33 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 664, Parent ID = 661
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.638 -0.00646 -2.42e+03 4.74 0 0 0 Target initStep
+ 1 4.33 0.0845 -2.42e+03 4.31 0 6.05 6.05 Target compt
+ 2 14.6 2.77 -2.4e+03 4.31 0 18.8 24.9 Tracker Transportation
+ 3 2.32e+03 605 1.09e+03 4.31 0 4.22e+03 4.25e+03 World Transportation
+ 4 2.94e+03 767 2.02e+03 4.31 0 1.13e+03 5.38e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 670, Parent ID = 664
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 4.33 0.0845 -2.42e+03 0.434 0 0 0 Target initStep
+ 1 4.35 0.073 -2.42e+03 0 0.434 0.251 0.251 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 663, Parent ID = 661
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.351 0.0204 -2.42e+03 3.53 0 0 0 Target initStep
+ 1 21 -3.04 -2.4e+03 3.53 0 29.4 29.4 Tracker Transportation
+ 2 2.37e+03 -351 -52.6 3.53 0 3.34e+03 3.37e+03 World Transportation
+ 3 2.94e+03 -435 512 3.53 0 804 4.17e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 444, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.139 -0.136 -2.43e+03 17.9 0 0 0 Target initStep
+ 1 1.13 -1.36 -2.4e+03 17.9 0 26.4 26.4 Tracker Transportation
+ 2 27.3 -33.8 -1.7e+03 17.9 0 701 728 Chamber_PV Transportation
+ 3 34.8 -43 -1.5e+03 17.9 0 200 928 Tracker Transportation
+ 4 57.2 -70.8 -900 17.9 0 601 1.53e+03 Chamber_PV Transportation
+ 5 64.7 -80 -700 17.9 0 200 1.73e+03 Tracker Transportation
+ 6 87.1 -108 -100 17.9 0 601 2.33e+03 Chamber_PV Transportation
+ 7 94.6 -117 100 17.9 0 200 2.53e+03 Tracker Transportation
+ 8 117 -145 700 17.9 0 601 3.13e+03 Chamber_PV Transportation
+ 9 124 -154 900 17.9 0 200 3.33e+03 Tracker Transportation
+ 10 147 -182 1.5e+03 17.9 0 601 3.93e+03 Chamber_PV Transportation
+ 11 154 -191 1.7e+03 17.9 0 200 4.13e+03 Tracker Transportation
+ 12 181 -224 2.4e+03 17.9 0 701 4.83e+03 World Transportation
+ 13 201 -248 2.94e+03 17.9 0 541 5.38e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 443, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.128 -0.12 -2.43e+03 7.25 0 0 0 Target initStep
+ 1 0.316 -0.531 -2.42e+03 0 0 8.25 8.25 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 671, Parent ID = 443
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.316 -0.531 -2.42e+03 5.42 0 0 0 Target initStep
+ 1 0.314 -0.535 -2.42e+03 0.572 0.0845 0.0822 0.0822 Target eBrem
+ 2 0.314 -0.54 -2.42e+03 0 0.572 0.364 0.446 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 673, Parent ID = 671
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.314 -0.535 -2.42e+03 4.77 0 0 0 Target initStep
+ 1 9.04 -3.3 -2.4e+03 1.46 0 18 18 Target compt
+ 2 8.47 -3.3 -2.4e+03 1.46 0 3.12 21.1 Tracker Transportation
+ 3 -122 -3.99 -1.7e+03 1.46 0 712 733 Chamber_PV Transportation
+ 4 -159 -4.19 -1.5e+03 1.46 0 203 937 Tracker Transportation
+ 5 -271 -4.78 -900 1.46 0 610 1.55e+03 Chamber_PV Transportation
+ 6 -308 -4.97 -700 1.46 0 203 1.75e+03 Tracker Transportation
+ 7 -420 -5.56 -100 1.46 0 610 2.36e+03 Chamber_PV Transportation
+ 8 -457 -5.76 100 1.46 0 203 2.56e+03 Tracker Transportation
+ 9 -569 -6.35 700 1.46 0 610 3.17e+03 Chamber_PV Transportation
+ 10 -607 -6.55 900 1.46 0 203 3.38e+03 Tracker Transportation
+ 11 -718 -7.14 1.5e+03 1.46 0 610 3.99e+03 Chamber_PV Transportation
+ 12 -756 -7.34 1.7e+03 1.46 0 203 4.19e+03 Tracker Transportation
+ 13 -886 -8.03 2.4e+03 1.46 0 712 4.9e+03 World Transportation
+ 14 -987 -8.56 2.94e+03 1.46 0 549 5.45e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 674, Parent ID = 673
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 9.04 -3.3 -2.4e+03 3.31 0 0 0 Target initStep
+ 1 9.28 -3.36 -2.4e+03 1.32 1.99 1.84 1.84 Target eIoni
+ 2 9.36 -3.37 -2.4e+03 0 1.32 1.01 2.85 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 442, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.108 -0.0691 -2.43e+03 0.154 0 0 0 Target initStep
+ 1 0.11 -0.0772 -2.43e+03 0 0.0883 0.145 0.145 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 675, Parent ID = 442
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.11 -0.0772 -2.43e+03 0.0658 0 0 0 Target initStep
+ 1 0.11 -0.0772 -2.43e+03 0 0.0658 0.0139 0.0139 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 441, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0952 -0.0509 -2.43e+03 13.1 0 0 0 Target initStep
+ 1 0.358 -0.47 -2.42e+03 0 0 13.1 13.1 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 676, Parent ID = 441
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.358 -0.47 -2.42e+03 7.78 0 0 0 Target initStep
+ 1 0.351 -0.522 -2.41e+03 5.53 1.99 1.69 1.69 Target eBrem
+ 2 0.336 -0.562 -2.41e+03 5.35 0.0602 0.0852 1.77 Target eBrem
+ 3 0.313 -0.613 -2.41e+03 4.81 0.158 0.143 1.91 Target eBrem
+ 4 -0.0845 -0.829 -2.41e+03 1.82 2.98 2.18 4.1 Target eIoni
+ 5 0.0319 -0.857 -2.41e+03 1.35 0.301 0.311 4.41 Target eBrem
+ 6 0.113 -0.866 -2.41e+03 0.128 1.23 1.04 5.44 Target eIoni
+ 7 0.11 -0.868 -2.41e+03 0 0.128 0.0407 5.48 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 681, Parent ID = 676
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0319 -0.857 -2.41e+03 0.167 0 0 0 Target initStep
+ 1 0.368 -0.97 -2.41e+03 0 0.0158 0.4 0.4 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 682, Parent ID = 681
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.368 -0.97 -2.41e+03 0.152 0 0 0 Target initStep
+ 1 0.371 -0.97 -2.41e+03 0 0.152 0.053 0.053 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 680, Parent ID = 676
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.313 -0.613 -2.41e+03 0.383 0 0 0 Target initStep
+ 1 0.481 -0.895 -2.41e+03 0 0.0883 0.483 0.483 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 683, Parent ID = 680
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.481 -0.895 -2.41e+03 0.295 0 0 0 Target initStep
+ 1 0.481 -0.904 -2.41e+03 0 0.295 0.145 0.145 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 679, Parent ID = 676
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.336 -0.562 -2.41e+03 0.122 0 0 0 Target initStep
+ 1 0.308 -0.627 -2.41e+03 0 0.0883 0.212 0.212 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 684, Parent ID = 679
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.308 -0.627 -2.41e+03 0.0339 0 0 0 Target initStep
+ 1 0.308 -0.628 -2.41e+03 0 0.0339 0.00474 0.00474 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 678, Parent ID = 676
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.351 -0.522 -2.41e+03 0.26 0 0 0 Target initStep
+ 1 0.114 -1.25 -2.41e+03 0 0.00382 1.42 1.42 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 685, Parent ID = 678
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.114 -1.25 -2.41e+03 0.256 0 0 0 Target initStep
+ 1 0.118 -1.25 -2.41e+03 0 0.256 0.118 0.118 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 440, Parent ID = 437
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0931 -0.0446 -2.43e+03 0.523 0 0 0 Target initStep
+ 1 0.105 -0.0852 -2.43e+03 0 0.0883 1.49 1.49 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 686, Parent ID = 440
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.105 -0.0852 -2.43e+03 0.435 0 0 0 Target initStep
+ 1 0.118 -0.0902 -2.43e+03 0 0.435 0.252 0.252 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 211, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0409 -0.021 -2.43e+03 114 0 0 0 Target initStep
+ 1 0.226 -0.0831 -2.42e+03 0 0 8.67 8.67 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 687, Parent ID = 211
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.226 -0.0831 -2.42e+03 57.4 0 0 0 Target initStep
+ 1 0.246 -0.0899 -2.42e+03 55.6 0.815 0.869 0.869 Target eBrem
+ 2 0.198 -0.107 -2.42e+03 54.9 0.454 0.39 1.26 Target eBrem
+ 3 0.145 -0.127 -2.42e+03 54.6 0.212 0.184 1.44 Target eBrem
+ 4 0.122 -0.142 -2.42e+03 53.6 0.0959 0.0755 1.52 Target eBrem
+ 5 -0.0552 -0.264 -2.42e+03 51.8 0.592 0.607 2.13 Target eIoni
+ 6 -0.259 -0.467 -2.42e+03 49.9 1.08 0.72 2.85 Target eBrem
+ 7 -0.317 -0.538 -2.42e+03 49.2 0.314 0.313 3.16 Target eBrem
+ 8 -0.436 -0.627 -2.42e+03 48.7 0.443 0.412 3.57 Target eBrem
+ 9 -0.506 -0.717 -2.42e+03 34.2 0.287 0.285 3.86 Target eBrem
+ 10 -0.876 -1.11 -2.42e+03 23.4 1.8 1.38 5.23 Target eBrem
+ 11 -1.11 -1.45 -2.42e+03 19.9 1.21 0.953 6.19 Target eBrem
+ 12 -1.3 -1.6 -2.42e+03 15 0.741 0.638 6.83 Target eBrem
+ 13 -1.64 -1.71 -2.42e+03 14.3 0.474 0.449 7.28 Target eBrem
+ 14 -1.73 -1.72 -2.42e+03 13.5 0.226 0.136 7.41 Target eBrem
+ 15 -2.39 -1.68 -2.42e+03 11.6 1.24 1.06 8.48 Target eBrem
+ 16 -3.73 -2.05 -2.41e+03 7.16 2.89 2.26 10.7 Target eIoni
+ 17 -3.94 -2.01 -2.41e+03 6.27 0.431 0.291 11 Target eBrem
+ 18 -4.29 -2.16 -2.41e+03 3.83 1.88 0.692 11.7 Target eBrem
+ 19 -4.38 -2.27 -2.41e+03 0.698 0.384 0.331 12.1 Target eBrem
+ 20 -4.41 -2.29 -2.41e+03 0 0.698 0.471 12.5 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 704, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.73 -2.05 -2.41e+03 1.59 0 0 0 Target initStep
+ 1 -3.75 -2.05 -2.41e+03 0.63 0.835 0.82 0.82 Target eBrem
+ 2 -3.75 -2.08 -2.41e+03 0 0.63 0.413 1.23 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 693, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0552 -0.264 -2.42e+03 1.22 0 0 0 Target initStep
+ 1 -0.0671 -0.231 -2.42e+03 0 1.22 0.923 0.923 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 708, Parent ID = 704
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.75 -2.05 -2.41e+03 0.125 0 0 0 Target initStep
+ 1 -3.76 -2.1 -2.41e+03 0 0.0883 0.0536 0.0536 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 709, Parent ID = 708
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.76 -2.1 -2.41e+03 0.0365 0 0 0 Target initStep
+ 1 -3.76 -2.1 -2.41e+03 0 0.0365 0.00534 0.00534 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 707, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.38 -2.27 -2.41e+03 2.75 0 0 0 Target initStep
+ 1 -6.13 -2.05 -2.41e+03 0.438 0 3.56 3.56 Target compt
+ 2 -6.44 -2.31 -2.41e+03 0 0.0883 0.432 3.99 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 711, Parent ID = 707
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -6.44 -2.31 -2.41e+03 0.349 0 0 0 Target initStep
+ 1 -6.45 -2.32 -2.41e+03 0 0.349 0.186 0.186 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 710, Parent ID = 707
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -6.13 -2.05 -2.41e+03 2.31 0 0 0 Target initStep
+ 1 -6.2 -2.02 -2.41e+03 0.781 1.08 0.82 0.82 Target eBrem
+ 2 -6.17 -2.01 -2.41e+03 0 0.781 0.542 1.36 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 712, Parent ID = 710
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -6.2 -2.02 -2.41e+03 0.442 0 0 0 Target initStep
+ 1 -5.82 -1.95 -2.41e+03 0 0.0158 0.459 0.459 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 713, Parent ID = 712
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.82 -1.95 -2.41e+03 0.426 0 0 0 Target initStep
+ 1 -5.8 -1.94 -2.41e+03 0 0.426 0.245 0.245 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 706, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.29 -2.16 -2.41e+03 0.557 0 0 0 Target initStep
+ 1 -9.61 -10.7 -2.4e+03 0.193 0 13.8 13.8 Target compt
+ 2 -9.65 -8.61 -2.4e+03 0 0.0883 2.13 15.9 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 715, Parent ID = 706
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -9.65 -8.61 -2.4e+03 0.105 0 0 0 Target initStep
+ 1 -9.65 -8.61 -2.4e+03 0 0.105 0.0295 0.0295 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 714, Parent ID = 706
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -9.61 -10.7 -2.4e+03 0.364 0 0 0 Target initStep
+ 1 -9.62 -10.7 -2.4e+03 0 0.364 0.196 0.196 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 705, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.94 -2.01 -2.41e+03 0.464 0 0 0 Target initStep
+ 1 -4.93 -2.39 -2.41e+03 0 0.0158 1.43 1.43 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 716, Parent ID = 705
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.93 -2.39 -2.41e+03 0.448 0 0 0 Target initStep
+ 1 -4.95 -2.39 -2.41e+03 0 0.448 0.263 0.263 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 703, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.39 -1.68 -2.42e+03 0.62 0 0 0 Target initStep
+ 1 -4.87 -2.35 -2.41e+03 0 0.0158 2.98 2.98 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 717, Parent ID = 703
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.87 -2.35 -2.41e+03 0.605 0 0 0 Target initStep
+ 1 -4.89 -2.37 -2.41e+03 0.0368 0.568 0.389 0.389 Target eBrem
+ 2 -4.89 -2.37 -2.41e+03 0 0.0368 0.00542 0.394 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 702, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.73 -1.72 -2.42e+03 0.603 0 0 0 Target initStep
+ 1 -13.4 -1.12 -2.4e+03 0 0.0883 16.4 16.4 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 718, Parent ID = 702
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -13.4 -1.12 -2.4e+03 0.514 0 0 0 Target initStep
+ 1 -13.4 -1.12 -2.4e+03 0 0.514 0.316 0.316 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 701, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.64 -1.71 -2.42e+03 0.217 0 0 0 Target initStep
+ 1 -2.82 -1.7 -2.41e+03 0 0.0883 1.73 1.73 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 719, Parent ID = 701
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.82 -1.7 -2.41e+03 0.129 0 0 0 Target initStep
+ 1 -2.82 -1.7 -2.41e+03 0 0.129 0.0409 0.0409 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 700, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.3 -1.6 -2.42e+03 4.13 0 0 0 Target initStep
+ 1 -17.8 -7.5 -2.4e+03 0.569 0 21.3 21.3 Target compt
+ 2 -17.8 -7.37 -2.4e+03 0.316 0 0.16 21.4 Target compt
+ 3 -21.6 -7.58 -2.4e+03 0.316 0 3.98 25.4 Target Rayl
+ 4 -23 -7.63 -2.4e+03 0.248 0 1.36 26.8 Target compt
+ 5 -23.9 -7.18 -2.4e+03 0.248 0 1.34 28.1 World Transportation
+ 6 -667 293 -2.94e+03 0.248 0 890 918 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 722, Parent ID = 700
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -23 -7.63 -2.4e+03 0.068 0 0 0 Target initStep
+ 1 -23 -7.63 -2.4e+03 0 0.068 0.0147 0.0147 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 721, Parent ID = 700
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -17.8 -7.37 -2.4e+03 0.253 0 0 0 Target initStep
+ 1 -17.8 -7.37 -2.4e+03 0 0.253 0.116 0.116 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 720, Parent ID = 700
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -17.8 -7.5 -2.4e+03 3.56 0 0 0 Target initStep
+ 1 -18.1 -7.66 -2.4e+03 1.63 1.83 1.76 1.76 Target eBrem
+ 2 -18 -7.6 -2.4e+03 0.321 1.2 1.08 2.84 Target eBrem
+ 3 -18 -7.59 -2.4e+03 0 0.321 0.164 3.01 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 724, Parent ID = 720
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -18 -7.6 -2.4e+03 0.106 0 0 0 Target initStep
+ 1 -18 -7.34 -2.4e+03 0 0.0883 0.259 0.259 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 725, Parent ID = 724
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -18 -7.34 -2.4e+03 0.0176 0 0 0 Target initStep
+ 1 -18 -7.34 -2.4e+03 0 0.0176 0.00166 0.00166 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 723, Parent ID = 720
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -18.1 -7.66 -2.4e+03 0.104 0 0 0 Target initStep
+ 1 -18 -7.54 -2.4e+03 0 0.0883 0.264 0.264 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 726, Parent ID = 723
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -18 -7.54 -2.4e+03 0.0161 0 0 0 Target initStep
+ 1 -18 -7.54 -2.4e+03 0 0.0161 0.00145 0.00145 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 699, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.11 -1.45 -2.42e+03 2.26 0 0 0 Target initStep
+ 1 -1.46 -1.74 -2.42e+03 0.839 0 1.2 1.2 Target compt
+ 2 -0.978 2.74 -2.41e+03 0 0.0883 8.15 9.35 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 728, Parent ID = 699
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.978 2.74 -2.41e+03 0.751 0 0 0 Target initStep
+ 1 -0.983 2.77 -2.41e+03 0 0.751 0.506 0.506 Target eBrem
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 727, Parent ID = 699
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.46 -1.74 -2.42e+03 1.42 0 0 0 Target initStep
+ 1 -1.5 -1.8 -2.42e+03 0.0256 1.39 1.09 1.09 Target eIoni
+ 2 -1.5 -1.8 -2.42e+03 0 0.0256 0.00301 1.09 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 698, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.876 -1.11 -2.42e+03 9.03 0 0 0 Target initStep
+ 1 -0.939 -1.21 -2.42e+03 0 0 0.261 0.261 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 729, Parent ID = 698
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.939 -1.21 -2.42e+03 6.48 0 0 0 Target initStep
+ 1 -1.03 -1.55 -2.42e+03 3.99 1.8 1.34 1.34 Target eBrem
+ 2 -1.06 -1.53 -2.42e+03 1.48 0.146 0.0744 1.42 Target eBrem
+ 3 -1.1 -1.51 -2.42e+03 0.0446 0.888 0.664 2.08 Target eBrem
+ 4 -1.1 -1.51 -2.42e+03 0 0.0446 0.00741 2.09 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 733, Parent ID = 729
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.1 -1.51 -2.42e+03 0.552 0 0 0 Target initStep
+ 1 0.67 -8.27 -2.42e+03 0.18 0 7.12 7.12 Target compt
+ 2 0.716 -8 -2.42e+03 0 0.0883 0.28 7.4 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 735, Parent ID = 733
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.716 -8 -2.42e+03 0.0917 0 0 0 Target initStep
+ 1 0.717 -8 -2.42e+03 0 0.0917 0.0238 0.0238 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 734, Parent ID = 733
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.67 -8.27 -2.42e+03 0.372 0 0 0 Target initStep
+ 1 0.672 -8.29 -2.42e+03 0 0.372 0.203 0.203 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 732, Parent ID = 729
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.06 -1.53 -2.42e+03 2.36 0 0 0 Target initStep
+ 1 -7.92 6.43 -2.44e+03 1.75 0 26.2 26.2 Target compt
+ 2 -13.7 14.1 -2.45e+03 1.75 0 13.3 39.5 World Transportation
+ 3 -320 421 -2.94e+03 1.75 0 707 746 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 736, Parent ID = 732
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -7.92 6.43 -2.44e+03 0.618 0 0 0 Target initStep
+ 1 -7.92 6.43 -2.44e+03 0 0.618 0.402 0.402 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 731, Parent ID = 729
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.03 -1.55 -2.42e+03 0.694 0 0 0 Target initStep
+ 1 -5.94 3.13 -2.43e+03 0.226 0 13.4 13.4 Target compt
+ 2 -3.09 -0.748 -2.43e+03 0 0.0883 4.82 18.2 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 738, Parent ID = 731
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.09 -0.748 -2.43e+03 0.137 0 0 0 Target initStep
+ 1 -3.09 -0.75 -2.43e+03 0 0.137 0.0454 0.0454 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 737, Parent ID = 731
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.94 3.13 -2.43e+03 0.468 0 0 0 Target initStep
+ 1 -5.95 3.14 -2.43e+03 0 0.468 0.279 0.279 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 697, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.506 -0.717 -2.42e+03 14.2 0 0 0 Target initStep
+ 1 -5.8 -7.06 -2.4e+03 14.2 0 20.6 20.6 Tracker Transportation
+ 2 -426 -511 -900 14.2 0 1.64e+03 1.66e+03 Chamber_PV Transportation
+ 3 -483 -578 -700 14.2 0 218 1.88e+03 Tracker Transportation
+ 4 -651 -780 -100 14.2 0 655 2.53e+03 Chamber_PV Transportation
+ 5 -707 -847 100 14.2 0 218 2.75e+03 Tracker Transportation
+ 6 -875 -1.05e+03 700 14.2 0 655 3.4e+03 Chamber_PV Transportation
+ 7 -931 -1.12e+03 900 14.2 0 218 3.62e+03 Tracker Transportation
+ 8 -1.1e+03 -1.32e+03 1.5e+03 14.2 0 655 4.28e+03 Chamber_PV Transportation
+ 9 -1.16e+03 -1.38e+03 1.7e+03 14.2 0 218 4.5e+03 Tracker Transportation
+ 10 -1.35e+03 -1.62e+03 2.4e+03 14.2 0 764 5.26e+03 World Transportation
+ 11 -1.5e+03 -1.8e+03 2.94e+03 14.2 0 589 5.85e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 696, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.436 -0.627 -2.42e+03 0.12 0 0 0 Target initStep
+ 1 -0.484 -0.69 -2.42e+03 0 0.0883 0.195 0.195 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 739, Parent ID = 696
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.484 -0.69 -2.42e+03 0.0314 0 0 0 Target initStep
+ 1 -0.484 -0.69 -2.42e+03 0 0.0314 0.00419 0.00419 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 695, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.317 -0.538 -2.42e+03 0.372 0 0 0 Target initStep
+ 1 -0.959 -1.08 -2.42e+03 0.158 0 2.23 2.23 Target compt
+ 2 -0.895 -1.02 -2.42e+03 0 0.0158 0.105 2.34 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 741, Parent ID = 695
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.895 -1.02 -2.42e+03 0.142 0 0 0 Target initStep
+ 1 -0.893 -1.02 -2.42e+03 0 0.142 0.0478 0.0478 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 740, Parent ID = 695
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.959 -1.08 -2.42e+03 0.214 0 0 0 Target initStep
+ 1 -0.961 -1.08 -2.42e+03 0 0.214 0.0902 0.0902 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 694, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.259 -0.467 -2.42e+03 0.754 0 0 0 Target initStep
+ 1 -0.362 -0.894 -2.42e+03 0.638 0 1.52 1.52 Target compt
+ 2 -1.73 -5.43 -2.41e+03 0 0.0883 6.64 8.15 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 743, Parent ID = 694
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.73 -5.43 -2.41e+03 0.549 0 0 0 Target initStep
+ 1 -1.73 -5.43 -2.41e+03 0 0.549 0.345 0.345 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 742, Parent ID = 694
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.362 -0.894 -2.42e+03 0.116 0 0 0 Target initStep
+ 1 -0.362 -0.892 -2.42e+03 0 0.116 0.0348 0.0348 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 692, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.122 -0.142 -2.42e+03 0.895 0 0 0 Target initStep
+ 1 -4.77 -3.4 -2.41e+03 0.643 0 16.2 16.2 Target compt
+ 2 -3.85 -4.58 -2.4e+03 0 0.0883 2.83 19 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 745, Parent ID = 692
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.85 -4.58 -2.4e+03 0.555 0 0 0 Target initStep
+ 1 -3.83 -4.59 -2.4e+03 0 0.555 0.35 0.35 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 744, Parent ID = 692
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.77 -3.4 -2.41e+03 0.252 0 0 0 Target initStep
+ 1 -4.77 -3.4 -2.41e+03 0 0.252 0.115 0.115 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 691, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.145 -0.127 -2.42e+03 0.116 0 0 0 Target initStep
+ 1 0.0642 -0.179 -2.42e+03 0 0.0883 0.269 0.269 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 746, Parent ID = 691
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0642 -0.179 -2.42e+03 0.0276 0 0 0 Target initStep
+ 1 0.0639 -0.179 -2.42e+03 0 0.0276 0.00339 0.00339 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 690, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.198 -0.107 -2.42e+03 0.222 0 0 0 Target initStep
+ 1 0.103 -0.144 -2.42e+03 0 0.0883 0.332 0.332 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 747, Parent ID = 690
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.103 -0.144 -2.42e+03 0.133 0 0 0 Target initStep
+ 1 0.102 -0.147 -2.42e+03 0 0.133 0.0434 0.0434 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 689, Parent ID = 687
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.246 -0.0899 -2.42e+03 1.05 0 0 0 Target initStep
+ 1 -0.676 -0.476 -2.41e+03 0.633 0 7.42 7.42 Target compt
+ 2 1.08 0.734 -2.41e+03 0.633 0 3.34 10.8 Target Rayl
+ 3 1.6 1.07 -2.41e+03 0 0.0883 0.957 11.7 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 749, Parent ID = 689
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.6 1.07 -2.41e+03 0.545 0 0 0 Target initStep
+ 1 1.61 1.08 -2.41e+03 0 0.545 0.342 0.342 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 748, Parent ID = 689
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.676 -0.476 -2.41e+03 0.419 0 0 0 Target initStep
+ 1 -0.685 -0.482 -2.41e+03 0 0.419 0.239 0.239 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 210, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0133 -0.0179 -2.43e+03 279 0 0 0 Target initStep
+ 1 0.0924 -0.00974 -2.43e+03 0 0 3.34 3.34 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 750, Parent ID = 210
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0924 -0.00974 -2.43e+03 116 0 0 0 Target initStep
+ 1 0.122 0.121 -2.43e+03 114 2.61 1.95 1.95 Target eBrem
+ 2 0.12 0.129 -2.43e+03 113 0.119 0.0597 2.01 Target eBrem
+ 3 0.111 0.157 -2.43e+03 110 0.223 0.216 2.23 Target eBrem
+ 4 0.0761 0.239 -2.43e+03 109 0.788 0.722 2.95 Target eBrem
+ 5 0.0578 0.279 -2.43e+03 109 0.344 0.335 3.28 Target eBrem
+ 6 0.0201 0.333 -2.43e+03 107 0.665 0.508 3.79 Target eBrem
+ 7 -0.119 0.339 -2.42e+03 98.7 1.06 0.879 4.67 Target eBrem
+ 8 -0.127 0.337 -2.42e+03 86.3 0.0382 0.0404 4.71 Target eBrem
+ 9 -0.235 0.302 -2.42e+03 82.5 0.844 0.645 5.36 Target eBrem
+ 10 -0.283 0.293 -2.42e+03 34.7 0.265 0.22 5.57 Target eBrem
+ 11 -0.361 0.259 -2.42e+03 31 0.439 0.364 5.94 Target eBrem
+ 12 -0.715 -0.142 -2.42e+03 27 3.83 3.37 9.3 Target eBrem
+ 13 -0.758 -0.258 -2.42e+03 26.5 0.412 0.332 9.64 Target eBrem
+ 14 -0.761 -0.266 -2.42e+03 26.2 0.0143 0.0152 9.65 Target eBrem
+ 15 -1.09 -1.21 -2.42e+03 24.2 1.95 1.74 11.4 Target eBrem
+ 16 -0.96 -1.23 -2.42e+03 15.6 0.594 0.534 11.9 Target eBrem
+ 17 -1.06 -1.14 -2.42e+03 9.04 0.39 0.38 12.3 Target eBrem
+ 18 -1.23 -1.05 -2.42e+03 1.67 0.566 0.491 12.8 Target eBrem
+ 19 -1.28 -1 -2.42e+03 1.3 0.178 0.21 13 Target eBrem
+ 20 -1.29 -0.989 -2.42e+03 0.943 0.169 0.196 13.2 Target eBrem
+ 21 -1.24 -0.97 -2.42e+03 0 0.943 0.682 13.9 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 771, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.29 -0.989 -2.42e+03 0.188 0 0 0 Target initStep
+ 1 0.893 -0.722 -2.42e+03 0 0.0883 2.2 2.2 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 772, Parent ID = 771
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.893 -0.722 -2.42e+03 0.1 0 0 0 Target initStep
+ 1 0.895 -0.722 -2.42e+03 0 0.1 0.0275 0.0275 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 770, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.28 -1 -2.42e+03 0.19 0 0 0 Target initStep
+ 1 -1.36 -0.845 -2.42e+03 0 0.0883 1.1 1.1 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 773, Parent ID = 770
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.36 -0.845 -2.42e+03 0.102 0 0 0 Target initStep
+ 1 -1.36 -0.845 -2.42e+03 0 0.102 0.0281 0.0281 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 769, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.23 -1.05 -2.42e+03 6.8 0 0 0 Target initStep
+ 1 -8.97 6.68 -2.41e+03 0 0 12.4 12.4 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 774, Parent ID = 769
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -8.97 6.68 -2.41e+03 0.764 0 0 0 Target initStep
+ 1 -9 6.7 -2.41e+03 0 0.764 0.527 0.527 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 768, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.06 -1.14 -2.42e+03 6.19 0 0 0 Target initStep
+ 1 -6.21 3.66 -2.4e+03 6.19 0 19 19 Tracker Transportation
+ 2 -444 411 -900 6.19 0 1.61e+03 1.63e+03 Chamber_PV Transportation
+ 3 -502 465 -700 6.19 0 215 1.85e+03 Tracker Transportation
+ 4 -677 628 -100 6.19 0 646 2.49e+03 Chamber_PV Transportation
+ 5 -736 682 100 6.19 0 215 2.71e+03 Tracker Transportation
+ 6 -911 845 700 6.19 0 646 3.36e+03 Chamber_PV Transportation
+ 7 -969 900 900 6.19 0 215 3.57e+03 Tracker Transportation
+ 8 -1.14e+03 1.06e+03 1.5e+03 6.19 0 646 4.22e+03 Chamber_PV Transportation
+ 9 -1.2e+03 1.12e+03 1.7e+03 6.19 0 215 4.43e+03 Tracker Transportation
+ 10 -1.41e+03 1.31e+03 2.4e+03 6.19 0 754 5.19e+03 World Transportation
+ 11 -1.56e+03 1.45e+03 2.94e+03 6.19 0 581 5.77e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 767, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.96 -1.23 -2.42e+03 7.96 0 0 0 Target initStep
+ 1 -2.11 0.0172 -2.41e+03 0 0 4.83 4.83 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 776, Parent ID = 767
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.11 0.0172 -2.41e+03 4.1 0 0 0 Target initStep
+ 1 -2.16 0.105 -2.41e+03 0.634 0.51 0.434 0.434 Target eBrem
+ 2 -2.13 0.108 -2.41e+03 0 0.634 0.416 0.85 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 778, Parent ID = 776
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.16 0.105 -2.41e+03 2.95 0 0 0 Target initStep
+ 1 9.81 0.418 -2.41e+03 0 0.0883 12 12 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 779, Parent ID = 778
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 9.81 0.418 -2.41e+03 2.86 0 0 0 Target initStep
+ 1 10.1 0.472 -2.41e+03 1.92 0.661 0.626 0.626 Target eBrem
+ 2 10.2 0.427 -2.41e+03 0.204 1.44 1.27 1.9 Target eBrem
+ 3 10.2 0.425 -2.41e+03 0 0.204 0.084 1.98 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 781, Parent ID = 779
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 10.2 0.427 -2.41e+03 0.268 0 0 0 Target initStep
+ 1 10.2 -0.0669 -2.41e+03 0 0.0883 1.66 1.66 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 782, Parent ID = 781
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 10.2 -0.0669 -2.41e+03 0.18 0 0 0 Target initStep
+ 1 10.2 -0.0675 -2.41e+03 0 0.18 0.0694 0.0694 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 780, Parent ID = 779
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 10.1 0.472 -2.41e+03 0.288 0 0 0 Target initStep
+ 1 10.2 0.382 -2.41e+03 0 0.0883 0.176 0.176 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 783, Parent ID = 780
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 10.2 0.382 -2.41e+03 0.2 0 0 0 Target initStep
+ 1 10.2 0.379 -2.41e+03 0 0.2 0.0815 0.0815 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 766, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.09 -1.21 -2.42e+03 0.109 0 0 0 Target initStep
+ 1 -1.07 -1.22 -2.42e+03 0 0.0883 0.096 0.096 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 784, Parent ID = 766
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.07 -1.22 -2.42e+03 0.021 0 0 0 Target initStep
+ 1 -1.07 -1.22 -2.42e+03 0 0.021 0.0022 0.0022 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 765, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.761 -0.266 -2.42e+03 0.213 0 0 0 Target initStep
+ 1 -0.933 -0.772 -2.42e+03 0 0.0883 0.864 0.864 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 785, Parent ID = 765
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.933 -0.772 -2.42e+03 0.125 0 0 0 Target initStep
+ 1 -0.931 -0.772 -2.42e+03 0 0.125 0.0391 0.0391 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 764, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.758 -0.258 -2.42e+03 0.134 0 0 0 Target initStep
+ 1 -0.779 -0.327 -2.42e+03 0 0.0153 0.124 0.124 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 786, Parent ID = 764
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.779 -0.327 -2.42e+03 0.119 0 0 0 Target initStep
+ 1 -0.78 -0.329 -2.42e+03 0 0.119 0.0363 0.0363 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 763, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.715 -0.142 -2.42e+03 0.182 0 0 0 Target initStep
+ 1 -0.758 -0.237 -2.42e+03 0 0.0883 0.256 0.256 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 787, Parent ID = 763
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.758 -0.237 -2.42e+03 0.0936 0 0 0 Target initStep
+ 1 -0.759 -0.236 -2.42e+03 0 0.0936 0.0246 0.0246 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 762, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.361 0.259 -2.42e+03 3.25 0 0 0 Target initStep
+ 1 -2.27 -2.27 -2.41e+03 0 0 16.8 16.8 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 788, Parent ID = 762
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.27 -2.27 -2.41e+03 0.326 0 0 0 Target initStep
+ 1 -2.28 -2.27 -2.41e+03 0 0.326 0.168 0.168 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 761, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.283 0.293 -2.42e+03 47.5 0 0 0 Target initStep
+ 1 -1.95 -0.485 -2.42e+03 0 0 7.45 7.45 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 790, Parent ID = 761
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.95 -0.485 -2.42e+03 15.5 0 0 0 Target initStep
+ 1 -2.07 -0.557 -2.42e+03 10.6 0.589 0.578 0.578 Target eBrem
+ 2 -2.05 -0.659 -2.42e+03 9.41 0.374 0.394 0.972 Target eBrem
+ 3 -2.21 -0.911 -2.41e+03 6.07 3.03 2.29 3.26 Target eBrem
+ 4 -1.56 -0.922 -2.41e+03 4.68 1.18 1.06 4.32 Target eBrem
+ 5 -1.57 -0.492 -2.41e+03 2.4 1.58 1.34 5.66 Target eBrem
+ 6 -1.72 -0.558 -2.41e+03 1.77 0.491 0.434 6.09 Target eBrem
+ 7 -1.81 -0.588 -2.41e+03 0.359 1.41 1.3 7.4 Target eIoni
+ 8 -1.81 -0.6 -2.41e+03 0 0.359 0.193 7.59 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 797, Parent ID = 790
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.72 -0.558 -2.41e+03 0.141 0 0 0 Target initStep
+ 1 -1.86 -0.614 -2.41e+03 0 0.0883 0.201 0.201 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 798, Parent ID = 797
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.86 -0.614 -2.41e+03 0.0529 0 0 0 Target initStep
+ 1 -1.86 -0.614 -2.41e+03 0 0.0529 0.00978 0.00978 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 796, Parent ID = 790
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.57 -0.492 -2.41e+03 0.706 0 0 0 Target initStep
+ 1 -2.08 -0.779 -2.41e+03 0 0.0158 0.702 0.702 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 799, Parent ID = 796
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.08 -0.779 -2.41e+03 0.69 0 0 0 Target initStep
+ 1 -2.11 -0.795 -2.41e+03 0 0.69 0.464 0.464 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 795, Parent ID = 790
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.56 -0.922 -2.41e+03 0.207 0 0 0 Target initStep
+ 1 -1.93 -0.297 -2.41e+03 0.148 0 0.769 0.769 Target compt
+ 2 -2.18 -0.196 -2.41e+03 0 0.0883 0.648 1.42 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 801, Parent ID = 795
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.18 -0.196 -2.41e+03 0.0599 0 0 0 Target initStep
+ 1 -2.18 -0.195 -2.41e+03 0 0.0599 0.012 0.012 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 800, Parent ID = 795
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.93 -0.297 -2.41e+03 0.0592 0 0 0 Target initStep
+ 1 -1.93 -0.297 -2.41e+03 0 0.0592 0.0117 0.0117 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 794, Parent ID = 790
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.21 -0.911 -2.41e+03 0.309 0 0 0 Target initStep
+ 1 -1.11 -0.865 -2.41e+03 0.143 0 1.12 1.12 Target compt
+ 2 -1.21 -0.912 -2.41e+03 0 0.0883 0.113 1.24 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 803, Parent ID = 794
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.21 -0.912 -2.41e+03 0.0543 0 0 0 Target initStep
+ 1 -1.21 -0.912 -2.41e+03 0 0.0543 0.0102 0.0102 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 802, Parent ID = 794
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.11 -0.865 -2.41e+03 0.166 0 0 0 Target initStep
+ 1 -1.1 -0.865 -2.41e+03 0 0.166 0.0612 0.0612 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 793, Parent ID = 790
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.05 -0.659 -2.42e+03 0.791 0 0 0 Target initStep
+ 1 -2.31 -2.25 -2.4e+03 0 0.0883 11.4 11.4 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 804, Parent ID = 793
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.31 -2.25 -2.4e+03 0.703 0 0 0 Target initStep
+ 1 -2.3 -2.25 -2.4e+03 0 0.703 0.474 0.474 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 792, Parent ID = 790
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.07 -0.557 -2.42e+03 4.38 0 0 0 Target initStep
+ 1 -2.06 -0.589 -2.42e+03 0 0 0.127 0.127 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 805, Parent ID = 792
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.06 -0.589 -2.42e+03 2.83 0 0 0 Target initStep
+ 1 -2.05 -0.666 -2.42e+03 1.17 1.65 1.71 1.71 Target eIoni
+ 2 -2.05 -0.657 -2.42e+03 0 1.17 0.882 2.59 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 760, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.235 0.302 -2.42e+03 2.92 0 0 0 Target initStep
+ 1 -3.6 -0.786 -2.41e+03 0.944 0 16.5 16.5 Target compt
+ 2 -4.34 -10.9 -2.4e+03 0.937 0 12.5 29 Target compt
+ 3 -4.46 -11.6 -2.4e+03 0.937 0 0.806 29.8 Tracker Transportation
+ 4 -429 -2.36e+03 -766 0.937 0 2.89e+03 2.92e+03 World Transportation
+ 5 -534 -2.94e+03 -364 0.937 0 713 3.64e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 808, Parent ID = 760
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.34 -10.9 -2.4e+03 0.00689 0 0 0 Target initStep
+ 1 -4.34 -10.9 -2.4e+03 0 0.00689 0.000409 0.000409 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 807, Parent ID = 760
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.6 -0.786 -2.41e+03 1.98 0 0 0 Target initStep
+ 1 -3.63 -0.749 -2.41e+03 0.222 1.76 1.4 1.4 Target eIoni
+ 2 -3.63 -0.754 -2.41e+03 0 0.222 0.0952 1.5 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 759, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.127 0.337 -2.42e+03 12.4 0 0 0 Target initStep
+ 1 -3.22 -0.551 -2.41e+03 0 0 14.8 14.8 Target photonNuclear
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 811, Parent ID = 759
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.22 -0.551 -2.41e+03 0.168 0 0 0 Target initStep
+ 1 -3.16 -0.537 -2.41e+03 0.168 0 0.0548 0.0548 Target Rayl
+ 2 -2.83 -0.408 -2.41e+03 0 0.00382 0.364 0.419 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 813, Parent ID = 811
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.83 -0.408 -2.41e+03 0.164 0 0 0 Target initStep
+ 1 -2.83 -0.406 -2.41e+03 0 0.164 0.0602 0.0602 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 810, Parent ID = 759
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.22 -0.551 -2.41e+03 1.35 0 0 0 Target initStep
+ 1 -1.41 -1.31 -2.41e+03 0.332 0 2.29 2.29 Target compt
+ 2 -3.12 -1.45 -2.41e+03 0 0.0883 2.45 4.74 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 815, Parent ID = 810
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.12 -1.45 -2.41e+03 0.244 0 0 0 Target initStep
+ 1 -3.12 -1.45 -2.41e+03 0 0.244 0.11 0.11 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 814, Parent ID = 810
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.41 -1.31 -2.41e+03 1.01 0 0 0 Target initStep
+ 1 -1.36 -1.33 -2.41e+03 0.104 0.795 0.704 0.704 Target eBrem
+ 2 -1.36 -1.33 -2.41e+03 0 0.104 0.0293 0.733 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 816, Parent ID = 814
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.36 -1.33 -2.41e+03 0.114 0 0 0 Target initStep
+ 1 -1.5 -1.47 -2.41e+03 0 0.0883 0.197 0.197 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 817, Parent ID = 816
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.5 -1.47 -2.41e+03 0.0261 0 0 0 Target initStep
+ 1 -1.5 -1.47 -2.41e+03 0 0.0261 0.0031 0.0031 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 809, Parent ID = 759
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.22 -0.551 -2.41e+03 10.9 0 0 0 Target initStep
+ 1 -9.55 -6.11 -2.41e+03 0 0 8.43 8.43 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 818, Parent ID = 809
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -9.55 -6.11 -2.41e+03 2.73 0 0 0 Target initStep
+ 1 -9.58 -6.12 -2.41e+03 2.36 0.0561 0.0425 0.0425 Target eBrem
+ 2 -9.74 -6.24 -2.41e+03 0.648 1.71 1.56 1.6 Target eIoni
+ 3 -9.75 -6.27 -2.41e+03 0 0.648 0.367 1.96 Target eBrem
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 820, Parent ID = 818
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -9.58 -6.12 -2.41e+03 0.314 0 0 0 Target initStep
+ 1 -10.8 -7.33 -2.41e+03 0 0.0883 1.86 1.86 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 821, Parent ID = 820
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -10.8 -7.33 -2.41e+03 0.226 0 0 0 Target initStep
+ 1 -10.8 -7.33 -2.41e+03 0 0.226 0.0979 0.0979 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 758, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.119 0.339 -2.42e+03 7.37 0 0 0 Target initStep
+ 1 -1.6 -0.0596 -2.42e+03 0 0 6.64 6.64 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 822, Parent ID = 758
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.6 -0.0596 -2.42e+03 4.37 0 0 0 Target initStep
+ 1 -1.32 -0.101 -2.42e+03 1.42 2.95 2.09 2.09 Target eIoni
+ 2 -1.27 -0.134 -2.42e+03 1.15 0.114 0.121 2.21 Target eBrem
+ 3 -1.21 -0.135 -2.42e+03 0 1.15 0.862 3.07 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 824, Parent ID = 822
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.27 -0.134 -2.42e+03 0.155 0 0 0 Target initStep
+ 1 -0.53 -0.0679 -2.42e+03 0 0.0883 0.825 0.825 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 825, Parent ID = 824
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.53 -0.0679 -2.42e+03 0.0667 0 0 0 Target initStep
+ 1 -0.529 -0.0683 -2.42e+03 0 0.0667 0.0143 0.0143 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 757, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0201 0.333 -2.43e+03 0.917 0 0 0 Target initStep
+ 1 -0.121 0.548 -2.42e+03 0.594 0 2.5 2.5 Target compt
+ 2 1.99 0.609 -2.42e+03 0.207 0 3.12 5.62 Target compt
+ 3 1.89 0.887 -2.42e+03 0 0.0883 0.374 5.99 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 828, Parent ID = 757
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.89 0.887 -2.42e+03 0.119 0 0 0 Target initStep
+ 1 1.89 0.888 -2.42e+03 0 0.119 0.036 0.036 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 827, Parent ID = 757
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.99 0.609 -2.42e+03 0.388 0 0 0 Target initStep
+ 1 2 0.606 -2.42e+03 0 0.388 0.215 0.215 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 826, Parent ID = 757
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.121 0.548 -2.42e+03 0.323 0 0 0 Target initStep
+ 1 -0.128 0.549 -2.42e+03 0 0.323 0.166 0.166 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 756, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0578 0.279 -2.43e+03 0.166 0 0 0 Target initStep
+ 1 -0.102 0.494 -2.42e+03 0 0.0883 2.08 2.08 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 829, Parent ID = 756
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.102 0.494 -2.42e+03 0.0772 0 0 0 Target initStep
+ 1 -0.101 0.495 -2.42e+03 0 0.0772 0.0181 0.0181 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 755, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0761 0.239 -2.43e+03 0.16 0 0 0 Target initStep
+ 1 0.0718 0.254 -2.43e+03 0 0.0883 0.105 0.105 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 830, Parent ID = 755
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0718 0.254 -2.43e+03 0.0722 0 0 0 Target initStep
+ 1 0.0719 0.254 -2.43e+03 0 0.0722 0.0162 0.0162 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 754, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.111 0.157 -2.43e+03 2.12 0 0 0 Target initStep
+ 1 0.082 0.2 -2.43e+03 1.19 0 0.449 0.449 Target compt
+ 2 2.79 -0.451 -2.42e+03 1.03 0 5.48 5.93 Target compt
+ 3 3.69 0.107 -2.42e+03 0.453 0 2.64 8.57 Target compt
+ 4 4.32 -3.45 -2.42e+03 0 0.0883 4.29 12.9 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 834, Parent ID = 754
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 4.32 -3.45 -2.42e+03 0.365 0 0 0 Target initStep
+ 1 4.32 -3.46 -2.42e+03 0 0.365 0.197 0.197 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 833, Parent ID = 754
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.69 0.107 -2.42e+03 0.577 0 0 0 Target initStep
+ 1 3.7 0.123 -2.42e+03 0.328 0.152 0.104 0.104 Target eBrem
+ 2 3.7 0.13 -2.42e+03 0 0.328 0.17 0.274 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 832, Parent ID = 754
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.79 -0.451 -2.42e+03 0.162 0 0 0 Target initStep
+ 1 2.79 -0.454 -2.42e+03 0 0.162 0.0587 0.0587 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 831, Parent ID = 754
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.082 0.2 -2.43e+03 0.926 0 0 0 Target initStep
+ 1 0.0545 0.213 -2.43e+03 0 0.926 0.667 0.667 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 835, Parent ID = 833
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.7 0.123 -2.42e+03 0.0971 0 0 0 Target initStep
+ 1 3.68 0.489 -2.42e+03 0 0.0883 0.371 0.371 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 836, Parent ID = 835
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.68 0.489 -2.42e+03 0.0088 0 0 0 Target initStep
+ 1 3.68 0.489 -2.42e+03 0 0.0088 0.000582 0.000582 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 753, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.12 0.129 -2.43e+03 1.02 0 0 0 Target initStep
+ 1 0.0931 0.259 -2.43e+03 0.496 0 1 1 Target compt
+ 2 -0.414 1.49 -2.43e+03 0 0.0883 1.42 2.42 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 838, Parent ID = 753
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.414 1.49 -2.43e+03 0.408 0 0 0 Target initStep
+ 1 -0.42 1.5 -2.43e+03 0.0981 0.0815 0.0745 0.0745 Target eBrem
+ 2 -0.421 1.5 -2.43e+03 0 0.0981 0.0266 0.101 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 837, Parent ID = 753
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0931 0.259 -2.43e+03 0.526 0 0 0 Target initStep
+ 1 0.0968 0.252 -2.43e+03 0 0.526 0.326 0.326 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 839, Parent ID = 838
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.42 1.5 -2.43e+03 0.229 0 0 0 Target initStep
+ 1 -1.3 3.04 -2.42e+03 0 0.0883 4.07 4.07 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 840, Parent ID = 839
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.3 3.04 -2.42e+03 0.14 0 0 0 Target initStep
+ 1 -1.3 3.04 -2.42e+03 0 0.14 0.047 0.047 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 752, Parent ID = 750
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.122 0.121 -2.43e+03 0.113 0 0 0 Target initStep
+ 1 0.11 0.157 -2.43e+03 0 0.0883 0.274 0.274 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 841, Parent ID = 752
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.11 0.157 -2.43e+03 0.0249 0 0 0 Target initStep
+ 1 0.11 0.157 -2.43e+03 0 0.0249 0.00289 0.00289 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 209, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00497 -0.0189 -2.43e+03 4.42 0 0 0 Target initStep
+ 1 0.456 0.117 -2.41e+03 0 0 18.1 18.1 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 842, Parent ID = 209
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.456 0.117 -2.41e+03 0.851 0 0 0 Target initStep
+ 1 0.496 0.136 -2.41e+03 0 0.851 0.602 0.602 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 208, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00216 -0.0191 -2.43e+03 105 0 0 0 Target initStep
+ 1 0.018 -0.0799 -2.42e+03 0 0 12.9 12.9 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 844, Parent ID = 208
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.018 -0.0799 -2.42e+03 31.9 0 0 0 Target initStep
+ 1 0.0313 -0.09 -2.42e+03 23.5 1.61 1.25 1.25 Target eBrem
+ 2 0.00102 0.0562 -2.42e+03 22 1.38 0.729 1.98 Target eBrem
+ 3 0.0777 0.426 -2.42e+03 20.2 1.65 1.27 3.26 Target eBrem
+ 4 0.255 1.45 -2.42e+03 18.1 2.01 1.66 4.91 Target eBrem
+ 5 0.305 1.56 -2.42e+03 17.3 0.213 0.249 5.16 Target eBrem
+ 6 0.258 1.97 -2.41e+03 14.2 2.01 1.64 6.8 Target eBrem
+ 7 0.0324 2.15 -2.41e+03 7.62 1.1 0.521 7.33 Target eBrem
+ 8 -0.321 2.46 -2.41e+03 5.97 1.36 1.26 8.58 Target eBrem
+ 9 -0.586 2.74 -2.41e+03 4.85 0.485 0.488 9.07 Target eBrem
+ 10 -0.944 2.43 -2.41e+03 2.53 2.32 2.19 11.3 Target eIoni
+ 11 -0.94 2.66 -2.41e+03 0.992 1.54 1.61 12.9 Target eIoni
+ 12 -0.983 2.67 -2.41e+03 0 0.992 0.724 13.6 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 854, Parent ID = 844
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.586 2.74 -2.41e+03 0.639 0 0 0 Target initStep
+ 1 -9 -5.67 -2.42e+03 0 0.0883 15.8 15.8 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 855, Parent ID = 854
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -9 -5.67 -2.42e+03 0.551 0 0 0 Target initStep
+ 1 -9.02 -5.66 -2.42e+03 0 0.551 0.346 0.346 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 853, Parent ID = 844
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.321 2.46 -2.41e+03 0.285 0 0 0 Target initStep
+ 1 -2.04 1.91 -2.41e+03 0.195 0 1.83 1.83 Target compt
+ 2 -1.97 0.742 -2.41e+03 0.195 0 1.26 3.08 Target Rayl
+ 3 -1.88 -0.265 -2.41e+03 0.15 0 1.07 4.16 Target compt
+ 4 -1.94 -0.271 -2.41e+03 0 0.0883 0.07 4.23 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 858, Parent ID = 853
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.94 -0.271 -2.41e+03 0.0621 0 0 0 Target initStep
+ 1 -1.94 -0.272 -2.41e+03 0 0.0621 0.0127 0.0127 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 857, Parent ID = 853
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.88 -0.265 -2.41e+03 0.0446 0 0 0 Target initStep
+ 1 -1.88 -0.265 -2.41e+03 0 0.0446 0.00739 0.00739 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 856, Parent ID = 853
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.04 1.91 -2.41e+03 0.0899 0 0 0 Target initStep
+ 1 -2.04 1.91 -2.41e+03 0 0.0899 0.0231 0.0231 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 852, Parent ID = 844
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0324 2.15 -2.41e+03 5.45 0 0 0 Target initStep
+ 1 -0.389 2.5 -2.41e+03 5.09 0 0.959 0.959 Target compt
+ 2 -1.3 3.43 -2.41e+03 0.606 0 2.67 3.63 Target compt
+ 3 11.9 2.18 -2.4e+03 0.606 0 17 20.7 Tracker Transportation
+ 4 2.39e+03 -222 -483 0.606 0 3.06e+03 3.08e+03 World Transportation
+ 5 2.94e+03 -273 -39.2 0.606 0 709 3.79e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 860, Parent ID = 852
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.3 3.43 -2.41e+03 4.48 0 0 0 Target initStep
+ 1 -1.44 3.55 -2.41e+03 2.35 0.548 0.46 0.46 Target eBrem
+ 2 -1.47 3.54 -2.41e+03 2.06 0.0324 0.0402 0.5 Target eBrem
+ 3 -1.61 3.5 -2.41e+03 0.753 0.461 0.382 0.882 Target eBrem
+ 4 -1.61 3.53 -2.41e+03 0 0.753 0.517 1.4 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 859, Parent ID = 852
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.389 2.5 -2.41e+03 0.363 0 0 0 Target initStep
+ 1 -0.401 2.5 -2.41e+03 0 0.363 0.196 0.196 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 863, Parent ID = 860
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.61 3.5 -2.41e+03 0.844 0 0 0 Target initStep
+ 1 -1.71 4.72 -2.41e+03 0.201 0 2.22 2.22 Target compt
+ 2 -2.09 4.14 -2.41e+03 0 0.0883 1.96 4.18 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 865, Parent ID = 863
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.09 4.14 -2.41e+03 0.113 0 0 0 Target initStep
+ 1 -2.09 4.14 -2.41e+03 0 0.113 0.0333 0.0333 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 864, Parent ID = 863
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.71 4.72 -2.41e+03 0.643 0 0 0 Target initStep
+ 1 -1.71 4.74 -2.41e+03 0 0.643 0.424 0.424 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 862, Parent ID = 860
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.47 3.54 -2.41e+03 0.255 0 0 0 Target initStep
+ 1 -1.82 3.39 -2.41e+03 0 0.0883 0.397 0.397 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 866, Parent ID = 862
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.82 3.39 -2.41e+03 0.167 0 0 0 Target initStep
+ 1 -1.83 3.4 -2.41e+03 0 0.167 0.0617 0.0617 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 861, Parent ID = 860
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.44 3.55 -2.41e+03 1.59 0 0 0 Target initStep
+ 1 -18.1 -2.57 -2.4e+03 1.59 0 20.6 20.6 Tracker Transportation
+ 2 -2.25e+03 -823 -1.01e+03 1.59 0 2.76e+03 2.78e+03 World Transportation
+ 3 -2.94e+03 -1.07e+03 -579 1.59 0 846 3.63e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 851, Parent ID = 844
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.258 1.97 -2.41e+03 1.11 0 0 0 Target initStep
+ 1 -3.26 4.79 -2.41e+03 0.433 0 7.85 7.85 Target compt
+ 2 -3.94 4.06 -2.41e+03 0 0.0883 1.04 8.89 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 868, Parent ID = 851
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.94 4.06 -2.41e+03 0.345 0 0 0 Target initStep
+ 1 -3.94 4.05 -2.41e+03 0 0.345 0.182 0.182 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 867, Parent ID = 851
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.26 4.79 -2.41e+03 0.681 0 0 0 Target initStep
+ 1 -3.27 4.81 -2.41e+03 0 0.681 0.456 0.456 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 850, Parent ID = 844
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.305 1.56 -2.42e+03 0.549 0 0 0 Target initStep
+ 1 0.237 4.57 -2.41e+03 0 0.0883 10.2 10.2 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 869, Parent ID = 850
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.237 4.57 -2.41e+03 0.461 0 0 0 Target initStep
+ 1 0.241 4.57 -2.41e+03 0 0.461 0.273 0.273 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 849, Parent ID = 844
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.255 1.45 -2.42e+03 0.166 0 0 0 Target initStep
+ 1 0.351 1.68 -2.42e+03 0 0.0883 0.513 0.513 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 870, Parent ID = 849
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.351 1.68 -2.42e+03 0.0781 0 0 0 Target initStep
+ 1 0.352 1.68 -2.42e+03 0 0.0781 0.0184 0.0184 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 848, Parent ID = 844
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0777 0.426 -2.42e+03 0.102 0 0 0 Target initStep
+ 1 0.0785 0.441 -2.42e+03 0 0.0883 0.0203 0.0203 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 871, Parent ID = 848
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0785 0.441 -2.42e+03 0.0141 0 0 0 Target initStep
+ 1 0.0786 0.441 -2.42e+03 0 0.0141 0.00118 0.00118 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 847, Parent ID = 844
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00102 0.0562 -2.42e+03 0.135 0 0 0 Target initStep
+ 1 0.0216 0.16 -2.42e+03 0 0.0883 0.339 0.339 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 872, Parent ID = 847
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0216 0.16 -2.42e+03 0.0465 0 0 0 Target initStep
+ 1 0.0219 0.16 -2.42e+03 0 0.0465 0.00793 0.00793 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 846, Parent ID = 844
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0313 -0.09 -2.42e+03 6.81 0 0 0 Target initStep
+ 1 -0.897 3.85 -2.4e+03 6.81 0 19.2 19.2 Tracker Transportation
+ 2 -35.5 151 -1.7e+03 6.81 0 716 735 Chamber_PV Transportation
+ 3 -45.4 192 -1.5e+03 6.81 0 205 940 Tracker Transportation
+ 4 -75 318 -900 6.81 0 614 1.55e+03 Chamber_PV Transportation
+ 5 -84.9 360 -700 6.81 0 205 1.76e+03 Tracker Transportation
+ 6 -115 486 -100 6.81 0 614 2.37e+03 Chamber_PV Transportation
+ 7 -124 528 100 6.81 0 205 2.58e+03 Tracker Transportation
+ 8 -154 653 700 6.81 0 614 3.19e+03 Chamber_PV Transportation
+ 9 -164 695 900 6.81 0 205 3.39e+03 Tracker Transportation
+ 10 -194 821 1.5e+03 6.81 0 614 4.01e+03 Chamber_PV Transportation
+ 11 -203 863 1.7e+03 6.81 0 205 4.21e+03 Tracker Transportation
+ 12 -238 1.01e+03 2.4e+03 6.81 0 716 4.93e+03 World Transportation
+ 13 -265 1.12e+03 2.94e+03 6.81 0 552 5.48e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 207, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.000812 -0.017 -2.43e+03 2.99 0 0 0 Target initStep
+ 1 0.0402 -0.229 -2.41e+03 1.48 0 20.6 20.6 Target compt
+ 2 6.21 5.64 -2.4e+03 1.48 0 15.3 35.9 Tracker Transportation
+ 3 1.74e+03 1.66e+03 1.16e+03 1.48 0 4.29e+03 4.32e+03 World Transportation
+ 4 2.6e+03 2.48e+03 2.94e+03 1.48 0 2.15e+03 6.47e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 873, Parent ID = 207
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0402 -0.229 -2.41e+03 1.5 0 0 0 Target initStep
+ 1 0.0084 -0.261 -2.41e+03 0.301 1.2 1.15 1.15 Target eIoni
+ 2 0.0154 -0.268 -2.41e+03 0 0.301 0.15 1.3 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 206, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00047 -0.0155 -2.43e+03 0.249 0 0 0 Target initStep
+ 1 0.000459 -0.0285 -2.43e+03 0 0.0883 2.12 2.12 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 874, Parent ID = 206
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.000459 -0.0285 -2.43e+03 0.161 0 0 0 Target initStep
+ 1 0.00154 -0.027 -2.43e+03 0 0.161 0.0583 0.0583 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 205, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.000496 -0.0148 -2.43e+03 1.85 0 0 0 Target initStep
+ 1 -0.0307 -0.193 -2.4e+03 1.85 0 33.6 33.6 Tracker Transportation
+ 2 -0.679 -3.91 -1.7e+03 1.85 0 700 734 Chamber_PV Transportation
+ 3 -0.865 -4.97 -1.5e+03 1.85 0 200 934 Tracker Transportation
+ 4 -1.42 -8.16 -900 1.85 0 600 1.53e+03 Chamber_PV Transportation
+ 5 -1.61 -9.22 -700 1.85 0 200 1.73e+03 Tracker Transportation
+ 6 -2.16 -12.4 -100 1.85 0 600 2.33e+03 Chamber_PV Transportation
+ 7 -2.27 -13 13.7 0.764 0 114 2.45e+03 Chamber_PV compt
+ 8 -111 15.3 100 0.764 0 142 2.59e+03 Tracker Transportation
+ 9 -868 212 700 0.764 0 985 3.57e+03 Chamber_PV Transportation
+ 10 -1.12e+03 278 900 0.764 0 328 3.9e+03 Tracker Transportation
+ 11 -1.88e+03 475 1.5e+03 0.764 0 985 4.89e+03 Chamber_PV Transportation
+ 12 -2.13e+03 540 1.7e+03 0.764 0 328 5.22e+03 Tracker Transportation
+ 13 -2.33e+03 592 1.86e+03 0.764 0 257 5.47e+03 World Transportation
+ 14 -2.94e+03 752 2.34e+03 0.764 0 800 6.27e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 875, Parent ID = 205
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.27 -13 13.7 1.08 0 0 0 Chamber_PV initStep
+ 1 -1.66 -13.1 15 1.08 0.000862 1.43 1.43 Chamber_PV eIoni
+ 2 6.04 -5.87 45.6 1.06 0.0114 33.1 34.6 Chamber_PV eIoni
+ 3 6.08 -5.82 45.8 1.06 0 0.259 34.8 Chamber_PV eIoni
+ 4 14.6 -0.523 68.5 1.04 0.00945 25.6 60.4 Chamber_PV eIoni
+ 5 15 -0.341 74.1 1.03 0.00117 5.65 66.1 Chamber_PV eIoni
+ 6 15 -0.591 76.9 1.03 0.000896 2.8 68.9 Chamber_PV eIoni
+ 7 14.3 -6.32 100 1.02 0.0103 25.3 94.2 Tracker Transportation
+ 8 11.9 -14.1 132 1.01 0.00423 32.6 127 Tracker eIoni
+ 9 7.41 -36.5 217 0.991 0.0167 88.5 215 Tracker eIoni
+ 10 1.24 -52.3 263 0.984 0.00604 49.5 265 Tracker eIoni
+ 11 -13.4 -87.9 356 0.972 0.0123 100 365 Tracker StepLimiter
+ 12 -15.6 -97.1 377 0.967 0.00311 23.9 389 Tracker eIoni
+ 13 -31.4 -135 468 0.953 0.0141 100 489 Tracker StepLimiter
+ 14 -31.4 -137 472 0.95 0.000238 4.14 493 Tracker eIoni
+ 15 -25.1 -190 554 0.912 0.0149 98.1 591 Tracker eIoni
+ 16 -29 -203 598 0.903 0.00615 46.3 637 Tracker eIoni
+ 17 -41.7 -219 695 0.889 0.0137 100 737 Tracker StepLimiter
+ 18 -42.1 -219 696 0.887 0.000188 1.79 739 Tracker eIoni
+ 19 -43 -219 700 0.887 0.000593 3.68 743 Chamber_PV Transportation
+ 20 -100 -162 772 0.83 0.0551 122 864 Chamber_PV eIoni
+ 21 -193 -152 703 0.782 0.0448 119 983 Chamber_PV eIoni
+ 22 -195 -154 702 0.78 0.000242 2.38 985 Chamber_PV eIoni
+ 23 -199 -157 700 0.779 0.00125 5.94 991 Tracker Transportation
+ 24 -238 -205 671 0.768 0.00864 68.6 1.06e+03 Tracker eIoni
+ 25 -254 -229 658 0.759 0.00831 31.7 1.09e+03 Tracker eIoni
+ 26 -286 -314 617 0.748 0.0107 100 1.19e+03 Tracker StepLimiter
+ 27 -333 -397 587 0.733 0.0148 100 1.29e+03 Tracker StepLimiter
+ 28 -333 -398 587 0.731 0 1.01 1.29e+03 Tracker eIoni
+ 29 -336 -405 582 0.731 0.000624 8.9 1.3e+03 Tracker eIoni
+ 30 -372 -452 541 0.719 0.0102 71.7 1.37e+03 Tracker eIoni
+ 31 -397 -491 529 0.708 0.00797 48 1.42e+03 Tracker eIoni
+ 32 -452 -563 485 0.695 0.0133 100 1.52e+03 Tracker StepLimiter
+ 33 -453 -565 484 0.692 0.000354 3.12 1.52e+03 Tracker eIoni
+ 34 -456 -568 483 0.689 0.000506 3.95 1.53e+03 Tracker eIoni
+ 35 -468 -581 478 0.682 0.00444 18.6 1.55e+03 Tracker eIoni
+ 36 -527 -654 448 0.667 0.0153 100 1.65e+03 Tracker StepLimiter
+ 37 -536 -668 446 0.666 0.000982 16.7 1.66e+03 Tracker eIoni
+ 38 -540 -675 444 0.664 0.000621 8.28 1.67e+03 Tracker eIoni
+ 39 -562 -722 437 0.648 0.00723 52.2 1.72e+03 Tracker eIoni
+ 40 -578 -747 434 0.641 0.00462 30.6 1.75e+03 Tracker eIoni
+ 41 -584 -758 432 0.637 0.00277 12.7 1.77e+03 Tracker eIoni
+ 42 -631 -845 430 0.626 0.011 100 1.87e+03 Tracker StepLimiter
+ 43 -641 -859 425 0.623 0.003 17.7 1.88e+03 Tracker eIoni
+ 44 -708 -927 397 0.608 0.0151 100 1.98e+03 Tracker StepLimiter
+ 45 -720 -941 394 0.604 0.00234 19.3 2e+03 Tracker eIoni
+ 46 -765 -990 386 0.59 0.0104 68 2.07e+03 Tracker eIoni
+ 47 -774 -1.01e+03 383 0.58 0.00309 19.4 2.09e+03 Tracker eIoni
+ 48 -814 -1.1e+03 378 0.565 0.0149 100 2.19e+03 Tracker StepLimiter
+ 49 -841 -1.14e+03 372 0.555 0.00697 48.8 2.24e+03 Tracker eIoni
+ 50 -906 -1.21e+03 371 0.537 0.0128 97.6 2.34e+03 Tracker eIoni
+ 51 -914 -1.22e+03 368 0.533 0.0023 12.2 2.35e+03 Tracker eIoni
+ 52 -941 -1.24e+03 358 0.527 0.00453 36.8 2.39e+03 Tracker eIoni
+ 53 -963 -1.27e+03 345 0.519 0.00646 38.7 2.43e+03 Tracker eIoni
+ 54 -1.02e+03 -1.34e+03 306 0.5 0.0198 100 2.53e+03 Tracker StepLimiter
+ 55 -1.06e+03 -1.38e+03 283 0.482 0.0101 57.5 2.58e+03 Tracker eIoni
+ 56 -1.06e+03 -1.38e+03 279 0.479 0.00159 8.04 2.59e+03 Tracker eIoni
+ 57 -1.13e+03 -1.45e+03 243 0.467 0.0128 100 2.69e+03 Tracker StepLimiter
+ 58 -1.16e+03 -1.5e+03 219 0.454 0.0114 68.8 2.76e+03 Tracker eIoni
+ 59 -1.17e+03 -1.52e+03 216 0.435 0.00216 16.6 2.78e+03 Tracker eIoni
+ 60 -1.23e+03 -1.59e+03 206 0.417 0.0181 100 2.88e+03 Tracker StepLimiter
+ 61 -1.27e+03 -1.65e+03 209 0.406 0.0091 71.5 2.95e+03 Tracker eIoni
+ 62 -1.27e+03 -1.68e+03 208 0.4 0.00444 28.6 2.98e+03 Tracker eIoni
+ 63 -1.27e+03 -1.69e+03 210 0.399 0.00113 11.1 2.99e+03 Tracker eIoni
+ 64 -1.27e+03 -1.7e+03 210 0.397 0.00118 6.47 2.99e+03 Tracker eIoni
+ 65 -1.26e+03 -1.72e+03 213 0.392 0.00299 27.8 3.02e+03 Tracker eIoni
+ 66 -1.26e+03 -1.74e+03 212 0.387 0.0022 17.6 3.04e+03 Tracker eIoni
+ 67 -1.26e+03 -1.76e+03 217 0.383 0.00363 22.6 3.06e+03 Tracker eIoni
+ 68 -1.26e+03 -1.82e+03 227 0.366 0.0126 56.3 3.12e+03 Tracker eIoni
+ 69 -1.26e+03 -1.9e+03 213 0.352 0.0131 81.2 3.2e+03 Tracker eIoni
+ 70 -1.25e+03 -1.91e+03 208 0.346 0.00246 15.3 3.22e+03 Tracker eIoni
+ 71 -1.24e+03 -1.94e+03 191 0.338 0.00432 37.6 3.25e+03 Tracker eIoni
+ 72 -1.22e+03 -2.04e+03 177 0.32 0.0176 100 3.35e+03 Tracker StepLimiter
+ 73 -1.22e+03 -2.07e+03 157 0.317 0.00379 36.1 3.39e+03 World Transportation
+ 74 -1.26e+03 -2.18e+03 125 0.291 0.023 120 3.51e+03 World eIoni
+ 75 -1.26e+03 -2.18e+03 121 0.285 0.00131 8.45 3.52e+03 World eIoni
+ 76 -1.26e+03 -2.18e+03 119 0.282 0.000289 3.55 3.52e+03 World eIoni
+ 77 -1.3e+03 -2.33e+03 72.9 0.231 0.0339 164 3.68e+03 World eIoni
+ 78 -1.27e+03 -2.35e+03 59.2 0.219 0.0105 44.5 3.73e+03 World eIoni
+ 79 -1.26e+03 -2.36e+03 52.7 0.216 0.0017 15.8 3.74e+03 World eIoni
+ 80 -1.24e+03 -2.36e+03 36.5 0.207 0.00685 24.1 3.77e+03 World eIoni
+ 81 -1.22e+03 -2.37e+03 -6.36 0.196 0.01 48.1 3.82e+03 World eIoni
+ 82 -1.22e+03 -2.37e+03 -52.3 0.148 0.0136 46.4 3.86e+03 World eIoni
+ 83 -1.22e+03 -2.36e+03 -64.9 0.139 0.00747 15.8 3.88e+03 World eIoni
+ 84 -1.23e+03 -2.35e+03 -78 0.133 0.00376 18.3 3.9e+03 World eIoni
+ 85 -1.23e+03 -2.32e+03 -94.5 0.122 0.0107 34.8 3.93e+03 World eIoni
+ 86 -1.24e+03 -2.31e+03 -110 0.113 0.00843 24 3.96e+03 World eIoni
+ 87 -1.26e+03 -2.31e+03 -145 0.0992 0.0139 44.8 4e+03 World eIoni
+ 88 -1.28e+03 -2.3e+03 -144 0.0927 0.0054 18.4 4.02e+03 World eIoni
+ 89 -1.29e+03 -2.29e+03 -143 0.0858 0.00371 14.5 4.03e+03 World eIoni
+ 90 -1.29e+03 -2.29e+03 -143 0.0837 8.83e-05 0.843 4.04e+03 World eIoni
+ 91 -1.3e+03 -2.28e+03 -146 0.0687 0.00607 16.9 4.05e+03 World eIoni
+ 92 -1.3e+03 -2.28e+03 -146 0.0654 0.00331 2.55 4.05e+03 World eIoni
+ 93 -1.31e+03 -2.27e+03 -152 0.0568 0.00862 18 4.07e+03 World eIoni
+ 94 -1.32e+03 -2.26e+03 -158 0.0459 0.0109 14.3 4.09e+03 World eIoni
+ 95 -1.32e+03 -2.26e+03 -160 0.042 0.00142 2.48 4.09e+03 World eIoni
+ 96 -1.31e+03 -2.26e+03 -166 0.0377 0.00431 8.98 4.1e+03 World eIoni
+ 97 -1.31e+03 -2.26e+03 -166 0.0357 0.000642 1.08 4.1e+03 World eIoni
+ 98 -1.31e+03 -2.26e+03 -166 0.0316 6.76e-05 0.14 4.1e+03 World eIoni
+ 99 -1.31e+03 -2.26e+03 -167 0.027 0.00462 5.95 4.11e+03 World eIoni
+ 100 -1.31e+03 -2.26e+03 -167 0.025 0.000165 0.148 4.11e+03 World eIoni
+ 101 -1.3e+03 -2.26e+03 -165 0.0201 0.00495 4.41 4.11e+03 World eIoni
+ 102 -1.3e+03 -2.26e+03 -163 0.0144 0.00299 2.5 4.11e+03 World eIoni
+ 103 -1.3e+03 -2.26e+03 -162 0.0109 0.0035 2.48 4.12e+03 World eIoni
+ 104 -1.3e+03 -2.26e+03 -161 0.00503 0.00309 1.09 4.12e+03 World eIoni
+ 105 -1.3e+03 -2.26e+03 -161 0.00252 0.00118 0.261 4.12e+03 World eIoni
+ 106 -1.3e+03 -2.26e+03 -161 0 0.00252 0.234 4.12e+03 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 949, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.3e+03 -2.26e+03 -161 0.00133 0 0 0 World initStep
+ 1 -1.3e+03 -2.26e+03 -161 0 0.00133 0.0863 0.0863 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 948, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.3e+03 -2.26e+03 -161 0.00274 0 0 0 World initStep
+ 1 -1.3e+03 -2.26e+03 -161 0 0.00274 0.271 0.271 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 947, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.3e+03 -2.26e+03 -163 0.00272 0 0 0 World initStep
+ 1 -1.3e+03 -2.26e+03 -163 0 0.00272 0.267 0.267 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 946, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.31e+03 -2.26e+03 -167 0.00177 0 0 0 World initStep
+ 1 -1.31e+03 -2.26e+03 -167 0 0.00177 0.134 0.134 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 945, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.31e+03 -2.26e+03 -166 0.00403 0 0 0 World initStep
+ 1 -1.31e+03 -2.26e+03 -166 0 0.00403 0.525 0.525 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 944, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.31e+03 -2.26e+03 -166 0.00141 0 0 0 World initStep
+ 1 -1.31e+03 -2.26e+03 -166 0 0.00141 0.0947 0.0947 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 943, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.32e+03 -2.26e+03 -160 0.00246 0 0 0 World initStep
+ 1 -1.32e+03 -2.26e+03 -160 0 0.00246 0.226 0.226 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 942, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.3e+03 -2.28e+03 -146 0.00889 0 0 0 World initStep
+ 1 -1.3e+03 -2.28e+03 -146 0.0021 0.00679 1.66 1.66 World eIoni
+ 2 -1.3e+03 -2.28e+03 -146 0 0.0021 0.175 1.83 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 941, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.29e+03 -2.29e+03 -143 0.00196 0 0 0 World initStep
+ 1 -1.29e+03 -2.29e+03 -143 0 0.00196 0.157 0.157 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 940, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.29e+03 -2.29e+03 -143 0.00328 0 0 0 World initStep
+ 1 -1.29e+03 -2.29e+03 -143 0.00178 0.000121 0.0344 0.0344 World eIoni
+ 2 -1.29e+03 -2.29e+03 -143 0 0.00178 0.135 0.169 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 950, Parent ID = 940
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.29e+03 -2.29e+03 -143 0.00138 0 0 0 World initStep
+ 1 -1.29e+03 -2.29e+03 -143 0 0.00138 0.0912 0.0912 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 939, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.28e+03 -2.3e+03 -144 0.00108 0 0 0 World initStep
+ 1 -1.28e+03 -2.3e+03 -144 0 0.00108 0.064 0.064 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 938, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.23e+03 -2.32e+03 -94.5 0.00104 0 0 0 World initStep
+ 1 -1.23e+03 -2.32e+03 -94.4 0 0.00104 0.0602 0.0602 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 937, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.23e+03 -2.35e+03 -78 0.00211 0 0 0 World initStep
+ 1 -1.23e+03 -2.35e+03 -78 0 0.00211 0.176 0.176 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 936, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.22e+03 -2.36e+03 -64.9 0.00191 0 0 0 World initStep
+ 1 -1.22e+03 -2.36e+03 -64.9 0 0.00191 0.15 0.15 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 935, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.22e+03 -2.37e+03 -52.3 0.0336 0 0 0 World initStep
+ 1 -1.22e+03 -2.37e+03 -53.5 0.0299 0.00236 2.29 2.29 World eIoni
+ 2 -1.22e+03 -2.38e+03 -55.1 0.0255 0.00269 4.23 6.52 World eIoni
+ 3 -1.22e+03 -2.38e+03 -57.3 0.0225 0.00148 2.56 9.08 World eIoni
+ 4 -1.22e+03 -2.38e+03 -59.7 0.018 0.00447 3.89 13 World eIoni
+ 5 -1.22e+03 -2.38e+03 -60.5 0.0159 0.00216 3.07 16 World eIoni
+ 6 -1.22e+03 -2.38e+03 -59 0.0115 0.00441 2.72 18.8 World eIoni
+ 7 -1.22e+03 -2.38e+03 -59.1 0.00968 0.00019 0.106 18.9 World eIoni
+ 8 -1.22e+03 -2.38e+03 -59.9 0.00544 0.00425 1.79 20.7 World eIoni
+ 9 -1.22e+03 -2.38e+03 -59.9 0.0044 2.02e-05 0.0189 20.7 World eIoni
+ 10 -1.22e+03 -2.38e+03 -59.8 0 0.0044 0.612 21.3 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 955, Parent ID = 935
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.22e+03 -2.38e+03 -59.9 0.00101 0 0 0 World initStep
+ 1 -1.22e+03 -2.38e+03 -59.9 0 0.00101 0.0582 0.0582 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 954, Parent ID = 935
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.22e+03 -2.38e+03 -59.1 0.00161 0 0 0 World initStep
+ 1 -1.22e+03 -2.38e+03 -59.2 0 0.00161 0.115 0.115 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 953, Parent ID = 935
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.22e+03 -2.38e+03 -57.3 0.00153 0 0 0 World initStep
+ 1 -1.22e+03 -2.38e+03 -57.3 0 0.00153 0.107 0.107 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 952, Parent ID = 935
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.22e+03 -2.38e+03 -55.1 0.00173 0 0 0 World initStep
+ 1 -1.22e+03 -2.38e+03 -55.1 0 0.00173 0.128 0.128 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 951, Parent ID = 935
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.22e+03 -2.37e+03 -53.5 0.00132 0 0 0 World initStep
+ 1 -1.22e+03 -2.37e+03 -53.4 0 0.00132 0.0852 0.0852 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 934, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.22e+03 -2.37e+03 -6.36 0.00139 0 0 0 World initStep
+ 1 -1.22e+03 -2.37e+03 -6.35 0 0.00139 0.0923 0.0923 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 933, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.24e+03 -2.36e+03 36.5 0.00247 0 0 0 World initStep
+ 1 -1.24e+03 -2.36e+03 36.5 0.00201 0.000458 0.118 0.118 World eIoni
+ 2 -1.24e+03 -2.36e+03 36.6 0 0.00201 0.163 0.281 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 932, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.26e+03 -2.36e+03 52.7 0.00104 0 0 0 World initStep
+ 1 -1.26e+03 -2.36e+03 52.7 0 0.00104 0.0606 0.0606 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 931, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.27e+03 -2.35e+03 59.2 0.00155 0 0 0 World initStep
+ 1 -1.27e+03 -2.35e+03 59.3 0 0.00155 0.109 0.109 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 930, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.3e+03 -2.33e+03 72.9 0.0166 0 0 0 World initStep
+ 1 -1.3e+03 -2.33e+03 72 0.0139 0.00274 2.83 2.83 World eIoni
+ 2 -1.3e+03 -2.33e+03 71 0.0116 0.00223 2.4 5.24 World eIoni
+ 3 -1.3e+03 -2.33e+03 70.4 0.00596 0.00567 2.08 7.31 World eIoni
+ 4 -1.31e+03 -2.33e+03 70.4 0 0.00596 1.05 8.36 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 929, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.26e+03 -2.18e+03 119 0.00274 0 0 0 World initStep
+ 1 -1.26e+03 -2.18e+03 119 0 0.00274 0.271 0.271 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 928, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.26e+03 -2.18e+03 121 0.00482 0 0 0 World initStep
+ 1 -1.26e+03 -2.18e+03 122 0 0.00482 0.718 0.718 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 927, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.26e+03 -2.18e+03 125 0.00288 0 0 0 World initStep
+ 1 -1.26e+03 -2.18e+03 125 0 0.00288 0.294 0.294 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 926, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.24e+03 -1.94e+03 191 0.00397 0 0 0 Tracker initStep
+ 1 -1.24e+03 -1.94e+03 191 0.00152 0.00139 0.303 0.303 Tracker eIoni
+ 2 -1.24e+03 -1.94e+03 191 0 0.00152 0.105 0.408 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 956, Parent ID = 926
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.24e+03 -1.94e+03 191 0.00107 0 0 0 Tracker initStep
+ 1 -1.24e+03 -1.94e+03 191 0 0.00107 0.0625 0.0625 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 925, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.25e+03 -1.91e+03 208 0.00312 0 0 0 Tracker initStep
+ 1 -1.25e+03 -1.91e+03 208 0 0.00312 0.337 0.337 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 924, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.26e+03 -1.9e+03 213 0.00118 0 0 0 Tracker initStep
+ 1 -1.26e+03 -1.9e+03 213 0 0.00118 0.0728 0.0728 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 923, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.26e+03 -1.82e+03 227 0.00382 0 0 0 Tracker initStep
+ 1 -1.26e+03 -1.82e+03 227 0.00119 0.00152 0.107 0.107 Tracker eIoni
+ 2 -1.26e+03 -1.82e+03 227 0 0.00119 0.0731 0.18 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 957, Parent ID = 923
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.26e+03 -1.82e+03 227 0.00111 0 0 0 Tracker initStep
+ 1 -1.26e+03 -1.82e+03 227 0 0.00111 0.0665 0.0665 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 922, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.26e+03 -1.76e+03 217 0.00122 0 0 0 Tracker initStep
+ 1 -1.26e+03 -1.76e+03 217 0 0.00122 0.0765 0.0765 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 921, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.26e+03 -1.74e+03 212 0.00199 0 0 0 Tracker initStep
+ 1 -1.26e+03 -1.74e+03 212 0 0.00199 0.161 0.161 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 920, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.26e+03 -1.72e+03 213 0.00194 0 0 0 Tracker initStep
+ 1 -1.26e+03 -1.72e+03 213 0 0.00194 0.155 0.155 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 919, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.27e+03 -1.7e+03 210 0.00113 0 0 0 Tracker initStep
+ 1 -1.27e+03 -1.7e+03 210 0 0.00113 0.0681 0.0681 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 918, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.27e+03 -1.68e+03 208 0.00168 0 0 0 Tracker initStep
+ 1 -1.27e+03 -1.68e+03 209 0 0.00168 0.123 0.123 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 917, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.27e+03 -1.65e+03 209 0.00139 0 0 0 Tracker initStep
+ 1 -1.27e+03 -1.65e+03 209 0 0.00139 0.0923 0.0923 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 916, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.17e+03 -1.52e+03 216 0.0172 0 0 0 Tracker initStep
+ 1 -1.17e+03 -1.52e+03 217 0.0133 0.00268 1.73 1.73 Tracker eIoni
+ 2 -1.17e+03 -1.52e+03 218 0.008 0.00262 1.44 3.17 Tracker eIoni
+ 3 -1.17e+03 -1.52e+03 219 0.00203 0.00459 1.47 4.64 Tracker eIoni
+ 4 -1.17e+03 -1.52e+03 219 0 0.00203 0.166 4.81 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 960, Parent ID = 916
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.17e+03 -1.52e+03 219 0.00137 0 0 0 Tracker initStep
+ 1 -1.17e+03 -1.52e+03 219 0 0.00137 0.0908 0.0908 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 959, Parent ID = 916
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.17e+03 -1.52e+03 218 0.00273 0 0 0 Tracker initStep
+ 1 -1.17e+03 -1.52e+03 218 0 0.00273 0.268 0.268 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 958, Parent ID = 916
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.17e+03 -1.52e+03 217 0.00118 0 0 0 Tracker initStep
+ 1 -1.17e+03 -1.52e+03 217 0 0.00118 0.0723 0.0723 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 915, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.16e+03 -1.5e+03 219 0.00108 0 0 0 Tracker initStep
+ 1 -1.16e+03 -1.5e+03 219 0 0.00108 0.0639 0.0639 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 914, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.06e+03 -1.38e+03 279 0.00112 0 0 0 Tracker initStep
+ 1 -1.06e+03 -1.38e+03 279 0 0.00112 0.0672 0.0672 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 913, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.06e+03 -1.38e+03 283 0.00731 0 0 0 Tracker initStep
+ 1 -1.05e+03 -1.38e+03 283 0 0.00731 1.37 1.37 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 912, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -963 -1.27e+03 345 0.00119 0 0 0 Tracker initStep
+ 1 -963 -1.27e+03 345 0 0.00119 0.073 0.073 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 911, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -941 -1.24e+03 358 0.00183 0 0 0 Tracker initStep
+ 1 -941 -1.24e+03 357 0 0.00183 0.14 0.14 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 910, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -914 -1.22e+03 368 0.00107 0 0 0 Tracker initStep
+ 1 -914 -1.22e+03 368 0 0.00107 0.0625 0.0625 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 909, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -906 -1.21e+03 371 0.00524 0 0 0 Tracker initStep
+ 1 -906 -1.21e+03 371 0 0.00524 0.833 0.833 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 908, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -841 -1.14e+03 372 0.00303 0 0 0 Tracker initStep
+ 1 -841 -1.14e+03 372 0 0.00303 0.32 0.32 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 907, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -774 -1.01e+03 383 0.00729 0 0 0 Tracker initStep
+ 1 -775 -1.01e+03 383 0.00371 0.00359 1.37 1.37 Tracker eIoni
+ 2 -775 -1.01e+03 383 0 0.00371 0.453 1.82 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 906, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -765 -990 386 0.00397 0 0 0 Tracker initStep
+ 1 -765 -990 386 0 0.00397 0.512 0.512 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 905, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -720 -941 394 0.00133 0 0 0 Tracker initStep
+ 1 -720 -941 394 0 0.00133 0.086 0.086 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 904, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -584 -758 432 0.0015 0 0 0 Tracker initStep
+ 1 -584 -758 432 0 0.0015 0.103 0.103 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 903, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -578 -747 434 0.00215 0 0 0 Tracker initStep
+ 1 -578 -747 434 0 0.00215 0.181 0.181 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 902, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -562 -722 437 0.00876 0 0 0 Tracker initStep
+ 1 -561 -722 437 0.00392 0.00485 1.64 1.64 Tracker eIoni
+ 2 -561 -722 437 0 0.00392 0.499 2.14 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 901, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -540 -675 444 0.00109 0 0 0 Tracker initStep
+ 1 -540 -675 444 0 0.00109 0.0647 0.0647 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 900, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -468 -581 478 0.00224 0 0 0 Tracker initStep
+ 1 -468 -581 478 0 0.00224 0.194 0.194 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 899, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -456 -568 483 0.00228 0 0 0 Tracker initStep
+ 1 -456 -568 483 0 0.00228 0.199 0.199 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 898, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -453 -565 484 0.0032 0 0 0 Tracker initStep
+ 1 -453 -565 484 0 0.0032 0.352 0.352 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 897, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -397 -491 529 0.00261 0 0 0 Tracker initStep
+ 1 -397 -491 529 0 0.00261 0.249 0.249 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 896, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -372 -452 541 0.00165 0 0 0 Tracker initStep
+ 1 -372 -452 541 0 0.00165 0.12 0.12 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 895, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -333 -398 587 0.00176 0 0 0 Tracker initStep
+ 1 -333 -398 587 0 0.00176 0.132 0.132 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 894, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -254 -229 658 0.00119 0 0 0 Tracker initStep
+ 1 -254 -229 658 0 0.00119 0.0734 0.0734 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 893, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -238 -205 671 0.00204 0 0 0 Tracker initStep
+ 1 -238 -205 671 0 0.00204 0.167 0.167 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 892, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -195 -154 702 0.00192 0 0 0 Chamber_PV initStep
+ 1 -195 -154 702 0 0.00192 0.0986 0.0986 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 891, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -193 -152 703 0.00245 0 0 0 Chamber_PV initStep
+ 1 -193 -152 703 0 0.00245 0.138 0.138 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 890, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -100 -162 772 0.00183 0 0 0 Chamber_PV initStep
+ 1 -100 -162 772 0 0.00183 0.0921 0.0921 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 889, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -42.1 -219 696 0.00209 0 0 0 Tracker initStep
+ 1 -42.1 -219 696 0 0.00209 0.174 0.174 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 888, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -29 -203 598 0.0024 0 0 0 Tracker initStep
+ 1 -29 -204 598 0 0.0024 0.218 0.218 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 887, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -25.1 -190 554 0.0231 0 0 0 Tracker initStep
+ 1 -25.3 -193 553 0.0167 0.00639 4.01 4.01 Tracker eIoni
+ 2 -26.3 -192 554 0.0113 0.00538 2.85 6.86 Tracker eIoni
+ 3 -26.3 -192 554 0.00816 0 0.0243 6.88 Tracker eIoni
+ 4 -26.4 -191 555 0.00199 0.00617 1.54 8.42 Tracker eIoni
+ 5 -26.4 -191 555 0 0.00199 0.161 8.58 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 961, Parent ID = 887
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -26.3 -192 554 0.00317 0 0 0 Tracker initStep
+ 1 -26.4 -192 554 0 0.00317 0.346 0.346 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 886, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -31.4 -137 472 0.00289 0 0 0 Tracker initStep
+ 1 -31.3 -137 472 0 0.00289 0.296 0.296 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 885, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -15.6 -97.1 377 0.00147 0 0 0 Tracker initStep
+ 1 -15.6 -97 377 0 0.00147 0.101 0.101 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 884, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.24 -52.3 263 0.001 0 0 0 Tracker initStep
+ 1 1.26 -52.3 263 0 0.001 0.0574 0.0574 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 883, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.41 -36.5 217 0.00306 0 0 0 Tracker initStep
+ 1 7.31 -36.6 217 0 0.00306 0.326 0.326 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 882, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 11.9 -14.1 132 0.00195 0 0 0 Tracker initStep
+ 1 12 -14.1 132 0 0.00195 0.156 0.156 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 881, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 15 -0.591 76.9 0.00378 0 0 0 Chamber_PV initStep
+ 1 15 -0.589 76.9 0 0.00378 0.256 0.256 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 880, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 15 -0.341 74.1 0.0118 0 0 0 Chamber_PV initStep
+ 1 14.9 -0.318 74.1 0.00115 0.0107 1.44 1.44 Chamber_PV eIoni
+ 2 14.9 -0.32 74.2 0 0.00115 0.0499 1.49 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 879, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 14.6 -0.523 68.5 0.00194 0 0 0 Chamber_PV initStep
+ 1 14.6 -0.513 68.5 0 0.00194 0.0996 0.0996 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 878, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 6.08 -5.82 45.8 0.00171 0 0 0 Chamber_PV initStep
+ 1 6.09 -5.81 45.8 0 0.00171 0.0838 0.0838 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 877, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 6.04 -5.87 45.6 0.00734 0 0 0 Chamber_PV initStep
+ 1 5.99 -5.81 45.6 0 0.00734 0.73 0.73 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 876, Parent ID = 875
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.66 -13.1 15 0.00304 0 0 0 Chamber_PV initStep
+ 1 -1.64 -13.1 15 0 0.00304 0.186 0.186 Chamber_PV eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 204, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.000517 -0.0146 -2.43e+03 0.11 0 0 0 Target initStep
+ 1 -0.000328 -0.0182 -2.43e+03 0 0.0883 0.575 0.575 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 962, Parent ID = 204
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.000328 -0.0182 -2.43e+03 0.0222 0 0 0 Target initStep
+ 1 -0.000361 -0.018 -2.43e+03 0 0.0222 0.0024 0.0024 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 203, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00056 -0.0144 -2.43e+03 96.8 0 0 0 Target initStep
+ 1 -0.00986 -0.0592 -2.43e+03 0.394 0 7.74 7.74 Target compt
+ 2 10.3 -1.32 -2.43e+03 0 0.00382 10.8 18.6 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 964, Parent ID = 203
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 10.3 -1.32 -2.43e+03 0.39 0 0 0 Target initStep
+ 1 10.3 -1.33 -2.43e+03 0 0.39 0.217 0.217 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 963, Parent ID = 203
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.00986 -0.0592 -2.43e+03 96.4 0 0 0 Target initStep
+ 1 -0.00702 -0.0533 -2.43e+03 95.7 0.493 0.318 0.318 Target eBrem
+ 2 0.0898 -0.0652 -2.42e+03 93 1.45 0.941 1.26 Target eIoni
+ 3 0.122 -0.099 -2.42e+03 67.2 0.395 0.397 1.66 Target eBrem
+ 4 0.446 -0.314 -2.42e+03 64.8 2.24 1.64 3.29 Target eBrem
+ 5 0.481 -0.346 -2.42e+03 62.8 0.253 0.126 3.42 Target eBrem
+ 6 0.544 -0.406 -2.42e+03 53.5 0.315 0.219 3.64 Target eBrem
+ 7 0.553 -0.417 -2.42e+03 53.3 0.0258 0.0402 3.68 Target eBrem
+ 8 0.571 -0.431 -2.42e+03 51.5 0.176 0.102 3.78 Target eBrem
+ 9 0.863 -0.634 -2.42e+03 48.4 2.22 1.87 5.65 Target eBrem
+ 10 0.824 -0.614 -2.42e+03 33.3 3.13 2.71 8.35 Target eBrem
+ 11 0.74 -0.661 -2.42e+03 30.8 0.564 0.296 8.65 Target eIoni
+ 12 -0.452 -1.14 -2.41e+03 20.8 5.06 4.04 12.7 Target eBrem
+ 13 -0.666 -1.42 -2.41e+03 19 0.59 0.379 13.1 Target eBrem
+ 14 -0.875 -1.71 -2.41e+03 18.4 0.494 0.396 13.5 Target eBrem
+ 15 -1.22 -2.19 -2.41e+03 17.5 0.629 0.623 14.1 Target eBrem
+ 16 -1.45 -2.54 -2.41e+03 16 0.448 0.437 14.5 Target eBrem
+ 17 -1.48 -2.7 -2.41e+03 15.7 0.157 0.162 14.7 Target eBrem
+ 18 -1.52 -2.98 -2.41e+03 13.6 0.674 0.302 15 Target eBrem
+ 19 -1.44 -3.61 -2.41e+03 12.1 0.711 0.685 15.7 Target eBrem
+ 20 -1.35 -3.62 -2.41e+03 8.16 0.508 0.119 15.8 Target eIoni
+ 21 -0.326 -3.61 -2.41e+03 4.12 4.04 2.81 18.6 Target eIoni
+ 22 -0.29 -3.91 -2.41e+03 1.96 2.16 2.04 20.6 Target eIoni
+ 23 -0.289 -3.98 -2.41e+03 0.304 0.134 0.107 20.8 Target eBrem
+ 24 -0.297 -3.98 -2.41e+03 0 0.304 0.152 20.9 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 984, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.35 -3.62 -2.41e+03 3.46 0 0 0 Target initStep
+ 1 -1.35 -3.62 -2.41e+03 3.26 0.00661 0.00513 0.00513 Target eBrem
+ 2 -1.22 -3.61 -2.41e+03 1.22 2.05 1.83 1.83 Target eIoni
+ 3 -1.24 -3.54 -2.41e+03 0 1.22 0.919 2.75 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 975, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.74 -0.661 -2.42e+03 1.94 0 0 0 Target initStep
+ 1 0.759 -0.611 -2.42e+03 0.374 1.57 1.39 1.39 Target eIoni
+ 2 0.75 -0.605 -2.42e+03 0 0.374 0.205 1.59 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 966, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0898 -0.0652 -2.42e+03 1.24 0 0 0 Target initStep
+ 1 0.0761 -0.0215 -2.42e+03 0 1.24 0.937 0.937 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 986, Parent ID = 984
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.35 -3.62 -2.41e+03 0.193 0 0 0 Target initStep
+ 1 -0.918 -3.76 -2.41e+03 0 0.0883 0.892 0.892 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 987, Parent ID = 986
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.918 -3.76 -2.41e+03 0.104 0 0 0 Target initStep
+ 1 -0.918 -3.76 -2.41e+03 0 0.104 0.0294 0.0294 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 985, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.289 -3.98 -2.41e+03 1.52 0 0 0 Target initStep
+ 1 -2.79 -2.93 -2.41e+03 0.284 0 2.89 2.89 Target compt
+ 2 -2.78 -4 -2.42e+03 0.205 0 2.89 5.79 Target compt
+ 3 -2.55 -4.07 -2.42e+03 0 0.00355 0.242 6.03 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 990, Parent ID = 985
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.55 -4.07 -2.42e+03 0.201 0 0 0 Target initStep
+ 1 -2.55 -4.07 -2.42e+03 0 0.201 0.0823 0.0823 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 989, Parent ID = 985
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.78 -4 -2.42e+03 0.0791 0 0 0 Target initStep
+ 1 -2.78 -4 -2.42e+03 0 0.0791 0.0188 0.0188 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 988, Parent ID = 985
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.79 -2.93 -2.41e+03 1.24 0 0 0 Target initStep
+ 1 -2.85 -2.9 -2.41e+03 0 1.24 0.938 0.938 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 983, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.44 -3.61 -2.41e+03 0.795 0 0 0 Target initStep
+ 1 0.0217 -3.56 -2.41e+03 0.645 0 1.82 1.82 Target compt
+ 2 1.58 -3.22 -2.41e+03 0.395 0 1.6 3.43 Target compt
+ 3 7.12 -7.48 -2.41e+03 0 0.0158 8.11 11.5 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 993, Parent ID = 983
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.12 -7.48 -2.41e+03 0.379 0 0 0 Target initStep
+ 1 7.14 -7.49 -2.41e+03 0 0.379 0.208 0.208 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 992, Parent ID = 983
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.58 -3.22 -2.41e+03 0.25 0 0 0 Target initStep
+ 1 1.58 -3.22 -2.41e+03 0 0.25 0.114 0.114 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 991, Parent ID = 983
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0217 -3.56 -2.41e+03 0.15 0 0 0 Target initStep
+ 1 0.0218 -3.56 -2.41e+03 0 0.15 0.0521 0.0521 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 982, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.52 -2.98 -2.41e+03 1.34 0 0 0 Target initStep
+ 1 -0.878 -7.37 -2.41e+03 0 0.0883 4.48 4.48 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 994, Parent ID = 982
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.878 -7.37 -2.41e+03 1.25 0 0 0 Target initStep
+ 1 -0.867 -7.45 -2.41e+03 0 1.25 0.95 0.95 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 981, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.48 -2.7 -2.41e+03 0.188 0 0 0 Target initStep
+ 1 -1.62 -3.59 -2.41e+03 0 0.0883 0.931 0.931 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 995, Parent ID = 981
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.62 -3.59 -2.41e+03 0.0996 0 0 0 Target initStep
+ 1 -1.62 -3.59 -2.41e+03 0 0.0996 0.0273 0.0273 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 980, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.45 -2.54 -2.41e+03 1.03 0 0 0 Target initStep
+ 1 -4.21 -24.6 -2.41e+03 1.03 0 22.7 22.7 World Transportation
+ 2 -9.71 -68.7 -2.4e+03 1.03 0 45.3 68 Tracker Transportation
+ 3 -298 -2.38e+03 -1.92e+03 1.03 0 2.38e+03 2.45e+03 World Transportation
+ 4 -368 -2.94e+03 -1.81e+03 1.03 0 575 3.02e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 979, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.22 -2.19 -2.41e+03 0.307 0 0 0 Target initStep
+ 1 -1.41 -2.47 -2.41e+03 0 0.0883 0.344 0.344 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 996, Parent ID = 979
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.41 -2.47 -2.41e+03 0.219 0 0 0 Target initStep
+ 1 -1.41 -2.48 -2.41e+03 0 0.219 0.0932 0.0932 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 978, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.875 -1.71 -2.41e+03 0.0973 0 0 0 Target initStep
+ 1 -0.883 -1.73 -2.41e+03 0.0973 0 0.0156 0.0156 Target Rayl
+ 2 -0.937 -1.83 -2.41e+03 0.0794 0 0.115 0.13 Target compt
+ 3 -1.06 -1.67 -2.41e+03 0 0.013 0.287 0.417 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 998, Parent ID = 978
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.06 -1.67 -2.41e+03 0.0664 0 0 0 Target initStep
+ 1 -1.05 -1.67 -2.41e+03 0 0.0664 0.0141 0.0141 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 997, Parent ID = 978
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.937 -1.83 -2.41e+03 0.0178 0 0 0 Target initStep
+ 1 -0.937 -1.83 -2.41e+03 0 0.0178 0.0017 0.0017 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 977, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.666 -1.42 -2.41e+03 1.16 0 0 0 Target initStep
+ 1 -12 -15.5 -2.41e+03 1.11 0 19.6 19.6 Target compt
+ 2 -15.2 -19.8 -2.4e+03 1.11 0 6.45 26.1 World Transportation
+ 3 -17.8 -23.3 -2.4e+03 1.11 0 5.18 31.2 Tracker Transportation
+ 4 -1.44e+03 -1.92e+03 -833 1.11 0 2.84e+03 2.87e+03 World Transportation
+ 5 -2.21e+03 -2.94e+03 13.4 1.11 0 1.53e+03 4.41e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 999, Parent ID = 977
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -12 -15.5 -2.41e+03 0.0457 0 0 0 Target initStep
+ 1 -12 -15.5 -2.41e+03 0 0.0457 0.00769 0.00769 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 976, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.452 -1.14 -2.41e+03 5.01 0 0 0 Target initStep
+ 1 -7.15 -10.4 -2.41e+03 4.11 0 12 12 Target compt
+ 2 -15.1 -19.9 -2.4e+03 4.11 0 14.3 26.3 World Transportation
+ 3 -19 -24.5 -2.4e+03 4.11 0 6.89 33.2 Tracker Transportation
+ 4 -1.54e+03 -1.84e+03 -1.06e+03 4.11 0 2.72e+03 2.75e+03 World Transportation
+ 5 -2.47e+03 -2.94e+03 -250 4.11 0 1.65e+03 4.41e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1000, Parent ID = 976
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -7.15 -10.4 -2.41e+03 0.903 0 0 0 Target initStep
+ 1 -7.17 -10.4 -2.41e+03 0 0.903 0.647 0.647 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 974, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.824 -0.614 -2.42e+03 11.9 0 0 0 Target initStep
+ 1 -1 -1.77 -2.41e+03 0 0 7.77 7.77 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1001, Parent ID = 974
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1 -1.77 -2.41e+03 6.8 0 0 0 Target initStep
+ 1 -1.42 -1.91 -2.41e+03 4.42 1.79 1.85 1.85 Target eBrem
+ 2 -1.76 -1.84 -2.41e+03 3.39 0.481 0.518 2.37 Target eBrem
+ 3 -1.8 -1.92 -2.41e+03 2.81 0.094 0.131 2.5 Target eBrem
+ 4 -1.83 -2.01 -2.41e+03 2.52 0.137 0.146 2.65 Target eBrem
+ 5 -1.89 -2.2 -2.41e+03 0.724 1.79 1.61 4.26 Target eIoni
+ 6 -1.91 -2.18 -2.41e+03 0 0.724 0.493 4.75 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1006, Parent ID = 1001
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.83 -2.01 -2.41e+03 0.159 0 0 0 Target initStep
+ 1 -2.14 -2.98 -2.41e+03 0 0.0883 1.18 1.18 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1007, Parent ID = 1006
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.14 -2.98 -2.41e+03 0.0712 0 0 0 Target initStep
+ 1 -2.14 -2.98 -2.41e+03 0 0.0712 0.0159 0.0159 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1005, Parent ID = 1001
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.8 -1.92 -2.41e+03 0.485 0 0 0 Target initStep
+ 1 -2.65 -12.4 -2.4e+03 0 0.0883 11.6 11.6 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1008, Parent ID = 1005
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.65 -12.4 -2.4e+03 0.396 0 0 0 Target initStep
+ 1 -2.65 -12.5 -2.4e+03 0 0.396 0.222 0.222 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1004, Parent ID = 1001
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.76 -1.84 -2.41e+03 0.552 0 0 0 Target initStep
+ 1 -2.71 -3.25 -2.41e+03 0.436 0 2.19 2.19 Target compt
+ 2 -1.99 -5.75 -2.4e+03 0 0.0158 8.01 10.2 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1010, Parent ID = 1004
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.99 -5.75 -2.4e+03 0.421 0 0 0 Target initStep
+ 1 -1.98 -5.75 -2.4e+03 0 0.421 0.241 0.241 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1009, Parent ID = 1004
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.71 -3.25 -2.41e+03 0.115 0 0 0 Target initStep
+ 1 -2.71 -3.25 -2.41e+03 0 0.115 0.0344 0.0344 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1003, Parent ID = 1001
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.42 -1.91 -2.41e+03 0.583 0 0 0 Target initStep
+ 1 -7.63 0.541 -2.41e+03 0 0.0883 6.69 6.69 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1011, Parent ID = 1003
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -7.63 0.541 -2.41e+03 0.495 0 0 0 Target initStep
+ 1 -7.65 0.538 -2.41e+03 0 0.495 0.3 0.3 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 973, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.863 -0.634 -2.42e+03 0.899 0 0 0 Target initStep
+ 1 0.487 -0.538 -2.4e+03 0.899 0 20.5 20.5 Tracker Transportation
+ 2 -12.4 2.74 -1.7e+03 0.899 0 700 721 Chamber_PV Transportation
+ 3 -16.1 3.67 -1.5e+03 0.899 0 200 921 Tracker Transportation
+ 4 -27.1 6.48 -900 0.899 0 600 1.52e+03 Chamber_PV Transportation
+ 5 -30.8 7.41 -700 0.899 0 200 1.72e+03 Tracker Transportation
+ 6 -41.8 10.2 -100 0.899 0 600 2.32e+03 Chamber_PV Transportation
+ 7 -45.5 11.2 100 0.899 0 200 2.52e+03 Tracker Transportation
+ 8 -56.5 14 700 0.899 0 600 3.12e+03 Chamber_PV Transportation
+ 9 -60.2 14.9 900 0.899 0 200 3.32e+03 Tracker Transportation
+ 10 -71.2 17.7 1.5e+03 0.899 0 600 3.92e+03 Chamber_PV Transportation
+ 11 -74.9 18.6 1.7e+03 0.899 0 200 4.12e+03 Tracker Transportation
+ 12 -87.8 21.9 2.4e+03 0.899 0 700 4.82e+03 World Transportation
+ 13 -97.7 24.4 2.94e+03 0.899 0 540 5.36e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 972, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.571 -0.431 -2.42e+03 1.62 0 0 0 Target initStep
+ 1 2.12 -1.54 -2.41e+03 0 0 9.53 9.53 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1012, Parent ID = 972
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.12 -1.54 -2.41e+03 0.0546 0 0 0 Target initStep
+ 1 2.12 -1.54 -2.41e+03 0 0.0546 0.0103 0.0103 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 971, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.553 -0.417 -2.42e+03 0.189 0 0 0 Target initStep
+ 1 0.56 -0.421 -2.42e+03 0.166 0 0.0348 0.0348 Target compt
+ 2 0.572 -0.446 -2.42e+03 0 0.0153 0.0313 0.0661 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1015, Parent ID = 971
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.572 -0.446 -2.42e+03 0.151 0 0 0 Target initStep
+ 1 0.573 -0.447 -2.42e+03 0 0.151 0.0528 0.0528 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1014, Parent ID = 971
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.56 -0.421 -2.42e+03 0.023 0 0 0 Target initStep
+ 1 0.56 -0.421 -2.42e+03 0 0.023 0.00255 0.00255 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 970, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.544 -0.406 -2.42e+03 8.96 0 0 0 Target initStep
+ 1 0.783 -0.699 -2.42e+03 0 0 1.14 1.14 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1016, Parent ID = 970
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.783 -0.699 -2.42e+03 6.31 0 0 0 Target initStep
+ 1 0.8 -0.734 -2.42e+03 2.15 0.254 0.263 0.263 Target eBrem
+ 2 0.811 -0.611 -2.42e+03 0.449 1.7 1.37 1.63 Target eBrem
+ 3 0.826 -0.602 -2.42e+03 0 0.449 0.263 1.9 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1018, Parent ID = 1016
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.8 -0.734 -2.42e+03 3.9 0 0 0 Target initStep
+ 1 1.28 -0.0158 -2.42e+03 0 0.0883 2.55 2.55 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1019, Parent ID = 1018
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.28 -0.0158 -2.42e+03 3.82 0 0 0 Target initStep
+ 1 1.29 0.1 -2.42e+03 2.44 0.553 0.511 0.511 Target eBrem
+ 2 1.37 0.238 -2.42e+03 1.83 0.229 0.271 0.782 Target eBrem
+ 3 1.3 0.198 -2.42e+03 0.256 1.58 1.34 2.12 Target eIoni
+ 4 1.3 0.194 -2.42e+03 0 0.256 0.118 2.24 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1021, Parent ID = 1019
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.37 0.238 -2.42e+03 0.379 0 0 0 Target initStep
+ 1 1.31 0.205 -2.42e+03 0 0.00382 0.113 0.113 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1022, Parent ID = 1021
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.31 0.205 -2.42e+03 0.376 0 0 0 Target initStep
+ 1 1.31 0.206 -2.42e+03 0 0.376 0.206 0.206 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1020, Parent ID = 1019
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.29 0.1 -2.42e+03 0.823 0 0 0 Target initStep
+ 1 4.77 9.09 -2.42e+03 0.341 0 9.64 9.64 Target compt
+ 2 4.45 9.26 -2.42e+03 0 0.0158 0.405 10 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1024, Parent ID = 1020
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 4.45 9.26 -2.42e+03 0.325 0 0 0 Target initStep
+ 1 4.44 9.26 -2.42e+03 0 0.325 0.168 0.168 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1023, Parent ID = 1020
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 4.77 9.09 -2.42e+03 0.482 0 0 0 Target initStep
+ 1 4.78 9.1 -2.42e+03 0 0.482 0.29 0.29 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 969, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.481 -0.346 -2.42e+03 1.77 0 0 0 Target initStep
+ 1 0.95 -0.895 -2.42e+03 0.452 0 1.94 1.94 Target compt
+ 2 -21.5 -12.8 -2.41e+03 0.452 0 26.2 28.2 World Transportation
+ 3 -69.1 -38.2 -2.4e+03 0.452 0 55.8 84 Tracker Transportation
+ 4 -2.12e+03 -1.13e+03 -1.79e+03 0.452 0 2.4e+03 2.48e+03 World Transportation
+ 5 -2.94e+03 -1.57e+03 -1.55e+03 0.452 0 963 3.45e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1025, Parent ID = 969
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.95 -0.895 -2.42e+03 1.32 0 0 0 Target initStep
+ 1 0.99 -0.909 -2.42e+03 0.151 1.17 1 1 Target eIoni
+ 2 0.992 -0.909 -2.42e+03 0 0.151 0.0526 1.06 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 968, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.446 -0.314 -2.42e+03 0.149 0 0 0 Target initStep
+ 1 0.508 -0.366 -2.42e+03 0 0.0883 0.233 0.233 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1026, Parent ID = 968
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.508 -0.366 -2.42e+03 0.0608 0 0 0 Target initStep
+ 1 0.508 -0.365 -2.42e+03 0 0.0608 0.0123 0.0123 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 967, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.122 -0.099 -2.42e+03 25.4 0 0 0 Target initStep
+ 1 0.547 -0.381 -2.42e+03 0 0 3.66 3.66 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1027, Parent ID = 967
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.547 -0.381 -2.42e+03 24.1 0 0 0 Target initStep
+ 1 0.606 -0.434 -2.42e+03 18.9 1.21 0.827 0.827 Target eBrem
+ 2 0.689 -0.393 -2.42e+03 18.5 0.314 0.264 1.09 Target eBrem
+ 3 0.797 -0.0404 -2.42e+03 16.7 1.8 1.36 2.45 Target eBrem
+ 4 0.743 0.124 -2.42e+03 10.3 0.8 0.341 2.79 Target eBrem
+ 5 0.786 0.431 -2.42e+03 3.7 0.581 0.575 3.37 Target eBrem
+ 6 0.912 0.728 -2.42e+03 2.55 0.812 0.79 4.16 Target eBrem
+ 7 1.08 0.834 -2.42e+03 1.36 0.933 0.782 4.94 Target eBrem
+ 8 1.1 0.921 -2.42e+03 0 1.36 1.04 5.98 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1034, Parent ID = 1027
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.08 0.834 -2.42e+03 0.261 0 0 0 Target initStep
+ 1 0.754 1.89 -2.42e+03 0 0.0883 2.44 2.44 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1035, Parent ID = 1034
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.754 1.89 -2.42e+03 0.173 0 0 0 Target initStep
+ 1 0.753 1.9 -2.42e+03 0 0.173 0.0652 0.0652 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1033, Parent ID = 1027
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.912 0.728 -2.42e+03 0.334 0 0 0 Target initStep
+ 1 1.56 1.14 -2.42e+03 0 0.0883 0.845 0.845 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1036, Parent ID = 1033
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.56 1.14 -2.42e+03 0.246 0 0 0 Target initStep
+ 1 1.55 1.14 -2.42e+03 0 0.246 0.111 0.111 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1032, Parent ID = 1027
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.786 0.431 -2.42e+03 6.06 0 0 0 Target initStep
+ 1 6.25 18.3 -2.41e+03 0 0 20.5 20.5 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1037, Parent ID = 1032
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 6.25 18.3 -2.41e+03 3.06 0 0 0 Target initStep
+ 1 6.3 18.5 -2.41e+03 2.26 0.474 0.252 0.252 Target eBrem
+ 2 6.39 18.4 -2.41e+03 0.51 1.43 1.44 1.69 Target eBrem
+ 3 6.41 18.4 -2.41e+03 0 0.51 0.313 2.01 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1040, Parent ID = 1037
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 6.39 18.4 -2.41e+03 0.32 0 0 0 Target initStep
+ 1 7.74 17 -2.41e+03 0 0.0153 2.55 2.55 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1041, Parent ID = 1040
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.74 17 -2.41e+03 0.305 0 0 0 Target initStep
+ 1 7.75 17 -2.41e+03 0 0.305 0.153 0.153 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1039, Parent ID = 1037
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 6.3 18.5 -2.41e+03 0.321 0 0 0 Target initStep
+ 1 7.94 17.1 -2.41e+03 0 0.0883 2.55 2.55 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1042, Parent ID = 1039
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.94 17.1 -2.41e+03 0.233 0 0 0 Target initStep
+ 1 7.94 17.1 -2.41e+03 0 0.233 0.103 0.103 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1031, Parent ID = 1027
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.743 0.124 -2.42e+03 5.57 0 0 0 Target initStep
+ 1 1.54 3.53 -2.41e+03 0.52 0 4.83 4.83 Target compt
+ 2 2.24 3.15 -2.41e+03 0 0.00382 0.87 5.7 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1044, Parent ID = 1031
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.24 3.15 -2.41e+03 0.517 0 0 0 Target initStep
+ 1 2.25 3.14 -2.41e+03 0 0.517 0.318 0.318 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1043, Parent ID = 1031
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.54 3.53 -2.41e+03 5.05 0 0 0 Target initStep
+ 1 1.6 4.01 -2.41e+03 2.56 2.49 2.23 2.23 Target eIoni
+ 2 1.73 4.05 -2.41e+03 0.774 1.78 1.62 3.85 Target eIoni
+ 3 1.77 4.04 -2.41e+03 0 0.774 0.536 4.39 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1030, Parent ID = 1027
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.689 -0.393 -2.42e+03 0.0969 0 0 0 Target initStep
+ 1 0.69 -0.388 -2.42e+03 0 0.0883 0.0166 0.0166 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1045, Parent ID = 1030
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.69 -0.388 -2.42e+03 0.00862 0 0 0 Target initStep
+ 1 0.69 -0.388 -2.42e+03 0 0.00862 0.000564 0.000564 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1029, Parent ID = 1027
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.606 -0.434 -2.42e+03 3.93 0 0 0 Target initStep
+ 1 6.27 3.98 -2.4e+03 3.93 0 21.1 21.1 Tracker Transportation
+ 2 434 337 -900 3.93 0 1.59e+03 1.62e+03 Chamber_PV Transportation
+ 3 491 381 -700 3.93 0 213 1.83e+03 Tracker Transportation
+ 4 662 514 -100 3.93 0 638 2.47e+03 Chamber_PV Transportation
+ 5 719 559 100 3.93 0 213 2.68e+03 Tracker Transportation
+ 6 890 692 700 3.93 0 638 3.32e+03 Chamber_PV Transportation
+ 7 947 736 900 3.93 0 213 3.53e+03 Tracker Transportation
+ 8 1.12e+03 869 1.5e+03 3.93 0 638 4.17e+03 Chamber_PV Transportation
+ 9 1.17e+03 914 1.7e+03 3.93 0 213 4.38e+03 Tracker Transportation
+ 10 1.37e+03 1.07e+03 2.4e+03 3.93 0 744 5.12e+03 World Transportation
+ 11 1.53e+03 1.19e+03 2.94e+03 3.93 0 574 5.7e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 965, Parent ID = 963
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.00702 -0.0533 -2.43e+03 0.243 0 0 0 Target initStep
+ 1 0.0168 -0.0564 -2.43e+03 0.207 0 0.469 0.469 Target compt
+ 2 -0.405 -0.271 -2.42e+03 0 0.0153 0.636 1.1 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1047, Parent ID = 965
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.405 -0.271 -2.42e+03 0.192 0 0 0 Target initStep
+ 1 -0.406 -0.274 -2.42e+03 0 0.192 0.0762 0.0762 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1046, Parent ID = 965
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0168 -0.0564 -2.43e+03 0.0359 0 0 0 Target initStep
+ 1 0.0171 -0.0563 -2.43e+03 0 0.0359 0.0052 0.0052 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 202, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00079 -0.0135 -2.43e+03 5.2 0 0 0 Target initStep
+ 1 0.00226 -0.0384 -2.42e+03 0 0 10.2 10.2 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1048, Parent ID = 202
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00226 -0.0384 -2.42e+03 1.69 0 0 0 Target initStep
+ 1 0.0459 -0.0463 -2.42e+03 1.26 0.307 0.188 0.188 Target eBrem
+ 2 0.111 -0.0847 -2.42e+03 0 1.26 0.953 1.14 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1050, Parent ID = 1048
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0459 -0.0463 -2.42e+03 0.124 0 0 0 Target initStep
+ 1 0.136 -0.0047 -2.42e+03 0 0.0883 0.142 0.142 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1051, Parent ID = 1050
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.136 -0.0047 -2.42e+03 0.0357 0 0 0 Target initStep
+ 1 0.136 -0.00473 -2.42e+03 0 0.0357 0.00517 0.00517 Target eIoni
+
+****************************************************************************
+============================================================================================
+================= lines above cut to keep file within limits ===============================
+============================================================================================
+
+ 50 hits stored in this event
>>> Event: 89
- 0 hits stored in this event
+ 1531 hits stored in this event
>>> Event: 90
- 36 hits stored in this event
->>> Event: 91
- 0 hits stored in this event
->>> Event: 92
- 0 hits stored in this event
->>> Event: 93
- 0 hits stored in this event
->>> Event: 94
- 0 hits stored in this event
->>> Event: 95
- 0 hits stored in this event
->>> Event: 96
- 0 hits stored in this event
->>> Event: 97
- 72 hits stored in this event
->>> Event: 98
- 0 hits stored in this event
->>> Event: 99
- 0 hits stored in this event
-### Run 3 starts.
---> Event 0 starts.
->>> Event: 0
- 45 hits stored in this event
->>> Event: 1
- 50 hits stored in this event
->>> Event: 2
- 55 hits stored in this event
->>> Event: 3
- 88 hits stored in this event
->>> Event: 4
- 64 hits stored in this event
->>> Event: 5
- 68 hits stored in this event
->>> Event: 6
- 98 hits stored in this event
->>> Event: 7
- 413 hits stored in this event
->>> Event: 8
- 190 hits stored in this event
->>> Event: 9
- 58 hits stored in this event
->>> Event: 10
- 230 hits stored in this event
->>> Event: 11
- 82 hits stored in this event
->>> Event: 12
- 259 hits stored in this event
->>> Event: 13
- 62 hits stored in this event
->>> Event: 14
- 152 hits stored in this event
->>> Event: 15
- 135 hits stored in this event
->>> Event: 16
- 53 hits stored in this event
->>> Event: 17
- 78 hits stored in this event
->>> Event: 18
- 66 hits stored in this event
->>> Event: 19
- 64 hits stored in this event
->>> Event: 20
- 125 hits stored in this event
->>> Event: 21
- 59 hits stored in this event
->>> Event: 22
- 92 hits stored in this event
->>> Event: 23
- 91 hits stored in this event
->>> Event: 24
- 124 hits stored in this event
->>> Event: 25
- 175 hits stored in this event
->>> Event: 26
- 101 hits stored in this event
->>> Event: 27
- 118 hits stored in this event
->>> Event: 28
- 460 hits stored in this event
->>> Event: 29
- 66 hits stored in this event
->>> Event: 30
- 116 hits stored in this event
->>> Event: 31
- 57 hits stored in this event
->>> Event: 32
- 100 hits stored in this event
->>> Event: 33
- 50 hits stored in this event
->>> Event: 34
- 95 hits stored in this event
->>> Event: 35
- 58 hits stored in this event
->>> Event: 36
- 81 hits stored in this event
->>> Event: 37
- 131 hits stored in this event
->>> Event: 38
- 127 hits stored in this event
->>> Event: 39
- 113 hits stored in this event
->>> Event: 40
- 72 hits stored in this event
->>> Event: 41
- 173 hits stored in this event
->>> Event: 42
- 103 hits stored in this event
->>> Event: 43
- 104 hits stored in this event
->>> Event: 44
- 141 hits stored in this event
->>> Event: 45
- 66 hits stored in this event
->>> Event: 46
- 114 hits stored in this event
->>> Event: 47
- 740 hits stored in this event
->>> Event: 48
89 hits stored in this event
->>> Event: 49
- 147 hits stored in this event
->>> Event: 50
- 61 hits stored in this event
->>> Event: 51
- 53 hits stored in this event
->>> Event: 52
- 891 hits stored in this event
->>> Event: 53
- 79 hits stored in this event
->>> Event: 54
- 52 hits stored in this event
->>> Event: 55
- 85 hits stored in this event
->>> Event: 56
- 68 hits stored in this event
->>> Event: 57
- 58 hits stored in this event
->>> Event: 58
- 141 hits stored in this event
->>> Event: 59
- 68 hits stored in this event
->>> Event: 60
- 953 hits stored in this event
->>> Event: 61
- 66 hits stored in this event
->>> Event: 62
- 366 hits stored in this event
->>> Event: 63
- 75 hits stored in this event
->>> Event: 64
- 281 hits stored in this event
->>> Event: 65
- 76 hits stored in this event
->>> Event: 66
- 442 hits stored in this event
->>> Event: 67
- 52 hits stored in this event
->>> Event: 68
- 162 hits stored in this event
->>> Event: 69
- 96 hits stored in this event
->>> Event: 70
- 74 hits stored in this event
->>> Event: 71
- 63022 hits stored in this event
->>> Event: 72
- 228 hits stored in this event
->>> Event: 73
- 66 hits stored in this event
->>> Event: 74
- 60 hits stored in this event
->>> Event: 75
- 325 hits stored in this event
->>> Event: 76
- 91 hits stored in this event
->>> Event: 77
- 78 hits stored in this event
->>> Event: 78
- 126 hits stored in this event
->>> Event: 79
- 158 hits stored in this event
->>> Event: 80
- 97 hits stored in this event
->>> Event: 81
- 77 hits stored in this event
->>> Event: 82
- 668 hits stored in this event
->>> Event: 83
- 63 hits stored in this event
->>> Event: 84
- 153 hits stored in this event
->>> Event: 85
- 837 hits stored in this event
->>> Event: 86
- 65 hits stored in this event
->>> Event: 87
- 112 hits stored in this event
->>> Event: 88
- 5843 hits stored in this event
->>> Event: 89
- 100 hits stored in this event
->>> Event: 90
- 138 hits stored in this event
>>> Event: 91
- 54 hits stored in this event
+ 83 hits stored in this event
>>> Event: 92
- 290 hits stored in this event
+ 292 hits stored in this event
>>> Event: 93
- 141 hits stored in this event
+ 196 hits stored in this event
>>> Event: 94
- 87 hits stored in this event
+ 71 hits stored in this event
>>> Event: 95
- 67 hits stored in this event
+ 143 hits stored in this event
>>> Event: 96
- 64 hits stored in this event
+ 229 hits stored in this event
>>> Event: 97
- 69 hits stored in this event
+ 76 hits stored in this event
>>> Event: 98
- 112 hits stored in this event
+ 98 hits stored in this event
>>> Event: 99
- 388 hits stored in this event
+ 1181 hits stored in this event
Graphics systems deleted.
Visualization Manager deleting...
diff --git a/examples/basic/B2/B2b/exampleB2b.out b/examples/basic/B2/B2b/exampleB2b.out
index 55003c4e74..88f5fd3137 100644
--- a/examples/basic/B2/B2b/exampleB2b.out
+++ b/examples/basic/B2/B2b/exampleB2b.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -58,9 +58,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
***** Table : Nb of materials = 3 *****
@@ -181,7 +179,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -212,12 +210,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -243,8 +241,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -276,7 +274,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -303,12 +301,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -335,12 +333,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -367,7 +365,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -400,7 +398,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -433,12 +431,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -465,12 +463,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -497,7 +495,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -697,6 +695,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -711,6 +710,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -819,16 +819,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
### Run 0 starts.
--> Event 0 starts.
@@ -838,106 +843,53 @@ Number of de-excitation channels 8
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 0 0 -2.94e+03 200 0 0 0 World initStep
- 1 0.00225 -0.00402 -2.92e+03 200 0.00378 21.7 21.7 World eIoni
- 2 0.139 0.00567 -2.82e+03 200 0.0165 94 116 World eIoni
- 3 0.177 0.076 -2.69e+03 200 0.0269 138 254 World eIoni
- 4 0.178 0.0763 -2.68e+03 200 0.000482 1.73 255 World eIoni
- 5 0.188 0.0822 -2.62e+03 200 0.012 67.1 322 World eIoni
- 6 0.189 0.0828 -2.61e+03 200 0.000863 5.05 328 World eIoni
- 7 0.19 0.084 -2.61e+03 200 0.000363 4.08 332 World eIoni
- 8 0.202 0.0972 -2.59e+03 200 0.00281 20.5 352 World eIoni
- 9 0.268 0.104 -2.5e+03 200 0.0156 83 435 World eIoni
- 10 0.262 0.113 -2.45e+03 200 0.00765 54.9 490 Target Transportation
- 11 0.252 0.108 -2.45e+03 198 0.863 0.769 491 Target eBrem
- 12 0.252 0.108 -2.45e+03 197 0.00046 0.000656 491 Target eBrem
- 13 0.206 0.124 -2.45e+03 196 1.11 0.885 492 Target eBrem
- 14 0.151 0.126 -2.45e+03 195 0.859 0.644 492 Target eBrem
- 15 0.0689 0.138 -2.45e+03 192 1.07 0.798 493 Target eBrem
- 16 0.0305 0.147 -2.45e+03 70.8 0.408 0.432 494 Target eBrem
- 17 0.0187 0.15 -2.45e+03 64.4 0.178 0.111 494 Target eBrem
- 18 -0.0282 0.122 -2.45e+03 63 1.11 0.867 495 Target eBrem
- 19 -0.254 -0.0957 -2.44e+03 61.6 1.22 0.924 495 Target eBrem
- 20 -0.304 -0.221 -2.44e+03 61 0.497 0.45 496 Target eBrem
- 21 -0.321 -0.264 -2.44e+03 60.6 0.254 0.178 496 Target eBrem
- 22 -0.364 -0.419 -2.44e+03 59.6 0.794 0.699 497 Target eBrem
- 23 -0.42 -0.586 -2.44e+03 49.9 0.615 0.474 497 Target eBrem
- 24 -0.587 -0.805 -2.44e+03 47.8 1.82 1.03 498 Target eBrem
- 25 -0.896 -0.946 -2.44e+03 45.3 1.98 1.72 500 Target eBrem
- 26 -1.18 -1.42 -2.44e+03 30.1 1.23 0.933 501 Target eBrem
- 27 -1.26 -1.52 -2.44e+03 11.2 0.29 0.278 501 Target eBrem
- 28 -1.34 -1.66 -2.44e+03 9.71 0.474 0.326 502 Target eBrem
- 29 -1.45 -1.9 -2.44e+03 8.99 0.619 0.524 502 Target eBrem
- 30 -1.24 -2.27 -2.44e+03 6.74 0.958 0.883 503 Target eBrem
- 31 -1.79 -1.42 -2.44e+03 3.77 2.97 2.59 506 Target eIoni
- 32 -1.92 -1.15 -2.44e+03 2.8 0.82 0.408 506 Target eBrem
- 33 -1.98 -1.08 -2.44e+03 1.67 0.092 0.107 506 Target eBrem
- 34 -2.15 -1.03 -2.44e+03 0.345 1.33 0.869 507 Target eBrem
- 35 -2.13 -1.02 -2.44e+03 0 0.345 0.179 507 Target eIoni
- 36 -2.13 -1.02 -2.44e+03 0 0 0 507 Target annihil
+ 1 0.00225 -0.00402 -2.92e+03 200 0.00424 21.7 21.7 World eIoni
+ 2 0.139 0.00567 -2.82e+03 200 0.0163 94 116 World eIoni
+ 3 0.185 0.0133 -2.78e+03 200 0.00908 46 162 World eIoni
+ 4 0.402 0.0241 -2.45e+03 200 0.0576 328 490 Target Transportation
+ 5 0.398 0.0352 -2.45e+03 190 0.953 0.769 491 Target eBrem
+ 6 0.397 0.0483 -2.45e+03 188 0.997 0.838 492 Target eBrem
+ 7 0.395 0.0515 -2.45e+03 115 0.163 0.0898 492 Target eBrem
+ 8 0.407 0.137 -2.45e+03 96.2 1.66 1.2 493 Target eBrem
+ 9 0.412 0.153 -2.45e+03 95.1 0.353 0.297 493 Target eBrem
+ 10 0.296 0.309 -2.45e+03 47.5 1.43 1.18 494 Target eBrem
+ 11 0.401 0.189 -2.44e+03 43.3 2.96 2.31 497 Target eIoni
+ 12 0.373 0.212 -2.44e+03 42.9 0.184 0.179 497 Target eBrem
+ 13 -0.129 0.371 -2.44e+03 35.2 2.04 1.77 499 Target eBrem
+ 14 -0.435 0.697 -2.44e+03 32.8 2.18 1.09 500 Target eBrem
+ 15 -0.613 1.23 -2.44e+03 6.19 1.76 1.61 501 Target eBrem
+ 16 -0.828 1.82 -2.44e+03 4.67 1.35 1.16 502 Target eBrem
+ 17 -0.837 1.87 -2.44e+03 3.91 0.117 0.127 503 Target eBrem
+ 18 -0.834 1.88 -2.44e+03 3.76 0.0361 0.0305 503 Target eBrem
+ 19 -0.828 1.92 -2.44e+03 3.33 0.107 0.109 503 Target eBrem
+ 20 -0.724 2 -2.44e+03 0.845 2.38 1.84 505 Target eBrem
+ 21 -0.675 2.04 -2.44e+03 0.457 0.207 0.211 505 Target eBrem
+ 22 -0.681 2.05 -2.44e+03 0 0.457 0.266 505 Target eIoni
+ 23 -0.681 2.05 -2.44e+03 0 0 0 505 Target annihil
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 10, 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.268 0.104 -2.5e+03 0.00178 0 0 0 World initStep
- 1 0.326 0.104 -2.5e+03 0 0.00178 0.134 0.134 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.202 0.0972 -2.59e+03 0.00124 0 0 0 World initStep
- 1 0.183 0.124 -2.59e+03 0 0.00124 0.0784 0.0784 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.19 0.084 -2.61e+03 0.00291 0 0 0 World initStep
- 1 0.227 -0.043 -2.61e+03 0 0.00291 0.299 0.299 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.189 0.0828 -2.61e+03 0.00104 0 0 0 World initStep
- 1 0.174 0.0635 -2.61e+03 0 0.00104 0.0603 0.0603 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.188 0.0822 -2.62e+03 0.00247 0 0 0 World initStep
- 1 0.288 0.0859 -2.62e+03 0 0.00247 0.227 0.227 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.178 0.0763 -2.68e+03 0.00143 0 0 0 World initStep
- 1 0.218 0.0792 -2.68e+03 0 0.00143 0.0961 0.0961 World eIoni
+ 0 0.401 0.189 -2.44e+03 1.26 0 0 0 Target initStep
+ 1 0.364 0.148 -2.44e+03 0 1.26 0.952 0.952 Target 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.177 0.076 -2.69e+03 0.00349 0 0 0 World initStep
- 1 -0.00233 0.0485 -2.69e+03 0 0.00349 0.409 0.409 World eIoni
+ 0 0.185 0.0133 -2.78e+03 0.0012 0 0 0 World initStep
+ 1 0.17 0.0405 -2.78e+03 0 0.0012 0.0747 0.0747 World eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.139 0.00567 -2.82e+03 0.00123 0 0 0 World initStep
- 1 0.141 0.0377 -2.82e+03 0 0.00123 0.0771 0.0771 World eIoni
+ 0 0.139 0.00567 -2.82e+03 0.00551 0 0 0 World initStep
+ 1 -0.201 0.225 -2.82e+03 0 0.00551 0.91 0.91 World eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
@@ -945,3473 +897,1572 @@ Step# X(mm) Y(mm) Z(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.00225 -0.00402 -2.92e+03 0.0482 0 0 0 World initStep
- 1 -5.96 -8.97 -2.92e+03 0.0446 0.00361 11.1 11.1 World eIoni
- 2 -10.4 -17.1 -2.92e+03 0.039 0.00557 9.8 20.9 World eIoni
- 3 -13.3 -23.7 -2.92e+03 0.0324 0.00663 8.02 28.9 World eIoni
- 4 -14 -27.4 -2.91e+03 0.0277 0.00464 6.15 35 World eIoni
- 5 -13.2 -26.7 -2.91e+03 0.0218 0.00323 4.48 39.5 World eIoni
- 6 -12.3 -27 -2.91e+03 0.0186 0.00203 1.82 41.3 World eIoni
- 7 -13.2 -26.9 -2.9e+03 0.0149 0.00364 3.16 44.5 World eIoni
- 8 -12.8 -27.3 -2.9e+03 0.0111 0.00204 2 46.5 World eIoni
- 9 -12.8 -27.3 -2.9e+03 0.00631 0 0.0208 46.5 World eIoni
- 10 -13.1 -27 -2.9e+03 0.00173 0.00457 1 47.5 World eIoni
- 11 -13.1 -26.9 -2.9e+03 0 0.00173 0.129 47.6 World eIoni
+ 1 -9.04 -4.13 -2.92e+03 0.0435 0.00463 11.1 11.1 World eIoni
+ 2 -17.7 -6.61 -2.92e+03 0.0363 0.0072 9.46 20.5 World eIoni
+ 3 -19 -7.78 -2.92e+03 0.0345 0.000604 1.93 22.4 World eIoni
+ 4 -20.7 -9.98 -2.92e+03 0.0314 0.00203 2.86 25.3 World eIoni
+ 5 -22.6 -14.4 -2.92e+03 0.0256 0.00583 5.92 31.2 World eIoni
+ 6 -25.6 -16.4 -2.92e+03 0.023 0.00265 4.54 35.8 World eIoni
+ 7 -26.9 -19.2 -2.92e+03 0.0176 0.0054 3.98 39.7 World eIoni
+ 8 -28.1 -20 -2.92e+03 0.0128 0.00474 2.99 42.7 World eIoni
+ 9 -29.5 -19.8 -2.92e+03 0.00671 0.0061 2.25 45 World eIoni
+ 10 -29.5 -20.1 -2.92e+03 0 0.00671 1.24 46.2 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 2
+* 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 -12.8 -27.3 -2.9e+03 0.00484 0 0 0 World initStep
- 1 -12.6 -27.2 -2.9e+03 0.00207 0.00144 0.365 0.365 World eIoni
- 2 -12.5 -27.1 -2.9e+03 0 0.00207 0.171 0.536 World eIoni
+ 0 -20.7 -9.98 -2.92e+03 0.00107 0 0 0 World initStep
+ 1 -20.7 -9.98 -2.92e+03 0 0.00107 0.0628 0.0628 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38
+* 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 -12.6 -27.2 -2.9e+03 0.00132 0 0 0 World initStep
- 1 -12.6 -27.2 -2.9e+03 0 0.00132 0.0858 0.0858 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -12.8 -27.3 -2.9e+03 0.00175 0 0 0 World initStep
- 1 -12.8 -27.4 -2.9e+03 0 0.00175 0.132 0.132 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -12.3 -27 -2.91e+03 0.00119 0 0 0 World initStep
- 1 -12.3 -27 -2.91e+03 0 0.00119 0.0734 0.0734 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.2 -26.7 -2.91e+03 0.00269 0 0 0 World initStep
- 1 -13.2 -26.8 -2.91e+03 0 0.00269 0.261 0.261 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.13 -1.02 -2.44e+03 0.511 0 0 0 Target initStep
- 1 -0.838 -5.81 -2.44e+03 0 0.0883 5.12 5.12 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 34
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.838 -5.81 -2.44e+03 0.423 0 0 0 Target initStep
- 1 -0.828 -5.82 -2.44e+03 0 0.423 0.242 0.242 Target eIoni
-
-*********************************************************************************************************
-* 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 -2.13 -1.02 -2.44e+03 0.511 0 0 0 Target initStep
- 1 -3.25 3.1 -2.44e+03 0.432 0 4.41 4.41 Target compt
- 2 -14.1 11.7 -2.44e+03 0 0.0883 14.8 19.2 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 33
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.1 11.7 -2.44e+03 0.343 0 0 0 Target initStep
- 1 -14.1 11.7 -2.44e+03 0 0.343 0.181 0.181 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 33
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.25 3.1 -2.44e+03 0.0795 0 0 0 Target initStep
- 1 -3.25 3.1 -2.44e+03 0 0.0795 0.0189 0.0189 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.98 -1.08 -2.44e+03 1.03 0 0 0 Target initStep
- 1 -17.9 -0.277 -2.44e+03 0.22 0 16 16 Target compt
- 2 -17.7 -0.18 -2.44e+03 0 0.0883 0.301 16.3 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 32
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -17.7 -0.18 -2.44e+03 0.132 0 0 0 Target initStep
- 1 -17.7 -0.18 -2.44e+03 0 0.132 0.0427 0.0427 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 32
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -17.9 -0.277 -2.44e+03 0.814 0 0 0 Target initStep
- 1 -18 -0.278 -2.44e+03 0.492 0.213 0.229 0.229 Target eBrem
- 2 -18 -0.266 -2.44e+03 0 0.492 0.298 0.527 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -18 -0.278 -2.44e+03 0.108 0 0 0 Target initStep
- 1 -18 -0.281 -2.44e+03 0 0.0883 0.0167 0.0167 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -18 -0.281 -2.44e+03 0.02 0 0 0 Target initStep
- 1 -18 -0.281 -2.44e+03 0 0.02 0.00204 0.00204 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.92 -1.15 -2.44e+03 0.151 0 0 0 Target initStep
- 1 -2.15 -0.94 -2.44e+03 0 0.0883 0.312 0.312 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 31
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.15 -0.94 -2.44e+03 0.0623 0 0 0 Target initStep
- 1 -2.15 -0.939 -2.44e+03 0 0.0623 0.0128 0.0128 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.24 -2.27 -2.44e+03 1.29 0 0 0 Target initStep
- 1 -3.91 2.05 -2.43e+03 0.256 0 6.8 6.8 Target compt
- 2 -3.65 1.21 -2.43e+03 0.18 0 0.896 7.7 Target compt
- 3 -3.57 1.16 -2.43e+03 0 0.0883 0.225 7.92 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 30
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.57 1.16 -2.43e+03 0.092 0 0 0 Target initStep
- 1 -3.57 1.16 -2.43e+03 0 0.092 0.024 0.024 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 30
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.65 1.21 -2.43e+03 0.0756 0 0 0 Target initStep
- 1 -3.65 1.21 -2.43e+03 0 0.0756 0.0175 0.0175 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 30
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.91 2.05 -2.43e+03 1.04 0 0 0 Target initStep
- 1 -3.93 2.09 -2.43e+03 0.217 0.651 0.696 0.696 Target eBrem
- 2 -3.94 2.09 -2.43e+03 0 0.217 0.0923 0.789 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 48
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.93 2.09 -2.43e+03 0.169 0 0 0 Target initStep
- 1 -4.15 2.03 -2.43e+03 0 0.0883 0.232 0.232 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.15 2.03 -2.43e+03 0.0805 0 0 0 Target initStep
- 1 -4.15 2.03 -2.43e+03 0 0.0805 0.0193 0.0193 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.45 -1.9 -2.44e+03 0.0986 0 0 0 Target initStep
- 1 -1.4 -1.98 -2.44e+03 0 0.0883 0.165 0.165 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 29
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.4 -1.98 -2.44e+03 0.0103 0 0 0 Target initStep
- 1 -1.4 -1.98 -2.44e+03 0 0.0103 0.000735 0.000735 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.34 -1.66 -2.44e+03 1.03 0 0 0 Target initStep
- 1 -1.56 -2.21 -2.44e+03 0.293 0 1.06 1.06 Target compt
- 2 -2.28 0.936 -2.44e+03 0 0.0883 3.32 4.37 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 28
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.28 0.936 -2.44e+03 0.205 0 0 0 Target initStep
- 1 -2.29 0.94 -2.44e+03 0 0.205 0.0845 0.0845 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 28
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.56 -2.21 -2.44e+03 0.74 0 0 0 Target initStep
- 1 -1.56 -2.23 -2.44e+03 0 0.74 0.507 0.507 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.26 -1.52 -2.44e+03 18.6 0 0 0 Target initStep
- 1 -11.9 -21.2 -2.4e+03 0 0 41.5 41.5 Target conv
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 27
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -11.9 -21.2 -2.4e+03 13.4 0 0 0 Target initStep
- 1 -12 -21.8 -2.4e+03 12.5 0.966 0.716 0.716 Target msc
- 2 -11.9 -22 -2.4e+03 11.8 0.705 0.623 1.34 World Transportation
- 3 -11.6 -25.1 -2.4e+03 11.8 0.000478 4.56 5.9 Tracker Transportation
- 4 -7.74 -77.8 -2.34e+03 11.8 0.0113 77.7 83.6 Tracker eIoni
- 5 -3.99 -118 -2.3e+03 11.7 0.0108 58.5 142 Tracker eIoni
- 6 2.88 -188 -2.23e+03 11.7 0.0147 100 242 Tracker StepLimiter
- 7 6.21 -227 -2.19e+03 11.7 0.0103 57.7 300 Tracker eIoni
- 8 11.9 -295 -2.11e+03 11.7 0.0144 100 400 Tracker StepLimiter
- 9 18.5 -365 -2.04e+03 11.7 0.0159 100 500 Tracker StepLimiter
- 10 19.1 -372 -2.04e+03 11.7 0.00223 10.2 510 Tracker eIoni
- 11 20.8 -394 -2.01e+03 11.6 0.00519 32.9 543 Tracker eIoni
- 12 23.3 -458 -1.94e+03 11.6 0.0191 94 637 Tracker eIoni
- 13 25.6 -528 -1.87e+03 11.6 0.0153 100 737 Tracker StepLimiter
- 14 29.5 -586 -1.81e+03 11.6 0.0125 85 822 Tracker eIoni
- 15 33.4 -637 -1.76e+03 11.6 0.0102 71.9 894 Tracker eIoni
- 16 34.3 -656 -1.74e+03 11.6 0.00391 27.7 922 Tracker eIoni
- 17 38 -723 -1.66e+03 11.5 0.0162 100 1.02e+03 Tracker StepLimiter
- 18 41.3 -770 -1.61e+03 11.5 0.0114 70.4 1.09e+03 Tracker eIoni
- 19 46.2 -833 -1.53e+03 11.5 0.0175 100 1.19e+03 Tracker StepLimiter
- 20 48.9 -862 -1.5e+03 11.5 0.00608 43.8 1.24e+03 Tracker eIoni
- 21 50.7 -884 -1.48e+03 11.5 0.00388 33.6 1.27e+03 Tracker eIoni
- 22 51.5 -896 -1.46e+03 11.5 0.00288 18.8 1.29e+03 Tracker eIoni
- 23 54.2 -939 -1.41e+03 11.5 0.0128 67.4 1.36e+03 Tracker eIoni
- 24 57.2 -982 -1.36e+03 11.5 0.0101 65.9 1.42e+03 Tracker eIoni
- 25 58.7 -1.03e+03 -1.3e+03 11.4 0.0128 80 1.5e+03 Tracker eIoni
- 26 59 -1.04e+03 -1.29e+03 11.4 0.00111 7.91 1.51e+03 Tracker eIoni
- 27 61.4 -1.1e+03 -1.22e+03 11.4 0.0165 100 1.61e+03 Tracker StepLimiter
- 28 61.5 -1.17e+03 -1.14e+03 11.4 0.0124 100 1.71e+03 Tracker StepLimiter
- 29 62 -1.19e+03 -1.11e+03 11.4 0.00639 32 1.74e+03 Tracker eIoni
- 30 62.6 -1.21e+03 -1.08e+03 11.4 0.00603 37.9 1.78e+03 Tracker eIoni
- 31 66.4 -1.27e+03 -1.01e+03 11.4 0.0152 100 1.88e+03 Tracker StepLimiter
- 32 66.7 -1.28e+03 -998 11.4 0.00378 13.2 1.89e+03 Tracker eIoni
- 33 67 -1.29e+03 -991 11.4 0.00187 9.3 1.9e+03 Tracker eIoni
- 34 72.6 -1.35e+03 -913 11.3 0.0179 98.2 2e+03 Tracker eIoni
- 35 75.5 -1.39e+03 -854 11.3 0.0102 75.6 2.08e+03 Tracker eIoni
- 36 79.2 -1.46e+03 -775 11.3 0.0153 100 2.18e+03 Tracker StepLimiter
- 37 84.9 -1.52e+03 -695 11.3 0.0196 100 2.28e+03 Tracker StepLimiter
- 38 86.8 -1.54e+03 -664 11.3 0.00602 39.1 2.31e+03 Tracker eIoni
- 39 90.3 -1.6e+03 -584 11.3 0.0157 100 2.41e+03 Tracker StepLimiter
- 40 90.6 -1.6e+03 -580 11.3 0.000899 5.36 2.42e+03 Tracker eIoni
- 41 92.3 -1.62e+03 -558 11.3 0.00258 28.1 2.45e+03 Tracker eIoni
- 42 96.3 -1.66e+03 -507 11.3 0.0137 64.7 2.51e+03 Tracker eIoni
- 43 101 -1.72e+03 -429 11.2 0.0163 100 2.61e+03 Tracker StepLimiter
- 44 106 -1.78e+03 -349 11.2 0.0187 100 2.71e+03 Tracker StepLimiter
- 45 106 -1.8e+03 -333 11.1 0.00442 20.9 2.73e+03 Tracker eIoni
- 46 107 -1.82e+03 -299 11.1 0.00579 42.7 2.78e+03 Tracker eIoni
- 47 106 -1.88e+03 -220 11.1 0.0168 100 2.88e+03 Tracker StepLimiter
- 48 107 -1.95e+03 -142 11.1 0.0159 100 2.98e+03 Tracker StepLimiter
- 49 108 -1.96e+03 -121 11.1 0.00489 26.3 3e+03 Tracker eIoni
- 50 109 -2e+03 -74.5 11 0.00682 57.6 3.06e+03 Tracker eIoni
- 51 111 -2.05e+03 6.58 11 0.014 100 3.16e+03 Tracker StepLimiter
- 52 112 -2.11e+03 89.1 11 0.0122 100 3.26e+03 Tracker StepLimiter
- 53 112 -2.13e+03 123 11 0.00628 41.5 3.3e+03 Tracker eIoni
- 54 112 -2.15e+03 142 11 0.00316 22.6 3.32e+03 Tracker eIoni
- 55 112 -2.19e+03 205 10.9 0.0125 76.8 3.4e+03 Tracker eIoni
- 56 112 -2.25e+03 286 10.9 0.0181 100 3.5e+03 Tracker StepLimiter
- 57 112 -2.26e+03 296 10.9 0.00176 12.2 3.51e+03 Tracker eIoni
- 58 112 -2.31e+03 377 10.9 0.0157 100 3.61e+03 Tracker StepLimiter
- 59 111 -2.34e+03 416 10.9 0.00739 46.7 3.66e+03 Tracker eIoni
- 60 110 -2.4e+03 497 10.9 0.0191 99.1 3.76e+03 World Transportation
- 61 103 -2.46e+03 585 10.9 0.015 106 3.87e+03 World eIoni
- 62 101 -2.48e+03 621 10.9 0.00567 42.8 3.91e+03 World eIoni
- 63 95.9 -2.54e+03 712 10.8 0.0199 108 4.02e+03 World eIoni
- 64 88.5 -2.6e+03 806 10.8 0.0172 114 4.13e+03 World eIoni
- 65 80.9 -2.67e+03 916 10.8 0.0197 132 4.26e+03 World eIoni
- 66 80.7 -2.68e+03 920 10.8 0.00102 5.06 4.27e+03 World eIoni
- 67 80.2 -2.69e+03 937 10.7 0.00265 19.8 4.29e+03 World eIoni
- 68 77.8 -2.72e+03 996 10.7 0.01 69.2 4.36e+03 World eIoni
- 69 74.5 -2.87e+03 1.23e+03 10.7 0.0448 275 4.63e+03 World eIoni
- 70 76.5 -2.91e+03 1.29e+03 10.7 0.00947 72.4 4.7e+03 World eIoni
- 71 79.1 -2.94e+03 1.34e+03 10.7 0.0093 62.7 4.77e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 76.5 -2.91e+03 1.29e+03 0.00169 0 0 0 World initStep
- 1 76.4 -2.91e+03 1.29e+03 0 0.00169 0.124 0.124 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 74.5 -2.87e+03 1.23e+03 0.00121 0 0 0 World initStep
- 1 74.6 -2.87e+03 1.23e+03 0 0.00121 0.0756 0.0756 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 77.8 -2.72e+03 996 0.00663 0 0 0 World initStep
- 1 77.8 -2.72e+03 996 0.00543 5.36e-05 0.0243 0.0243 World eIoni
- 2 77.6 -2.72e+03 996 0.00311 0.000541 0.226 0.25 World eIoni
- 3 77.5 -2.72e+03 996 0 0.00311 0.335 0.585 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 101
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 77.6 -2.72e+03 996 0.00178 0 0 0 World initStep
- 1 77.6 -2.72e+03 996 0 0.00178 0.135 0.135 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 101
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 77.8 -2.72e+03 996 0.00115 0 0 0 World initStep
- 1 77.8 -2.72e+03 996 0 0.00115 0.0694 0.0694 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 80.2 -2.69e+03 937 0.00167 0 0 0 World initStep
- 1 80.2 -2.69e+03 937 0 0.00167 0.122 0.122 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 80.7 -2.68e+03 920 0.00385 0 0 0 World initStep
- 1 80.5 -2.68e+03 921 0 0.00385 0.485 0.485 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 80.9 -2.67e+03 916 0.00156 0 0 0 World initStep
- 1 80.9 -2.67e+03 916 0 0.00156 0.11 0.11 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 88.5 -2.6e+03 806 0.0296 0 0 0 World initStep
- 1 84.1 -2.6e+03 807 0.0241 0.00549 5.46 5.46 World eIoni
- 2 82.1 -2.6e+03 805 0.02 0.00405 4.22 9.67 World eIoni
- 3 81.2 -2.6e+03 803 0.0145 0.00404 2.42 12.1 World eIoni
- 4 82.1 -2.6e+03 802 0.00845 0.0061 2.51 14.6 World eIoni
- 5 82.2 -2.6e+03 801 0.00245 0.00494 1.5 16.1 World eIoni
- 6 82.1 -2.6e+03 801 0 0.00245 0.225 16.3 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 97
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 82.2 -2.6e+03 801 0.00105 0 0 0 World initStep
- 1 82.2 -2.6e+03 801 0 0.00105 0.0612 0.0612 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 97
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 81.2 -2.6e+03 803 0.00145 0 0 0 World initStep
- 1 81.1 -2.6e+03 803 0 0.00145 0.0987 0.0987 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 95.9 -2.54e+03 712 0.00758 0 0 0 World initStep
- 1 96.6 -2.54e+03 712 0.00263 0.00495 1.43 1.43 World eIoni
- 2 96.6 -2.54e+03 712 0 0.00263 0.252 1.68 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 101 -2.48e+03 621 0.00112 0 0 0 World initStep
- 1 101 -2.48e+03 621 0 0.00112 0.0669 0.0669 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 103 -2.46e+03 585 0.00316 0 0 0 World initStep
- 1 104 -2.46e+03 585 0 0.00316 0.345 0.345 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 111 -2.34e+03 416 0.00529 0 0 0 Tracker initStep
- 1 111 -2.34e+03 416 0 0.00529 0.847 0.847 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 112 -2.26e+03 296 0.00146 0 0 0 Tracker initStep
- 1 112 -2.26e+03 296 0 0.00146 0.0998 0.0998 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 112 -2.19e+03 205 0.00197 0 0 0 Tracker initStep
- 1 112 -2.19e+03 205 0 0.00197 0.158 0.158 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 112 -2.15e+03 142 0.00464 0 0 0 Tracker initStep
- 1 112 -2.15e+03 142 0 0.00464 0.671 0.671 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 112 -2.13e+03 123 0.00114 0 0 0 Tracker initStep
- 1 112 -2.13e+03 123 0 0.00114 0.0691 0.0691 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 109 -2e+03 -74.5 0.0509 0 0 0 Tracker initStep
- 1 99.7 -2e+03 -74.9 0.0431 0.00786 12.1 12.1 Tracker eIoni
- 2 91.8 -2e+03 -74.3 0.0397 0.00339 9.31 21.4 Tracker eIoni
- 3 86.9 -2e+03 -71 0.036 0.00367 8.24 29.6 Tracker eIoni
- 4 84 -2.01e+03 -69.5 0.0312 0.00486 7.15 36.8 Tracker eIoni
- 5 84.7 -2.01e+03 -66.3 0.0273 0.00388 5.85 42.6 Tracker eIoni
- 6 83.5 -2.02e+03 -63.7 0.0246 0.00265 4.91 47.5 Tracker eIoni
- 7 82.2 -2.02e+03 -63.6 0.0197 0.00388 3.57 51.1 Tracker eIoni
- 8 81.5 -2.02e+03 -63.8 0.0148 0.00496 3.37 54.4 Tracker eIoni
- 9 81.4 -2.02e+03 -64.5 0.00903 0.00441 2.48 56.9 Tracker eIoni
- 10 81 -2.02e+03 -64.5 0.00583 0.00321 1.68 58.6 Tracker eIoni
- 11 80.7 -2.02e+03 -64.2 0.00141 0.00305 0.771 59.4 Tracker eIoni
- 12 80.7 -2.02e+03 -64.2 0 0.00141 0.0945 59.5 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 88
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 80.7 -2.02e+03 -64.2 0.00137 0 0 0 Tracker initStep
- 1 80.7 -2.02e+03 -64.2 0 0.00137 0.0902 0.0902 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 88
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 81.4 -2.02e+03 -64.5 0.00132 0 0 0 Tracker initStep
- 1 81.4 -2.02e+03 -64.4 0 0.00132 0.0855 0.0855 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 88
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 82.2 -2.02e+03 -63.6 0.00102 0 0 0 Tracker initStep
- 1 82.1 -2.02e+03 -63.6 0 0.00102 0.0587 0.0587 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 108 -1.96e+03 -121 0.00101 0 0 0 Tracker initStep
- 1 108 -1.96e+03 -121 0 0.00101 0.0575 0.0575 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 107 -1.82e+03 -299 0.0372 0 0 0 Tracker initStep
- 1 107 -1.82e+03 -299 0.0315 0.000155 0.325 0.325 Tracker eIoni
- 2 107 -1.82e+03 -294 0.0267 0.00476 5.93 6.26 Tracker eIoni
- 3 107 -1.82e+03 -294 0.0246 0.000102 0.204 6.46 Tracker eIoni
- 4 107 -1.82e+03 -291 0.0179 0.00535 4.3 10.8 Tracker eIoni
- 5 105 -1.82e+03 -290 0.0121 0.00575 3.05 13.8 Tracker eIoni
- 6 104 -1.82e+03 -289 0.00799 0.00415 2.15 16 Tracker eIoni
- 7 104 -1.82e+03 -289 0.00159 0.0064 1.5 17.5 Tracker eIoni
- 8 104 -1.82e+03 -289 0 0.00159 0.114 17.6 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 86
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 107 -1.82e+03 -291 0.0014 0 0 0 Tracker initStep
- 1 107 -1.82e+03 -291 0 0.0014 0.0935 0.0935 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 86
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 107 -1.82e+03 -294 0.002 0 0 0 Tracker initStep
- 1 107 -1.82e+03 -294 0 0.002 0.162 0.162 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 86
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 107 -1.82e+03 -299 0.00556 0 0 0 Tracker initStep
- 1 106 -1.82e+03 -299 0 0.00556 0.924 0.924 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 106 -1.8e+03 -333 0.0724 0 0 0 Tracker initStep
- 1 115 -1.81e+03 -339 0.0625 0.00988 21.3 21.3 Tracker eIoni
- 2 120 -1.81e+03 -340 0.0579 0.00293 6.12 27.4 Tracker eIoni
- 3 130 -1.82e+03 -344 0.0512 0.00674 14.8 42.2 Tracker eIoni
- 4 130 -1.82e+03 -344 0.0491 0.000891 1.16 43.4 Tracker eIoni
- 5 129 -1.81e+03 -349 0.0443 0.00486 11.4 54.8 Tracker eIoni
- 6 129 -1.8e+03 -351 0.0395 0.00475 9.7 64.5 Tracker eIoni
- 7 133 -1.8e+03 -353 0.0323 0.00725 8.18 72.7 Tracker eIoni
- 8 134 -1.8e+03 -355 0.0282 0.00154 3.05 75.7 Tracker eIoni
- 9 134 -1.8e+03 -356 0.0265 5.38e-05 0.645 76.4 Tracker eIoni
- 10 136 -1.79e+03 -357 0.0224 0.00401 4.72 81.1 Tracker eIoni
- 11 139 -1.79e+03 -357 0.0183 0.00412 3.88 85 Tracker eIoni
- 12 139 -1.79e+03 -357 0.0156 0.00171 0.757 85.7 Tracker eIoni
- 13 139 -1.79e+03 -357 0.00894 0.00664 2.67 88.4 Tracker eIoni
- 14 139 -1.79e+03 -356 0.00431 0.00463 1.67 90.1 Tracker eIoni
- 15 139 -1.79e+03 -356 0 0.00431 0.589 90.7 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 85
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 139 -1.79e+03 -357 0.00104 0 0 0 Tracker initStep
- 1 139 -1.79e+03 -357 0 0.00104 0.06 0.06 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 85
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 134 -1.8e+03 -356 0.00167 0 0 0 Tracker initStep
- 1 134 -1.8e+03 -356 0 0.00167 0.123 0.123 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 85
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 134 -1.8e+03 -355 0.00255 0 0 0 Tracker initStep
- 1 134 -1.8e+03 -355 0 0.00255 0.239 0.239 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 85
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 130 -1.82e+03 -344 0.00118 0 0 0 Tracker initStep
- 1 130 -1.82e+03 -344 0 0.00118 0.0725 0.0725 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 85
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 120 -1.81e+03 -340 0.00169 0 0 0 Tracker initStep
- 1 120 -1.81e+03 -340 0 0.00169 0.124 0.124 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 96.3 -1.66e+03 -507 0.00142 0 0 0 Tracker initStep
- 1 96.4 -1.66e+03 -507 0 0.00142 0.095 0.095 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 92.3 -1.62e+03 -558 0.0012 0 0 0 Tracker initStep
- 1 92.3 -1.62e+03 -558 0 0.0012 0.0747 0.0747 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 90.6 -1.6e+03 -580 0.00246 0 0 0 Tracker initStep
- 1 90.7 -1.6e+03 -580 0 0.00246 0.225 0.225 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 86.8 -1.54e+03 -664 0.00261 0 0 0 Tracker initStep
- 1 86.7 -1.54e+03 -664 0 0.00261 0.249 0.249 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 75.5 -1.39e+03 -854 0.00103 0 0 0 Tracker initStep
- 1 75.5 -1.39e+03 -854 0 0.00103 0.0592 0.0592 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 72.6 -1.35e+03 -913 0.00271 0 0 0 Tracker initStep
- 1 72.5 -1.35e+03 -913 0 0.00271 0.266 0.266 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 67 -1.29e+03 -991 0.00273 0 0 0 Tracker initStep
- 1 67.1 -1.29e+03 -991 0 0.00273 0.269 0.269 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 66.7 -1.28e+03 -998 0.0018 0 0 0 Tracker initStep
- 1 66.7 -1.28e+03 -998 0 0.0018 0.138 0.138 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 62.6 -1.21e+03 -1.08e+03 0.00219 0 0 0 Tracker initStep
- 1 62.6 -1.21e+03 -1.08e+03 0 0.00219 0.187 0.187 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 62 -1.19e+03 -1.11e+03 0.0012 0 0 0 Tracker initStep
- 1 62 -1.19e+03 -1.11e+03 0 0.0012 0.0739 0.0739 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 59 -1.04e+03 -1.29e+03 0.00265 0 0 0 Tracker initStep
- 1 59.1 -1.04e+03 -1.29e+03 0 0.00265 0.256 0.256 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 58.7 -1.03e+03 -1.3e+03 0.000996 0 0 0 Tracker initStep
- 1 58.7 -1.03e+03 -1.3e+03 0 0.000996 0.0568 0.0568 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 57.2 -982 -1.36e+03 0.00616 0 0 0 Tracker initStep
- 1 57.7 -981 -1.36e+03 0 0.00616 1.1 1.1 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 54.2 -939 -1.41e+03 0.00113 0 0 0 Tracker initStep
- 1 54.2 -939 -1.41e+03 0 0.00113 0.0679 0.0679 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 51.5 -896 -1.46e+03 0.00112 0 0 0 Tracker initStep
- 1 51.5 -896 -1.46e+03 0 0.00112 0.0676 0.0676 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 50.7 -884 -1.48e+03 0.0054 0 0 0 Tracker initStep
- 1 51.1 -884 -1.48e+03 0 0.0054 0.877 0.877 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 48.9 -862 -1.5e+03 0.00144 0 0 0 Tracker initStep
- 1 49 -862 -1.5e+03 0 0.00144 0.0974 0.0974 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 41.3 -770 -1.61e+03 0.00374 0 0 0 Tracker initStep
- 1 41.5 -770 -1.61e+03 0 0.00374 0.46 0.46 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 34.3 -656 -1.74e+03 0.00485 0 0 0 Tracker initStep
- 1 34.6 -656 -1.74e+03 0 0.00485 0.725 0.725 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 33.4 -637 -1.76e+03 0.0197 0 0 0 Tracker initStep
- 1 33.7 -638 -1.76e+03 0.0115 0.00307 2.16 2.16 Tracker eIoni
- 2 33.1 -639 -1.76e+03 0.0083 0.00315 2.05 4.21 Tracker eIoni
- 3 32.9 -640 -1.76e+03 0.00238 0.00593 1.56 5.77 Tracker eIoni
- 4 33 -640 -1.76e+03 0 0.00238 0.214 5.99 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 65
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 33.7 -638 -1.76e+03 0.0052 0 0 0 Tracker initStep
- 1 34 -639 -1.76e+03 0 0.0052 0.821 0.821 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 29.5 -586 -1.81e+03 0.00324 0 0 0 Tracker initStep
- 1 29.4 -586 -1.81e+03 0 0.00324 0.359 0.359 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 23.3 -458 -1.94e+03 0.00109 0 0 0 Tracker initStep
- 1 23.3 -458 -1.94e+03 0 0.00109 0.0642 0.0642 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 20.8 -394 -2.01e+03 0.00426 0 0 0 Tracker initStep
- 1 21 -394 -2.01e+03 0 0.00426 0.579 0.579 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 19.1 -372 -2.04e+03 0.00187 0 0 0 Tracker initStep
- 1 19.1 -372 -2.04e+03 0 0.00187 0.146 0.146 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.21 -227 -2.19e+03 0.00336 0 0 0 Tracker initStep
- 1 6.05 -227 -2.19e+03 0 0.00336 0.382 0.382 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.99 -118 -2.3e+03 0.0274 0 0 0 Tracker initStep
- 1 -4.01 -118 -2.3e+03 0.0242 0.000235 0.409 0.409 Tracker eIoni
- 2 -4.88 -116 -2.3e+03 0.0183 0.00593 4.25 4.65 Tracker eIoni
- 3 -4.1 -116 -2.3e+03 0.0148 0.00351 3.12 7.77 Tracker eIoni
- 4 -4.03 -116 -2.29e+03 0.0133 6.6e-05 0.258 8.03 Tracker eIoni
- 5 -3.6 -114 -2.29e+03 0.0108 0.00244 2.31 10.3 Tracker eIoni
- 6 -3.34 -113 -2.29e+03 0.00562 0.0052 1.96 12.3 Tracker eIoni
- 7 -3.64 -113 -2.29e+03 0 0.00562 0.942 13.2 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 59
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.03 -116 -2.29e+03 0.00149 0 0 0 Tracker initStep
- 1 -4.03 -116 -2.29e+03 0 0.00149 0.102 0.102 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 59
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.01 -118 -2.3e+03 0.00293 0 0 0 Tracker initStep
- 1 -3.88 -117 -2.3e+03 0 0.00293 0.302 0.302 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 56
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -7.74 -77.8 -2.34e+03 0.0072 0 0 0 Tracker initStep
- 1 -7.34 -77.4 -2.34e+03 0.0017 0.0055 1.35 1.35 Tracker eIoni
- 2 -7.34 -77.4 -2.34e+03 0 0.0017 0.126 1.48 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.18 -1.42 -2.44e+03 14 0 0 0 Target initStep
- 1 -13.6 -12.6 -2.41e+03 0 0 32.7 32.7 Target conv
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 26
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.6 -12.6 -2.41e+03 3.47 0 0 0 Target initStep
- 1 -13.8 -12.7 -2.41e+03 1.78 1.5 0.995 0.995 Target eBrem
- 2 -13.8 -12.8 -2.41e+03 1.41 0.166 0.136 1.13 Target eBrem
- 3 -13.8 -12.9 -2.41e+03 0 1.41 1.08 2.21 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 125, Parent ID = 122
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.8 -12.8 -2.41e+03 0.202 0 0 0 Target initStep
- 1 -13.8 -12.8 -2.41e+03 0 0.0883 0.0538 0.0538 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 125
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.8 -12.8 -2.41e+03 0.114 0 0 0 Target initStep
- 1 -13.8 -12.8 -2.41e+03 0 0.114 0.0338 0.0338 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 124, Parent ID = 122
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.8 -12.7 -2.41e+03 0.189 0 0 0 Target initStep
- 1 -13.8 -12.7 -2.41e+03 0.17 0 0.0164 0.0164 Target compt
- 2 -13.4 -12.9 -2.41e+03 0 0.0158 0.469 0.485 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 124
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.4 -12.9 -2.41e+03 0.154 0 0 0 Target initStep
- 1 -13.4 -12.9 -2.41e+03 0 0.154 0.0544 0.0544 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 124
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.8 -12.7 -2.41e+03 0.0192 0 0 0 Target initStep
- 1 -13.8 -12.7 -2.41e+03 0 0.0192 0.0019 0.0019 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.896 -0.946 -2.44e+03 0.484 0 0 0 Target initStep
- 1 -1.55 -1.83 -2.44e+03 0.208 0 1.91 1.91 Target compt
- 2 -1.16 -2.05 -2.44e+03 0.204 0 0.497 2.41 Target compt
- 3 -0.266 -3.01 -2.44e+03 0 0.0883 1.42 3.83 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 25
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.266 -3.01 -2.44e+03 0.116 0 0 0 Target initStep
- 1 -0.267 -3.01 -2.44e+03 0 0.116 0.0348 0.0348 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 25
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.16 -2.05 -2.44e+03 0.00354 0 0 0 Target initStep
- 1 -1.16 -2.05 -2.44e+03 0 0.00354 0.000164 0.000164 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 25
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.55 -1.83 -2.44e+03 0.276 0 0 0 Target initStep
- 1 -1.56 -1.84 -2.44e+03 0 0.276 0.132 0.132 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.587 -0.805 -2.44e+03 0.3 0 0 0 Target initStep
- 1 -0.907 -1.18 -2.44e+03 0 0.0883 4.18 4.18 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 24
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.907 -1.18 -2.44e+03 0.212 0 0 0 Target initStep
- 1 -0.905 -1.18 -2.44e+03 0 0.212 0.0889 0.0889 Target eIoni
+ 0 -19 -7.78 -2.92e+03 0.00118 0 0 0 World initStep
+ 1 -19 -7.8 -2.92e+03 0 0.00118 0.0723 0.0723 World eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.42 -0.586 -2.44e+03 9.08 0 0 0 Target initStep
- 1 -0.434 -0.662 -2.44e+03 0 0 0.276 0.276 Target conv
+ 0 -0.681 2.05 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 7.39 3.41 -2.44e+03 0 0.0883 8.53 8.53 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 23
+* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 23
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.434 -0.662 -2.44e+03 5.05 0 0 0 Target initStep
- 1 -0.479 -0.856 -2.44e+03 2.11 2.95 2.23 2.23 Target eIoni
- 2 -0.475 -0.758 -2.44e+03 1.81 0.174 0.184 2.42 Target eBrem
- 3 -0.543 -0.646 -2.44e+03 0.271 1.54 1.32 3.74 Target eIoni
- 4 -0.541 -0.637 -2.44e+03 0 0.271 0.129 3.87 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 135, Parent ID = 133
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.475 -0.758 -2.44e+03 0.123 0 0 0 Target initStep
- 1 -0.522 -0.643 -2.44e+03 0 0.0883 0.127 0.127 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 135
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.522 -0.643 -2.44e+03 0.0352 0 0 0 Target initStep
- 1 -0.522 -0.643 -2.44e+03 0 0.0352 0.00504 0.00504 Target eIoni
+ 0 7.39 3.41 -2.44e+03 0.423 0 0 0 Target initStep
+ 1 7.4 3.41 -2.44e+03 0 0.423 0.242 0.242 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.364 -0.419 -2.44e+03 0.193 0 0 0 Target initStep
- 1 -0.704 -1.61 -2.44e+03 0 0.0158 3.85 3.85 Target phot
+ 0 -0.681 2.05 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 -1.42 1.92 -2.44e+03 0.238 0 0.782 0.782 Target compt
+ 2 -1.4 2.18 -2.44e+03 0 0.0883 0.271 1.05 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 22
+* 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.704 -1.61 -2.44e+03 0.177 0 0 0 Target initStep
- 1 -0.703 -1.61 -2.44e+03 0 0.177 0.0676 0.0676 Target eIoni
+ 0 -1.4 2.18 -2.44e+03 0.15 0 0 0 Target initStep
+ 1 -1.4 2.18 -2.44e+03 0 0.15 0.0522 0.0522 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 22
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.42 1.92 -2.44e+03 0.273 0 0 0 Target initStep
+ 1 -1.43 1.92 -2.44e+03 0 0.273 0.13 0.13 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.321 -0.264 -2.44e+03 0.15 0 0 0 Target initStep
- 1 -0.361 -0.66 -2.44e+03 0.101 0 1.32 1.32 Target compt
- 2 -0.273 -0.346 -2.44e+03 0 0.0883 0.359 1.68 Target phot
+ 0 -0.675 2.04 -2.44e+03 0.181 0 0 0 Target initStep
+ 1 1.53 4.63 -2.44e+03 0 0.0883 3.65 3.65 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 21
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 21
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.273 -0.346 -2.44e+03 0.0124 0 0 0 Target initStep
- 1 -0.273 -0.346 -2.44e+03 0 0.0124 0.000974 0.000974 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 21
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.361 -0.66 -2.44e+03 0.0494 0 0 0 Target initStep
- 1 -0.361 -0.66 -2.44e+03 0 0.0494 0.00874 0.00874 Target eIoni
+ 0 1.53 4.63 -2.44e+03 0.0926 0 0 0 Target initStep
+ 1 1.53 4.63 -2.44e+03 0 0.0926 0.0242 0.0242 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.304 -0.221 -2.44e+03 0.0954 0 0 0 Target initStep
- 1 -0.307 -0.231 -2.44e+03 0 0.0883 0.0341 0.0341 Target phot
+ 0 -0.724 2 -2.44e+03 0.101 0 0 0 Target initStep
+ 1 -0.584 2.09 -2.44e+03 0 0.0883 0.172 0.172 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 20
+* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 20
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.307 -0.231 -2.44e+03 0.00707 0 0 0 Target initStep
- 1 -0.307 -0.231 -2.44e+03 0 0.00707 0.000424 0.000424 Target eIoni
+ 0 -0.584 2.09 -2.44e+03 0.0128 0 0 0 Target initStep
+ 1 -0.584 2.09 -2.44e+03 0 0.0128 0.00102 0.00102 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.254 -0.0957 -2.44e+03 0.15 0 0 0 Target initStep
- 1 -0.389 -0.373 -2.44e+03 0 0.00382 1.28 1.28 Target phot
+ 0 -0.828 1.92 -2.44e+03 0.327 0 0 0 Target initStep
+ 1 -0.724 1.97 -2.44e+03 0 0.0883 0.361 0.361 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 19
+* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 19
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.389 -0.373 -2.44e+03 0.146 0 0 0 Target initStep
- 1 -0.389 -0.371 -2.44e+03 0 0.146 0.0499 0.0499 Target eIoni
+ 0 -0.724 1.97 -2.44e+03 0.239 0 0 0 Target initStep
+ 1 -0.72 1.97 -2.44e+03 0 0.239 0.107 0.107 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0282 0.122 -2.45e+03 0.305 0 0 0 Target initStep
- 1 -0.522 -0.547 -2.44e+03 0 0.0883 2.59 2.59 Target phot
+ 0 -0.834 1.88 -2.44e+03 0.114 0 0 0 Target initStep
+ 1 -0.811 1.97 -2.44e+03 0 0.0883 0.208 0.208 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 18
+* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 18
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.522 -0.547 -2.44e+03 0.217 0 0 0 Target initStep
- 1 -0.526 -0.543 -2.44e+03 0 0.217 0.092 0.092 Target eIoni
+ 0 -0.811 1.97 -2.44e+03 0.0256 0 0 0 Target initStep
+ 1 -0.811 1.97 -2.44e+03 0 0.0256 0.00301 0.00301 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0187 0.15 -2.45e+03 6.23 0 0 0 Target initStep
- 1 -0.0522 0.151 -2.45e+03 0.265 0 0.614 0.614 Target compt
- 2 -0.0885 -0.0972 -2.45e+03 0 0.0158 0.49 1.1 Target phot
+ 0 -0.837 1.87 -2.44e+03 0.639 0 0 0 Target initStep
+ 1 -0.755 1.9 -2.44e+03 0 0.0883 0.258 0.258 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 17
+* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 17
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0885 -0.0972 -2.45e+03 0.249 0 0 0 Target initStep
- 1 -0.0882 -0.0977 -2.45e+03 0 0.249 0.113 0.113 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 17
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0522 0.151 -2.45e+03 5.97 0 0 0 Target initStep
- 1 -0.0639 0.154 -2.45e+03 5.68 0.116 0.114 0.114 Target eBrem
- 2 -0.0119 0.19 -2.45e+03 2.05 0.217 0.192 0.307 Target eBrem
- 3 -0.0253 0.128 -2.45e+03 0.484 1.56 1.43 1.74 Target eIoni
- 4 -0.0444 0.126 -2.45e+03 0 0.484 0.291 2.03 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 146, Parent ID = 143
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0119 0.19 -2.45e+03 3.41 0 0 0 Target initStep
- 1 1.58 -5.68 -2.43e+03 0.985 0 18.6 18.6 Target compt
- 2 2.19 -5.74 -2.43e+03 0 0.0883 0.734 19.3 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 146
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.19 -5.74 -2.43e+03 0.896 0 0 0 Target initStep
- 1 2.17 -5.71 -2.43e+03 0 0.896 0.641 0.641 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 146
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.58 -5.68 -2.43e+03 2.43 0 0 0 Target initStep
- 1 1.55 -5.74 -2.43e+03 1.89 0.444 0.386 0.386 Target eBrem
- 2 1.54 -5.83 -2.43e+03 0.577 1.31 1.36 1.75 Target eIoni
- 3 1.54 -5.83 -2.43e+03 0 0.577 0.369 2.12 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 149, Parent ID = 147
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.55 -5.74 -2.43e+03 0.0947 0 0 0 Target initStep
- 1 1.51 -5.79 -2.43e+03 0 0.0883 0.12 0.12 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 149
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.51 -5.79 -2.43e+03 0.00645 0 0 0 Target initStep
- 1 1.51 -5.79 -2.43e+03 0 0.00645 0.000372 0.000372 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 145, Parent ID = 143
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0639 0.154 -2.45e+03 0.176 0 0 0 Target initStep
- 1 -0.0232 0.182 -2.45e+03 0.112 0 0.137 0.137 Target compt
- 2 0.00778 -0.0404 -2.45e+03 0 0.0883 0.274 0.411 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 145
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.00778 -0.0404 -2.45e+03 0.0236 0 0 0 Target initStep
- 1 0.00768 -0.0406 -2.45e+03 0 0.0236 0.00264 0.00264 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 145
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0232 0.182 -2.45e+03 0.0642 0 0 0 Target initStep
- 1 -0.023 0.182 -2.45e+03 0 0.0642 0.0134 0.0134 Target eIoni
+ 0 -0.755 1.9 -2.44e+03 0.551 0 0 0 Target initStep
+ 1 -0.749 1.89 -2.44e+03 0 0.551 0.346 0.346 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0305 0.147 -2.45e+03 121 0 0 0 Target initStep
- 1 -1.93 0.652 -2.43e+03 0 0 21 21 Target conv
+ 0 -0.828 1.82 -2.44e+03 0.169 0 0 0 Target initStep
+ 1 -0.929 2.29 -2.44e+03 0 0.000877 0.873 0.873 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 16
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.929 2.29 -2.44e+03 0.168 0 0 0 Target initStep
+ 1 -0.93 2.29 -2.44e+03 0 0.168 0.0624 0.0624 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0689 0.138 -2.45e+03 1.6 0 0 0 Target initStep
- 1 -3.28 1.27 -2.41e+03 0.352 0 36.4 36.4 Target compt
- 2 -2.94 -1.37 -2.41e+03 0 0.0883 2.68 39.1 Target phot
+ 0 -0.613 1.23 -2.44e+03 24.8 0 0 0 Target initStep
+ 1 -0.209 5.68 -2.43e+03 0 0 6.95 6.95 Target conv
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 15
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.209 5.68 -2.43e+03 3.64 0 0 0 Target initStep
+ 1 -0.19 5.93 -2.43e+03 1.82 1.45 1.39 1.39 Target eBrem
+ 2 -0.0991 6.02 -2.43e+03 0.449 1.37 1.33 2.72 Target eIoni
+ 3 -0.108 6.03 -2.43e+03 0 0.449 0.263 2.99 Target eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.19 5.93 -2.43e+03 0.375 0 0 0 Target initStep
+ 1 1.92 7.61 -2.43e+03 0 0.0883 3.2 3.2 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.92 7.61 -2.43e+03 0.287 0 0 0 Target initStep
+ 1 1.92 7.62 -2.43e+03 0.107 0.18 0.113 0.113 Target eBrem
+ 2 1.92 7.62 -2.43e+03 0 0.107 0.0305 0.144 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.151 0.126 -2.45e+03 0.191 0 0 0 Target initStep
- 1 0.122 0.127 -2.45e+03 0 0.00305 0.359 0.359 Target phot
+ 0 -0.435 0.697 -2.44e+03 0.252 0 0 0 Target initStep
+ 1 -0.571 1.38 -2.44e+03 0 0.0883 1.82 1.82 Target phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 14
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.571 1.38 -2.44e+03 0.164 0 0 0 Target initStep
+ 1 -0.57 1.38 -2.44e+03 0 0.164 0.0597 0.0597 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.206 0.124 -2.45e+03 0.174 0 0 0 Target initStep
- 1 0.162 0.127 -2.45e+03 0 0.0883 0.559 0.559 Target phot
+ 0 -0.129 0.371 -2.44e+03 5.72 0 0 0 Target initStep
+ 1 -9.98 5.89 -2.4e+03 5.72 0 43 43 Tracker Transportation
+ 2 -176 99 -1.7e+03 5.72 0 725 768 Chamber Transportation
+ 3 -209 118 -1.56e+03 5.72 0 145 913 Tracker Transportation
+ 4 -366 205 -900 5.72 0 684 1.6e+03 Chamber Transportation
+ 5 -413 232 -700 5.72 0 207 1.8e+03 Tracker Transportation
+ 6 -556 312 -100 5.72 0 622 2.43e+03 Chamber Transportation
+ 7 -603 338 100 5.72 0 207 2.63e+03 Tracker Transportation
+ 8 -746 418 700 5.72 0 622 3.26e+03 Chamber Transportation
+ 9 -793 445 900 5.72 0 207 3.46e+03 Tracker Transportation
+ 10 -936 525 1.5e+03 5.72 0 622 4.08e+03 Chamber Transportation
+ 11 -983 551 1.7e+03 5.72 0 207 4.29e+03 Tracker Transportation
+ 12 -1.15e+03 644 2.4e+03 5.72 0 725 5.02e+03 World Transportation
+ 13 -1.28e+03 716 2.94e+03 5.72 0 560 5.58e+03 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.252 0.108 -2.45e+03 0.224 0 0 0 Target initStep
- 1 0.219 0.113 -2.45e+03 0 0.0883 0.964 0.964 Target phot
+ 0 0.373 0.212 -2.44e+03 0.135 0 0 0 Target initStep
+ 1 0.363 0.223 -2.44e+03 0 0.0153 0.074 0.074 Target phot
*********************************************************************************************************
-* 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.108 -2.45e+03 1.36 0 0 0 Target initStep
- 1 0.161 0.121 -2.45e+03 0.24 0 2.47 2.47 Target compt
- 2 0.106 0.163 -2.45e+03 0.143 0 0.111 2.58 Target compt
- 3 0.952 0.883 -2.45e+03 0 0.0883 1.22 3.8 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 154, Parent ID = 16
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.93 0.652 -2.43e+03 98 0 0 0 Target initStep
- 1 -1.97 0.654 -2.43e+03 97 0.788 0.283 0.283 Target eBrem
- 2 -2.19 0.719 -2.42e+03 27.2 2.07 1.34 1.63 Target eBrem
- 3 -2.3 0.73 -2.42e+03 26.4 0.747 0.689 2.32 Target eBrem
- 4 -2.35 0.754 -2.42e+03 20.7 0.357 0.333 2.65 Target eBrem
- 5 -2.54 0.837 -2.42e+03 18.5 1.14 0.847 3.5 Target eBrem
- 6 -2.8 1.04 -2.42e+03 17.3 0.851 0.711 4.21 Target eBrem
- 7 -3.02 1.22 -2.42e+03 9.04 1.01 0.732 4.94 Target eBrem
- 8 -3.4 1.02 -2.42e+03 5.1 2.15 1.95 6.89 Target eBrem
- 9 -3.66 1.12 -2.42e+03 3.92 1.08 0.782 7.68 Target eBrem
- 10 -3.91 0.582 -2.42e+03 2.09 1.72 1.68 9.35 Target eBrem
- 11 -3.81 0.54 -2.42e+03 1.62 0.152 0.138 9.49 Target eBrem
- 12 -3.91 0.553 -2.42e+03 0.445 1.17 0.755 10.2 Target eBrem
- 13 -3.92 0.544 -2.42e+03 0 0.445 0.257 10.5 Target eIoni
- 14 -3.92 0.544 -2.42e+03 0 0 0 10.5 Target annihil
-
-*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 134, Parent ID = 23
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.434 -0.662 -2.44e+03 3 0 0 0 Target initStep
- 1 -0.439 -0.758 -2.44e+03 1.34 1.67 1.78 1.78 Target eIoni
- 2 -0.316 -0.794 -2.44e+03 0.161 1.17 1.04 2.82 Target eIoni
- 3 -0.318 -0.798 -2.44e+03 0 0.161 0.0555 2.88 Target eIoni
- 4 -0.318 -0.798 -2.44e+03 0 0 0 2.88 Target annihil
-
-*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 123, Parent ID = 26
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.6 -12.6 -2.41e+03 9.49 0 0 0 Target initStep
- 1 -14.1 -13.2 -2.41e+03 4.53 3.25 2.65 2.65 Target eBrem
- 2 -14.3 -13.3 -2.41e+03 3.46 0.296 0.347 3 Target eBrem
- 3 -14.2 -13.3 -2.41e+03 1.22 1.69 1.66 4.66 Target eBrem
- 4 -14.1 -13.2 -2.41e+03 0 1.22 0.938 5.59 Target eIoni
- 5 -14.1 -13.2 -2.41e+03 0 0 0 5.59 Target annihil
-
-*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 57, Parent ID = 27
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -11.9 -21.2 -2.4e+03 4.13 0 0 0 Target initStep
- 1 -11.7 -21.4 -2.4e+03 3.65 0.484 0.417 0.417 Target msc
- 2 -11.7 -21.7 -2.4e+03 3.24 0.409 0.366 0.784 Target msc
- 3 -11.5 -21.8 -2.4e+03 3 0.244 0.211 0.995 Target msc
- 4 -11.4 -21.9 -2.4e+03 2.79 0.21 0.239 1.23 Target msc
- 5 -11.5 -22 -2.4e+03 2.47 0.32 0.134 1.37 Target msc
- 6 -11.5 -22 -2.4e+03 2.34 0.125 0.144 1.51 Target msc
- 7 -11.5 -22.2 -2.4e+03 2.19 0.148 0.143 1.66 Target msc
- 8 -11.4 -22.2 -2.4e+03 2.12 0.0686 0.086 1.74 World Transportation
- 9 -22.2 -30.6 -2.4e+03 2.03 0.000724 13.7 15.4 World eIoni
- 10 -99.1 -104 -2.4e+03 2.01 0.0126 107 122 Tracker Transportation
- 11 -172 -172 -2.39e+03 2 0.0118 100 222 Tracker StepLimiter
- 12 -247 -238 -2.4e+03 1.99 0.0137 100 322 Tracker StepLimiter
- 13 -304 -293 -2.4e+03 1.98 0.00911 79.7 402 Tracker eIoni
- 14 -305 -294 -2.4e+03 1.98 6.29e-05 1.29 403 World Transportation
- 15 -339 -326 -2.4e+03 1.96 0.00589 46.7 450 World eIoni
- 16 -346 -333 -2.4e+03 1.96 0.000834 10.3 460 World eIoni
- 17 -374 -357 -2.4e+03 1.96 0.00408 37 497 World eIoni
- 18 -627 -574 -2.4e+03 1.91 0.0469 337 834 World eIoni
- 19 -631 -578 -2.4e+03 1.91 0.000422 5.46 839 Tracker Transportation
- 20 -692 -647 -2.36e+03 1.89 0.0154 100 939 Tracker StepLimiter
- 21 -750 -720 -2.33e+03 1.88 0.0136 100 1.04e+03 Tracker StepLimiter
- 22 -803 -790 -2.28e+03 1.86 0.0126 100 1.14e+03 Tracker StepLimiter
- 23 -863 -859 -2.24e+03 1.85 0.0118 100 1.24e+03 Tracker StepLimiter
- 24 -910 -929 -2.19e+03 1.84 0.0132 100 1.34e+03 Tracker StepLimiter
- 25 -967 -994 -2.14e+03 1.83 0.0137 100 1.44e+03 Tracker StepLimiter
- 26 -980 -1.01e+03 -2.12e+03 1.82 0.00258 24 1.46e+03 Tracker eIoni
- 27 -1.04e+03 -1.08e+03 -2.08e+03 1.81 0.0151 100 1.56e+03 Tracker StepLimiter
- 28 -1.08e+03 -1.15e+03 -2.03e+03 1.79 0.0139 100 1.66e+03 Tracker StepLimiter
- 29 -1.13e+03 -1.22e+03 -1.97e+03 1.77 0.0179 100 1.76e+03 Tracker StepLimiter
- 30 -1.14e+03 -1.24e+03 -1.95e+03 1.77 0.00249 29 1.79e+03 Tracker eIoni
- 31 -1.18e+03 -1.28e+03 -1.89e+03 1.76 0.0106 85.2 1.88e+03 Tracker eIoni
- 32 -1.21e+03 -1.3e+03 -1.87e+03 1.75 0.00659 38.4 1.92e+03 Tracker eIoni
- 33 -1.21e+03 -1.3e+03 -1.86e+03 1.75 0.000775 11.6 1.93e+03 Tracker eIoni
- 34 -1.28e+03 -1.34e+03 -1.8e+03 1.73 0.0157 100 2.03e+03 Tracker StepLimiter
- 35 -1.34e+03 -1.38e+03 -1.75e+03 1.72 0.0112 82.6 2.11e+03 Tracker eIoni
- 36 -1.39e+03 -1.41e+03 -1.72e+03 1.71 0.0085 66.9 2.18e+03 Tracker eIoni
- 37 -1.45e+03 -1.46e+03 -1.66e+03 1.7 0.0113 100 2.28e+03 Tracker StepLimiter
- 38 -1.51e+03 -1.5e+03 -1.6e+03 1.68 0.0137 97 2.37e+03 Tracker eIoni
- 39 -1.51e+03 -1.5e+03 -1.6e+03 1.67 5.61e-05 0.937 2.37e+03 Tracker eIoni
- 40 -1.56e+03 -1.54e+03 -1.52e+03 1.65 0.0114 100 2.47e+03 Tracker StepLimiter
- 41 -1.62e+03 -1.58e+03 -1.45e+03 1.64 0.0155 100 2.57e+03 Tracker StepLimiter
- 42 -1.63e+03 -1.6e+03 -1.43e+03 1.63 0.00281 23.7 2.6e+03 Tracker eIoni
- 43 -1.68e+03 -1.64e+03 -1.36e+03 1.62 0.0124 100 2.7e+03 Tracker StepLimiter
- 44 -1.7e+03 -1.66e+03 -1.34e+03 1.62 0.00228 28.8 2.73e+03 Tracker eIoni
- 45 -1.71e+03 -1.68e+03 -1.32e+03 1.61 0.00396 36.4 2.76e+03 World Transportation
- 46 -1.7e+03 -1.72e+03 -1.31e+03 1.6 0.00749 41.4 2.8e+03 World eIoni
- 47 -1.7e+03 -1.72e+03 -1.31e+03 1.6 0.000869 4.39 2.81e+03 World eIoni
- 48 -1.69e+03 -1.74e+03 -1.31e+03 1.6 0.00295 17.2 2.83e+03 World eIoni
- 49 -1.66e+03 -1.8e+03 -1.3e+03 1.58 0.011 71.8 2.9e+03 World eIoni
- 50 -1.65e+03 -1.83e+03 -1.3e+03 1.58 0.00458 32.5 2.93e+03 World eIoni
- 51 -1.64e+03 -1.86e+03 -1.3e+03 1.57 0.00398 30.5 2.96e+03 World eIoni
- 52 -1.58e+03 -2.05e+03 -1.3e+03 1.54 0.0253 200 3.16e+03 World eIoni
- 53 -1.57e+03 -2.07e+03 -1.3e+03 1.53 0.00229 17.9 3.18e+03 World eIoni
- 54 -1.57e+03 -2.09e+03 -1.3e+03 1.53 0.00226 24.1 3.2e+03 World eIoni
- 55 -1.56e+03 -2.13e+03 -1.31e+03 1.52 0.00598 39.2 3.24e+03 World eIoni
- 56 -1.54e+03 -2.24e+03 -1.33e+03 1.5 0.0149 116 3.36e+03 World eIoni
- 57 -1.53e+03 -2.25e+03 -1.33e+03 1.49 0.000714 9.61 3.37e+03 World eIoni
- 58 -1.51e+03 -2.35e+03 -1.32e+03 1.47 0.0131 105 3.47e+03 World eIoni
- 59 -1.51e+03 -2.35e+03 -1.32e+03 1.47 0.00048 2.11 3.47e+03 World eIoni
- 60 -1.47e+03 -2.47e+03 -1.33e+03 1.45 0.0172 122 3.6e+03 World eIoni
- 61 -1.46e+03 -2.52e+03 -1.33e+03 1.45 0.00514 46.9 3.64e+03 World eIoni
- 62 -1.46e+03 -2.53e+03 -1.33e+03 1.44 0.00382 18.6 3.66e+03 World eIoni
- 63 -1.45e+03 -2.55e+03 -1.33e+03 1.43 0.00344 12.9 3.68e+03 World eIoni
- 64 -1.43e+03 -2.64e+03 -1.32e+03 1.42 0.012 100 3.78e+03 World eIoni
- 65 -1.42e+03 -2.68e+03 -1.32e+03 1.41 0.00452 33.1 3.81e+03 World eIoni
- 66 -1.4e+03 -2.76e+03 -1.32e+03 1.4 0.0128 87.9 3.9e+03 World eIoni
- 67 -1.32e+03 -2.94e+03 -1.34e+03 1.37 0.0274 201 4.1e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 217, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.4e+03 -2.76e+03 -1.32e+03 0.00166 0 0 0 World initStep
- 1 -1.4e+03 -2.76e+03 -1.32e+03 0 0.00166 0.121 0.121 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 216, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.42e+03 -2.68e+03 -1.32e+03 0.00184 0 0 0 World initStep
- 1 -1.42e+03 -2.68e+03 -1.32e+03 0 0.00184 0.142 0.142 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 215, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.45e+03 -2.55e+03 -1.33e+03 0.00159 0 0 0 World initStep
- 1 -1.45e+03 -2.55e+03 -1.33e+03 0 0.00159 0.113 0.113 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 214, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.46e+03 -2.53e+03 -1.33e+03 0.00375 0 0 0 World initStep
- 1 -1.46e+03 -2.53e+03 -1.33e+03 0 0.00375 0.463 0.463 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 213, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.47e+03 -2.47e+03 -1.33e+03 0.0016 0 0 0 World initStep
- 1 -1.47e+03 -2.47e+03 -1.33e+03 0 0.0016 0.115 0.115 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 212, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.51e+03 -2.35e+03 -1.32e+03 0.00381 0 0 0 World initStep
- 1 -1.51e+03 -2.35e+03 -1.32e+03 0 0.00381 0.476 0.476 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 211, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.51e+03 -2.35e+03 -1.32e+03 0.00585 0 0 0 World initStep
- 1 -1.51e+03 -2.35e+03 -1.32e+03 0.00205 0.00261 0.886 0.886 World eIoni
- 2 -1.51e+03 -2.35e+03 -1.32e+03 0 0.00205 0.169 1.06 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 218, Parent ID = 211
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.51e+03 -2.35e+03 -1.32e+03 0.00118 0 0 0 World initStep
- 1 -1.51e+03 -2.35e+03 -1.32e+03 0 0.00118 0.0724 0.0724 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 210, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.53e+03 -2.25e+03 -1.33e+03 0.00958 0 0 0 World initStep
- 1 -1.53e+03 -2.25e+03 -1.33e+03 0.00535 0.00423 1.77 1.77 World eIoni
- 2 -1.53e+03 -2.25e+03 -1.33e+03 0 0.00535 0.864 2.63 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 209, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.54e+03 -2.24e+03 -1.33e+03 0.00172 0 0 0 World initStep
- 1 -1.54e+03 -2.24e+03 -1.33e+03 0 0.00172 0.128 0.128 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 208, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.56e+03 -2.13e+03 -1.31e+03 0.00331 0 0 0 World initStep
- 1 -1.56e+03 -2.13e+03 -1.3e+03 0 0.00331 0.374 0.374 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 207, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.57e+03 -2.09e+03 -1.3e+03 0.00102 0 0 0 World initStep
- 1 -1.57e+03 -2.09e+03 -1.3e+03 0 0.00102 0.0587 0.0587 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 206, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.57e+03 -2.07e+03 -1.3e+03 0.00156 0 0 0 World initStep
- 1 -1.58e+03 -2.07e+03 -1.3e+03 0 0.00156 0.11 0.11 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 205, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.58e+03 -2.05e+03 -1.3e+03 0.0116 0 0 0 World initStep
- 1 -1.58e+03 -2.05e+03 -1.3e+03 0.00985 0.00072 0.652 0.652 World eIoni
- 2 -1.58e+03 -2.05e+03 -1.3e+03 0.0039 0.00595 1.81 2.46 World eIoni
- 3 -1.58e+03 -2.05e+03 -1.3e+03 0 0.0039 0.495 2.96 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 219, Parent ID = 205
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.58e+03 -2.05e+03 -1.3e+03 0.00104 0 0 0 World initStep
- 1 -1.58e+03 -2.05e+03 -1.3e+03 0 0.00104 0.0601 0.0601 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 204, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.64e+03 -1.86e+03 -1.3e+03 0.00142 0 0 0 World initStep
- 1 -1.64e+03 -1.86e+03 -1.3e+03 0 0.00142 0.0957 0.0957 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 203, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.65e+03 -1.83e+03 -1.3e+03 0.00105 0 0 0 World initStep
- 1 -1.65e+03 -1.83e+03 -1.3e+03 0 0.00105 0.0612 0.0612 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 202, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.66e+03 -1.8e+03 -1.3e+03 0.00235 0 0 0 World initStep
- 1 -1.66e+03 -1.8e+03 -1.3e+03 0 0.00235 0.21 0.21 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 201, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.69e+03 -1.74e+03 -1.31e+03 0.00154 0 0 0 World initStep
- 1 -1.69e+03 -1.74e+03 -1.31e+03 0 0.00154 0.108 0.108 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 200, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.7e+03 -1.72e+03 -1.31e+03 0.00179 0 0 0 World initStep
- 1 -1.7e+03 -1.72e+03 -1.31e+03 0 0.00179 0.136 0.136 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 199, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.7e+03 -1.72e+03 -1.31e+03 0.00172 0 0 0 World initStep
- 1 -1.7e+03 -1.72e+03 -1.31e+03 0 0.00172 0.128 0.128 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 198, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.7e+03 -1.66e+03 -1.34e+03 0.00148 0 0 0 Tracker initStep
- 1 -1.7e+03 -1.66e+03 -1.34e+03 0 0.00148 0.102 0.102 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 197, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.63e+03 -1.6e+03 -1.43e+03 0.00178 0 0 0 Tracker initStep
- 1 -1.63e+03 -1.6e+03 -1.43e+03 0 0.00178 0.135 0.135 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 196, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.51e+03 -1.5e+03 -1.6e+03 0.0178 0 0 0 Tracker initStep
- 1 -1.51e+03 -1.5e+03 -1.6e+03 0.0125 0.00532 3.04 3.04 Tracker eIoni
- 2 -1.51e+03 -1.5e+03 -1.6e+03 0.0115 4.98e-05 0.0104 3.05 Tracker eIoni
- 3 -1.51e+03 -1.5e+03 -1.59e+03 0.00823 0.00324 2.05 5.1 Tracker eIoni
- 4 -1.51e+03 -1.5e+03 -1.59e+03 0.00215 0.00608 1.55 6.65 Tracker eIoni
- 5 -1.51e+03 -1.5e+03 -1.59e+03 0 0.00215 0.182 6.83 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 220, Parent ID = 196
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.51e+03 -1.5e+03 -1.6e+03 0.00101 0 0 0 Tracker initStep
- 1 -1.51e+03 -1.5e+03 -1.6e+03 0 0.00101 0.058 0.058 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 195, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.51e+03 -1.5e+03 -1.6e+03 0.00162 0 0 0 Tracker initStep
- 1 -1.51e+03 -1.5e+03 -1.6e+03 0 0.00162 0.117 0.117 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 194, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.39e+03 -1.41e+03 -1.72e+03 0.00171 0 0 0 Tracker initStep
- 1 -1.39e+03 -1.41e+03 -1.72e+03 0 0.00171 0.127 0.127 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 193, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.34e+03 -1.38e+03 -1.75e+03 0.00128 0 0 0 Tracker initStep
- 1 -1.34e+03 -1.38e+03 -1.75e+03 0 0.00128 0.0817 0.0817 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 192, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.21e+03 -1.3e+03 -1.87e+03 0.00128 0 0 0 Tracker initStep
- 1 -1.21e+03 -1.3e+03 -1.87e+03 0 0.00128 0.0817 0.0817 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 191, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.18e+03 -1.28e+03 -1.89e+03 0.00126 0 0 0 Tracker initStep
- 1 -1.18e+03 -1.28e+03 -1.89e+03 0 0.00126 0.0797 0.0797 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 190, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.14e+03 -1.24e+03 -1.95e+03 0.00356 0 0 0 Tracker initStep
- 1 -1.14e+03 -1.24e+03 -1.95e+03 0 0.00356 0.423 0.423 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 189, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -980 -1.01e+03 -2.12e+03 0.00201 0 0 0 Tracker initStep
- 1 -980 -1.01e+03 -2.12e+03 0 0.00201 0.163 0.163 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 188, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -627 -574 -2.4e+03 0.00135 0 0 0 World initStep
- 1 -627 -574 -2.4e+03 0 0.00135 0.0885 0.0885 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 187, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -374 -357 -2.4e+03 0.00238 0 0 0 World initStep
- 1 -374 -357 -2.4e+03 0 0.00238 0.215 0.215 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 186, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -346 -333 -2.4e+03 0.00226 0 0 0 World initStep
- 1 -346 -333 -2.4e+03 0 0.00226 0.196 0.196 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 185, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -339 -326 -2.4e+03 0.00671 0 0 0 World initStep
- 1 -339 -326 -2.4e+03 0 0.00671 1.24 1.24 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 184, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -304 -293 -2.4e+03 0.00309 0 0 0 Tracker initStep
- 1 -304 -293 -2.4e+03 0.00278 0.000311 0.0856 0.0856 Tracker msc
- 2 -304 -293 -2.4e+03 0.00223 0.000544 0.122 0.208 Tracker msc
- 3 -304 -293 -2.4e+03 0 0.00223 0.193 0.401 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 183, Parent ID = 57
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -22.2 -30.6 -2.4e+03 0.096 0 0 0 World initStep
- 1 -24.7 -28.7 -2.4e+03 0.0946 0.00143 3.13 3.13 World eIoni
- 2 -28.1 -23.8 -2.4e+03 0.0862 0.0032 6 9.13 World eIoni
- 3 -33.2 -21.3 -2.4e+03 0.0814 0.00474 7.75 16.9 Tracker Transportation
- 4 -34.4 -20.8 -2.4e+03 0.0786 0.000736 2.61 19.5 Tracker eIoni
- 5 -36.3 -20.3 -2.39e+03 0.0572 0.00262 8.22 27.7 Tracker eIoni
- 6 -36.4 -20 -2.39e+03 0.0547 0.000309 1.29 29 Tracker eIoni
- 7 -36.3 -18.9 -2.39e+03 0.0503 0.00151 2.67 31.7 Tracker eIoni
- 8 -35.2 -19.2 -2.38e+03 0.0449 0.0054 11.8 43.5 Tracker eIoni
- 9 -29 -20.3 -2.37e+03 0.0386 0.00624 9.91 53.4 Tracker eIoni
- 10 -28.5 -20.3 -2.37e+03 0.0362 0.000336 0.473 53.9 Tracker eIoni
- 11 -22.9 -21 -2.37e+03 0.0319 0.00431 7.2 61.1 Tracker eIoni
- 12 -20.8 -20 -2.37e+03 0.0275 0.00228 2.59 63.7 Tracker eIoni
- 13 -18.6 -18.5 -2.36e+03 0.0231 0.00433 4.95 68.6 Tracker eIoni
- 14 -18 -15.4 -2.36e+03 0.0183 0.00487 4.02 72.6 Tracker eIoni
- 15 -17.9 -14.2 -2.36e+03 0.0129 0.00539 3.11 75.7 Tracker eIoni
- 16 -17 -13.9 -2.36e+03 0.00979 0.00308 2.26 78 Tracker eIoni
- 17 -17.3 -13.2 -2.36e+03 0.00422 0.00388 1.71 79.7 Tracker eIoni
- 18 -17.2 -13.1 -2.36e+03 0 0.00422 0.569 80.3 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 228, Parent ID = 183
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -17.3 -13.2 -2.36e+03 0.00169 0 0 0 Tracker initStep
- 1 -17.4 -13.2 -2.36e+03 0 0.00169 0.125 0.125 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 227, Parent ID = 183
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -20.8 -20 -2.37e+03 0.00213 0 0 0 Tracker initStep
- 1 -20.8 -19.9 -2.37e+03 0 0.00213 0.179 0.179 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 226, Parent ID = 183
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -28.5 -20.3 -2.37e+03 0.00211 0 0 0 Tracker initStep
- 1 -28.5 -20.2 -2.37e+03 0 0.00211 0.176 0.176 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 225, Parent ID = 183
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -36.3 -18.9 -2.39e+03 0.00292 0 0 0 Tracker initStep
- 1 -36.5 -18.8 -2.39e+03 0 0.00292 0.302 0.302 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 224, Parent ID = 183
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -36.4 -20 -2.39e+03 0.00224 0 0 0 Tracker initStep
- 1 -36.5 -19.9 -2.39e+03 0 0.00224 0.194 0.194 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 223, Parent ID = 183
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -36.3 -20.3 -2.39e+03 0.0188 0 0 0 Tracker initStep
- 1 -34.2 -21.2 -2.39e+03 0.0152 0.00362 3.2 3.2 Tracker eIoni
- 2 -33.8 -21.1 -2.39e+03 0.00953 0.00254 0.743 3.94 Tracker eIoni
- 3 -33.3 -21.4 -2.39e+03 0.0044 0.00513 1.76 5.7 Tracker eIoni
- 4 -33.1 -21.5 -2.39e+03 0 0.0044 0.612 6.31 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 229, Parent ID = 223
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -33.8 -21.1 -2.39e+03 0.00309 0 0 0 Tracker initStep
- 1 -33.7 -21 -2.39e+03 0 0.00309 0.33 0.33 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 222, Parent ID = 183
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -34.4 -20.8 -2.4e+03 0.00205 0 0 0 Tracker initStep
- 1 -34.4 -20.8 -2.4e+03 0 0.00205 0.169 0.169 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 221, Parent ID = 183
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -28.1 -23.8 -2.4e+03 0.00522 0 0 0 World initStep
- 1 -28 -23.4 -2.4e+03 0 0.00522 0.828 0.828 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 162, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.952 0.883 -2.45e+03 0.0544 0 0 0 Target initStep
- 1 0.952 0.883 -2.45e+03 0 0.0544 0.0102 0.0102 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.106 0.163 -2.45e+03 0.0971 0 0 0 Target initStep
- 1 0.104 0.163 -2.45e+03 0 0.0971 0.0261 0.0261 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.161 0.121 -2.45e+03 1.12 0 0 0 Target initStep
- 1 0.165 0.117 -2.45e+03 0 1.12 0.831 0.831 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 12
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.219 0.113 -2.45e+03 0.136 0 0 0 Target initStep
- 1 0.222 0.114 -2.45e+03 0 0.136 0.0446 0.0446 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 13
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.162 0.127 -2.45e+03 0.0854 0 0 0 Target initStep
- 1 0.162 0.128 -2.45e+03 0 0.0854 0.0213 0.0213 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 14
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.122 0.127 -2.45e+03 0.188 0 0 0 Target initStep
- 1 0.122 0.131 -2.45e+03 0 0.188 0.074 0.074 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 15
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.94 -1.37 -2.41e+03 0.264 0 0 0 Target initStep
- 1 -2.93 -1.38 -2.41e+03 0 0.264 0.124 0.124 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 15
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.28 1.27 -2.41e+03 1.24 0 0 0 Target initStep
- 1 -3.29 1.29 -2.41e+03 0 1.24 0.941 0.941 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 16
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.93 0.652 -2.43e+03 22.2 0 0 0 Target initStep
- 1 -1.94 0.658 -2.43e+03 20.8 0.143 0.122 0.122 Target eBrem
- 2 -2 0.696 -2.42e+03 11.8 0.708 0.495 0.616 Target eBrem
- 3 -2.17 0.707 -2.42e+03 11 0.209 0.174 0.791 Target eBrem
- 4 -2.3 0.722 -2.43e+03 10.2 0.129 0.139 0.93 Target eBrem
- 5 -2.47 0.743 -2.43e+03 9.53 0.458 0.198 1.13 Target eBrem
- 6 -2.6 0.799 -2.43e+03 9.11 0.188 0.167 1.29 Target eBrem
- 7 -2.69 0.802 -2.43e+03 6.59 0.185 0.117 1.41 Target eBrem
- 8 -3.05 0.799 -2.43e+03 5.76 0.527 0.444 1.86 Target eBrem
- 9 -3.47 0.416 -2.42e+03 3.04 2.5 2.05 3.9 Target eBrem
- 10 -3.31 0.629 -2.42e+03 1.89 0.683 0.765 4.67 Target eBrem
- 11 -3.37 0.758 -2.42e+03 0.334 1.55 1.36 6.03 Target eIoni
- 12 -3.37 0.769 -2.42e+03 0 0.334 0.174 6.2 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 239, Parent ID = 153
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.31 0.629 -2.42e+03 0.472 0 0 0 Target initStep
- 1 -4.21 2.52 -2.43e+03 0 0.0883 2.11 2.11 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 240, Parent ID = 239
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.21 2.52 -2.43e+03 0.384 0 0 0 Target initStep
- 1 -4.21 2.53 -2.43e+03 0 0.384 0.212 0.212 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 238, Parent ID = 153
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.47 0.416 -2.42e+03 0.219 0 0 0 Target initStep
- 1 -3.32 0.541 -2.42e+03 0 0.0883 0.2 0.2 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 241, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.32 0.541 -2.42e+03 0.131 0 0 0 Target initStep
- 1 -3.32 0.541 -2.42e+03 0 0.131 0.0423 0.0423 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 237, Parent ID = 153
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.05 0.799 -2.43e+03 0.308 0 0 0 Target initStep
- 1 -3.62 0.213 -2.42e+03 0.164 0 1.05 1.05 Target compt
- 2 -3.58 0.659 -2.42e+03 0.164 0 0.46 1.51 Target Rayl
- 3 -3.55 0.783 -2.42e+03 0 0.0883 0.131 1.64 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 243, Parent ID = 237
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.55 0.783 -2.42e+03 0.076 0 0 0 Target initStep
- 1 -3.54 0.783 -2.42e+03 0 0.076 0.0176 0.0176 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 242, Parent ID = 237
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.62 0.213 -2.42e+03 0.144 0 0 0 Target initStep
- 1 -3.62 0.21 -2.42e+03 0 0.144 0.049 0.049 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 236, Parent ID = 153
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.69 0.802 -2.43e+03 2.33 0 0 0 Target initStep
- 1 -25 -0.6 -2.43e+03 2.33 0 23.7 23.7 World Transportation
- 2 -1.44e+03 -89.8 -2.94e+03 2.33 0 1.51e+03 1.53e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 235, Parent ID = 153
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.6 0.799 -2.43e+03 0.231 0 0 0 Target initStep
- 1 -4.26 1.46 -2.43e+03 0 0.0883 2.63 2.63 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 244, Parent ID = 235
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.26 1.46 -2.43e+03 0.143 0 0 0 Target initStep
- 1 -4.26 1.46 -2.43e+03 0 0.143 0.0485 0.0485 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 234, Parent ID = 153
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.47 0.743 -2.43e+03 0.235 0 0 0 Target initStep
- 1 -2.81 0.835 -2.43e+03 0 0.0883 0.399 0.399 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 245, Parent ID = 234
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.81 0.835 -2.43e+03 0.146 0 0 0 Target initStep
- 1 -2.81 0.832 -2.43e+03 0 0.146 0.0501 0.0501 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 233, Parent ID = 153
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.3 0.722 -2.43e+03 0.626 0 0 0 Target initStep
- 1 -3.51 0.843 -2.43e+03 0 0.0883 1.4 1.4 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 246, Parent ID = 233
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.51 0.843 -2.43e+03 0.538 0 0 0 Target initStep
- 1 -3.53 0.834 -2.43e+03 0 0.538 0.336 0.336 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 232, Parent ID = 153
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.17 0.707 -2.42e+03 0.66 0 0 0 Target initStep
- 1 -9.11 1.44 -2.43e+03 0 0.0883 7.22 7.22 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 247, Parent ID = 232
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -9.11 1.44 -2.43e+03 0.571 0 0 0 Target initStep
- 1 -9.12 1.43 -2.43e+03 0 0.571 0.364 0.364 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 231, Parent ID = 153
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2 0.696 -2.42e+03 8.26 0 0 0 Target initStep
- 1 -24.9 2.38 -2.43e+03 8.26 0 23.1 23.1 World Transportation
- 2 -2.94e+03 217 -2.74e+03 8.26 0 2.94e+03 2.96e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 230, Parent ID = 153
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.94 0.658 -2.43e+03 1.22 0 0 0 Target initStep
- 1 -4.51 2.2 -2.4e+03 0.429 0 20.7 20.7 Target compt
- 2 -4.49 3.76 -2.4e+03 0 0.0883 1.58 22.3 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 249, Parent ID = 230
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.49 3.76 -2.4e+03 0.341 0 0 0 Target initStep
- 1 -4.49 3.77 -2.4e+03 0 0.341 0.179 0.179 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 248, Parent ID = 230
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.51 2.2 -2.4e+03 0.791 0 0 0 Target initStep
- 1 -4.52 2.19 -2.4e+03 0 0.791 0.55 0.55 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 182, Parent ID = 123
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.1 -13.2 -2.41e+03 0.511 0 0 0 Target initStep
- 1 -13.8 -9.35 -2.41e+03 0 0.0883 3.9 3.9 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 250, Parent ID = 182
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.8 -9.35 -2.41e+03 0.423 0 0 0 Target initStep
- 1 -13.8 -9.33 -2.41e+03 0 0.423 0.242 0.242 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 181, Parent ID = 123
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.1 -13.2 -2.41e+03 0.511 0 0 0 Target initStep
- 1 -14.5 -17.9 -2.41e+03 0.178 0 4.7 4.7 Target compt
- 2 -14.4 -17.7 -2.41e+03 0 0.0883 0.227 4.93 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 252, Parent ID = 181
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.4 -17.7 -2.41e+03 0.0895 0 0 0 Target initStep
- 1 -14.4 -17.7 -2.41e+03 0 0.0895 0.0229 0.0229 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 251, Parent ID = 181
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.5 -17.9 -2.41e+03 0.333 0 0 0 Target initStep
- 1 -14.5 -17.9 -2.41e+03 0 0.333 0.173 0.173 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 180, Parent ID = 123
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.2 -13.3 -2.41e+03 0.542 0 0 0 Target initStep
- 1 -5.17 -7.16 -2.41e+03 0 0.0883 11.4 11.4 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 253, Parent ID = 180
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -5.17 -7.16 -2.41e+03 0.454 0 0 0 Target initStep
- 1 -5.16 -7.15 -2.41e+03 0 0.454 0.267 0.267 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 179, Parent ID = 123
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.3 -13.3 -2.41e+03 0.774 0 0 0 Target initStep
- 1 -12.7 -13.2 -2.42e+03 0.3 0 8.2 8.2 Target compt
- 2 -6.6 -9.53 -2.42e+03 0 0.0883 7.3 15.5 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 255, Parent ID = 179
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -6.6 -9.53 -2.42e+03 0.212 0 0 0 Target initStep
- 1 -6.6 -9.53 -2.42e+03 0 0.212 0.089 0.089 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 254, Parent ID = 179
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -12.7 -13.2 -2.42e+03 0.474 0 0 0 Target initStep
- 1 -12.7 -13.2 -2.42e+03 0 0.474 0.283 0.283 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 178, Parent ID = 123
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.1 -13.2 -2.41e+03 1.72 0 0 0 Target initStep
- 1 -19.6 -15.5 -2.42e+03 1.72 0 7.82 7.82 World Transportation
- 2 -587 -248 -2.94e+03 1.72 0 807 815 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 177, Parent ID = 134
+* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 12
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.318 -0.798 -2.44e+03 0.511 0 0 0 Target initStep
- 1 -0.289 -0.861 -2.44e+03 0.182 0 0.0697 0.0697 Target compt
- 2 -1.13 -0.388 -2.44e+03 0 0.00305 0.98 1.05 Target phot
+ 0 0.363 0.223 -2.44e+03 0.12 0 0 0 Target initStep
+ 1 0.362 0.224 -2.44e+03 0 0.12 0.0366 0.0366 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 257, Parent ID = 177
+* 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 -1.13 -0.388 -2.44e+03 0.179 0 0 0 Target initStep
- 1 -1.13 -0.383 -2.44e+03 0 0.179 0.0686 0.0686 Target eIoni
+ 0 0.296 0.309 -2.45e+03 46.2 0 0 0 Target initStep
+ 1 -1.47 5.84 -2.4e+03 46.2 0 46 46 Tracker Transportation
+ 2 -28.5 90.7 -1.7e+03 46.2 0 706 752 Chamber Transportation
+ 3 -36.2 115 -1.5e+03 46.2 0 202 953 Tracker Transportation
+ 4 -59.4 188 -900 46.2 0 605 1.56e+03 Chamber Transportation
+ 5 -67.2 212 -700 46.2 0 202 1.76e+03 Tracker Transportation
+ 6 -90.4 285 -100 46.2 0 605 2.36e+03 Chamber Transportation
+ 7 -98.1 309 100 46.2 0 202 2.57e+03 Tracker Transportation
+ 8 -121 382 700 46.2 0 605 3.17e+03 Chamber Transportation
+ 9 -129 406 900 46.2 0 202 3.37e+03 Tracker Transportation
+ 10 -152 479 1.5e+03 46.2 0 605 3.98e+03 Chamber Transportation
+ 11 -160 503 1.7e+03 46.2 0 202 4.18e+03 Tracker Transportation
+ 12 -187 588 2.4e+03 46.2 0 706 4.88e+03 World Transportation
+ 13 -208 653 2.94e+03 46.2 0 544 5.43e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 256, Parent ID = 177
+* 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.289 -0.861 -2.44e+03 0.329 0 0 0 Target initStep
- 1 -0.283 -0.871 -2.44e+03 0 0.329 0.17 0.17 Target eIoni
+ 0 0.412 0.153 -2.45e+03 0.747 0 0 0 Target initStep
+ 1 2.39 3.15 -2.43e+03 0.691 0 20.8 20.8 Target compt
+ 2 0.538 4.6 -2.42e+03 0.427 0 7.9 28.7 Target compt
+ 3 1.88 3.73 -2.42e+03 0.206 0 2.5 31.2 Target compt
+ 4 1.86 4.33 -2.42e+03 0 0.0883 0.609 31.8 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 176, Parent ID = 134
+* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 9
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.318 -0.798 -2.44e+03 0.511 0 0 0 Target initStep
- 1 -1.77 2.39 -2.44e+03 0.511 0 3.52 3.52 Target Rayl
- 2 -3.37 5.58 -2.44e+03 0.347 0 3.6 7.12 Target compt
- 3 -3.62 5.74 -2.44e+03 0 0.0883 0.41 7.53 Target phot
+ 0 1.86 4.33 -2.42e+03 0.118 0 0 0 Target initStep
+ 1 1.86 4.33 -2.42e+03 0 0.118 0.0356 0.0356 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 259, Parent ID = 176
+* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 9
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.62 5.74 -2.44e+03 0.258 0 0 0 Target initStep
- 1 -3.62 5.73 -2.44e+03 0 0.258 0.12 0.12 Target eIoni
+ 0 1.88 3.73 -2.42e+03 0.221 0 0 0 Target initStep
+ 1 1.89 3.72 -2.42e+03 0 0.221 0.0945 0.0945 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 258, Parent ID = 176
+* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 9
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.37 5.58 -2.44e+03 0.164 0 0 0 Target initStep
- 1 -3.37 5.58 -2.44e+03 0 0.164 0.0602 0.0602 Target eIoni
+ 0 0.538 4.6 -2.42e+03 0.265 0 0 0 Target initStep
+ 1 0.533 4.6 -2.42e+03 0 0.265 0.124 0.124 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 175, Parent ID = 154
+* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 9
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.92 0.544 -2.42e+03 0.511 0 0 0 Target initStep
- 1 -9.16 -0.845 -2.42e+03 0.298 0 6.03 6.03 Target compt
- 2 -8.88 -0.527 -2.43e+03 0 0.0883 2.13 8.16 Target phot
+ 0 2.39 3.15 -2.43e+03 0.0561 0 0 0 Target initStep
+ 1 2.39 3.15 -2.43e+03 0 0.0561 0.0108 0.0108 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 261, Parent ID = 175
+* 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 -8.88 -0.527 -2.43e+03 0.21 0 0 0 Target initStep
- 1 -8.88 -0.523 -2.43e+03 0 0.21 0.0874 0.0874 Target eIoni
+ 0 0.407 0.137 -2.45e+03 17.3 0 0 0 Target initStep
+ 1 0.776 2.03 -2.42e+03 0.293 0 26.3 26.3 Target compt
+ 2 1.23 1.23 -2.42e+03 0 0.0883 1.26 27.5 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 260, Parent ID = 175
+* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 8
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -9.16 -0.845 -2.42e+03 0.213 0 0 0 Target initStep
- 1 -9.16 -0.847 -2.42e+03 0 0.213 0.0897 0.0897 Target eIoni
+ 0 1.23 1.23 -2.42e+03 0.205 0 0 0 Target initStep
+ 1 1.23 1.23 -2.42e+03 0 0.205 0.0845 0.0845 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 174, Parent ID = 154
+* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 8
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.92 0.544 -2.42e+03 0.511 0 0 0 Target initStep
- 1 1.39 1.95 -2.42e+03 0.264 0 6.1 6.1 Target compt
- 2 1.93 2.9 -2.42e+03 0 0.0883 1.73 7.83 Target phot
+ 0 0.776 2.03 -2.42e+03 17 0 0 0 Target initStep
+ 1 0.78 2.08 -2.42e+03 16.2 0.743 0.542 0.542 Target eBrem
+ 2 0.985 2.26 -2.42e+03 14.8 0.687 0.638 1.18 Target eBrem
+ 3 1.59 2.44 -2.42e+03 12 2.63 2.03 3.21 Target eBrem
+ 4 2.08 1.7 -2.42e+03 10.3 1.33 1.18 4.39 Target eBrem
+ 5 1.65 0.61 -2.42e+03 5.81 1.96 1.58 5.96 Target eBrem
+ 6 1.13 0.0541 -2.42e+03 3.15 2.67 2.38 8.35 Target eIoni
+ 7 0.827 0.0678 -2.42e+03 1.66 0.902 0.939 9.29 Target eBrem
+ 8 0.933 0.119 -2.42e+03 0 1.66 1.24 10.5 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 263, Parent ID = 174
+* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 45
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.93 2.9 -2.42e+03 0.175 0 0 0 Target initStep
- 1 1.93 2.91 -2.42e+03 0 0.175 0.0664 0.0664 Target eIoni
+ 0 0.827 0.0678 -2.42e+03 0.587 0 0 0 Target initStep
+ 1 2.91 1.26 -2.42e+03 0 0.0158 2.86 2.86 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 262, Parent ID = 174
+* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.39 1.95 -2.42e+03 0.247 0 0 0 Target initStep
- 1 1.39 1.95 -2.42e+03 0 0.247 0.112 0.112 Target eIoni
+ 0 2.91 1.26 -2.42e+03 0.571 0 0 0 Target initStep
+ 1 2.92 1.26 -2.42e+03 0 0.571 0.363 0.363 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 173, Parent ID = 154
+* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 45
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.81 0.54 -2.42e+03 0.319 0 0 0 Target initStep
- 1 -4.06 0.592 -2.42e+03 0.191 0 0.394 0.394 Target compt
- 2 -3.79 1.32 -2.42e+03 0 0.0883 0.777 1.17 Target phot
+ 0 1.65 0.61 -2.42e+03 2.57 0 0 0 Target initStep
+ 1 -17.1 -18.2 -2.42e+03 2.57 0 27.4 27.4 World Transportation
+ 2 -1.44e+03 -1.44e+03 -2.94e+03 2.57 0 2.08e+03 2.11e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 265, Parent ID = 173
+* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 45
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.79 1.32 -2.42e+03 0.102 0 0 0 Target initStep
- 1 -3.79 1.33 -2.42e+03 0 0.102 0.0285 0.0285 Target eIoni
+ 0 2.08 1.7 -2.42e+03 0.282 0 0 0 Target initStep
+ 1 1.49 -0.141 -2.42e+03 0 0.0158 1.94 1.94 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 264, Parent ID = 173
+* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.06 0.592 -2.42e+03 0.129 0 0 0 Target initStep
- 1 -4.06 0.591 -2.42e+03 0 0.129 0.041 0.041 Target eIoni
+ 0 1.49 -0.141 -2.42e+03 0.266 0 0 0 Target initStep
+ 1 1.49 -0.148 -2.42e+03 0 0.266 0.125 0.125 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 172, Parent ID = 154
+* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 45
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.91 0.582 -2.42e+03 0.11 0 0 0 Target initStep
- 1 -3.66 0.502 -2.42e+03 0 0.0883 0.274 0.274 Target phot
+ 0 1.59 2.44 -2.42e+03 0.256 0 0 0 Target initStep
+ 1 1.8 2.14 -2.42e+03 0 0.0883 0.415 0.415 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 266, Parent ID = 172
+* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 49
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.66 0.502 -2.42e+03 0.0214 0 0 0 Target initStep
- 1 -3.66 0.502 -2.42e+03 0 0.0214 0.00227 0.00227 Target eIoni
+ 0 1.8 2.14 -2.42e+03 0.168 0 0 0 Target initStep
+ 1 1.8 2.14 -2.42e+03 0 0.168 0.0622 0.0622 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 171, Parent ID = 154
+* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 45
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.66 1.12 -2.42e+03 0.0988 0 0 0 Target initStep
- 1 -3.67 1.11 -2.42e+03 0 0.0883 0.0119 0.0119 Target phot
+ 0 0.985 2.26 -2.42e+03 0.686 0 0 0 Target initStep
+ 1 6.78 4.04 -2.4e+03 0.686 0 20.8 20.8 Tracker Transportation
+ 2 211 66.9 -1.7e+03 0.686 0 732 753 Chamber Transportation
+ 3 229 72.3 -1.64e+03 0.686 0 63.2 816 Tracker Transportation
+ 4 445 139 -900 0.686 0 773 1.59e+03 Chamber Transportation
+ 5 503 157 -700 0.686 0 209 1.8e+03 Tracker Transportation
+ 6 678 210 -100 0.686 0 627 2.43e+03 Chamber Transportation
+ 7 737 228 100 0.686 0 209 2.63e+03 Tracker Transportation
+ 8 912 282 700 0.686 0 627 3.26e+03 Chamber Transportation
+ 9 970 300 900 0.686 0 209 3.47e+03 Tracker Transportation
+ 10 1.15e+03 354 1.5e+03 0.686 0 627 4.1e+03 Chamber Transportation
+ 11 1.2e+03 372 1.7e+03 0.686 0 209 4.31e+03 Tracker Transportation
+ 12 1.41e+03 435 2.4e+03 0.686 0 732 5.04e+03 World Transportation
+ 13 1.57e+03 483 2.94e+03 0.686 0 565 5.6e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 267, Parent ID = 171
+* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.67 1.11 -2.42e+03 0.0105 0 0 0 Target initStep
- 1 -3.67 1.11 -2.42e+03 0 0.0105 0.000754 0.000754 Target eIoni
+ 0 0.78 2.08 -2.42e+03 0.0962 0 0 0 Target initStep
+ 1 0.804 2.1 -2.42e+03 0 0.0883 0.066 0.066 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 170, Parent ID = 154
+* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 47
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.4 1.02 -2.42e+03 1.79 0 0 0 Target initStep
- 1 -8.77 2.47 -2.43e+03 1.41 0 9.39 9.39 Target compt
- 2 -19.7 15.4 -2.45e+03 1.41 0 24.9 34.3 World Transportation
- 3 -316 365 -2.94e+03 1.41 0 675 709 OutOfWorld Transportation
+ 0 0.804 2.1 -2.42e+03 0.00787 0 0 0 Target initStep
+ 1 0.804 2.1 -2.42e+03 0 0.00787 0.000495 0.000495 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 268, Parent ID = 170
+* 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 -8.77 2.47 -2.43e+03 0.384 0 0 0 Target initStep
- 1 -8.78 2.46 -2.43e+03 0 0.384 0.212 0.212 Target eIoni
+ 0 0.395 0.0515 -2.45e+03 72.5 0 0 0 Target initStep
+ 1 0.248 0.228 -2.44e+03 0 0 5.75 5.75 Target conv
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 169, Parent ID = 154
+* 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 -3.02 1.22 -2.42e+03 7.21 0 0 0 Target initStep
- 1 -3.21 1.12 -2.42e+03 0 0 0.581 0.581 Target conv
+ 0 0.397 0.0483 -2.45e+03 0.906 0 0 0 Target initStep
+ 1 -0.145 0.706 -2.43e+03 0.738 0 20.1 20.1 Target compt
+ 2 -1.15 0.879 -2.43e+03 0.369 0 1.98 22.1 Target compt
+ 3 -2.58 0.459 -2.43e+03 0 0.0883 1.51 23.6 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 269, Parent ID = 169
+* 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 -3.21 1.12 -2.42e+03 4.76 0 0 0 Target initStep
- 1 -3.43 1.01 -2.42e+03 3.08 1.68 1.3 1.3 Target eBrem
- 2 -3.31 0.827 -2.42e+03 2.18 0.369 0.354 1.65 Target eBrem
- 3 -3.25 0.67 -2.42e+03 0.915 1.07 0.924 2.57 Target eBrem
- 4 -3.29 0.703 -2.42e+03 0 0.915 0.657 3.23 Target eIoni
+ 0 0.398 0.0352 -2.45e+03 9.15 0 0 0 Target initStep
+ 1 0.464 0.161 -2.43e+03 0 0 15.5 15.5 Target conv
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 272, Parent ID = 269
+* G4Track Information: Particle = e+, Track ID = 63, Parent ID = 5
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.25 0.67 -2.42e+03 0.2 0 0 0 Target initStep
- 1 -3.66 1.51 -2.42e+03 0 0.0883 0.938 0.938 Target phot
+ 0 0.464 0.161 -2.43e+03 2.38 0 0 0 Target initStep
+ 1 0.427 0.161 -2.43e+03 0.535 1.1 1.18 1.18 Target eBrem
+ 2 0.416 0.15 -2.43e+03 0 0.535 0.331 1.51 Target eIoni
+ 3 0.416 0.15 -2.43e+03 0 0 0 1.51 Target annihil
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 273, Parent ID = 272
+* G4Track Information: Particle = e+, Track ID = 58, Parent ID = 7
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.66 1.51 -2.42e+03 0.112 0 0 0 Target initStep
- 1 -3.66 1.51 -2.42e+03 0 0.112 0.0327 0.0327 Target eIoni
+ 0 0.248 0.228 -2.44e+03 44.3 0 0 0 Target initStep
+ 1 0.345 0.256 -2.44e+03 35.9 1.19 1.01 1.01 Target eBrem
+ 2 0.203 0.259 -2.44e+03 32.9 0.758 0.678 1.69 Target eBrem
+ 3 0.592 -0.438 -2.44e+03 11.1 1.01 0.92 2.61 Target eBrem
+ 4 0.613 -0.465 -2.44e+03 9.48 0.0489 0.0442 2.65 Target eBrem
+ 5 0.642 -0.51 -2.44e+03 5.42 0.0808 0.0674 2.72 Target eBrem
+ 6 1.4 -0.549 -2.44e+03 1.91 2.73 2.12 4.84 Target eBrem
+ 7 1.44 -0.413 -2.44e+03 0.578 1.13 1.08 5.91 Target eBrem
+ 8 1.47 -0.387 -2.44e+03 0 0.578 0.368 6.28 Target eIoni
+ 9 1.47 -0.387 -2.44e+03 0 0 0 6.28 Target annihil
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 271, Parent ID = 269
+* G4Track Information: Particle = e+, Track ID = 36, Parent ID = 15
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.31 0.827 -2.42e+03 0.528 0 0 0 Target initStep
- 1 -2.21 -5.05 -2.42e+03 0 0.0883 6.16 6.16 Target phot
+ 0 -0.209 5.68 -2.43e+03 20.1 0 0 0 Target initStep
+ 1 -0.169 6.12 -2.43e+03 16.9 0.756 0.708 0.708 Target eBrem
+ 2 -0.214 6.26 -2.43e+03 16.4 0.313 0.275 0.983 Target eBrem
+ 3 -0.236 6.45 -2.43e+03 2.16 0.5 0.485 1.47 Target eBrem
+ 4 -0.276 6.6 -2.43e+03 1.38 0.787 0.747 2.22 Target eBrem
+ 5 -0.162 6.56 -2.43e+03 0.132 1.25 1.07 3.29 Target eIoni
+ 6 -0.165 6.56 -2.43e+03 0 0.132 0.0401 3.33 Target eIoni
+ 7 -0.165 6.56 -2.43e+03 0 0 0 3.33 Target annihil
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 274, Parent ID = 271
+* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.21 -5.05 -2.42e+03 0.439 0 0 0 Target initStep
- 1 -2.2 -5.06 -2.42e+03 0 0.439 0.255 0.255 Target eIoni
+ 0 0.464 0.161 -2.43e+03 5.75 0 0 0 Target initStep
+ 1 0.5 0.168 -2.43e+03 3.51 0.89 0.866 0.866 Target eIoni
+ 2 0.7 -0.023 -2.43e+03 2.58 0.658 0.491 1.36 Target eBrem
+ 3 0.656 -0.245 -2.43e+03 0.597 1.52 1.26 2.62 Target eBrem
+ 4 0.658 -0.226 -2.43e+03 0 0.597 0.385 3 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 168, Parent ID = 154
+* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 62
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.8 1.04 -2.42e+03 0.368 0 0 0 Target initStep
- 1 -3.87 1.99 -2.42e+03 0 0.0883 3.53 3.53 Target phot
+ 0 0.5 0.168 -2.43e+03 1.35 0 0 0 Target initStep
+ 1 0.494 0.0856 -2.43e+03 0.1 1.26 1.04 1.04 Target eIoni
+ 2 0.493 0.0845 -2.43e+03 0 0.1 0.0274 1.06 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 275, Parent ID = 168
+* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 6
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.87 1.99 -2.42e+03 0.28 0 0 0 Target initStep
- 1 -3.87 1.99 -2.42e+03 0 0.28 0.135 0.135 Target eIoni
+ 0 -2.58 0.459 -2.43e+03 0.281 0 0 0 Target initStep
+ 1 -2.57 0.461 -2.43e+03 0.117 0.164 0.11 0.11 Target eBrem
+ 2 -2.57 0.459 -2.43e+03 0 0.117 0.0351 0.145 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 167, Parent ID = 154
+* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 6
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.54 0.837 -2.42e+03 1.07 0 0 0 Target initStep
- 1 -4.74 2.5 -2.42e+03 0 0.0883 5.69 5.69 Target phot
+ 0 -1.15 0.879 -2.43e+03 0.369 0 0 0 Target initStep
+ 1 -1.15 0.882 -2.43e+03 0 0.369 0.201 0.201 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 276, Parent ID = 167
+* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 6
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.74 2.5 -2.42e+03 0.978 0 0 0 Target initStep
- 1 -4.76 2.54 -2.42e+03 0 0.978 0.712 0.712 Target eIoni
+ 0 -0.145 0.706 -2.43e+03 0.168 0 0 0 Target initStep
+ 1 -0.141 0.706 -2.43e+03 0 0.168 0.062 0.062 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 166, Parent ID = 154
+* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 7
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.35 0.754 -2.42e+03 5.33 0 0 0 Target initStep
- 1 -7.43 2.78 -2.4e+03 5.33 0 23.6 23.6 Tracker Transportation
- 2 -162 64.5 -1.7e+03 5.33 0 720 743 Chamber Transportation
- 3 -207 82.1 -1.5e+03 5.33 0 206 949 Tracker Transportation
- 4 -339 135 -900 5.33 0 617 1.57e+03 Chamber Transportation
- 5 -384 153 -700 5.33 0 206 1.77e+03 Tracker Transportation
- 6 -517 205 -100 5.33 0 617 2.39e+03 Chamber Transportation
- 7 -561 223 100 5.33 0 206 2.59e+03 Tracker Transportation
- 8 -694 276 700 5.33 0 617 3.21e+03 Chamber Transportation
- 9 -738 294 900 5.33 0 206 3.42e+03 Tracker Transportation
- 10 -871 346 1.5e+03 5.33 0 617 4.03e+03 Chamber Transportation
- 11 -915 364 1.7e+03 5.33 0 206 4.24e+03 Tracker Transportation
- 12 -1.07e+03 426 2.4e+03 5.33 0 720 4.96e+03 World Transportation
- 13 -1.19e+03 473 2.94e+03 5.33 0 555 5.51e+03 OutOfWorld Transportation
+ 0 0.248 0.228 -2.44e+03 27.2 0 0 0 Target initStep
+ 1 0.16 0.389 -2.44e+03 25.6 1.25 1.07 1.07 Target eBrem
+ 2 0.209 0.513 -2.44e+03 21.3 1.81 1.19 2.27 Target eBrem
+ 3 0.273 0.67 -2.44e+03 19 0.763 0.516 2.78 Target eBrem
+ 4 0.253 0.72 -2.44e+03 18.8 0.0899 0.0928 2.88 Target eBrem
+ 5 0.0463 1.16 -2.44e+03 8.81 1.06 0.89 3.77 Target eBrem
+ 6 0.315 1.43 -2.44e+03 6.45 2.36 1.83 5.6 Target eBrem
+ 7 0.248 1.36 -2.44e+03 3.2 3.25 2.51 8.1 Target eIoni
+ 8 0.428 1.39 -2.44e+03 1.53 1.33 1.31 9.41 Target eBrem
+ 9 0.484 1.46 -2.44e+03 0.195 1.34 1.16 10.6 Target eIoni
+ 10 0.482 1.46 -2.44e+03 0 0.195 0.0781 10.7 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 165, Parent ID = 154
+* G4Track Information: Particle = gamma, Track ID = 89, Parent ID = 57
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.3 0.73 -2.42e+03 0.105 0 0 0 Target initStep
- 1 -2.31 0.732 -2.42e+03 0 0.0883 0.0342 0.0342 Target phot
+ 0 0.428 1.39 -2.44e+03 0.345 0 0 0 Target initStep
+ 1 1.35 2.46 -2.44e+03 0 0.0883 1.98 1.98 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 277, Parent ID = 165
+* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 89
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.31 0.732 -2.42e+03 0.0171 0 0 0 Target initStep
- 1 -2.31 0.732 -2.42e+03 0 0.0171 0.0016 0.0016 Target eIoni
+ 0 1.35 2.46 -2.44e+03 0.257 0 0 0 Target initStep
+ 1 1.35 2.46 -2.44e+03 0 0.257 0.119 0.119 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 164, Parent ID = 154
+* G4Track Information: Particle = gamma, Track ID = 88, Parent ID = 57
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.19 0.719 -2.42e+03 67.7 0 0 0 Target initStep
- 1 -2.68 0.854 -2.42e+03 0 0 3.91 3.91 Target conv
+ 0 0.0463 1.16 -2.44e+03 8.92 0 0 0 Target initStep
+ 1 0.286 1.41 -2.44e+03 0 0 1.1 1.1 Target conv
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 163, Parent ID = 154
+* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 88
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.97 0.654 -2.43e+03 0.245 0 0 0 Target initStep
- 1 -2.05 0.664 -2.42e+03 0 0.0158 0.679 0.679 Target phot
+ 0 0.286 1.41 -2.44e+03 4.63 0 0 0 Target initStep
+ 1 0.403 1.53 -2.44e+03 3.62 0.894 0.828 0.828 Target eBrem
+ 2 0.76 1.66 -2.44e+03 1.48 1.26 1.25 2.08 Target eBrem
+ 3 0.662 1.68 -2.44e+03 0 1.48 1.13 3.21 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 279, Parent ID = 164
+* G4Track Information: Particle = gamma, Track ID = 94, Parent ID = 91
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.68 0.854 -2.42e+03 62.2 0 0 0 Target initStep
- 1 -2.69 0.877 -2.42e+03 59.1 1.66 1.38 1.38 Target eBrem
- 2 -3.05 0.647 -2.42e+03 44.7 2.02 1.6 2.98 Target eBrem
- 3 -3.09 0.59 -2.42e+03 44 0.467 0.374 3.35 Target eBrem
- 4 -3.13 0.404 -2.42e+03 29.2 1.6 1.35 4.7 Target eBrem
- 5 -3.13 0.232 -2.41e+03 21.6 0.987 0.893 5.59 Target eBrem
- 6 -3.15 -0.126 -2.41e+03 20.6 0.792 0.587 6.18 Target eBrem
- 7 -3.16 -0.262 -2.41e+03 15.7 0.173 0.186 6.37 Target eBrem
- 8 -3.17 -0.395 -2.41e+03 4.73 0.263 0.19 6.56 Target eBrem
- 9 -3.22 -0.734 -2.41e+03 2.14 0.728 0.655 7.21 Target eBrem
- 10 -3.24 -0.942 -2.41e+03 0.566 1.58 1.5 8.71 Target eIoni
- 11 -3.22 -0.968 -2.41e+03 0 0.566 0.357 9.07 Target eIoni
- 12 -3.22 -0.968 -2.41e+03 0 0 0 9.07 Target annihil
+ 0 0.76 1.66 -2.44e+03 0.881 0 0 0 Target initStep
+ 1 -12.9 9.1 -2.44e+03 0 0.0883 15.8 15.8 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 270, Parent ID = 169
+* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 94
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.21 1.12 -2.42e+03 1.42 0 0 0 Target initStep
- 1 -3.22 1.12 -2.42e+03 0.132 1.29 1.11 1.11 Target eIoni
- 2 -3.22 1.12 -2.42e+03 0 0.132 0.0402 1.15 Target eIoni
- 3 -3.22 1.12 -2.42e+03 0 0 0 1.15 Target annihil
+ 0 -12.9 9.1 -2.44e+03 0.793 0 0 0 Target initStep
+ 1 -12.9 9.12 -2.44e+03 0 0.793 0.552 0.552 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 280, Parent ID = 163
+* G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 91
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.05 0.664 -2.42e+03 0.229 0 0 0 Target initStep
- 1 -2.05 0.662 -2.42e+03 0 0.229 0.1 0.1 Target eIoni
+ 0 0.403 1.53 -2.44e+03 0.115 0 0 0 Target initStep
+ 1 0.484 1.54 -2.44e+03 0 0.0883 0.0852 0.0852 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 278, Parent ID = 164
+* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 93
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.68 0.854 -2.42e+03 4.48 0 0 0 Target initStep
- 1 -2.8 0.85 -2.42e+03 2.2 0.426 0.434 0.434 Target eIoni
- 2 -2.71 0.849 -2.42e+03 1.4 0.682 0.675 1.11 Target eBrem
- 3 -2.71 0.884 -2.42e+03 0.116 1.28 1.07 2.18 Target eIoni
- 4 -2.71 0.885 -2.42e+03 0 0.116 0.0346 2.21 Target eIoni
+ 0 0.484 1.54 -2.44e+03 0.027 0 0 0 Target initStep
+ 1 0.484 1.54 -2.44e+03 0 0.027 0.00329 0.00329 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 294, Parent ID = 278
+* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 57
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.8 0.85 -2.42e+03 1.85 0 0 0 Target initStep
- 1 -2.72 0.948 -2.42e+03 0.4 1.45 1.34 1.34 Target eIoni
- 2 -2.7 0.948 -2.42e+03 0 0.4 0.224 1.57 Target eIoni
+ 0 0.253 0.72 -2.44e+03 0.137 0 0 0 Target initStep
+ 1 0.224 0.779 -2.44e+03 0 0.0158 0.107 0.107 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 295, Parent ID = 278
+* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 87
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.71 0.849 -2.42e+03 0.122 0 0 0 Target initStep
- 1 -2.73 0.973 -2.42e+03 0 0.00305 0.284 0.284 Target phot
+ 0 0.224 0.779 -2.44e+03 0.121 0 0 0 Target initStep
+ 1 0.224 0.782 -2.44e+03 0 0.121 0.0372 0.0372 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 296, Parent ID = 295
+* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 57
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.73 0.973 -2.42e+03 0.119 0 0 0 Target initStep
- 1 -2.73 0.975 -2.42e+03 0 0.119 0.0362 0.0362 Target eIoni
+ 0 0.273 0.67 -2.44e+03 1.56 0 0 0 Target initStep
+ 1 -4.42 12.1 -2.42e+03 1.25 0 21.6 21.6 Target compt
+ 2 -0.978 21 -2.4e+03 0.954 0 22.9 44.5 Target compt
+ 3 0.203 21.7 -2.4e+03 0.954 0 1.94 46.4 Tracker Transportation
+ 4 2.07e+03 1.22e+03 8.01 0.954 0 3.39e+03 3.44e+03 World Transportation
+ 5 2.94e+03 1.73e+03 1.03e+03 0.954 0 1.44e+03 4.87e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 293, Parent ID = 270
+* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 86
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.22 1.12 -2.42e+03 0.511 0 0 0 Target initStep
- 1 -1.5 7.46 -2.42e+03 0.185 0 7.15 7.15 Target compt
- 2 -1.61 7.39 -2.42e+03 0 0.0883 0.135 7.29 Target phot
+ 0 -0.978 21 -2.4e+03 0.292 0 0 0 Target initStep
+ 1 -0.984 21 -2.4e+03 0 0.292 0.143 0.143 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 298, Parent ID = 293
+* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 86
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.61 7.39 -2.42e+03 0.0969 0 0 0 Target initStep
- 1 -1.61 7.39 -2.42e+03 0 0.0969 0.0261 0.0261 Target eIoni
+ 0 -4.42 12.1 -2.42e+03 0.313 0 0 0 Target initStep
+ 1 -4.43 12.1 -2.42e+03 0 0.313 0.158 0.158 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 297, Parent ID = 293
+* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 57
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.5 7.46 -2.42e+03 0.326 0 0 0 Target initStep
- 1 -1.49 7.47 -2.42e+03 0 0.326 0.168 0.168 Target eIoni
+ 0 0.209 0.513 -2.44e+03 2.45 0 0 0 Target initStep
+ 1 0.832 2.13 -2.44e+03 0.246 0 5.09 5.09 Target compt
+ 2 1.36 2.71 -2.44e+03 0.246 0 4.21 9.3 Target Rayl
+ 3 1.39 2.79 -2.44e+03 0 0.0883 0.584 9.88 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 292, Parent ID = 270
+* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 85
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.22 1.12 -2.42e+03 0.511 0 0 0 Target initStep
- 1 -3.56 -0.154 -2.42e+03 0.454 0 1.44 1.44 Target compt
- 2 -6.74 -4.45 -2.42e+03 0 0.0883 5.35 6.79 Target phot
+ 0 1.39 2.79 -2.44e+03 0.158 0 0 0 Target initStep
+ 1 1.39 2.78 -2.44e+03 0 0.158 0.0567 0.0567 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 300, Parent ID = 292
+* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 85
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -6.74 -4.45 -2.42e+03 0.366 0 0 0 Target initStep
- 1 -6.75 -4.46 -2.42e+03 0 0.366 0.198 0.198 Target eIoni
+ 0 0.832 2.13 -2.44e+03 2.2 0 0 0 Target initStep
+ 1 0.84 2.15 -2.44e+03 1.72 0.237 0.0979 0.0979 Target eBrem
+ 2 0.794 2.18 -2.44e+03 1.24 0.477 0.456 0.554 Target eBrem
+ 3 0.825 2.24 -2.44e+03 0 1.24 0.943 1.5 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 299, Parent ID = 292
+* G4Track Information: Particle = gamma, Track ID = 102, Parent ID = 100
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.56 -0.154 -2.42e+03 0.0565 0 0 0 Target initStep
- 1 -3.56 -0.154 -2.42e+03 0 0.0565 0.0109 0.0109 Target eIoni
+ 0 0.84 2.15 -2.44e+03 0.241 0 0 0 Target initStep
+ 1 0.511 2.39 -2.44e+03 0 0.0883 0.609 0.609 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 291, Parent ID = 279
+* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 102
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.22 -0.968 -2.41e+03 0.511 0 0 0 Target initStep
- 1 -3.7 -3.62 -2.42e+03 0.251 0 6.12 6.12 Target compt
- 2 -2.31 1.01 -2.42e+03 0 0.0883 5.29 11.4 Target phot
+ 0 0.511 2.39 -2.44e+03 0.153 0 0 0 Target initStep
+ 1 0.507 2.38 -2.44e+03 0 0.153 0.0536 0.0536 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 302, Parent ID = 291
+* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 57
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.31 1.01 -2.42e+03 0.163 0 0 0 Target initStep
- 1 -2.31 1.01 -2.42e+03 0 0.163 0.0592 0.0592 Target eIoni
+ 0 0.16 0.389 -2.44e+03 0.302 0 0 0 Target initStep
+ 1 0.221 0.546 -2.44e+03 0 0.0883 0.522 0.522 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 301, Parent ID = 291
+* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 84
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.7 -3.62 -2.42e+03 0.26 0 0 0 Target initStep
- 1 -3.7 -3.63 -2.42e+03 0 0.26 0.121 0.121 Target eIoni
+ 0 0.221 0.546 -2.44e+03 0.213 0 0 0 Target initStep
+ 1 0.226 0.546 -2.44e+03 0 0.213 0.0899 0.0899 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 290, Parent ID = 279
+* G4Track Information: Particle = gamma, Track ID = 83, Parent ID = 62
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.22 -0.968 -2.41e+03 0.511 0 0 0 Target initStep
- 1 -2.6 2.43 -2.41e+03 0.511 0 7.85 7.85 Target Rayl
- 2 -1.63 6.84 -2.4e+03 0.511 0 7.84 15.7 Tracker Transportation
- 3 511 2.34e+03 1e+03 0.511 0 4.16e+03 4.17e+03 World Transportation
- 4 642 2.94e+03 1.87e+03 0.511 0 1.06e+03 5.23e+03 OutOfWorld Transportation
+ 0 0.656 -0.245 -2.43e+03 0.464 0 0 0 Target initStep
+ 1 0.52 -0.0842 -2.43e+03 0.199 0 0.284 0.284 Target compt
+ 2 0.433 -0.158 -2.43e+03 0 0.0883 0.157 0.441 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 289, Parent ID = 279
+* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 83
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.22 -0.734 -2.41e+03 1.86 0 0 0 Target initStep
- 1 -3.7 -3.82 -2.41e+03 1.79 0 3.61 3.61 Target compt
- 2 -6.95 -24 -2.4e+03 1.79 0 22 25.6 World Transportation
- 3 -8.43 -33.3 -2.4e+03 1.79 0 10.1 35.7 Tracker Transportation
- 4 -384 -2.37e+03 -1.47e+03 1.79 0 2.54e+03 2.58e+03 World Transportation
- 5 -476 -2.94e+03 -1.24e+03 1.79 0 622 3.2e+03 OutOfWorld Transportation
+ 0 0.433 -0.158 -2.43e+03 0.111 0 0 0 Target initStep
+ 1 0.431 -0.158 -2.43e+03 0 0.111 0.0325 0.0325 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 303, Parent ID = 289
+* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 83
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.7 -3.82 -2.41e+03 0.0761 0 0 0 Target initStep
- 1 -3.7 -3.82 -2.41e+03 0 0.0761 0.0176 0.0176 Target eIoni
+ 0 0.52 -0.0842 -2.43e+03 0.265 0 0 0 Target initStep
+ 1 0.519 -0.0792 -2.43e+03 0 0.265 0.124 0.124 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 288, Parent ID = 279
+* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 62
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.17 -0.395 -2.41e+03 10.7 0 0 0 Target initStep
- 1 -4.06 -7.39 -2.41e+03 0 0 9.48 9.48 Target conv
+ 0 0.7 -0.023 -2.43e+03 0.27 0 0 0 Target initStep
+ 1 0.678 -0.566 -2.43e+03 0 0.0883 0.545 0.545 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 304, Parent ID = 288
+* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 82
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.06 -7.39 -2.41e+03 5.88 0 0 0 Target initStep
- 1 -4.01 -7.92 -2.41e+03 3.55 2.17 2.08 2.08 Target eBrem
- 2 -4.22 -8.24 -2.41e+03 1.62 1.94 1.9 3.98 Target eIoni
- 3 -4.16 -8.29 -2.41e+03 0.0576 1.56 1.22 5.2 Target eIoni
- 4 -4.16 -8.29 -2.41e+03 0 0.0576 0.0112 5.21 Target eIoni
+ 0 0.678 -0.566 -2.43e+03 0.182 0 0 0 Target initStep
+ 1 0.678 -0.569 -2.43e+03 0 0.182 0.0702 0.0702 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 306, Parent ID = 304
+* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 36
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.01 -7.92 -2.41e+03 0.158 0 0 0 Target initStep
- 1 -4.63 -8.86 -2.41e+03 0 0.0883 1.13 1.13 Target phot
+ 0 -0.165 6.56 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 -1.36 -1.77 -2.42e+03 0.248 0 12.1 12.1 Target compt
+ 2 -1.16 -1.72 -2.42e+03 0 0.0153 0.213 12.4 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 307, Parent ID = 306
+* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 80
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.63 -8.86 -2.41e+03 0.0697 0 0 0 Target initStep
- 1 -4.63 -8.86 -2.41e+03 0 0.0697 0.0153 0.0153 Target eIoni
+ 0 -1.16 -1.72 -2.42e+03 0.233 0 0 0 Target initStep
+ 1 -1.16 -1.72 -2.42e+03 0 0.233 0.102 0.102 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 287, Parent ID = 279
+* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 80
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.16 -0.262 -2.41e+03 4.81 0 0 0 Target initStep
- 1 -3.52 -7.84 -2.41e+03 0 0 10.4 10.4 Target conv
+ 0 -1.36 -1.77 -2.42e+03 0.263 0 0 0 Target initStep
+ 1 -1.37 -1.77 -2.42e+03 0 0.263 0.123 0.123 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 308, Parent ID = 287
+* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 36
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.52 -7.84 -2.41e+03 3.52 0 0 0 Target initStep
- 1 -3.57 -8.1 -2.41e+03 2.04 1.17 1.14 1.14 Target eBrem
- 2 -3.73 -8.1 -2.41e+03 0.365 1.44 0.953 2.1 Target eBrem
- 3 -3.72 -8.09 -2.41e+03 0 0.365 0.198 2.29 Target eIoni
+ 0 -0.165 6.56 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 -0.0663 7.25 -2.43e+03 0 0.0883 1 1 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 311, Parent ID = 308
+* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 79
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.73 -8.1 -2.41e+03 0.235 0 0 0 Target initStep
- 1 -4.99 -6.19 -2.41e+03 0 0.0883 2.78 2.78 Target phot
+ 0 -0.0663 7.25 -2.43e+03 0.423 0 0 0 Target initStep
+ 1 -0.0698 7.26 -2.43e+03 0 0.423 0.242 0.242 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 312, Parent ID = 311
+* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 36
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.99 -6.19 -2.41e+03 0.147 0 0 0 Target initStep
- 1 -4.99 -6.19 -2.41e+03 0 0.147 0.0505 0.0505 Target eIoni
+ 0 -0.236 6.45 -2.43e+03 13.8 0 0 0 Target initStep
+ 1 -3.5 24.8 -2.41e+03 13.8 0 33.1 33.1 World Transportation
+ 2 -4.12 28.2 -2.4e+03 13.8 0 6.29 39.4 Tracker Transportation
+ 3 -420 2.36e+03 1.09e+03 13.8 0 4.22e+03 4.26e+03 World Transportation
+ 4 -523 2.94e+03 1.95e+03 13.8 0 1.04e+03 5.3e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 310, Parent ID = 308
+* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 36
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.57 -8.1 -2.41e+03 0.303 0 0 0 Target initStep
- 1 -3.65 -8.1 -2.41e+03 0 0.0158 0.0827 0.0827 Target phot
+ 0 -0.214 6.26 -2.43e+03 0.192 0 0 0 Target initStep
+ 1 -0.208 7.12 -2.43e+03 0 0.0883 1.82 1.82 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 313, Parent ID = 310
+* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 77
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.65 -8.1 -2.41e+03 0.288 0 0 0 Target initStep
- 1 -3.65 -8.11 -2.41e+03 0 0.288 0.14 0.14 Target eIoni
+ 0 -0.208 7.12 -2.43e+03 0.104 0 0 0 Target initStep
+ 1 -0.206 7.12 -2.43e+03 0 0.104 0.0293 0.0293 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 286, Parent ID = 279
+* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 36
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.15 -0.126 -2.41e+03 0.2 0 0 0 Target initStep
- 1 -3.14 -0.879 -2.41e+03 0 0.00382 1.02 1.02 Target phot
+ 0 -0.169 6.12 -2.43e+03 2.44 0 0 0 Target initStep
+ 1 -0.19 6.19 -2.43e+03 1.55 0 0.132 0.132 Target compt
+ 2 -4.4 13.5 -2.43e+03 0.253 0 9.84 9.98 Target compt
+ 3 -4.29 13.5 -2.43e+03 0 0.0883 0.131 10.1 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 314, Parent ID = 286
+* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 76
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 -0.879 -2.41e+03 0.196 0 0 0 Target initStep
- 1 -3.14 -0.882 -2.41e+03 0 0.196 0.079 0.079 Target eIoni
+ 0 -4.29 13.5 -2.43e+03 0.164 0 0 0 Target initStep
+ 1 -4.29 13.5 -2.43e+03 0 0.164 0.0602 0.0602 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 285, Parent ID = 279
+* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 76
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.13 0.232 -2.41e+03 6.59 0 0 0 Target initStep
- 1 -3.7 -11.6 -2.4e+03 0 0 17.2 17.2 Target conv
+ 0 -4.4 13.5 -2.43e+03 1.29 0 0 0 Target initStep
+ 1 -4.44 13.6 -2.43e+03 0 1.29 0.986 0.986 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 315, Parent ID = 285
+* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 76
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.7 -11.6 -2.4e+03 1.37 0 0 0 Target initStep
- 1 -3.67 -11.6 -2.4e+03 0.885 0.489 0.5 0.5 Target eBrem
- 2 -3.64 -11.6 -2.4e+03 0 0.885 0.631 1.13 Target eIoni
+ 0 -0.19 6.19 -2.43e+03 0.891 0 0 0 Target initStep
+ 1 -0.181 6.19 -2.43e+03 0 0.891 0.636 0.636 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 284, Parent ID = 279
+* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.13 0.404 -2.42e+03 13.2 0 0 0 Target initStep
- 1 -3.17 -0.0684 -2.41e+03 0 0 2.33 2.33 Target conv
+ 0 1.47 -0.387 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 2.43 0.15 -2.43e+03 0 0.0883 6.9 6.9 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 317, Parent ID = 284
+* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 75
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.17 -0.0684 -2.41e+03 4.16 0 0 0 Target initStep
- 1 -3.25 -0.0921 -2.41e+03 1.81 2.35 2.04 2.04 Target eIoni
- 2 -3.24 -0.223 -2.41e+03 1.04 0.492 0.485 2.53 Target eBrem
- 3 -3.2 -0.251 -2.41e+03 0 1.04 0.762 3.29 Target eIoni
+ 0 2.43 0.15 -2.43e+03 0.423 0 0 0 Target initStep
+ 1 2.42 0.144 -2.43e+03 0 0.423 0.242 0.242 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 319, Parent ID = 317
+* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.24 -0.223 -2.41e+03 0.284 0 0 0 Target initStep
- 1 -2.23 0.0385 -2.41e+03 0.284 0 1.12 1.12 Target Rayl
- 2 1.59 0.939 -2.41e+03 0.245 0 4.06 5.19 Target compt
- 3 2.27 0.778 -2.41e+03 0 0.0883 0.754 5.94 Target phot
+ 0 1.47 -0.387 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 1.41 -0.423 -2.44e+03 0.454 0 0.461 0.461 Target compt
+ 2 -3.71 -4.75 -2.45e+03 0.263 0 10.9 11.4 Target compt
+ 3 -2.61 -4.66 -2.45e+03 0.181 0 1.52 12.9 Target compt
+ 4 -2.51 -4.83 -2.45e+03 0 0.0883 0.208 13.1 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 321, Parent ID = 319
+* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 74
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.27 0.778 -2.41e+03 0.157 0 0 0 Target initStep
- 1 2.28 0.778 -2.41e+03 0 0.157 0.0559 0.0559 Target eIoni
+ 0 -2.51 -4.83 -2.45e+03 0.0927 0 0 0 Target initStep
+ 1 -2.51 -4.84 -2.45e+03 0 0.0927 0.0243 0.0243 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 320, Parent ID = 319
+* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 74
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.59 0.939 -2.41e+03 0.0388 0 0 0 Target initStep
- 1 1.59 0.939 -2.41e+03 0 0.0388 0.00591 0.00591 Target eIoni
+ 0 -2.61 -4.66 -2.45e+03 0.0821 0 0 0 Target initStep
+ 1 -2.61 -4.66 -2.45e+03 0 0.0821 0.02 0.02 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 283, Parent ID = 279
+* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 74
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.09 0.59 -2.42e+03 0.174 0 0 0 Target initStep
- 1 -3.2 0.375 -2.42e+03 0 0.0883 0.984 0.984 Target phot
+ 0 -3.71 -4.75 -2.45e+03 0.191 0 0 0 Target initStep
+ 1 -3.71 -4.76 -2.45e+03 0 0.191 0.076 0.076 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 322, Parent ID = 283
+* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 74
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.2 0.375 -2.42e+03 0.0856 0 0 0 Target initStep
- 1 -3.2 0.374 -2.42e+03 0 0.0856 0.0213 0.0213 Target eIoni
+ 0 1.41 -0.423 -2.44e+03 0.0566 0 0 0 Target initStep
+ 1 1.41 -0.423 -2.44e+03 0 0.0566 0.0109 0.0109 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 282, Parent ID = 279
+* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.05 0.647 -2.42e+03 12.4 0 0 0 Target initStep
- 1 -3.14 0.435 -2.42e+03 0 0 0.984 0.984 Target photonNuclear
+ 0 1.44 -0.413 -2.44e+03 0.202 0 0 0 Target initStep
+ 1 2.93 0.307 -2.44e+03 0 0.0883 2.05 2.05 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 328, Parent ID = 282
+* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 73
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 0.435 -2.42e+03 0.0904 0 0 0 Target initStep
- 1 -3.14 0.437 -2.42e+03 0 0.0883 0.00837 0.00837 Target phot
+ 0 2.93 0.307 -2.44e+03 0.113 0 0 0 Target initStep
+ 1 2.93 0.308 -2.44e+03 0 0.113 0.0335 0.0335 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 330, Parent ID = 328
+* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 0.437 -2.42e+03 0.00212 0 0 0 Target initStep
- 1 -3.14 0.437 -2.42e+03 0 0.00212 8.24e-05 8.24e-05 Target eIoni
+ 0 1.4 -0.549 -2.44e+03 0.78 0 0 0 Target initStep
+ 1 1.6 0.165 -2.44e+03 0.409 0 1.12 1.12 Target compt
+ 2 2.5 2.45 -2.44e+03 0 0.0883 2.57 3.7 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 327, Parent ID = 282
+* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 72
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 0.435 -2.42e+03 0.198 0 0 0 Target initStep
- 1 -4 -1.15 -2.42e+03 0 0.0883 1.95 1.95 Target phot
+ 0 2.5 2.45 -2.44e+03 0.321 0 0 0 Target initStep
+ 1 2.5 2.46 -2.44e+03 0 0.321 0.164 0.164 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 331, Parent ID = 327
+* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 72
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4 -1.15 -2.42e+03 0.11 0 0 0 Target initStep
- 1 -4 -1.15 -2.42e+03 0 0.11 0.0317 0.0317 Target eIoni
+ 0 1.6 0.165 -2.44e+03 0.37 0 0 0 Target initStep
+ 1 1.6 0.167 -2.44e+03 0 0.37 0.202 0.202 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 325, Parent ID = 282
+* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 0.435 -2.42e+03 1.25 0 0 0 Target initStep
- 1 -17.3 0.187 -2.42e+03 0.264 0 14.2 14.2 Target compt
- 2 -15.6 -1.96 -2.42e+03 0.2 0 3.02 17.3 Target compt
- 3 -15.6 -2.01 -2.42e+03 0 0.0883 0.0836 17.4 Target phot
+ 0 0.642 -0.51 -2.44e+03 3.98 0 0 0 Target initStep
+ 1 11.4 -0.614 -2.43e+03 0.485 0 12.3 12.3 Target compt
+ 2 9.1 1.42 -2.43e+03 0.402 0 5.79 18.1 Target compt
+ 3 7.96 3.2 -2.43e+03 0 0.0883 2.27 20.4 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 334, Parent ID = 325
+* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 71
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -15.6 -2.01 -2.42e+03 0.111 0 0 0 Target initStep
- 1 -15.6 -2.01 -2.42e+03 0 0.111 0.0326 0.0326 Target eIoni
+ 0 7.96 3.2 -2.43e+03 0.314 0 0 0 Target initStep
+ 1 7.96 3.21 -2.43e+03 0.244 0.0697 0.0643 0.0643 Target eBrem
+ 2 7.96 3.21 -2.43e+03 0 0.244 0.11 0.174 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 333, Parent ID = 325
+* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 71
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -15.6 -1.96 -2.42e+03 0.064 0 0 0 Target initStep
- 1 -15.6 -1.96 -2.42e+03 0 0.064 0.0133 0.0133 Target eIoni
+ 0 9.1 1.42 -2.43e+03 0.083 0 0 0 Target initStep
+ 1 9.1 1.42 -2.43e+03 0 0.083 0.0203 0.0203 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 332, Parent ID = 325
+* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 71
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -17.3 0.187 -2.42e+03 0.986 0 0 0 Target initStep
- 1 -17.4 0.194 -2.42e+03 0 0.986 0.718 0.718 Target eIoni
+ 0 11.4 -0.614 -2.43e+03 3.5 0 0 0 Target initStep
+ 1 11.7 -0.632 -2.43e+03 1.14 2.16 1.53 1.53 Target eBrem
+ 2 11.7 -0.652 -2.43e+03 0 1.14 0.856 2.39 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 324, Parent ID = 282
+* G4Track Information: Particle = gamma, Track ID = 126, Parent ID = 123
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 0.435 -2.42e+03 1.59 0 0 0 Target initStep
- 1 -2.96 -3.02 -2.42e+03 0.446 0 4.59 4.59 Target compt
- 2 -2.93 -2.99 -2.42e+03 0.446 0 0.0697 4.66 Target Rayl
- 3 -2.58 -2.6 -2.42e+03 0.392 0 0.683 5.34 Target compt
- 4 -2.52 -1.8 -2.42e+03 0 0.0883 0.917 6.26 Target phot
+ 0 11.7 -0.632 -2.43e+03 0.192 0 0 0 Target initStep
+ 1 10.5 -1.55 -2.43e+03 0 0.0158 1.56 1.56 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 337, Parent ID = 324
+* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 126
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.52 -1.8 -2.42e+03 0.304 0 0 0 Target initStep
- 1 -2.52 -1.79 -2.42e+03 0 0.304 0.152 0.152 Target eIoni
+ 0 10.5 -1.55 -2.43e+03 0.176 0 0 0 Target initStep
+ 1 10.5 -1.55 -2.43e+03 0 0.176 0.0668 0.0668 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 336, Parent ID = 324
+* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.58 -2.6 -2.42e+03 0.0532 0 0 0 Target initStep
- 1 -2.58 -2.6 -2.42e+03 0 0.0532 0.00987 0.00987 Target eIoni
+ 0 0.613 -0.465 -2.44e+03 1.6 0 0 0 Target initStep
+ 1 1.76 -2.11 -2.44e+03 0.565 0 2.46 2.46 Target compt
+ 2 4.97 -0.368 -2.44e+03 0.448 0 4.54 7 Target compt
+ 3 5.58 -0.291 -2.44e+03 0.167 0 0.614 7.62 Target compt
+ 4 5.38 -0.31 -2.44e+03 0 0.00305 0.222 7.84 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 335, Parent ID = 324
+* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 70
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.96 -3.02 -2.42e+03 1.14 0 0 0 Target initStep
- 1 -2.96 -3.08 -2.42e+03 0 1.14 0.854 0.854 Target eIoni
+ 0 5.38 -0.31 -2.44e+03 0.164 0 0 0 Target initStep
+ 1 5.37 -0.312 -2.44e+03 0 0.164 0.0599 0.0599 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 323, Parent ID = 282
+* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 70
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 0.435 -2.42e+03 2.25 0 0 0 Target initStep
- 1 2.79 24.8 -2.42e+03 2.25 0 26.5 26.5 World Transportation
- 2 300 1.25e+03 -2.84e+03 2.18 0 1.33e+03 1.35e+03 World compt
- 3 332 1.48e+03 -2.94e+03 2.18 0 249 1.6e+03 OutOfWorld Transportation
+ 0 5.58 -0.291 -2.44e+03 0.281 0 0 0 Target initStep
+ 1 5.59 -0.29 -2.44e+03 0 0.281 0.135 0.135 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 338, Parent ID = 323
+* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 70
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 300 1.25e+03 -2.84e+03 0.0699 0 0 0 World initStep
- 1 301 1.25e+03 -2.84e+03 0.0678 0.000134 0.213 0.213 World eIoni
- 2 303 1.25e+03 -2.84e+03 0.066 0.000661 3.1 3.31 World eIoni
- 3 305 1.25e+03 -2.84e+03 0.0619 0.00108 2.44 5.76 World eIoni
- 4 310 1.25e+03 -2.84e+03 0.0589 0.00304 6.51 12.3 World eIoni
- 5 322 1.25e+03 -2.83e+03 0.0534 0.00548 15.2 27.5 World eIoni
- 6 325 1.25e+03 -2.83e+03 0.0376 0.00167 4.08 31.5 World eIoni
- 7 330 1.25e+03 -2.83e+03 0.0324 0.00522 7.62 39.2 World eIoni
- 8 334 1.25e+03 -2.83e+03 0.0279 0.00339 5.17 44.3 World eIoni
- 9 337 1.25e+03 -2.82e+03 0.0217 0.00613 5.05 49.4 World eIoni
- 10 335 1.25e+03 -2.82e+03 0.0183 0.00348 3.74 53.1 World eIoni
- 11 335 1.25e+03 -2.82e+03 0.013 0.00369 2.74 55.9 World eIoni
- 12 334 1.25e+03 -2.82e+03 0.00789 0.00506 2.27 58.1 World eIoni
- 13 334 1.25e+03 -2.83e+03 0.00287 0.00502 1.49 59.6 World eIoni
- 14 334 1.25e+03 -2.83e+03 0 0.00287 0.292 59.9 World eIoni
+ 0 4.97 -0.368 -2.44e+03 0.118 0 0 0 Target initStep
+ 1 4.97 -0.367 -2.44e+03 0 0.118 0.0356 0.0356 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 344, Parent ID = 338
+* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 70
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 335 1.25e+03 -2.82e+03 0.00162 0 0 0 World initStep
- 1 335 1.25e+03 -2.82e+03 0 0.00162 0.117 0.117 World eIoni
+ 0 1.76 -2.11 -2.44e+03 1.03 0 0 0 Target initStep
+ 1 1.78 -2.17 -2.44e+03 0 1.03 0.758 0.758 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 343, Parent ID = 338
+* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 334 1.25e+03 -2.83e+03 0.00115 0 0 0 World initStep
- 1 334 1.25e+03 -2.83e+03 0 0.00115 0.0694 0.0694 World eIoni
+ 0 0.592 -0.438 -2.44e+03 20.7 0 0 0 Target initStep
+ 1 1.4 -1.45 -2.44e+03 0 0 1.72 1.72 Target conv
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 342, Parent ID = 338
+* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 69
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 325 1.25e+03 -2.83e+03 0.0141 0 0 0 World initStep
- 1 327 1.25e+03 -2.83e+03 0.0112 0.00293 2.44 2.44 World eIoni
- 2 326 1.25e+03 -2.83e+03 0.00597 0.00518 2.01 4.44 World eIoni
- 3 326 1.25e+03 -2.83e+03 0.00111 0.00486 1.05 5.49 World eIoni
- 4 326 1.25e+03 -2.83e+03 0 0.00111 0.0659 5.56 World eIoni
+ 0 1.4 -1.45 -2.44e+03 4.97 0 0 0 Target initStep
+ 1 1.67 -1.79 -2.44e+03 2.96 1.89 1.54 1.54 Target eBrem
+ 2 1.65 -1.86 -2.44e+03 2.34 0.144 0.101 1.64 Target eBrem
+ 3 1.56 -2.01 -2.44e+03 0.577 1.77 0.918 2.56 Target eBrem
+ 4 1.56 -2.02 -2.44e+03 0 0.577 0.369 2.93 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 341, Parent ID = 338
+* G4Track Information: Particle = gamma, Track ID = 135, Parent ID = 132
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 305 1.25e+03 -2.84e+03 0.00298 0 0 0 World initStep
- 1 305 1.25e+03 -2.84e+03 0 0.00298 0.311 0.311 World eIoni
+ 0 1.65 -1.86 -2.44e+03 0.475 0 0 0 Target initStep
+ 1 -0.381 -4.63 -2.44e+03 0 0.0883 3.7 3.7 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 340, Parent ID = 338
+* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 135
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 303 1.25e+03 -2.84e+03 0.00112 0 0 0 World initStep
- 1 303 1.25e+03 -2.84e+03 0 0.00112 0.0672 0.0672 World eIoni
+ 0 -0.381 -4.63 -2.44e+03 0.387 0 0 0 Target initStep
+ 1 -0.392 -4.63 -2.44e+03 0 0.387 0.214 0.214 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 339, Parent ID = 338
+* G4Track Information: Particle = gamma, Track ID = 134, Parent ID = 132
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 301 1.25e+03 -2.84e+03 0.00202 0 0 0 World initStep
- 1 301 1.25e+03 -2.84e+03 0 0.00202 0.165 0.165 World eIoni
+ 0 1.67 -1.79 -2.44e+03 0.122 0 0 0 Target initStep
+ 1 1.59 -1.94 -2.44e+03 0 0.0883 0.195 0.195 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 281, Parent ID = 279
+* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 134
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.69 0.877 -2.42e+03 1.41 0 0 0 Target initStep
- 1 -3.63 0.703 -2.41e+03 0.576 0 5.02 5.02 Target compt
- 2 -9.95 2.25 -2.41e+03 0 0.0158 6.85 11.9 Target phot
+ 0 1.59 -1.94 -2.44e+03 0.0337 0 0 0 Target initStep
+ 1 1.59 -1.94 -2.44e+03 0 0.0337 0.00469 0.00469 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 318, Parent ID = 284
+* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.17 -0.0684 -2.41e+03 8.03 0 0 0 Target initStep
- 1 -3.14 -0.188 -2.41e+03 6.98 0.609 0.466 0.466 Target eBrem
- 2 -3.81 -0.117 -2.41e+03 4.81 2.17 1.41 1.88 Target eBrem
- 3 -4.37 -0.0332 -2.41e+03 2.49 2.32 2.21 4.09 Target eIoni
- 4 -4.18 0.159 -2.41e+03 0.626 1.31 0.934 5.03 Target eBrem
- 5 -4.14 0.184 -2.41e+03 0 0.626 0.408 5.44 Target eIoni
- 6 -4.14 0.184 -2.41e+03 0 0 0 5.44 Target annihil
+ 0 0.203 0.259 -2.44e+03 2.27 0 0 0 Target initStep
+ 1 12 -21.9 -2.42e+03 2.27 0 32.4 32.4 World Transportation
+ 2 23.7 -44 -2.4e+03 2.27 0 32.2 64.7 Tracker Transportation
+ 3 1.13e+03 -2.12e+03 -482 2.27 0 3.03e+03 3.1e+03 World Transportation
+ 4 1.56e+03 -2.94e+03 277 2.27 0 1.2e+03 4.3e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 316, Parent ID = 285
+* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 58
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.7 -11.6 -2.4e+03 4.2 0 0 0 Target initStep
- 1 -3.78 -11.9 -2.4e+03 3.31 0.705 0.683 0.683 Target eBrem
- 2 -3.67 -12.4 -2.4e+03 0.988 2.32 1.87 2.55 Target eIoni
- 3 -3.71 -12.4 -2.4e+03 0 0.988 0.728 3.28 Target eIoni
- 4 -3.71 -12.4 -2.4e+03 0 0 0 3.28 Target annihil
+ 0 0.345 0.256 -2.44e+03 7.24 0 0 0 Target initStep
+ 1 -0.691 1.29 -2.43e+03 5.98 0 10.7 10.7 Target compt
+ 2 -2.13 0.508 -2.42e+03 0.408 0 11 21.7 Target compt
+ 3 -2.96 0.501 -2.42e+03 0 0.0883 0.87 22.6 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 309, Parent ID = 287
+* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 67
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.52 -7.84 -2.41e+03 0.273 0 0 0 Target initStep
- 1 -3.52 -7.85 -2.41e+03 0 0.273 0.126 0.126 Target eIoni
- 2 -3.52 -7.85 -2.41e+03 0 0 0 0.126 Target annihil
+ 0 -2.96 0.501 -2.42e+03 0.319 0 0 0 Target initStep
+ 1 -2.97 0.501 -2.42e+03 0 0.319 0.163 0.163 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 305, Parent ID = 288
+* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 67
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.06 -7.39 -2.41e+03 3.76 0 0 0 Target initStep
- 1 -4.23 -7.83 -2.41e+03 1.49 2.27 1.83 1.83 Target eBrem
- 2 -4.24 -7.8 -2.41e+03 0.139 1.35 1.09 2.92 Target eBrem
- 3 -4.23 -7.8 -2.41e+03 0 0.139 0.0436 2.96 Target eIoni
- 4 -4.23 -7.8 -2.41e+03 0 0 0 2.96 Target annihil
+ 0 -2.13 0.508 -2.42e+03 5.57 0 0 0 Target initStep
+ 1 -2.15 0.481 -2.42e+03 3.66 0.56 0.503 0.503 Target eIoni
+ 2 -2.05 0.38 -2.42e+03 2.05 0.49 0.368 0.871 Target eBrem
+ 3 -2.11 0.379 -2.42e+03 1.65 0.242 0.264 1.13 Target eBrem
+ 4 -2.19 0.332 -2.42e+03 0.386 1.26 1.24 2.37 Target eIoni
+ 5 -2.19 0.344 -2.42e+03 0 0.386 0.214 2.58 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = Pb206, Track ID = 329, Parent ID = 282
+* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 139
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 0.435 -2.42e+03 0.00179 0 0 0 Target initStep
- 1 -3.14 0.435 -2.42e+03 0 0.00179 2.18e-05 2.18e-05 Target ionIoni
+ 0 -2.15 0.481 -2.42e+03 1.36 0 0 0 Target initStep
+ 1 -2.18 0.469 -2.42e+03 0.00808 1.22 0.945 0.945 Target eBrem
+ 2 -2.18 0.469 -2.42e+03 0 0.00808 0.000514 0.946 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 326, Parent ID = 282
+* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 67
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 0.435 -2.42e+03 0.277 0 0 0 Target initStep
- 1 13.8 -7.71 -2.42e+03 0.272 0.00434 18.8 18.8 Target hadElastic
- 2 -10.5 -4.55 -2.44e+03 0.269 0.00339 35.5 54.2 Target hadElastic
- 3 -11.3 -4.22 -2.44e+03 0.264 0.00486 1.77 56 Target hadElastic
- 4 3.24 -7.05 -2.45e+03 0.264 0 17.3 73.3 World Transportation
- 5 800 -162 -2.94e+03 0.264 0 948 1.02e+03 OutOfWorld Transportation
+ 0 -0.691 1.29 -2.43e+03 1.26 0 0 0 Target initStep
+ 1 -0.687 1.35 -2.43e+03 0.174 0.906 0.845 0.845 Target eBrem
+ 2 -0.691 1.35 -2.43e+03 0 0.174 0.0656 0.911 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 346, Parent ID = 281
+* G4Track Information: Particle = gamma, Track ID = 145, Parent ID = 138
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -9.95 2.25 -2.41e+03 0.56 0 0 0 Target initStep
- 1 -9.97 2.24 -2.41e+03 0.0645 0.496 0.35 0.35 Target eBrem
- 2 -9.97 2.24 -2.41e+03 0 0.0645 0.0135 0.364 Target eIoni
+ 0 -0.687 1.35 -2.43e+03 0.176 0 0 0 Target initStep
+ 1 -0.824 1.17 -2.43e+03 0 0.0883 0.529 0.529 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 345, Parent ID = 281
+* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 145
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.63 0.703 -2.41e+03 0.835 0 0 0 Target initStep
- 1 -3.62 0.696 -2.41e+03 0 0.835 0.588 0.588 Target eIoni
+ 0 -0.824 1.17 -2.43e+03 0.0872 0 0 0 Target initStep
+ 1 -0.823 1.17 -2.43e+03 0 0.0872 0.022 0.022 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 357, Parent ID = 305
+* G4Track Information: Particle = gamma, Track ID = 144, Parent ID = 141
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.23 -7.8 -2.41e+03 0.511 0 0 0 Target initStep
- 1 -0.457 -7.65 -2.41e+03 0.451 0 3.78 3.78 Target compt
- 2 1.27 -7.07 -2.41e+03 0 0.00382 2.06 5.84 Target phot
+ 0 -2.18 0.469 -2.42e+03 0.128 0 0 0 Target initStep
+ 1 -2.02 0.631 -2.42e+03 0 0.0883 0.27 0.27 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 359, Parent ID = 357
+* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 144
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.27 -7.07 -2.41e+03 0.448 0 0 0 Target initStep
- 1 1.28 -7.06 -2.41e+03 0 0.448 0.262 0.262 Target eIoni
+ 0 -2.02 0.631 -2.42e+03 0.0399 0 0 0 Target initStep
+ 1 -2.02 0.631 -2.42e+03 0 0.0399 0.00617 0.00617 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 358, Parent ID = 357
+* G4Track Information: Particle = gamma, Track ID = 143, Parent ID = 139
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.457 -7.65 -2.41e+03 0.0596 0 0 0 Target initStep
- 1 -0.457 -7.65 -2.41e+03 0 0.0596 0.0119 0.0119 Target eIoni
+ 0 -2.11 0.379 -2.42e+03 0.16 0 0 0 Target initStep
+ 1 -2.46 -0.000165 -2.42e+03 0 0.0883 0.548 0.548 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 356, Parent ID = 305
+* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 143
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.23 -7.8 -2.41e+03 0.511 0 0 0 Target initStep
- 1 -6.37 -7.89 -2.41e+03 0 0.0883 2.14 2.14 Target phot
+ 0 -2.46 -0.000165 -2.42e+03 0.0712 0 0 0 Target initStep
+ 1 -2.46 -0.00117 -2.42e+03 0 0.0712 0.0159 0.0159 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 360, Parent ID = 356
+* G4Track Information: Particle = gamma, Track ID = 142, Parent ID = 139
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -6.37 -7.89 -2.41e+03 0.423 0 0 0 Target initStep
- 1 -6.38 -7.9 -2.41e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 -2.05 0.38 -2.42e+03 1.12 0 0 0 Target initStep
+ 1 -11.6 -2.42 -2.45e+03 1.12 0 32.1 32.1 World Transportation
+ 2 -165 -47.5 -2.94e+03 1.12 0 515 547 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 355, Parent ID = 309
+* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 63
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.52 -7.85 -2.41e+03 0.511 0 0 0 Target initStep
- 1 -3.06 -8.19 -2.41e+03 0.414 0 1.32 1.32 Target compt
- 2 -1.63 -8.75 -2.4e+03 0.354 0 1.71 3.03 Target compt
- 3 -0.951 -9.44 -2.41e+03 0 0.0883 0.968 4 Target phot
+ 0 0.416 0.15 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 0.363 0.0224 -2.43e+03 0.385 0 0.157 0.157 Target compt
+ 2 0.485 -0.174 -2.43e+03 0.253 0 0.26 0.416 Target compt
+ 3 0.643 -1.1 -2.43e+03 0 0.0158 1.28 1.7 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 363, Parent ID = 355
+* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 66
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.951 -9.44 -2.41e+03 0.266 0 0 0 Target initStep
- 1 -0.948 -9.44 -2.41e+03 0 0.266 0.125 0.125 Target eIoni
+ 0 0.643 -1.1 -2.43e+03 0.237 0 0 0 Target initStep
+ 1 0.648 -1.11 -2.43e+03 0 0.237 0.105 0.105 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 362, Parent ID = 355
+* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 66
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.63 -8.75 -2.4e+03 0.0605 0 0 0 Target initStep
- 1 -1.63 -8.75 -2.4e+03 0 0.0605 0.0122 0.0122 Target eIoni
+ 0 0.485 -0.174 -2.43e+03 0.133 0 0 0 Target initStep
+ 1 0.486 -0.175 -2.43e+03 0 0.133 0.0432 0.0432 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 361, Parent ID = 355
+* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 66
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.06 -8.19 -2.41e+03 0.0967 0 0 0 Target initStep
- 1 -3.06 -8.19 -2.41e+03 0 0.0967 0.026 0.026 Target eIoni
+ 0 0.363 0.0224 -2.43e+03 0.126 0 0 0 Target initStep
+ 1 0.361 0.0216 -2.43e+03 0 0.126 0.0394 0.0394 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 354, Parent ID = 309
+* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 63
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.52 -7.85 -2.41e+03 0.511 0 0 0 Target initStep
- 1 -4.3 -7.27 -2.41e+03 0 0.0883 2.28 2.28 Target phot
+ 0 0.416 0.15 -2.43e+03 0.511 0 0 0 Target initStep
+ 1 3 6.38 -2.43e+03 0 0.0883 7.66 7.66 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 364, Parent ID = 354
+* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 63
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.3 -7.27 -2.41e+03 0.423 0 0 0 Target initStep
- 1 -4.3 -7.27 -2.41e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 0.427 0.161 -2.43e+03 0.744 0 0 0 Target initStep
+ 1 -4.28 -2.23 -2.44e+03 0.456 0 9.57 9.57 Target compt
+ 2 -8.41 -0.58 -2.44e+03 0 0.0883 4.6 14.2 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 353, Parent ID = 316
+* G4Track Information: Particle = e+, Track ID = 133, Parent ID = 69
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.71 -12.4 -2.4e+03 0.511 0 0 0 Target initStep
- 1 -4.41 -9.4 -2.4e+03 0.511 0 3.67 3.67 Tracker Transportation
- 2 -258 1.09e+03 -1.68e+03 0.293 0 1.34e+03 1.34e+03 Tracker compt
- 3 -1.84e+03 1.54e+03 -2.12e+03 0.293 0 1.7e+03 3.04e+03 World Transportation
- 4 -2.94e+03 1.86e+03 -2.42e+03 0.293 0 1.19e+03 4.23e+03 OutOfWorld Transportation
+ 0 1.4 -1.45 -2.44e+03 14.7 0 0 0 Target initStep
+ 1 1.59 -1.68 -2.44e+03 14 0.485 0.407 0.407 Target eBrem
+ 2 1.59 -1.71 -2.44e+03 13.5 0.0914 0.0428 0.45 Target eBrem
+ 3 1.6 -2.01 -2.44e+03 13.1 0.477 0.434 0.884 Target eBrem
+ 4 1.6 -2.24 -2.44e+03 11.2 0.59 0.553 1.44 Target eBrem
+ 5 1.32 -2.26 -2.44e+03 9.55 1.53 0.589 2.03 Target eBrem
+ 6 1.14 -2.44 -2.44e+03 8.02 0.466 0.383 2.41 Target eBrem
+ 7 0.875 -3.06 -2.44e+03 5.87 1.83 1.53 3.94 Target eBrem
+ 8 1.16 -3.83 -2.44e+03 4.16 1.39 1.28 5.22 Target eBrem
+ 9 1.12 -4.06 -2.44e+03 3.28 0.26 0.285 5.5 Target eBrem
+ 10 0.685 -4.2 -2.44e+03 1.16 2.13 1.86 7.37 Target eIoni
+ 11 0.711 -4.16 -2.44e+03 0 1.16 0.877 8.24 Target eIoni
+ 12 0.711 -4.16 -2.44e+03 0 0 0 8.24 Target annihil
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 365, Parent ID = 353
+* G4Track Information: Particle = e+, Track ID = 92, Parent ID = 88
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -258 1.09e+03 -1.68e+03 0.218 0 0 0 Tracker initStep
- 1 -238 1.13e+03 -1.6e+03 0.193 0.0248 100 100 Tracker StepLimiter
- 2 -238 1.18e+03 -1.55e+03 0.174 0.0177 73 173 Tracker eIoni
- 3 -237 1.19e+03 -1.54e+03 0.167 0.00457 17 190 Tracker eIoni
- 4 -235 1.21e+03 -1.53e+03 0.162 0.00385 16.8 207 Tracker eIoni
- 5 -204 1.23e+03 -1.46e+03 0.139 0.0233 81.3 288 Tracker eIoni
- 6 -206 1.23e+03 -1.45e+03 0.133 0.00159 8.57 297 Tracker eIoni
- 7 -209 1.25e+03 -1.4e+03 0.12 0.0133 58.6 355 Tracker eIoni
- 8 -209 1.25e+03 -1.39e+03 0.115 0.00124 8.59 364 Tracker eIoni
- 9 -211 1.25e+03 -1.37e+03 0.108 0.0054 18.8 383 Tracker eIoni
- 10 -211 1.25e+03 -1.37e+03 0.102 0.00142 4.26 387 Tracker eIoni
- 11 -214 1.24e+03 -1.34e+03 0.0893 0.0113 30.4 417 Tracker eIoni
- 12 -213 1.24e+03 -1.34e+03 0.0864 0.00161 6.43 424 Tracker eIoni
- 13 -209 1.24e+03 -1.33e+03 0.0817 0.00472 10.9 435 Tracker eIoni
- 14 -209 1.24e+03 -1.33e+03 0.0806 4.51e-05 0.0624 435 Tracker eIoni
- 15 -189 1.22e+03 -1.32e+03 0.0704 0.0103 25.5 460 Tracker eIoni
- 16 -180 1.21e+03 -1.31e+03 0.0618 0.00852 20.3 481 Tracker eIoni
- 17 -180 1.21e+03 -1.31e+03 0.0616 0.000218 1.04 482 Tracker eIoni
- 18 -171 1.22e+03 -1.3e+03 0.0513 0.0103 16.4 498 Tracker eIoni
- 19 -169 1.22e+03 -1.29e+03 0.0406 0.00827 12.2 510 Tracker eIoni
- 20 -169 1.22e+03 -1.29e+03 0.0313 0.00031 0.909 511 Tracker eIoni
- 21 -169 1.22e+03 -1.29e+03 0.0292 0.00218 1.72 513 Tracker eIoni
- 22 -171 1.22e+03 -1.29e+03 0.0209 0.00823 5.35 518 Tracker eIoni
- 23 -170 1.23e+03 -1.28e+03 0.0172 0.00375 3.59 522 Tracker eIoni
- 24 -170 1.23e+03 -1.28e+03 0.0123 0.00362 2.7 524 Tracker eIoni
- 25 -170 1.23e+03 -1.28e+03 0.0103 0.000637 0.492 525 Tracker eIoni
- 26 -171 1.23e+03 -1.28e+03 0.00548 0.00478 1.87 527 Tracker eIoni
- 27 -170 1.23e+03 -1.28e+03 0 0.00548 0.9 528 Tracker eIoni
+ 0 0.286 1.41 -2.44e+03 3.27 0 0 0 Target initStep
+ 1 0.364 1.51 -2.44e+03 1.41 1.85 1.86 1.86 Target eIoni
+ 2 0.441 1.4 -2.44e+03 0.121 1.29 1.1 2.95 Target eIoni
+ 3 0.442 1.41 -2.44e+03 0 0.121 0.0348 2.99 Target eIoni
+ 4 0.442 1.41 -2.44e+03 0 0 0 2.99 Target annihil
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 379, Parent ID = 365
+* G4Track Information: Particle = e-, Track ID = 154, Parent ID = 64
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -170 1.23e+03 -1.28e+03 0.00138 0 0 0 Tracker initStep
- 1 -170 1.23e+03 -1.28e+03 0 0.00138 0.0911 0.0911 Tracker eIoni
+ 0 -8.41 -0.58 -2.44e+03 0.368 0 0 0 Target initStep
+ 1 -8.41 -0.574 -2.44e+03 0 0.368 0.199 0.199 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 378, Parent ID = 365
+* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 64
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -170 1.23e+03 -1.28e+03 0.00129 0 0 0 Tracker initStep
- 1 -170 1.23e+03 -1.28e+03 0 0.00129 0.0824 0.0824 Tracker eIoni
+ 0 -4.28 -2.23 -2.44e+03 0.288 0 0 0 Target initStep
+ 1 -4.28 -2.23 -2.44e+03 0 0.288 0.141 0.141 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 377, Parent ID = 365
+* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 65
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -169 1.22e+03 -1.29e+03 0.00891 0 0 0 Tracker initStep
- 1 -168 1.22e+03 -1.29e+03 0.00352 0.00539 1.66 1.66 Tracker eIoni
- 2 -168 1.22e+03 -1.29e+03 0 0.00352 0.415 2.08 Tracker eIoni
+ 0 3 6.38 -2.43e+03 0.423 0 0 0 Target initStep
+ 1 3 6.39 -2.43e+03 0 0.423 0.242 0.242 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 376, Parent ID = 365
+* G4Track Information: Particle = gamma, Track ID = 166, Parent ID = 92
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -169 1.22e+03 -1.29e+03 0.0025 0 0 0 Tracker initStep
- 1 -169 1.22e+03 -1.29e+03 0 0.0025 0.232 0.232 Tracker eIoni
+ 0 0.442 1.41 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 0.0502 2.11 -2.44e+03 0.511 0 1.32 1.32 Target Rayl
+ 2 -0.915 3.08 -2.44e+03 0 0.0158 2.07 3.39 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 375, Parent ID = 365
+* G4Track Information: Particle = e-, Track ID = 167, Parent ID = 166
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -209 1.24e+03 -1.33e+03 0.00104 0 0 0 Tracker initStep
- 1 -209 1.24e+03 -1.33e+03 0 0.00104 0.0599 0.0599 Tracker eIoni
+ 0 -0.915 3.08 -2.44e+03 0.495 0 0 0 Target initStep
+ 1 -0.922 3.1 -2.44e+03 0 0.495 0.301 0.301 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 374, Parent ID = 365
+* G4Track Information: Particle = gamma, Track ID = 165, Parent ID = 92
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -213 1.24e+03 -1.34e+03 0.00121 0 0 0 Tracker initStep
- 1 -213 1.24e+03 -1.34e+03 0 0.00121 0.0748 0.0748 Tracker eIoni
+ 0 0.442 1.41 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 2.82 -2.88 -2.44e+03 0 0.0883 8.02 8.02 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 373, Parent ID = 365
+* G4Track Information: Particle = e-, Track ID = 168, Parent ID = 165
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -214 1.24e+03 -1.34e+03 0.00104 0 0 0 Tracker initStep
- 1 -214 1.24e+03 -1.34e+03 0 0.00104 0.0601 0.0601 Tracker eIoni
+ 0 2.82 -2.88 -2.44e+03 0.423 0 0 0 Target initStep
+ 1 2.82 -2.89 -2.44e+03 0 0.423 0.242 0.242 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 372, Parent ID = 365
+* G4Track Information: Particle = gamma, Track ID = 164, Parent ID = 133
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -211 1.25e+03 -1.37e+03 0.00504 0 0 0 Tracker initStep
- 1 -210 1.25e+03 -1.37e+03 0 0.00504 0.778 0.778 Tracker eIoni
+ 0 0.711 -4.16 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 -0.462 -5.61 -2.44e+03 0 0.0883 1.95 1.95 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 371, Parent ID = 365
+* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 164
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -211 1.25e+03 -1.37e+03 0.00157 0 0 0 Tracker initStep
- 1 -211 1.25e+03 -1.37e+03 0 0.00157 0.111 0.111 Tracker eIoni
+ 0 -0.462 -5.61 -2.44e+03 0.423 0 0 0 Target initStep
+ 1 -0.477 -5.61 -2.44e+03 0 0.423 0.242 0.242 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 370, Parent ID = 365
+* G4Track Information: Particle = gamma, Track ID = 163, Parent ID = 133
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -209 1.25e+03 -1.39e+03 0.00331 0 0 0 Tracker initStep
- 1 -209 1.25e+03 -1.39e+03 0 0.00331 0.373 0.373 Tracker eIoni
+ 0 0.711 -4.16 -2.44e+03 0.511 0 0 0 Target initStep
+ 1 1.15 -3.62 -2.44e+03 0.263 0 0.722 0.722 Target compt
+ 2 0.0975 -3.09 -2.44e+03 0 0.0883 1.66 2.38 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 369, Parent ID = 365
+* G4Track Information: Particle = e-, Track ID = 171, Parent ID = 163
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -206 1.23e+03 -1.45e+03 0.00417 0 0 0 Tracker initStep
- 1 -206 1.23e+03 -1.45e+03 0 0.00417 0.557 0.557 Tracker eIoni
+ 0 0.0975 -3.09 -2.44e+03 0.175 0 0 0 Target initStep
+ 1 0.0958 -3.09 -2.44e+03 0 0.175 0.0664 0.0664 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 368, Parent ID = 365
+* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 163
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -235 1.21e+03 -1.53e+03 0.00136 0 0 0 Tracker initStep
- 1 -235 1.21e+03 -1.53e+03 0 0.00136 0.0898 0.0898 Tracker eIoni
+ 0 1.15 -3.62 -2.44e+03 0.248 0 0 0 Target initStep
+ 1 1.15 -3.61 -2.44e+03 0 0.248 0.112 0.112 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 367, Parent ID = 365
+* G4Track Information: Particle = gamma, Track ID = 162, Parent ID = 133
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -237 1.19e+03 -1.54e+03 0.00199 0 0 0 Tracker initStep
- 1 -237 1.19e+03 -1.54e+03 0 0.00199 0.161 0.161 Tracker eIoni
+ 0 1.12 -4.06 -2.44e+03 0.617 0 0 0 Target initStep
+ 1 -1.32 -4.64 -2.44e+03 0.364 0 2.68 2.68 Target compt
+ 2 -1.65 -4.6 -2.44e+03 0 0.0158 3.72 6.4 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 366, Parent ID = 365
+* G4Track Information: Particle = e-, Track ID = 173, Parent ID = 162
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -238 1.18e+03 -1.55e+03 0.00136 0 0 0 Tracker initStep
- 1 -238 1.18e+03 -1.55e+03 0 0.00136 0.0898 0.0898 Tracker eIoni
+ 0 -1.65 -4.6 -2.44e+03 0.348 0 0 0 Target initStep
+ 1 -1.65 -4.59 -2.44e+03 0 0.348 0.185 0.185 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 352, Parent ID = 316
+* G4Track Information: Particle = e-, Track ID = 172, Parent ID = 162
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.71 -12.4 -2.4e+03 0.511 0 0 0 Target initStep
- 1 -1.46 -22.2 -2.41e+03 0.333 0 11.9 11.9 Target compt
- 2 -2.46 -23.1 -2.41e+03 0.193 0 1.38 13.3 Target compt
- 3 -2.48 -23.1 -2.41e+03 0 0.0883 0.0853 13.4 Target phot
+ 0 -1.32 -4.64 -2.44e+03 0.252 0 0 0 Target initStep
+ 1 -1.33 -4.64 -2.44e+03 0 0.252 0.116 0.116 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 382, Parent ID = 352
+* G4Track Information: Particle = gamma, Track ID = 161, Parent ID = 133
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.48 -23.1 -2.41e+03 0.105 0 0 0 Target initStep
- 1 -2.48 -23.1 -2.41e+03 0 0.105 0.0294 0.0294 Target eIoni
+ 0 1.16 -3.83 -2.44e+03 0.316 0 0 0 Target initStep
+ 1 1.05 -4.52 -2.44e+03 0 0.0883 0.726 0.726 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 381, Parent ID = 352
+* G4Track Information: Particle = e-, Track ID = 174, Parent ID = 161
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.46 -23.1 -2.41e+03 0.141 0 0 0 Target initStep
- 1 -2.46 -23.1 -2.41e+03 0 0.141 0.0472 0.0472 Target eIoni
+ 0 1.05 -4.52 -2.44e+03 0.228 0 0 0 Target initStep
+ 1 1.05 -4.52 -2.44e+03 0 0.228 0.0991 0.0991 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 380, Parent ID = 352
+* G4Track Information: Particle = gamma, Track ID = 160, Parent ID = 133
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.46 -22.2 -2.41e+03 0.178 0 0 0 Target initStep
- 1 -1.45 -22.2 -2.41e+03 0 0.178 0.0678 0.0678 Target eIoni
+ 0 0.875 -3.06 -2.44e+03 0.316 0 0 0 Target initStep
+ 1 1.13 -3.73 -2.44e+03 0 0.0883 0.728 0.728 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 351, Parent ID = 316
+* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 160
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.78 -11.9 -2.4e+03 0.181 0 0 0 Target initStep
- 1 -3.95 -12.7 -2.4e+03 0 0.0883 0.866 0.866 Target phot
+ 0 1.13 -3.73 -2.44e+03 0.227 0 0 0 Target initStep
+ 1 1.13 -3.74 -2.44e+03 0 0.227 0.0988 0.0988 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 383, Parent ID = 351
+* G4Track Information: Particle = gamma, Track ID = 159, Parent ID = 133
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.95 -12.7 -2.4e+03 0.0928 0 0 0 Target initStep
- 1 -3.95 -12.7 -2.4e+03 0 0.0928 0.0243 0.0243 Target eIoni
+ 0 1.14 -2.44 -2.44e+03 1.07 0 0 0 Target initStep
+ 1 -0.64 -14.3 -2.42e+03 0 0.0883 18.5 18.5 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 350, Parent ID = 318
+* G4Track Information: Particle = e-, Track ID = 176, Parent ID = 159
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.14 0.184 -2.41e+03 0.511 0 0 0 Target initStep
- 1 -2.32 0.961 -2.41e+03 0.417 0 4.06 4.06 Target compt
- 2 6.99 -4.03 -2.4e+03 0.417 0 13.3 17.4 Tracker Transportation
- 3 2.12e+03 -1.13e+03 -556 0.417 0 3.02e+03 3.04e+03 World Transportation
- 4 2.94e+03 -1.58e+03 166 0.417 0 1.18e+03 4.22e+03 OutOfWorld Transportation
+ 0 -0.64 -14.3 -2.42e+03 0.98 0 0 0 Target initStep
+ 1 -0.598 -14.3 -2.42e+03 0 0.98 0.713 0.713 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 384, Parent ID = 350
+* G4Track Information: Particle = gamma, Track ID = 158, Parent ID = 133
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.32 0.961 -2.41e+03 0.0939 0 0 0 Target initStep
- 1 -2.32 0.962 -2.41e+03 0 0.0939 0.0248 0.0248 Target eIoni
+ 0 1.32 -2.26 -2.44e+03 0.163 0 0 0 Target initStep
+ 1 1.3 -2.28 -2.44e+03 0 0.0883 0.0465 0.0465 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 349, Parent ID = 318
+* G4Track Information: Particle = e-, Track ID = 177, Parent ID = 158
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.14 0.184 -2.41e+03 0.511 0 0 0 Target initStep
- 1 -9.21 -1.98 -2.42e+03 0.186 0 11.3 11.3 Target compt
- 2 -9.08 -1.9 -2.42e+03 0 0.0883 0.168 11.5 Target phot
+ 0 1.3 -2.28 -2.44e+03 0.0742 0 0 0 Target initStep
+ 1 1.3 -2.28 -2.44e+03 0 0.0742 0.017 0.017 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 386, Parent ID = 349
+* G4Track Information: Particle = gamma, Track ID = 157, Parent ID = 133
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -9.08 -1.9 -2.42e+03 0.0973 0 0 0 Target initStep
- 1 -9.07 -1.9 -2.42e+03 0 0.0973 0.0262 0.0262 Target eIoni
+ 0 1.6 -2.24 -2.44e+03 1.23 0 0 0 Target initStep
+ 1 -9.79 -3.83 -2.42e+03 0.218 0 20.5 20.5 Target compt
+ 2 -9.38 -3.72 -2.42e+03 0 0.0883 0.533 21.1 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 385, Parent ID = 349
+* G4Track Information: Particle = gamma, Track ID = 156, Parent ID = 133
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -9.21 -1.98 -2.42e+03 0.325 0 0 0 Target initStep
- 1 -9.22 -1.98 -2.42e+03 0 0.325 0.168 0.168 Target eIoni
+ 0 1.59 -1.71 -2.44e+03 0.355 0 0 0 Target initStep
+ 1 1.67 -3.48 -2.44e+03 0 0.0883 2.44 2.44 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 348, Parent ID = 318
+* G4Track Information: Particle = gamma, Track ID = 155, Parent ID = 133
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.18 0.159 -2.41e+03 0.555 0 0 0 Target initStep
- 1 1.58 7.09 -2.41e+03 0 0.0883 9.28 9.28 Target phot
+ 0 1.59 -1.68 -2.44e+03 0.264 0 0 0 Target initStep
+ 1 1.6 -1.88 -2.44e+03 0 0.0883 0.289 0.289 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 347, Parent ID = 318
+* G4Track Information: Particle = e-, Track ID = 181, Parent ID = 155
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 -0.188 -2.41e+03 0.449 0 0 0 Target initStep
- 1 -7.47 0.521 -2.41e+03 0.191 0 6.62 6.62 Target compt
- 2 -7.51 0.569 -2.41e+03 0 0.0883 0.191 6.81 Target phot
+ 0 1.6 -1.88 -2.44e+03 0.176 0 0 0 Target initStep
+ 1 1.6 -1.88 -2.44e+03 0 0.176 0.0668 0.0668 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 389, Parent ID = 347
+* G4Track Information: Particle = e-, Track ID = 180, Parent ID = 156
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -7.51 0.569 -2.41e+03 0.103 0 0 0 Target initStep
- 1 -7.51 0.571 -2.41e+03 0 0.103 0.0287 0.0287 Target eIoni
+ 0 1.67 -3.48 -2.44e+03 0.266 0 0 0 Target initStep
+ 1 1.67 -3.48 -2.44e+03 0 0.266 0.125 0.125 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 388, Parent ID = 347
+* G4Track Information: Particle = e-, Track ID = 179, Parent ID = 157
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -7.47 0.521 -2.41e+03 0.258 0 0 0 Target initStep
- 1 -7.48 0.521 -2.41e+03 0 0.258 0.119 0.119 Target eIoni
+ 0 -9.38 -3.72 -2.42e+03 0.129 0 0 0 Target initStep
+ 1 -9.38 -3.71 -2.42e+03 0 0.129 0.0413 0.0413 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 387, Parent ID = 348
+* G4Track Information: Particle = e-, Track ID = 178, Parent ID = 157
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.58 7.09 -2.41e+03 0.467 0 0 0 Target initStep
- 1 1.59 7.1 -2.41e+03 0 0.467 0.278 0.278 Target eIoni
+ 0 -9.79 -3.83 -2.42e+03 1.02 0 0 0 Target initStep
+ 1 -9.83 -3.84 -2.42e+03 0 1.02 0.746 0.746 Target eIoni
>>> Event: 0
0 hits stored in this event
### Run 1 starts.
@@ -4423,3722 +2474,2261 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 0 0 -2.94e+03 1e+06 0 0 0 World initStep
- 1 0 0 -2.9e+03 1e+06 0.00577 35.2 35.2 World muIoni
- 2 -2.87e-06 4.79e-06 -2.82e+03 1e+06 0.0153 88.7 124 World muIoni
- 3 -6.07e-06 6.15e-05 -2.45e+03 1e+06 0.0733 366 490 Target Transportation
- 4 -1e-06 7.26e-05 -2.42e+03 1e+06 36.8 27.1 517 Target muIoni
- 5 0.000416 -7.97e-05 -2.41e+03 1e+06 16.5 12.9 530 Target muIoni
- 6 0.000462 -8.79e-05 -2.41e+03 1e+06 0.996 0.747 531 Target CoulombScat
- 7 0.000495 -8.75e-05 -2.41e+03 1e+06 0.647 0.598 531 Target muPairProd
- 8 0.000616 -0.000115 -2.41e+03 1e+06 3.18 2.34 534 Target muIoni
- 9 0.000842 -0.000197 -2.4e+03 1e+06 8.15 6.27 540 Tracker Transportation
- 10 0.00607 0.000994 -2.32e+03 1e+06 0.0189 79.3 619 Tracker muIoni
- 11 0.00697 0.0012 -2.31e+03 1e+06 0.00261 13.7 633 Tracker muIoni
- 12 0.00784 0.0014 -2.29e+03 1e+06 0.00306 13.1 646 Tracker muIoni
- 13 0.0144 0.00298 -2.19e+03 1e+06 0.0226 100 746 Tracker StepLimiter
- 14 0.021 0.00456 -2.09e+03 1e+06 0.0205 100 846 Tracker StepLimiter
- 15 0.0222 0.00483 -2.08e+03 1e+06 0.00342 17.1 863 Tracker muIoni
- 16 0.0232 0.00507 -2.06e+03 1e+06 0.00233 15.6 879 Tracker muIoni
- 17 0.028 0.00621 -1.99e+03 1e+06 0.0144 73.4 952 Tracker muIoni
- 18 0.0311 0.00693 -1.94e+03 1e+06 0.00595 46.2 998 Tracker muIoni
- 19 0.0377 0.00847 -1.84e+03 1e+06 0.0198 100 1.1e+03 Tracker StepLimiter
- 20 0.0396 0.00893 -1.81e+03 1e+06 0.00579 29.1 1.13e+03 Tracker muIoni
- 21 0.0411 0.00927 -1.79e+03 1e+06 0.00383 22.3 1.15e+03 Tracker muIoni
- 22 0.047 0.0107 -1.7e+03 1e+06 0.0185 90.3 1.24e+03 Chamber Transportation
- 23 0.0474 0.0107 -1.69e+03 1e+06 0.00426 5.33 1.25e+03 Chamber muIoni
- 24 0.0484 0.011 -1.68e+03 1e+06 0.0157 16.1 1.26e+03 Chamber muIoni
- 25 0.0506 0.0115 -1.65e+03 1e+06 0.0187 33 1.29e+03 Chamber muIoni
- 26 0.0519 0.0118 -1.62e+03 1e+06 0.0152 20.9 1.32e+03 Chamber muIoni
- 27 0.0545 0.0125 -1.58e+03 1e+06 0.0243 40.2 1.36e+03 Chamber muIoni
- 28 0.0548 0.0126 -1.58e+03 1e+06 0.00151 4.68 1.36e+03 Chamber muIoni
- 29 0.0553 0.0127 -1.57e+03 1e+06 0.00625 8.08 1.37e+03 Chamber muIoni
- 30 0.0554 0.0127 -1.57e+03 1e+06 0.000895 1.12 1.37e+03 Chamber muIoni
- 31 0.0555 0.0128 -1.57e+03 1e+06 0.000401 1.29 1.37e+03 Chamber muIoni
- 32 0.0564 0.013 -1.56e+03 1e+06 0.00703 14.3 1.38e+03 Chamber muIoni
- 33 0.0599 0.0139 -1.5e+03 1e+06 0.0418 52.8 1.44e+03 Chamber muIoni
- 34 0.06 0.0139 -1.5e+03 1e+06 0.00115 2.25 1.44e+03 Tracker Transportation
- 35 0.0664 0.0156 -1.4e+03 1e+06 0.019 100 1.54e+03 Tracker StepLimiter
- 36 0.0729 0.0172 -1.3e+03 1e+06 0.0197 100 1.64e+03 Tracker StepLimiter
- 37 0.077 0.0182 -1.23e+03 1e+06 0.013 65.4 1.71e+03 Tracker muIoni
- 38 0.0835 0.0198 -1.13e+03 1e+06 0.0194 100 1.81e+03 Tracker StepLimiter
- 39 0.0853 0.0202 -1.11e+03 1e+06 0.00357 29.3 1.83e+03 Tracker muIoni
- 40 0.0915 0.0219 -1.01e+03 1e+06 0.0182 97.9 1.93e+03 Tracker muIoni
- 41 0.0929 0.0222 -985 1e+06 0.00533 22.1 1.95e+03 Tracker muIoni
- 42 0.0943 0.0226 -963 1e+06 0.00295 21.8 1.98e+03 Tracker muIoni
- 43 0.0982 0.0237 -900 1e+06 0.0109 63.5 2.04e+03 Chamber Transportation
- 44 0.103 0.0251 -817 1e+06 0.059 83.4 2.12e+03 Chamber muIoni
- 45 0.104 0.0251 -815 1e+06 0.000782 1.32 2.12e+03 Chamber muIoni
- 46 0.107 0.0259 -767 1e+06 0.0344 48.4 2.17e+03 Chamber muIoni
- 47 0.107 0.026 -763 1e+06 0.00391 3.57 2.18e+03 Chamber muIoni
- 48 0.111 0.0269 -704 1e+06 0.0471 59.6 2.24e+03 Chamber muIoni
- 49 0.111 0.027 -700 1e+06 0.004 3.77 2.24e+03 Tracker Transportation
- 50 0.117 0.0285 -600 1e+06 0.0223 100 2.34e+03 Tracker StepLimiter
- 51 0.123 0.0301 -500 1e+06 0.019 100 2.44e+03 Tracker StepLimiter
- 52 0.127 0.0311 -437 1e+06 0.0128 63.5 2.5e+03 Tracker muIoni
- 53 0.128 0.0314 -421 1e+06 0.00423 15.1 2.52e+03 Tracker muIoni
- 54 0.13 0.0318 -392 1e+06 0.00449 29.8 2.55e+03 Tracker muIoni
- 55 0.136 0.0334 -292 1e+06 0.0167 100 2.65e+03 Tracker StepLimiter
- 56 0.142 0.035 -192 1e+06 0.0208 100 2.75e+03 Tracker StepLimiter
- 57 0.145 0.0357 -151 1e+06 0.00844 40.5 2.79e+03 Tracker muIoni
- 58 0.147 0.0362 -119 1e+06 0.00715 32.5 2.82e+03 Tracker muIoni
- 59 0.148 0.0365 -100 1e+06 0.00382 18.7 2.84e+03 Chamber Transportation
- 60 0.148 0.0367 -88.8 1e+06 0.00756 11.2 2.85e+03 Chamber muIoni
- 61 0.151 0.0374 -48.5 1e+06 0.0254 40.2 2.89e+03 Chamber muIoni
- 62 0.152 0.0375 -38.1 1e+06 0.00521 10.4 2.9e+03 Chamber muIoni
- 63 0.152 0.0377 -27.1 1e+06 0.00676 11 2.91e+03 Chamber muIoni
- 64 0.16 0.0399 100 1e+06 0.0884 127 3.04e+03 Tracker Transportation
- 65 0.165 0.0413 178 1e+06 0.0128 77.5 3.12e+03 Tracker muIoni
- 66 0.167 0.0418 207 1e+06 0.0103 29.7 3.15e+03 Tracker muIoni
- 67 0.169 0.0425 245 1e+06 0.00549 38.2 3.19e+03 Tracker muIoni
- 68 0.172 0.0433 285 1e+06 0.00745 40 3.23e+03 Tracker muIoni
- 69 0.177 0.0448 367 1e+06 0.0136 81.6 3.31e+03 Tracker muIoni
- 70 0.181 0.046 433 1e+06 0.0127 66.2 3.37e+03 Tracker muIoni
- 71 0.187 0.0479 533 1e+06 0.0177 100 3.47e+03 Tracker StepLimiter
- 72 0.194 0.0497 633 1e+06 0.0185 100 3.57e+03 Tracker StepLimiter
- 73 0.198 0.051 700 1e+06 0.0111 66.9 3.64e+03 Chamber Transportation
- 74 0.198 0.051 703 1e+06 0.00175 2.8 3.64e+03 Chamber muIoni
- 75 0.199 0.0512 711 1e+06 0.00611 8.24 3.65e+03 Chamber muIoni
- 76 0.202 0.0523 771 1e+06 0.0412 59.7 3.71e+03 Chamber muIoni
- 77 0.209 0.0544 880 1e+06 0.084 109 3.82e+03 Chamber muIoni
- 78 0.21 0.0548 900 1e+06 0.0159 20.3 3.84e+03 Tracker Transportation
- 79 0.213 0.0556 939 1e+06 0.00738 38.5 3.88e+03 Tracker muIoni
- 80 0.214 0.056 957 1e+06 0.00445 18.3 3.9e+03 Tracker muIoni
- 81 0.219 0.0577 1.04e+03 1e+06 0.0186 85.9 3.98e+03 Tracker muIoni
- 82 0.219 0.0577 1.04e+03 1e+06 0.000229 1.33 3.98e+03 Tracker muIoni
- 83 0.226 0.0596 1.14e+03 1e+06 0.0182 100 4.08e+03 Tracker StepLimiter
- 84 0.227 0.0602 1.17e+03 1e+06 0.00618 25.5 4.11e+03 Tracker muIoni
- 85 0.233 0.0621 1.27e+03 1e+06 0.018 100 4.21e+03 Tracker StepLimiter
- 86 0.237 0.0633 1.33e+03 1e+06 0.00819 60.7 4.27e+03 Tracker muIoni
- 87 0.243 0.0653 1.43e+03 1e+06 0.022 100 4.37e+03 Tracker StepLimiter
- 88 0.247 0.0667 1.5e+03 1e+06 0.015 69.7 4.44e+03 Chamber Transportation
- 89 0.251 0.0679 1.56e+03 1e+06 0.0439 62.1 4.5e+03 Chamber muIoni
- 90 0.257 0.0696 1.65e+03 1e+06 0.068 89.5 4.59e+03 Chamber muIoni
- 91 0.26 0.0705 1.7e+03 1e+06 0.0286 48.4 4.64e+03 Tracker Transportation
- 92 0.264 0.0719 1.78e+03 1e+06 0.0177 79.4 4.72e+03 Tracker muIoni
- 93 0.27 0.0736 1.88e+03 1e+06 0.0192 100 4.82e+03 Tracker StepLimiter
- 94 0.273 0.0743 1.92e+03 1e+06 0.00602 37.7 4.86e+03 Tracker muIoni
- 95 0.276 0.0754 1.98e+03 1e+06 0.0114 64.3 4.92e+03 Tracker muIoni
- 96 0.277 0.0754 1.98e+03 1e+06 0.000293 2.05 4.92e+03 Tracker muIoni
- 97 0.283 0.0772 2.08e+03 1e+06 0.0198 100 5.02e+03 Tracker StepLimiter
- 98 0.289 0.0789 2.18e+03 1e+06 0.0205 100 5.12e+03 Tracker StepLimiter
- 99 0.295 0.0807 2.28e+03 1e+06 0.0191 100 5.22e+03 Tracker StepLimiter
- 100 0.301 0.0825 2.38e+03 1e+06 0.0217 100 5.32e+03 Tracker StepLimiter
- 101 0.302 0.0828 2.4e+03 1e+06 0.00404 16.5 5.34e+03 World Transportation
- 102 0.308 0.0845 2.5e+03 1e+06 0.0217 100 5.44e+03 World muIoni
- 103 0.308 0.0846 2.51e+03 1e+06 0.00107 6.78 5.45e+03 World muIoni
- 104 0.311 0.0854 2.55e+03 1e+06 0.0106 44.4 5.49e+03 World muIoni
- 105 0.322 0.0887 2.74e+03 1e+06 0.0434 189 5.68e+03 World muIoni
- 106 0.329 0.0905 2.84e+03 1e+06 0.0181 104 5.78e+03 World muIoni
- 107 0.334 0.0922 2.94e+03 1e+06 0.0195 96.7 5.88e+03 OutOfWorld Transportation
+ 1 0 0 -2.79e+03 1e+06 0.0278 151 151 World muIoni
+ 2 3.35e-05 3.97e-05 -2.53e+03 1e+06 0.0544 261 411 World muIoni
+ 3 2.95e-05 8.3e-05 -2.45e+03 1e+06 0.0122 78.6 490 Target Transportation
+ 4 3.12e-05 8.95e-05 -2.44e+03 1e+06 18.1 14.3 504 Target CoulombScat
+ 5 -9.58e-05 0.000262 -2.43e+03 1e+06 9.2 6.62 511 Target muIoni
+ 6 7.44e-05 0.00115 -2.4e+03 1e+06 37.9 29.1 540 Tracker Transportation
+ 7 -0.000227 0.00201 -2.37e+03 1e+06 0.00787 31.4 571 Tracker muIoni
+ 8 -0.00119 0.00472 -2.27e+03 1e+06 0.0199 100 671 Tracker StepLimiter
+ 9 -0.00161 0.00595 -2.22e+03 1e+06 0.00981 45.1 716 Tracker muIoni
+ 10 -0.00189 0.00675 -2.19e+03 1e+06 0.00638 29.8 746 Tracker muIoni
+ 11 -0.00282 0.00947 -2.09e+03 1e+06 0.0193 100 846 Tracker StepLimiter
+ 12 -0.00374 0.0122 -1.99e+03 1e+06 0.0189 100 946 Tracker StepLimiter
+ 13 -0.00398 0.0129 -1.97e+03 1e+06 0.00349 26.1 972 Tracker muIoni
+ 14 -0.00424 0.0136 -1.94e+03 1e+06 0.00698 27.3 1e+03 Tracker muIoni
+ 15 -0.00497 0.0158 -1.86e+03 1e+06 0.0172 78.7 1.08e+03 Tracker muIoni
+ 16 -0.00579 0.0181 -1.78e+03 1e+06 0.0186 86.5 1.16e+03 Tracker muIoni
+ 17 -0.00649 0.0202 -1.7e+03 1e+06 0.0162 75.2 1.24e+03 Chamber Transportation
+ 18 -0.00662 0.0206 -1.69e+03 1e+06 0.0156 14.3 1.25e+03 Chamber muIoni
+ 19 -0.00711 0.0221 -1.63e+03 1e+06 0.0449 54 1.31e+03 Chamber muIoni
+ 20 -0.00728 0.0226 -1.61e+03 1e+06 0.0127 19 1.33e+03 Chamber muIoni
+ 21 -0.0077 0.0238 -1.57e+03 1e+06 0.0327 41.7 1.37e+03 Chamber muIoni
+ 22 -0.00772 0.0239 -1.57e+03 1e+06 0.00188 2.1 1.37e+03 Chamber muIoni
+ 23 -0.00785 0.0243 -1.56e+03 1e+06 0.00611 12.3 1.38e+03 Chamber muIoni
+ 24 -0.00805 0.0248 -1.54e+03 1e+06 0.0154 19 1.4e+03 Chamber muIoni
+ 25 -0.00823 0.0253 -1.52e+03 1e+06 0.00921 17.8 1.42e+03 Chamber muIoni
+ 26 -0.00843 0.0259 -1.5e+03 1e+06 0.0138 19.7 1.44e+03 Tracker Transportation
+ 27 -0.00871 0.0267 -1.47e+03 1e+06 0.00718 27.3 1.47e+03 Tracker muIoni
+ 28 -0.00872 0.0267 -1.47e+03 1e+06 0 0.463 1.47e+03 Tracker muIoni
+ 29 -0.00973 0.0297 -1.37e+03 1e+06 0.017 100 1.57e+03 Tracker StepLimiter
+ 30 -0.0105 0.032 -1.29e+03 1e+06 0.0177 78.9 1.65e+03 Tracker muIoni
+ 31 -0.0115 0.035 -1.19e+03 1e+06 0.0169 100 1.75e+03 Tracker StepLimiter
+ 32 -0.0119 0.0361 -1.16e+03 1e+06 0.00913 35.5 1.78e+03 Tracker muIoni
+ 33 -0.0129 0.0391 -1.06e+03 1e+06 0.0209 100 1.88e+03 Tracker StepLimiter
+ 34 -0.0139 0.042 -958 1e+06 0.0196 100 1.98e+03 Tracker StepLimiter
+ 35 -0.0145 0.0438 -900 1e+06 0.0122 57.8 2.04e+03 Chamber Transportation
+ 36 -0.0146 0.044 -893 1e+06 0.00209 7.13 2.05e+03 Chamber muIoni
+ 37 -0.0149 0.0449 -864 1e+06 0.0549 28.8 2.08e+03 Chamber muIoni
+ 38 -0.0149 0.0449 -863 1e+06 0.00089 1.53 2.08e+03 Chamber muIoni
+ 39 -0.0151 0.0454 -847 1e+06 0.0175 16 2.09e+03 Chamber muIoni
+ 40 -0.0151 0.0456 -840 1e+06 0.00715 6.64 2.1e+03 Chamber muIoni
+ 41 -0.0159 0.0479 -762 1e+06 0.0423 78.1 2.18e+03 Chamber muIoni
+ 42 -0.0164 0.0493 -712 1e+06 0.036 49.7 2.23e+03 Chamber muIoni
+ 43 -0.0165 0.0495 -705 1e+06 0.0071 7.11 2.24e+03 Chamber muIoni
+ 44 -0.0165 0.0496 -700 1e+06 0.00207 4.94 2.24e+03 Tracker Transportation
+ 45 -0.0176 0.0525 -600 1e+06 0.0225 100 2.34e+03 Tracker StepLimiter
+ 46 -0.018 0.0536 -557 1e+06 0.00744 42.5 2.38e+03 Tracker muIoni
+ 47 -0.0184 0.0546 -524 1e+06 0.00756 33.5 2.42e+03 Tracker muIoni
+ 48 -0.0184 0.0546 -524 1e+06 0 0.181 2.42e+03 Tracker muIoni
+ 49 -0.0188 0.0555 -490 1e+06 0.00521 33.9 2.45e+03 Tracker muIoni
+ 50 -0.0197 0.0578 -409 1e+06 0.0135 80.9 2.53e+03 Tracker muIoni
+ 51 -0.0208 0.0606 -309 1e+06 0.0209 100 2.63e+03 Tracker StepLimiter
+ 52 -0.0215 0.0623 -246 1e+06 0.0109 62.7 2.69e+03 Tracker muIoni
+ 53 -0.0223 0.0645 -167 1e+06 0.0132 78.9 2.77e+03 Tracker muIoni
+ 54 -0.0231 0.0664 -100 1e+06 0.0116 67.4 2.84e+03 Chamber Transportation
+ 55 -0.0236 0.0676 -56.4 1e+06 0.037 43.6 2.88e+03 Chamber muIoni
+ 56 -0.0236 0.0677 -53.7 1e+06 0.00107 2.76 2.89e+03 Chamber muIoni
+ 57 -0.0242 0.0691 1.06 1e+06 0.033 54.7 2.94e+03 Chamber muIoni
+ 58 -0.0245 0.0698 24.5 1e+06 0.0227 23.4 2.96e+03 Chamber muIoni
+ 59 -0.0245 0.0698 28 1e+06 0.00152 3.49 2.97e+03 Chamber muIoni
+ 60 -0.0245 0.0699 28.9 1e+06 0.00126 0.944 2.97e+03 Chamber muIoni
+ 61 -0.0253 0.0717 95.1 1e+06 0.0518 66.2 3.04e+03 Chamber muIoni
+ 62 -0.0253 0.0718 100 1e+06 0.0037 4.92 3.04e+03 Tracker Transportation
+ 63 -0.026 0.0739 178 1e+06 0.0167 77.9 3.12e+03 Tracker muIoni
+ 64 -0.0268 0.0766 278 1e+06 0.0215 100 3.22e+03 Tracker StepLimiter
+ 65 -0.0274 0.0787 354 1e+06 0.017 76.4 3.29e+03 Tracker muIoni
+ 66 -0.0282 0.0814 454 1e+06 0.0196 100 3.39e+03 Tracker StepLimiter
+ 67 -0.0288 0.0835 530 1e+06 0.0139 76 3.47e+03 Tracker muIoni
+ 68 -0.0296 0.0863 630 1e+06 0.0216 100 3.57e+03 Tracker StepLimiter
+ 69 -0.0297 0.0869 651 1e+06 0.00517 20.5 3.59e+03 Tracker muIoni
+ 70 -0.03 0.088 692 1e+06 0.00683 40.7 3.63e+03 Tracker muIoni
+ 71 -0.03 0.088 692 1e+06 0 0.146 3.63e+03 Tracker muIoni
+ 72 -0.0301 0.0882 700 1e+06 0.00217 8.34 3.64e+03 Chamber Transportation
+ 73 -0.0308 0.0907 792 1e+06 0.0627 92.2 3.73e+03 Chamber muIoni
+ 74 -0.0314 0.0925 856 1e+06 0.0367 63.9 3.8e+03 Chamber muIoni
+ 75 -0.0316 0.093 873 1e+06 0.0112 16.5 3.81e+03 Chamber muIoni
+ 76 -0.0318 0.0935 887 1e+06 0.0142 14.5 3.83e+03 Chamber muIoni
+ 77 -0.0319 0.0938 900 1e+06 0.00986 12.8 3.84e+03 Tracker Transportation
+ 78 -0.0319 0.0938 900 1e+06 3.91e-05 0.429 3.84e+03 Tracker muIoni
+ 79 -0.033 0.0968 1e+03 1e+06 0.0235 100 3.94e+03 Tracker StepLimiter
+ 80 -0.0336 0.0982 1.05e+03 1e+06 0.00639 48.9 3.99e+03 Tracker muIoni
+ 81 -0.034 0.0994 1.09e+03 1e+06 0.012 38.8 4.03e+03 Tracker muIoni
+ 82 -0.0348 0.101 1.15e+03 1e+06 0.0154 64.1 4.09e+03 Tracker muIoni
+ 83 -0.0355 0.103 1.22e+03 1e+06 0.00927 64.6 4.16e+03 Tracker muIoni
+ 84 -0.0363 0.105 1.29e+03 1e+06 0.0145 68.9 4.23e+03 Tracker muIoni
+ 85 -0.0374 0.108 1.39e+03 1e+06 0.0234 100 4.33e+03 Tracker StepLimiter
+ 86 -0.0375 0.108 1.39e+03 1e+06 0.00116 5.28 4.33e+03 Tracker muIoni
+ 87 -0.0386 0.111 1.49e+03 1e+06 0.0187 100 4.43e+03 Tracker StepLimiter
+ 88 -0.0387 0.111 1.5e+03 1e+06 0.00259 9.12 4.44e+03 Chamber Transportation
+ 89 -0.0393 0.113 1.55e+03 1e+06 0.0304 48.7 4.49e+03 Chamber muIoni
+ 90 -0.0395 0.113 1.56e+03 1e+06 0.00786 14.5 4.5e+03 Chamber muIoni
+ 91 -0.0403 0.115 1.63e+03 1e+06 0.0549 70.8 4.57e+03 Chamber muIoni
+ 92 -0.0408 0.116 1.67e+03 1e+06 0.0307 37.4 4.61e+03 Chamber muIoni
+ 93 -0.0412 0.117 1.7e+03 1e+06 0.0168 28.6 4.64e+03 Tracker Transportation
+ 94 -0.0424 0.12 1.8e+03 1e+06 0.0193 100 4.74e+03 Tracker StepLimiter
+ 95 -0.0429 0.121 1.84e+03 1e+06 0.00459 37 4.78e+03 Tracker muIoni
+ 96 -0.0434 0.123 1.88e+03 1e+06 0.0106 40.6 4.82e+03 Tracker muIoni
+ 97 -0.0435 0.123 1.89e+03 1e+06 0.00333 12.9 4.83e+03 Tracker muIoni
+ 98 -0.0437 0.124 1.91e+03 1e+06 0.00201 16 4.85e+03 Tracker muIoni
+ 99 -0.044 0.124 1.93e+03 1e+06 0.00348 18.8 4.87e+03 Tracker muIoni
+ 100 -0.0451 0.127 2.02e+03 1e+06 0.0155 94.3 4.96e+03 Tracker muIoni
+ 101 -0.0452 0.127 2.03e+03 1e+06 0.00254 8.74 4.97e+03 Tracker muIoni
+ 102 -0.0454 0.127 2.04e+03 1e+06 0.00199 10 4.98e+03 Tracker muIoni
+ 103 -0.0459 0.129 2.08e+03 1e+06 0.00941 40.8 5.02e+03 Tracker muIoni
+ 104 -0.0466 0.13 2.14e+03 1e+06 0.0134 58.4 5.08e+03 Tracker muIoni
+ 105 -0.0478 0.133 2.23e+03 1e+06 0.0199 94.2 5.17e+03 Tracker muIoni
+ 106 -0.0479 0.134 2.24e+03 1e+06 0.00356 12.8 5.18e+03 Tracker muIoni
+ 107 -0.0481 0.134 2.26e+03 1e+06 0.00186 18.1 5.2e+03 Tracker muIoni
+ 108 -0.0491 0.137 2.34e+03 1e+06 0.0177 78.3 5.28e+03 Tracker muIoni
+ 109 -0.0498 0.138 2.4e+03 1e+06 0.013 59.1 5.34e+03 World Transportation
+ 110 -0.0502 0.139 2.44e+03 1e+06 0.00558 35.1 5.38e+03 World muIoni
+ 111 -0.0505 0.14 2.46e+03 1e+06 0.00451 24.8 5.4e+03 World muIoni
+ 112 -0.0506 0.14 2.46e+03 1e+06 0.000752 4.07 5.4e+03 World muIoni
+ 113 -0.0513 0.142 2.52e+03 1e+06 0.00815 58.7 5.46e+03 World muIoni
+ 114 -0.0529 0.146 2.65e+03 1e+06 0.0232 128 5.59e+03 World muIoni
+ 115 -0.053 0.146 2.66e+03 1e+06 0.000884 10.4 5.6e+03 World muIoni
+ 116 -0.0534 0.147 2.69e+03 1e+06 0.00792 33.4 5.63e+03 World muIoni
+ 117 -0.0542 0.149 2.76e+03 1e+06 0.0108 66 5.7e+03 World muIoni
+ 118 -0.0547 0.151 2.8e+03 1e+06 0.0086 42.8 5.74e+03 World muIoni
+ 119 -0.0548 0.151 2.81e+03 1e+06 0.00212 11 5.75e+03 World muIoni
+ 120 -0.0559 0.154 2.91e+03 1e+06 0.017 92.1 5.85e+03 World muIoni
+ 121 -0.0559 0.154 2.91e+03 1e+06 6.06e-06 0.0306 5.85e+03 World muIoni
+ 122 -0.0563 0.155 2.94e+03 1e+06 0.00761 33.3 5.88e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0559 0.154 2.91e+03 0.00175 0 0 0 World initStep
+ 1 -0.101 0.12 2.91e+03 0 0.00175 0.132 0.132 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0559 0.154 2.91e+03 0.00245 0 0 0 World initStep
+ 1 -0.082 0.249 2.91e+03 0 0.00245 0.225 0.225 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0548 0.151 2.81e+03 0.00285 0 0 0 World initStep
+ 1 -0.0503 0.279 2.81e+03 0 0.00285 0.289 0.289 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0547 0.151 2.8e+03 0.00471 0 0 0 World initStep
+ 1 -0.0932 0.443 2.8e+03 0 0.00471 0.534 0.534 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0542 0.149 2.76e+03 0.00138 0 0 0 World initStep
+ 1 -0.0361 0.183 2.76e+03 0 0.00138 0.0914 0.0914 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0534 0.147 2.69e+03 0.00116 0 0 0 World initStep
+ 1 -0.0562 0.176 2.69e+03 0 0.00116 0.071 0.071 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.053 0.146 2.66e+03 0.00111 0 0 0 World initStep
+ 1 -0.0801 0.149 2.66e+03 0 0.00111 0.0664 0.0664 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0529 0.146 2.65e+03 0.00259 0 0 0 World initStep
+ 1 -0.134 0.219 2.65e+03 0 0.00259 0.247 0.247 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0513 0.142 2.52e+03 0.00304 0 0 0 World initStep
+ 1 -0.188 0.185 2.52e+03 0 0.00304 0.322 0.322 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0506 0.14 2.46e+03 0.00143 0 0 0 World initStep
+ 1 -0.0912 0.14 2.46e+03 0 0.00143 0.0962 0.0962 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0505 0.14 2.46e+03 0.0226 0 0 0 World initStep
+ 1 -0.75 -2.86 2.46e+03 0.0178 0.00477 3.91 3.91 World eIoni
+ 2 -1.29 -4.31 2.46e+03 0.012 0.00443 2.28 6.19 World eIoni
+ 3 -1.29 -5.59 2.46e+03 0.00648 0.00427 1.8 8 World eIoni
+ 4 -0.978 -5.51 2.46e+03 0.00446 0.000547 0.422 8.42 World eIoni
+ 5 -0.827 -5.73 2.46e+03 0 0.00446 0.626 9.04 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 82
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.978 -5.51 2.46e+03 0.00147 0 0 0 World initStep
+ 1 -0.946 -5.48 2.46e+03 0 0.00147 0.101 0.101 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 82
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.29 -5.59 2.46e+03 0.00127 0 0 0 World initStep
+ 1 -1.29 -5.62 2.46e+03 0 0.00127 0.0812 0.0812 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 82
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.29 -4.31 2.46e+03 0.00139 0 0 0 World initStep
+ 1 -1.26 -4.31 2.46e+03 0 0.00139 0.0926 0.0926 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0502 0.139 2.44e+03 0.00106 0 0 0 World initStep
+ 1 -0.0683 0.122 2.44e+03 0 0.00106 0.0618 0.0618 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0491 0.137 2.34e+03 0.00159 0 0 0 Tracker initStep
+ 1 -0.0773 0.176 2.34e+03 0 0.00159 0.113 0.113 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0481 0.134 2.26e+03 0.0026 0 0 0 Tracker initStep
+ 1 -0.095 0.0353 2.26e+03 0 0.0026 0.248 0.248 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0479 0.134 2.24e+03 0.00166 0 0 0 Tracker initStep
+ 1 -0.0977 0.148 2.24e+03 0 0.00166 0.121 0.121 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0478 0.133 2.23e+03 0.00339 0 0 0 Tracker initStep
+ 1 0.115 0.188 2.23e+03 0 0.00339 0.388 0.388 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0466 0.13 2.14e+03 0.00119 0 0 0 Tracker initStep
+ 1 -0.0746 0.118 2.14e+03 0 0.00119 0.0737 0.0737 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0459 0.129 2.08e+03 0.0029 0 0 0 Tracker initStep
+ 1 -0.0382 0.26 2.08e+03 0 0.0029 0.298 0.298 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.329 0.0905 2.84e+03 0.00112 0 0 0 World initStep
- 1 0.301 0.0889 2.84e+03 0 0.00112 0.0675 0.0675 World eIoni
+ 0 -0.0454 0.127 2.04e+03 0.0043 0 0 0 Tracker initStep
+ 1 -0.25 -0.00818 2.04e+03 0.00137 0.00293 0.419 0.419 Tracker eIoni
+ 2 -0.274 0.0218 2.04e+03 0 0.00137 0.0909 0.51 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.322 0.0887 2.74e+03 0.0026 0 0 0 World initStep
- 1 0.376 0.184 2.74e+03 0 0.0026 0.247 0.247 World eIoni
+ 0 -0.0452 0.127 2.03e+03 0.00176 0 0 0 Tracker initStep
+ 1 -0.0721 0.177 2.03e+03 0 0.00176 0.132 0.132 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.311 0.0854 2.55e+03 0.00245 0 0 0 World initStep
- 1 0.237 0.0208 2.55e+03 0 0.00245 0.224 0.224 World eIoni
+ 0 -0.0451 0.127 2.02e+03 0.00191 0 0 0 Tracker initStep
+ 1 0.0194 0.135 2.02e+03 0 0.00191 0.15 0.15 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.308 0.0846 2.51e+03 0.00191 0 0 0 World initStep
- 1 0.369 0.062 2.51e+03 0 0.00191 0.15 0.15 World eIoni
+ 0 -0.044 0.124 1.93e+03 0.00107 0 0 0 Tracker initStep
+ 1 -0.047 0.0986 1.93e+03 0 0.00107 0.0628 0.0628 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.308 0.0845 2.5e+03 0.00208 0 0 0 World initStep
- 1 0.248 0.039 2.5e+03 0 0.00208 0.173 0.173 World eIoni
+ 0 -0.0437 0.124 1.91e+03 0.00126 0 0 0 Tracker initStep
+ 1 -0.0766 0.119 1.91e+03 0 0.00126 0.0796 0.0796 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.277 0.0754 1.98e+03 0.0251 0 0 0 Tracker initStep
- 1 -0.217 -3.18 1.98e+03 0.0192 0.00492 4.05 4.05 Tracker eIoni
- 2 0.133 -5.37 1.99e+03 0.0154 0.00378 3.26 7.31 Tracker eIoni
- 3 -0.706 -7.02 1.99e+03 0.00894 0.00357 2.54 9.85 Tracker eIoni
- 4 -0.0337 -7.32 1.99e+03 0.00235 0.0066 1.67 11.5 Tracker eIoni
- 5 -0.052 -7.36 1.99e+03 0 0.00235 0.209 11.7 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 69
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.706 -7.02 1.99e+03 0.00286 0 0 0 Tracker initStep
- 1 -0.686 -6.9 1.99e+03 0.00106 0.0018 0.273 0.273 Tracker eIoni
- 2 -0.667 -6.91 1.99e+03 0 0.00106 0.0622 0.335 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 69
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.217 -3.18 1.98e+03 0.00103 0 0 0 Tracker initStep
- 1 -0.234 -3.19 1.98e+03 0 0.00103 0.0598 0.0598 Tracker eIoni
+ 0 -0.0435 0.123 1.89e+03 0.00152 0 0 0 Tracker initStep
+ 1 -0.0103 0.153 1.89e+03 0 0.00152 0.106 0.106 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.276 0.0754 1.98e+03 0.001 0 0 0 Tracker initStep
- 1 0.266 0.0547 1.98e+03 0 0.001 0.0571 0.0571 Tracker eIoni
+ 0 -0.0434 0.123 1.88e+03 0.00386 0 0 0 Tracker initStep
+ 1 -0.194 0.277 1.88e+03 0 0.00386 0.485 0.485 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.273 0.0743 1.92e+03 0.00119 0 0 0 Tracker initStep
- 1 0.246 0.06 1.92e+03 0 0.00119 0.0734 0.0734 Tracker eIoni
+ 0 -0.0429 0.121 1.84e+03 0.0275 0 0 0 Tracker initStep
+ 1 0.753 -0.388 1.84e+03 0.0268 0.000754 0.995 0.995 Tracker eIoni
+ 2 3.43 2.45 1.84e+03 0.0227 0.00405 4.8 5.79 Tracker eIoni
+ 3 5.51 4.54 1.84e+03 0.0186 0.00417 3.94 9.73 Tracker eIoni
+ 4 3.46 4.01 1.84e+03 0.0156 0.00291 3.16 12.9 Tracker eIoni
+ 5 3.38 3.79 1.84e+03 0.011 0.00465 2.68 15.6 Tracker eIoni
+ 6 3.89 3.71 1.84e+03 0.00992 0.00107 0.807 16.4 Tracker eIoni
+ 7 4.78 3.13 1.84e+03 0.008 0.00192 1.82 18.2 Tracker eIoni
+ 8 5.14 2.8 1.84e+03 0.00411 0.00389 1.51 19.7 Tracker eIoni
+ 9 5.09 3.02 1.84e+03 0 0.00411 0.543 20.2 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.264 0.0719 1.78e+03 0.00408 0 0 0 Tracker initStep
- 1 0.301 -0.164 1.78e+03 0 0.00408 0.536 0.536 Tracker eIoni
+ 0 -0.0408 0.116 1.67e+03 0.00318 0 0 0 Chamber initStep
+ 1 -0.0216 0.1 1.67e+03 0 0.00318 0.198 0.198 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.257 0.0696 1.65e+03 0.00556 0 0 0 Chamber initStep
- 1 0.206 0.0481 1.65e+03 0 0.00556 0.466 0.466 Chamber eIoni
+ 0 -0.0403 0.115 1.63e+03 0.00832 0 0 0 Chamber initStep
+ 1 -0.00411 0.0238 1.63e+03 0.001 0.00732 0.871 0.871 Chamber eIoni
+ 2 -0.0053 0.0249 1.63e+03 0 0.001 0.0418 0.913 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.251 0.0679 1.56e+03 0.00214 0 0 0 Chamber initStep
- 1 0.244 0.0807 1.56e+03 0 0.00214 0.114 0.114 Chamber eIoni
+ 0 -0.0395 0.113 1.56e+03 0.00299 0 0 0 Chamber initStep
+ 1 -0.0518 0.0937 1.56e+03 0 0.00299 0.181 0.181 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.237 0.0633 1.33e+03 0.00276 0 0 0 Tracker initStep
- 1 0.329 0.142 1.33e+03 0 0.00276 0.273 0.273 Tracker eIoni
+ 0 -0.0393 0.113 1.55e+03 0.00156 0 0 0 Chamber initStep
+ 1 -0.0493 0.112 1.55e+03 0 0.00156 0.0743 0.0743 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.227 0.0602 1.17e+03 0.00458 0 0 0 Tracker initStep
- 1 0.508 0.137 1.17e+03 0 0.00458 0.655 0.655 Tracker eIoni
+ 0 -0.0375 0.108 1.39e+03 0.00107 0 0 0 Tracker initStep
+ 1 -0.0181 0.125 1.39e+03 0 0.00107 0.0626 0.0626 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.219 0.0577 1.04e+03 0.00302 0 0 0 Tracker initStep
- 1 0.147 -0.0641 1.04e+03 0 0.00302 0.319 0.319 Tracker eIoni
+ 0 -0.0363 0.105 1.29e+03 0.0104 0 0 0 Tracker initStep
+ 1 0.487 1.14 1.29e+03 0.00523 0.00519 1.9 1.9 Tracker eIoni
+ 2 0.754 1.35 1.29e+03 0.00275 0.00248 0.605 2.5 Tracker eIoni
+ 3 0.64 1.31 1.29e+03 0 0.00275 0.273 2.78 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.219 0.0577 1.04e+03 0.00587 0 0 0 Tracker initStep
- 1 -0.234 0.049 1.04e+03 0 0.00587 1.02 1.02 Tracker eIoni
+ 0 -0.0355 0.103 1.22e+03 0.0014 0 0 0 Tracker initStep
+ 1 -0.0557 0.0692 1.22e+03 0 0.0014 0.0937 0.0937 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.214 0.056 957 0.00148 0 0 0 Tracker initStep
- 1 0.253 0.0744 957 0 0.00148 0.102 0.102 Tracker eIoni
+ 0 -0.0348 0.101 1.15e+03 0.01 0 0 0 Tracker initStep
+ 1 -0.593 -0.846 1.15e+03 0.00519 0.00486 1.84 1.84 Tracker eIoni
+ 2 -0.595 -0.918 1.15e+03 0.00492 0.000267 0.12 1.96 Tracker eIoni
+ 3 -0.512 -1.08 1.15e+03 0 0.00492 0.744 2.71 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.213 0.0556 939 0.00228 0 0 0 Tracker initStep
- 1 0.134 0.0177 939 0 0.00228 0.2 0.2 Tracker eIoni
+ 0 -0.034 0.0994 1.09e+03 0.00218 0 0 0 Tracker initStep
+ 1 -0.106 0.135 1.09e+03 0 0.00218 0.185 0.185 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.209 0.0544 880 0.00363 0 0 0 Chamber initStep
- 1 0.208 0.0246 880 0 0.00363 0.24 0.24 Chamber eIoni
+ 0 -0.0336 0.0982 1.05e+03 0.00137 0 0 0 Tracker initStep
+ 1 -0.00504 0.0729 1.05e+03 0 0.00137 0.0906 0.0906 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.202 0.0523 771 0.00236 0 0 0 Chamber initStep
- 1 0.219 0.0545 771 0 0.00236 0.13 0.13 Chamber eIoni
+ 0 -0.0319 0.0938 900 0.00381 0 0 0 Tracker initStep
+ 1 -0.203 -0.0077 900 0.002 0.0018 0.289 0.289 Tracker msc
+ 2 -0.232 -0.0667 900 0 0.002 0.162 0.452 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.199 0.0512 711 0.00338 0 0 0 Chamber initStep
- 1 0.2 0.024 711 0 0.00338 0.216 0.216 Chamber eIoni
+ 0 -0.0318 0.0935 887 0.00258 0 0 0 Chamber initStep
+ 1 -0.0144 0.101 887 0 0.00258 0.148 0.148 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.198 0.051 703 0.00144 0 0 0 Chamber initStep
- 1 0.197 0.0601 703 0 0.00144 0.0665 0.0665 Chamber eIoni
+ 0 -0.0316 0.093 873 0.00163 0 0 0 Chamber initStep
+ 1 -0.0397 0.0863 873 0 0.00163 0.0789 0.0789 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.181 0.046 433 0.00105 0 0 0 Tracker initStep
- 1 0.178 0.0708 433 0 0.00105 0.0614 0.0614 Tracker eIoni
+ 0 -0.0314 0.0925 856 0.0132 0 0 0 Chamber initStep
+ 1 0.153 0.179 856 0.00384 0.00941 1.59 1.59 Chamber eIoni
+ 2 0.14 0.161 856 0 0.00384 0.261 1.85 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.177 0.0448 367 0.00107 0 0 0 Tracker initStep
- 1 0.184 0.0201 367 0 0.00107 0.0626 0.0626 Tracker eIoni
+ 0 -0.0308 0.0907 792 0.00266 0 0 0 Chamber initStep
+ 1 -0.0432 0.0753 792 0 0.00266 0.154 0.154 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.172 0.0433 285 0.00249 0 0 0 Tracker initStep
- 1 0.249 -0.022 285 0 0.00249 0.23 0.23 Tracker eIoni
+ 0 -0.03 0.088 692 0.00215 0 0 0 Tracker initStep
+ 1 -0.0717 0.156 692 0 0.00215 0.182 0.182 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.169 0.0425 245 0.00224 0 0 0 Tracker initStep
- 1 0.244 0.00157 245 0 0.00224 0.194 0.194 Tracker eIoni
+ 0 -0.03 0.088 692 0.00156 0 0 0 Tracker initStep
+ 1 0.00997 0.0631 692 0 0.00156 0.111 0.111 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.167 0.0418 207 0.00495 0 0 0 Tracker initStep
- 1 0.343 -0.0149 207 0.00249 0.000754 0.227 0.227 Tracker eIoni
- 2 0.32 0.0828 207 0 0.00249 0.23 0.457 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 49
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.343 -0.0149 207 0.00171 0 0 0 Tracker initStep
- 1 0.392 -0.00065 207 0 0.00171 0.126 0.126 Tracker eIoni
+ 0 -0.0297 0.0869 651 0.00112 0 0 0 Tracker initStep
+ 1 -0.0447 0.11 651 0 0.00112 0.0672 0.0672 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.165 0.0413 178 0.0011 0 0 0 Tracker initStep
- 1 0.146 0.0599 178 0 0.0011 0.0653 0.0653 Tracker eIoni
+ 0 -0.0288 0.0835 530 0.00108 0 0 0 Tracker initStep
+ 1 -0.0236 0.0578 530 0 0.00108 0.0641 0.0641 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.152 0.0377 -27.1 0.00179 0 0 0 Chamber initStep
- 1 0.141 0.0391 -27.1 0 0.00179 0.0896 0.0896 Chamber eIoni
+ 0 -0.0274 0.0787 354 0.157 0 0 0 Tracker initStep
+ 1 -1.97 -6.57 358 0.149 0.00538 7.87 7.87 Tracker eIoni
+ 2 -3.07 -61 386 0.134 0.0147 70.7 78.6 Tracker eIoni
+ 3 -5.35 -60.9 385 0.134 0.000334 2.97 81.6 Tracker eIoni
+ 4 -14.6 -59.6 373 0.126 0.00584 15.1 96.7 Tracker eIoni
+ 5 -46.1 -73.5 340 0.11 0.0147 50.2 147 Tracker eIoni
+ 6 -45.7 -92.5 314 0.0994 0.00951 34.5 181 Tracker eIoni
+ 7 -51.3 -122 298 0.0863 0.0131 36.1 218 Tracker eIoni
+ 8 -51.3 -122 297 0.0814 7.09e-05 0.0356 218 Tracker eIoni
+ 9 -54.9 -131 292 0.0746 0.00401 11.6 229 Tracker eIoni
+ 10 -61.5 -149 291 0.0678 0.00681 22.4 252 Tracker eIoni
+ 11 -62.9 -142 293 0.0346 0.00266 8.13 260 Tracker eIoni
+ 12 -65.1 -139 291 0.0302 0.00335 4.76 265 Tracker eIoni
+ 13 -66.4 -138 290 0.029 0.00124 2.57 267 Tracker eIoni
+ 14 -69.9 -137 287 0.025 0.004 5.3 272 Tracker eIoni
+ 15 -68.5 -136 287 0.0224 0.00153 1.82 274 Tracker eIoni
+ 16 -65.5 -136 286 0.0187 0.00365 3.87 278 Tracker eIoni
+ 17 -64.2 -136 284 0.0167 0.00204 3.19 281 Tracker eIoni
+ 18 -66.2 -135 284 0.0128 0.00264 2.7 284 Tracker eIoni
+ 19 -66.4 -135 284 0.0111 0.000352 0.282 284 Tracker eIoni
+ 20 -67.2 -134 284 0.00641 0.00472 2 286 Tracker eIoni
+ 21 -67.6 -135 284 0 0.00641 1.17 287 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 47
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -66.4 -135 284 0.00127 0 0 0 Tracker initStep
+ 1 -66.5 -135 284 0 0.00127 0.0807 0.0807 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 47
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -66.2 -135 284 0.00129 0 0 0 Tracker initStep
+ 1 -66.2 -135 284 0 0.00129 0.0829 0.0829 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 47
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -68.5 -136 287 0.00106 0 0 0 Tracker initStep
+ 1 -68.5 -136 287 0 0.00106 0.0618 0.0618 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 47
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -65.1 -139 291 0.00103 0 0 0 Tracker initStep
+ 1 -65.1 -139 291 0 0.00103 0.0592 0.0592 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 47
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -62.9 -142 293 0.0306 0 0 0 Tracker initStep
+ 1 -60.8 -141 293 0.0267 0.00285 2.74 2.74 Tracker eIoni
+ 2 -57.1 -140 291 0.0223 0.00442 4.77 7.51 Tracker eIoni
+ 3 -55.4 -138 293 0.0188 0.00347 3.84 11.4 Tracker eIoni
+ 4 -53.8 -137 294 0.0162 0.00258 3.2 14.6 Tracker eIoni
+ 5 -52 -136 295 0.0123 0.0039 2.77 17.3 Tracker eIoni
+ 6 -51 -136 295 0.00705 0.0041 1.23 18.6 Tracker eIoni
+ 7 -50.5 -137 295 0.00223 0.00482 1.32 19.9 Tracker eIoni
+ 8 -50.5 -137 295 0 0.00223 0.192 20.1 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 102
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -51 -136 295 0.00116 0 0 0 Tracker initStep
+ 1 -51 -136 295 0 0.00116 0.0709 0.0709 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 102
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -60.8 -141 293 0.00108 0 0 0 Tracker initStep
+ 1 -60.8 -141 293 0 0.00108 0.0635 0.0635 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 47
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -54.9 -131 292 0.00276 0 0 0 Tracker initStep
+ 1 -54.9 -131 292 0 0.00276 0.274 0.274 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 47
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -51.3 -122 297 0.00481 0 0 0 Tracker initStep
+ 1 -51.6 -122 298 0 0.00481 0.715 0.715 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 47
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -45.7 -92.5 314 0.00119 0 0 0 Tracker initStep
+ 1 -45.7 -92.5 314 0 0.00119 0.0734 0.0734 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 47
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -46.1 -73.5 340 0.0012 0 0 0 Tracker initStep
+ 1 -46.1 -73.5 340 0 0.0012 0.074 0.074 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 47
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -14.6 -59.6 373 0.00191 0 0 0 Tracker initStep
+ 1 -14.6 -59.6 373 0 0.00191 0.151 0.151 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 47
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.97 -6.57 358 0.00257 0 0 0 Tracker initStep
+ 1 -2.04 -6.61 358 0 0.00257 0.243 0.243 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.152 0.0375 -38.1 0.00459 0 0 0 Chamber initStep
- 1 0.192 0.0282 -38.1 0 0.00459 0.344 0.344 Chamber eIoni
+ 0 -0.026 0.0739 178 0.00126 0 0 0 Tracker initStep
+ 1 0.00458 0.0608 178 0 0.00126 0.0797 0.0797 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.151 0.0374 -48.5 0.00389 0 0 0 Chamber initStep
- 1 0.132 0.0237 -48.5 0.00188 0.000487 0.0387 0.0387 Chamber eIoni
- 2 0.125 0.0151 -48.5 0 0.00188 0.0954 0.134 Chamber eIoni
+ 0 -0.0253 0.0717 95.1 4.35 0 0 0 Chamber initStep
+ 1 -2.32 -0.575 100 4.34 0.00132 5.47 5.47 Tracker Transportation
+ 2 -47.4 -14.8 188 4.33 0.0148 100 105 Tracker StepLimiter
+ 3 -69.7 -21.5 229 4.32 0.00548 46.9 152 Tracker eIoni
+ 4 -88.2 -27.4 260 4.31 0.00585 37.1 189 Tracker eIoni
+ 5 -126 -40.8 328 4.3 0.0114 78.5 268 Tracker eIoni
+ 6 -176 -61.2 412 4.29 0.0142 100 368 Tracker StepLimiter
+ 7 -228 -82.6 495 4.27 0.0124 100 468 Tracker StepLimiter
+ 8 -274 -107 572 4.26 0.0163 93.5 561 Tracker eIoni
+ 9 -301 -119 614 4.25 0.0053 51.6 613 Tracker eIoni
+ 10 -353 -139 697 4.24 0.0116 100 713 Tracker StepLimiter
+ 11 -354 -140 700 4.24 0.000206 3.03 716 Chamber Transportation
+ 12 -373 -145 741 4.21 0.0213 45.6 762 Chamber eIoni
+ 13 -373 -145 741 4.18 0 0.0385 762 Chamber eIoni
+ 14 -383 -149 757 4.15 0.0131 19.1 781 Chamber eIoni
+ 15 -413 -160 820 4.12 0.0345 70.7 851 Chamber eIoni
+ 16 -442 -170 864 4.08 0.0293 54.6 906 Chamber eIoni
+ 17 -444 -171 870 4.07 0.0029 6.47 912 Chamber eIoni
+ 18 -446 -172 875 4.07 0.0013 5.06 918 Chamber eIoni
+ 19 -448 -173 881 4.06 0.00098 6.23 924 Chamber eIoni
+ 20 -455 -176 900 4.05 0.0109 21.2 945 Tracker Transportation
+ 21 -469 -183 938 4.04 0.00429 40.9 986 Tracker eIoni
+ 22 -503 -191 1.03e+03 4.03 0.0116 100 1.09e+03 Tracker StepLimiter
+ 23 -528 -199 1.13e+03 4.01 0.0133 100 1.19e+03 Tracker StepLimiter
+ 24 -552 -212 1.22e+03 4 0.013 100 1.29e+03 Tracker StepLimiter
+ 25 -574 -223 1.31e+03 3.99 0.0135 86.4 1.37e+03 Tracker eIoni
+ 26 -595 -229 1.4e+03 3.97 0.0131 100 1.47e+03 Tracker StepLimiter
+ 27 -618 -240 1.5e+03 3.95 0.0186 99 1.57e+03 Chamber Transportation
+ 28 -664 -245 1.6e+03 3.85 0.0935 112 1.68e+03 Chamber eIoni
+ 29 -682 -255 1.64e+03 3.83 0.0142 41.1 1.72e+03 Chamber eIoni
+ 30 -721 -279 1.7e+03 3.79 0.0374 81.2 1.81e+03 Tracker Transportation
+ 31 -733 -281 1.72e+03 3.79 0.00162 21.6 1.83e+03 Tracker eIoni
+ 32 -753 -283 1.75e+03 3.78 0.00383 37.6 1.86e+03 Tracker eIoni
+ 33 -778 -285 1.79e+03 3.78 0.0055 44.1 1.91e+03 Tracker eIoni
+ 34 -780 -285 1.79e+03 3.77 0.00182 4.16 1.91e+03 Tracker eIoni
+ 35 -787 -284 1.8e+03 3.76 0.00118 12.9 1.93e+03 Tracker eIoni
+ 36 -795 -284 1.81e+03 3.76 0.00261 14.1 1.94e+03 Tracker eIoni
+ 37 -852 -275 1.89e+03 3.74 0.0145 100 2.04e+03 Tracker StepLimiter
+ 38 -906 -275 1.98e+03 3.73 0.011 100 2.14e+03 Tracker StepLimiter
+ 39 -952 -273 2.05e+03 3.72 0.00899 81.9 2.22e+03 Tracker eIoni
+ 40 -1.01e+03 -271 2.13e+03 3.71 0.0128 100 2.32e+03 Tracker StepLimiter
+ 41 -1.01e+03 -271 2.13e+03 3.71 2.08e-05 0.606 2.32e+03 Tracker eIoni
+ 42 -1.07e+03 -265 2.21e+03 3.69 0.0158 100 2.42e+03 Tracker StepLimiter
+ 43 -1.09e+03 -263 2.23e+03 2 0.00393 29.1 2.45e+03 Tracker eIoni
+ 44 -1.1e+03 -264 2.25e+03 1.99 0.00282 22.3 2.47e+03 Tracker eIoni
+ 45 -1.1e+03 -266 2.27e+03 1.99 0.0028 23.5 2.5e+03 Tracker eIoni
+ 46 -1.13e+03 -273 2.37e+03 1.98 0.0135 100 2.6e+03 Tracker StepLimiter
+ 47 -1.14e+03 -276 2.39e+03 1.97 0.00199 20.6 2.62e+03 Tracker eIoni
+ 48 -1.14e+03 -277 2.4e+03 1.96 0.00104 10.1 2.63e+03 Tracker eIoni
+ 49 -1.15e+03 -277 2.4e+03 1.96 0.000289 4.06 2.63e+03 World Transportation
+ 50 -1.16e+03 -278 2.43e+03 1.95 0.00315 32.5 2.66e+03 World eIoni
+ 51 -1.18e+03 -278 2.49e+03 1.94 0.00721 65.7 2.73e+03 World eIoni
+ 52 -1.2e+03 -285 2.61e+03 1.92 0.0163 126 2.86e+03 World eIoni
+ 53 -1.21e+03 -286 2.62e+03 1.92 0.00104 7.06 2.86e+03 World eIoni
+ 54 -1.3e+03 -337 2.83e+03 1.89 0.0329 233 3.1e+03 World eIoni
+ 55 -1.34e+03 -356 2.92e+03 1.87 0.0126 106 3.2e+03 World eIoni
+ 56 -1.35e+03 -362 2.94e+03 1.87 0.0028 20.1 3.22e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 45
+* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 45
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.132 0.0237 -48.5 0.00152 0 0 0 Chamber initStep
- 1 0.124 0.0274 -48.5 0 0.00152 0.0718 0.0718 Chamber eIoni
+ 0 -1.34e+03 -356 2.92e+03 0.00223 0 0 0 World initStep
+ 1 -1.34e+03 -356 2.92e+03 0.00138 0.00085 0.174 0.174 World eIoni
+ 2 -1.34e+03 -355 2.92e+03 0 0.00138 0.0914 0.266 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.3e+03 -337 2.83e+03 0.00198 0 0 0 World initStep
+ 1 -1.3e+03 -336 2.83e+03 0 0.00198 0.159 0.159 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.21e+03 -286 2.62e+03 0.00176 0 0 0 World initStep
+ 1 -1.21e+03 -286 2.62e+03 0 0.00176 0.132 0.132 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.2e+03 -285 2.61e+03 0.00311 0 0 0 World initStep
+ 1 -1.2e+03 -285 2.61e+03 0 0.00311 0.335 0.335 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.18e+03 -278 2.49e+03 0.00192 0 0 0 World initStep
+ 1 -1.18e+03 -278 2.49e+03 0 0.00192 0.152 0.152 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.16e+03 -278 2.43e+03 0.00183 0 0 0 World initStep
+ 1 -1.16e+03 -278 2.43e+03 0 0.00183 0.141 0.141 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.14e+03 -277 2.4e+03 0.0139 0 0 0 Tracker initStep
+ 1 -1.14e+03 -278 2.4e+03 0.0103 0.00229 1.26 1.26 Tracker eIoni
+ 2 -1.15e+03 -278 2.4e+03 0.00358 0.00677 1.89 3.14 Tracker eIoni
+ 3 -1.15e+03 -278 2.4e+03 0 0.00358 0.426 3.57 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 138
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.14e+03 -278 2.4e+03 0.0013 0 0 0 Tracker initStep
+ 1 -1.14e+03 -278 2.4e+03 0 0.0013 0.0837 0.0837 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.14e+03 -276 2.39e+03 0.00119 0 0 0 Tracker initStep
+ 1 -1.14e+03 -276 2.39e+03 0 0.00119 0.0736 0.0736 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.1e+03 -266 2.27e+03 0.00146 0 0 0 Tracker initStep
+ 1 -1.1e+03 -266 2.27e+03 0 0.00146 0.099 0.099 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.1e+03 -264 2.25e+03 0.00164 0 0 0 Tracker initStep
+ 1 -1.1e+03 -264 2.25e+03 0 0.00164 0.118 0.118 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.09e+03 -263 2.23e+03 1.69 0 0 0 Tracker initStep
+ 1 -1.11e+03 -259 2.24e+03 1.69 0.00297 24.3 24.3 Tracker eIoni
+ 2 -1.15e+03 -251 2.26e+03 1.68 0.00685 47.9 72.2 Tracker eIoni
+ 3 -1.24e+03 -234 2.3e+03 1.66 0.0181 100 172 Tracker StepLimiter
+ 4 -1.34e+03 -212 2.33e+03 1.64 0.017 100 272 Tracker StepLimiter
+ 5 -1.4e+03 -199 2.35e+03 1.63 0.0069 70.4 343 Tracker eIoni
+ 6 -1.42e+03 -196 2.35e+03 1.63 0.00135 16.9 360 Tracker eIoni
+ 7 -1.51e+03 -185 2.39e+03 1.61 0.0122 99.4 459 Tracker eIoni
+ 8 -1.53e+03 -187 2.4e+03 1.61 0.00266 27.8 487 World Transportation
+ 9 -1.56e+03 -188 2.4e+03 1.61 0.00239 21.2 508 World eIoni
+ 10 -1.79e+03 -173 2.48e+03 1.57 0.0356 247 755 World eIoni
+ 11 -1.81e+03 -176 2.49e+03 1.57 0.00177 26.8 781 World eIoni
+ 12 -1.88e+03 -182 2.5e+03 1.55 0.00924 65.9 847 World eIoni
+ 13 -1.93e+03 -188 2.52e+03 1.54 0.00751 55.4 903 World eIoni
+ 14 -2.07e+03 -188 2.59e+03 1.52 0.0217 153 1.06e+03 World eIoni
+ 15 -2.07e+03 -189 2.59e+03 1.48 0.00204 6.08 1.06e+03 World eIoni
+ 16 -2.25e+03 -186 2.64e+03 1.45 0.0273 180 1.24e+03 World eIoni
+ 17 -2.29e+03 -179 2.65e+03 1.44 0.00721 49.8 1.29e+03 World eIoni
+ 18 -2.55e+03 -133 2.75e+03 1.4 0.0357 280 1.57e+03 World eIoni
+ 19 -2.56e+03 -131 2.76e+03 1.4 0.00164 11.4 1.58e+03 World eIoni
+ 20 -2.7e+03 -118 2.82e+03 1.37 0.0201 160 1.74e+03 World eIoni
+ 21 -2.72e+03 -116 2.83e+03 1.37 0.0035 22.1 1.76e+03 World eIoni
+ 22 -2.9e+03 -95 2.89e+03 1.34 0.0274 192 1.96e+03 World eIoni
+ 23 -2.91e+03 -91.4 2.89e+03 1.34 0.000725 7.08 1.96e+03 World eIoni
+ 24 -2.94e+03 -75.1 2.9e+03 1.33 0.00689 37.1 2e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 165, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.91e+03 -91.4 2.89e+03 0.00116 0 0 0 World initStep
+ 1 -2.91e+03 -91.4 2.89e+03 0 0.00116 0.0708 0.0708 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 164, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.9e+03 -95 2.89e+03 0.00178 0 0 0 World initStep
+ 1 -2.9e+03 -95 2.89e+03 0 0.00178 0.135 0.135 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 163, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.72e+03 -116 2.83e+03 0.00165 0 0 0 World initStep
+ 1 -2.72e+03 -116 2.83e+03 0 0.00165 0.119 0.119 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 162, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.7e+03 -118 2.82e+03 0.00278 0 0 0 World initStep
+ 1 -2.7e+03 -117 2.82e+03 0 0.00278 0.277 0.277 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.56e+03 -131 2.76e+03 0.00201 0 0 0 World initStep
+ 1 -2.56e+03 -131 2.76e+03 0 0.00201 0.163 0.163 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.55e+03 -133 2.75e+03 0.00222 0 0 0 World initStep
+ 1 -2.55e+03 -133 2.75e+03 0 0.00222 0.191 0.191 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.29e+03 -179 2.65e+03 0.00408 0 0 0 World initStep
+ 1 -2.29e+03 -178 2.65e+03 0 0.00408 0.536 0.536 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.25e+03 -186 2.64e+03 0.00121 0 0 0 World initStep
+ 1 -2.25e+03 -186 2.64e+03 0 0.00121 0.0754 0.0754 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.07e+03 -189 2.59e+03 0.0373 0 0 0 World initStep
+ 1 -2.07e+03 -190 2.59e+03 0.0335 0.00379 7.53 7.53 World eIoni
+ 2 -2.07e+03 -190 2.6e+03 0.0307 0.00105 1.56 9.09 World eIoni
+ 3 -2.07e+03 -190 2.6e+03 0.0242 0.0025 5.21 14.3 World eIoni
+ 4 -2.08e+03 -191 2.6e+03 0.0183 0.00588 4.24 18.5 World eIoni
+ 5 -2.08e+03 -189 2.6e+03 0.0141 0.00422 3.12 21.7 World eIoni
+ 6 -2.08e+03 -188 2.6e+03 0.0102 0.00396 2.44 24.1 World eIoni
+ 7 -2.07e+03 -187 2.6e+03 0.00604 0.00303 1.4 25.5 World eIoni
+ 8 -2.07e+03 -187 2.6e+03 0.00326 0.00173 0.639 26.1 World eIoni
+ 9 -2.07e+03 -187 2.6e+03 0 0.00326 0.363 26.5 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 157
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.07e+03 -187 2.6e+03 0.00105 0 0 0 World initStep
+ 1 -2.07e+03 -187 2.6e+03 0 0.00105 0.0608 0.0608 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 168, Parent ID = 157
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.07e+03 -187 2.6e+03 0.00109 0 0 0 World initStep
+ 1 -2.07e+03 -187 2.6e+03 0 0.00109 0.0647 0.0647 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 167, Parent ID = 157
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.07e+03 -190 2.6e+03 0.00397 0 0 0 World initStep
+ 1 -2.07e+03 -191 2.6e+03 0.00344 0.000537 0.201 0.201 World eIoni
+ 2 -2.07e+03 -190 2.6e+03 0 0.00344 0.397 0.598 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 166, Parent ID = 157
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.07e+03 -190 2.6e+03 0.00178 0 0 0 World initStep
+ 1 -2.07e+03 -190 2.6e+03 0 0.00178 0.135 0.135 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.07e+03 -188 2.59e+03 0.00113 0 0 0 World initStep
+ 1 -2.07e+03 -188 2.59e+03 0 0.00113 0.0677 0.0677 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.93e+03 -188 2.52e+03 0.00101 0 0 0 World initStep
+ 1 -1.93e+03 -188 2.52e+03 0 0.00101 0.0578 0.0578 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 154, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.88e+03 -182 2.5e+03 0.0084 0 0 0 World initStep
+ 1 -1.88e+03 -181 2.5e+03 0.00259 0.00405 1.46 1.46 World eIoni
+ 2 -1.88e+03 -181 2.5e+03 0 0.00259 0.247 1.7 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 154
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.88e+03 -181 2.5e+03 0.00175 0 0 0 World initStep
+ 1 -1.88e+03 -181 2.5e+03 0 0.00175 0.131 0.131 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.81e+03 -176 2.49e+03 0.00197 0 0 0 World initStep
+ 1 -1.81e+03 -176 2.49e+03 0 0.00197 0.157 0.157 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.79e+03 -173 2.48e+03 0.00303 0 0 0 World initStep
+ 1 -1.79e+03 -173 2.48e+03 0 0.00303 0.321 0.321 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.56e+03 -188 2.4e+03 0.0012 0 0 0 World initStep
+ 1 -1.56e+03 -188 2.4e+03 0 0.0012 0.0742 0.0742 World eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.51e+03 -185 2.39e+03 0.0014 0 0 0 Tracker initStep
+ 1 -1.51e+03 -185 2.39e+03 0 0.0014 0.0933 0.0933 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.42e+03 -196 2.35e+03 0.00127 0 0 0 Tracker initStep
+ 1 -1.42e+03 -196 2.35e+03 0 0.00127 0.0812 0.0812 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.4e+03 -199 2.35e+03 0.00691 0 0 0 Tracker initStep
+ 1 -1.4e+03 -199 2.35e+03 0.00229 0.00462 1.29 1.29 Tracker eIoni
+ 2 -1.4e+03 -199 2.35e+03 0 0.00229 0.201 1.49 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.15e+03 -251 2.26e+03 0.00133 0 0 0 Tracker initStep
+ 1 -1.15e+03 -251 2.26e+03 0 0.00133 0.0864 0.0864 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 134
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.11e+03 -259 2.24e+03 0.00235 0 0 0 Tracker initStep
+ 1 -1.11e+03 -259 2.24e+03 0 0.00235 0.21 0.21 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.01e+03 -271 2.13e+03 0.001 0 0 0 Tracker initStep
+ 1 -1.01e+03 -271 2.13e+03 0 0.001 0.0572 0.0572 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -952 -273 2.05e+03 0.00129 0 0 0 Tracker initStep
+ 1 -951 -273 2.05e+03 0 0.00129 0.0827 0.0827 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -795 -284 1.81e+03 0.00172 0 0 0 Tracker initStep
+ 1 -794 -284 1.81e+03 0 0.00172 0.127 0.127 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -787 -284 1.8e+03 0.00505 0 0 0 Tracker initStep
+ 1 -786 -284 1.8e+03 0 0.00505 0.779 0.779 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -780 -285 1.79e+03 0.00402 0 0 0 Tracker initStep
+ 1 -780 -285 1.79e+03 0.00177 0.000524 0.0391 0.0391 Tracker eIoni
+ 2 -780 -285 1.79e+03 0 0.00177 0.134 0.173 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 171, Parent ID = 129
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -780 -285 1.79e+03 0.00172 0 0 0 Tracker initStep
+ 1 -780 -285 1.79e+03 0 0.00172 0.128 0.128 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -778 -285 1.79e+03 0.00142 0 0 0 Tracker initStep
+ 1 -778 -285 1.79e+03 0 0.00142 0.0955 0.0955 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -753 -283 1.75e+03 0.00326 0 0 0 Tracker initStep
+ 1 -753 -283 1.75e+03 0 0.00326 0.364 0.364 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -733 -281 1.72e+03 0.00337 0 0 0 Tracker initStep
+ 1 -733 -281 1.72e+03 0 0.00337 0.384 0.384 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -682 -255 1.64e+03 0.00829 0 0 0 Chamber initStep
+ 1 -682 -255 1.64e+03 0.00312 0.00244 0.32 0.32 Chamber eIoni
+ 2 -682 -255 1.64e+03 0 0.00312 0.193 0.513 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 172, Parent ID = 125
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -682 -255 1.64e+03 0.00273 0 0 0 Chamber initStep
+ 1 -682 -255 1.64e+03 0 0.00273 0.16 0.16 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -664 -245 1.6e+03 0.00631 0 0 0 Chamber initStep
+ 1 -664 -245 1.6e+03 0 0.00631 0.571 0.571 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -574 -223 1.31e+03 0.00134 0 0 0 Tracker initStep
+ 1 -574 -223 1.31e+03 0 0.00134 0.0877 0.0877 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -469 -183 938 0.00671 0 0 0 Tracker initStep
+ 1 -470 -183 938 0 0.00671 1.24 1.24 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -448 -173 881 0.0102 0 0 0 Chamber initStep
+ 1 -448 -173 880 0.00485 0.00535 1.22 1.22 Chamber eIoni
+ 2 -448 -173 880 0 0.00485 0.375 1.6 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -446 -172 875 0.00162 0 0 0 Chamber initStep
+ 1 -446 -172 875 0 0.00162 0.0777 0.0777 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -444 -171 870 0.00687 0 0 0 Chamber initStep
+ 1 -444 -171 870 0 0.00687 0.655 0.655 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -442 -170 864 0.0039 0 0 0 Chamber initStep
+ 1 -442 -170 864 0 0.0039 0.268 0.268 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -413 -160 820 0.00149 0 0 0 Chamber initStep
+ 1 -413 -160 820 0 0.00149 0.0697 0.0697 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -383 -149 757 0.00931 0 0 0 Chamber initStep
+ 1 -383 -149 757 0 0.00931 1.08 1.08 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -373 -145 741 0.0359 0 0 0 Chamber initStep
+ 1 -373 -146 741 0.0339 0 0.0834 0.0834 Chamber eIoni
+ 2 -374 -146 741 0.0294 0.0019 1.12 1.2 Chamber eIoni
+ 3 -374 -146 740 0.0226 0.00374 1.77 2.97 Chamber eIoni
+ 4 -374 -147 740 0.0186 0.00205 0.666 3.63 Chamber eIoni
+ 5 -374 -147 740 0.0168 0.00018 0.159 3.79 Chamber eIoni
+ 6 -374 -147 740 0.0132 0.00204 1.06 4.86 Chamber eIoni
+ 7 -374 -147 740 0.00989 0.000404 0.153 5.01 Chamber eIoni
+ 8 -374 -147 740 0.00642 0.00173 0.539 5.55 Chamber eIoni
+ 9 -374 -147 740 0 0.00642 0.587 6.13 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 180, Parent ID = 115
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -374 -147 740 0.00174 0 0 0 Chamber initStep
+ 1 -374 -147 740 0 0.00174 0.0861 0.0861 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 179, Parent ID = 115
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -374 -147 740 0.00295 0 0 0 Chamber initStep
+ 1 -374 -147 740 0 0.00295 0.178 0.178 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 178, Parent ID = 115
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -374 -147 740 0.00153 0 0 0 Chamber initStep
+ 1 -374 -147 740 0 0.00153 0.0719 0.0719 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 177, Parent ID = 115
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -374 -147 740 0.00159 0 0 0 Chamber initStep
+ 1 -374 -147 740 0 0.00159 0.0759 0.0759 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 176, Parent ID = 115
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -374 -147 740 0.002 0 0 0 Chamber initStep
+ 1 -374 -147 740 0 0.002 0.104 0.104 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 115
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -374 -146 740 0.00307 0 0 0 Chamber initStep
+ 1 -374 -146 740 0 0.00307 0.189 0.189 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 174, Parent ID = 115
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -374 -146 741 0.00253 0 0 0 Chamber initStep
+ 1 -374 -146 741 0 0.00253 0.144 0.144 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 173, Parent ID = 115
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -373 -146 741 0.002 0 0 0 Chamber initStep
+ 1 -373 -146 741 0 0.002 0.104 0.104 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -373 -145 741 0.00183 0 0 0 Chamber initStep
+ 1 -373 -145 741 0 0.00183 0.092 0.092 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -301 -119 614 0.00327 0 0 0 Tracker initStep
+ 1 -301 -119 614 0.00174 0.000535 0.146 0.146 Tracker eIoni
+ 2 -301 -119 614 0 0.00174 0.13 0.275 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 181, Parent ID = 113
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -301 -119 614 0.001 0 0 0 Tracker initStep
+ 1 -301 -119 614 0 0.001 0.0571 0.0571 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -274 -107 572 0.00198 0 0 0 Tracker initStep
+ 1 -274 -107 572 0 0.00198 0.159 0.159 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -126 -40.8 328 0.00175 0 0 0 Tracker initStep
+ 1 -126 -40.8 328 0 0.00175 0.131 0.131 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -88.2 -27.4 260 0.00224 0 0 0 Tracker initStep
+ 1 -88.2 -27.5 260 0 0.00224 0.195 0.195 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 45
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -69.7 -21.5 229 0.00208 0 0 0 Tracker initStep
+ 1 -69.7 -21.4 229 0 0.00208 0.172 0.172 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.148 0.0367 -88.8 0.00549 0 0 0 Chamber initStep
- 1 0.109 0.0731 -88.8 0.00297 0.00251 0.262 0.262 Chamber eIoni
- 2 0.0913 0.0642 -88.7 0 0.00297 0.18 0.442 Chamber eIoni
+ 0 -0.0245 0.0699 28.9 0.00172 0 0 0 Chamber initStep
+ 1 -0.0355 0.0721 28.9 0 0.00172 0.0847 0.0847 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.147 0.0362 -119 0.00309 0 0 0 Tracker initStep
- 1 0.123 -0.108 -119 0 0.00309 0.33 0.33 Tracker eIoni
+ 0 -0.0245 0.0698 28 0.0109 0 0 0 Chamber initStep
+ 1 -0.0254 -0.0788 28 0.00315 0.00772 1.31 1.31 Chamber eIoni
+ 2 -0.0466 -0.0849 28 0 0.00315 0.195 1.51 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.145 0.0357 -151 0.00321 0 0 0 Tracker initStep
- 1 0.105 0.0492 -151 0.00294 0.000267 0.0457 0.0457 Tracker eIoni
- 2 -0.0154 0.101 -151 0 0.00294 0.305 0.35 Tracker eIoni
+ 0 -0.0245 0.0698 24.5 0.00227 0 0 0 Chamber initStep
+ 1 -0.0129 0.0589 24.5 0 0.00227 0.124 0.124 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.13 0.0318 -392 0.00393 0 0 0 Tracker initStep
- 1 0.303 -0.109 -392 0 0.00393 0.502 0.502 Tracker eIoni
+ 0 -0.0242 0.0691 1.06 0.00198 0 0 0 Chamber initStep
+ 1 -0.0201 0.0566 1.06 0 0.00198 0.103 0.103 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.128 0.0314 -421 0.00306 0 0 0 Tracker initStep
- 1 0.102 0.174 -421 0 0.00306 0.326 0.326 Tracker eIoni
+ 0 -0.0236 0.0677 -53.7 0.00392 0 0 0 Chamber initStep
+ 1 -0.0427 0.0405 -53.7 0 0.00392 0.27 0.27 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.127 0.0311 -437 0.027 0 0 0 Tracker initStep
- 1 -2.88 -2.1 -436 0.0145 0.007 4.52 4.52 Tracker eIoni
- 2 -4.27 -3.11 -435 0.0111 0.0034 2.5 7.02 Tracker eIoni
- 3 -5.36 -3.66 -436 0.00721 0.00387 2 9.02 Tracker eIoni
- 4 -4.99 -3.48 -436 0.0046 0.00137 0.53 9.54 Tracker eIoni
- 5 -4.81 -3.71 -436 0 0.0046 0.66 10.2 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 39
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.99 -3.48 -436 0.00125 0 0 0 Tracker initStep
- 1 -4.96 -3.46 -436 0 0.00125 0.0788 0.0788 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 39
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.88 -2.1 -436 0.00547 0 0 0 Tracker initStep
- 1 -3.11 -1.91 -436 0 0.00547 0.899 0.899 Tracker eIoni
+ 0 -0.0236 0.0676 -56.4 0.0162 0 0 0 Chamber initStep
+ 1 0.157 0.278 -56.4 0.00698 0.00917 1.87 1.87 Chamber eIoni
+ 2 0.103 0.234 -56.4 0 0.00698 0.673 2.54 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.111 0.0269 -704 0.00371 0 0 0 Chamber initStep
- 1 0.109 0.0273 -704 0.00192 0 0.0011 0.0011 Chamber eIoni
- 2 0.105 0.0372 -704 0 0.00192 0.0982 0.0993 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 38
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.109 0.0273 -704 0.00179 0 0 0 Chamber initStep
- 1 0.0996 0.0276 -704 0 0.00179 0.0894 0.0894 Chamber eIoni
+ 0 -0.0223 0.0645 -167 0.00195 0 0 0 Tracker initStep
+ 1 -0.0868 0.085 -167 0 0.00195 0.156 0.156 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.107 0.026 -763 0.00154 0 0 0 Chamber initStep
- 1 0.109 0.0163 -763 0 0.00154 0.073 0.073 Chamber eIoni
+ 0 -0.0215 0.0623 -246 0.00193 0 0 0 Tracker initStep
+ 1 0.0184 0.115 -246 0 0.00193 0.153 0.153 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.107 0.0259 -767 0.00231 0 0 0 Chamber initStep
- 1 0.122 0.0311 -767 0 0.00231 0.127 0.127 Chamber eIoni
+ 0 -0.0197 0.0578 -409 0.243 0 0 0 Tracker initStep
+ 1 -11.7 33.3 -393 0.236 0.00697 40.1 40.1 Tracker eIoni
+ 2 2.24 78.6 -369 0.224 0.00987 54 94.1 Tracker eIoni
+ 3 15.8 121 -343 0.208 0.0144 53.7 148 Tracker eIoni
+ 4 65.7 201 -342 0.188 0.0197 100 248 Tracker StepLimiter
+ 5 137 236 -300 0.16 0.0282 100 348 Tracker StepLimiter
+ 6 142 233 -293 0.158 0.00209 8.21 356 Tracker eIoni
+ 7 151 233 -277 0.149 0.00579 19.6 376 Tracker eIoni
+ 8 157 218 -260 0.143 0.00588 23.1 399 Tracker eIoni
+ 9 159 216 -255 0.138 0.00195 5.59 404 Tracker eIoni
+ 10 170 167 -225 0.122 0.0168 62.7 467 Tracker eIoni
+ 11 181 120 -212 0.107 0.015 50.5 518 Tracker eIoni
+ 12 187 87 -234 0.0946 0.012 40.5 558 Tracker eIoni
+ 13 188 79.4 -231 0.0877 0.00295 8.2 566 Tracker eIoni
+ 14 191 59.5 -215 0.0773 0.00847 26.4 593 Tracker eIoni
+ 15 191 58.3 -214 0.0754 0.000127 1.28 594 Tracker eIoni
+ 16 194 35.8 -213 0.0659 0.00949 22.8 617 Tracker eIoni
+ 17 195 27.9 -207 0.0601 0.00329 10.7 628 Tracker eIoni
+ 18 200 22.5 -204 0.0522 0.00581 8.71 636 Tracker eIoni
+ 19 204 18.3 -199 0.0464 0.00583 8.78 645 Tracker eIoni
+ 20 208 15 -197 0.0411 0.00265 5.67 651 Tracker eIoni
+ 21 209 14.2 -196 0.0387 0.00109 1.8 653 Tracker eIoni
+ 22 209 14.2 -196 0.0345 0.000259 0.515 653 Tracker eIoni
+ 23 209 14.2 -196 0.0345 0 0.0832 653 Tracker eIoni
+ 24 213 15 -193 0.0266 0.00352 5.07 658 Tracker eIoni
+ 25 216 13.5 -192 0.0218 0.00484 4.76 663 Tracker eIoni
+ 26 216 10.9 -191 0.0188 0.00297 3.75 667 Tracker eIoni
+ 27 217 9.47 -189 0.0165 0.00235 3.21 670 Tracker eIoni
+ 28 217 8.31 -187 0.0111 0.00538 2.81 673 Tracker eIoni
+ 29 217 7.63 -186 0.00733 0.00377 2 675 Tracker eIoni
+ 30 218 8.22 -186 0.00201 0.00532 1.38 676 Tracker eIoni
+ 31 217 8.25 -186 0 0.00201 0.163 676 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 194, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 213 15 -193 0.00435 0 0 0 Tracker initStep
+ 1 213 15.1 -193 0.00209 0.00103 0.266 0.266 Tracker eIoni
+ 2 213 15.1 -193 0 0.00209 0.174 0.44 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 195, Parent ID = 194
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 213 15.1 -193 0.00123 0 0 0 Tracker initStep
+ 1 213 15.1 -193 0 0.00123 0.0771 0.0771 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 193, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 209 14.2 -196 0.00391 0 0 0 Tracker initStep
+ 1 209 14 -196 0 0.00391 0.496 0.496 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 192, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 209 14.2 -196 0.00131 0 0 0 Tracker initStep
+ 1 209 14.2 -196 0 0.00131 0.0844 0.0844 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 191, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 208 15 -197 0.00267 0 0 0 Tracker initStep
+ 1 208 15 -197 0 0.00267 0.259 0.259 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 190, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 200 22.5 -204 0.00204 0 0 0 Tracker initStep
+ 1 200 22.5 -204 0 0.00204 0.167 0.167 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 189, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 195 27.9 -207 0.00252 0 0 0 Tracker initStep
+ 1 194 27.9 -207 0 0.00252 0.235 0.235 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 188, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 191 58.3 -214 0.00179 0 0 0 Tracker initStep
+ 1 191 58.3 -214 0 0.00179 0.137 0.137 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 187, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 191 59.5 -215 0.00196 0 0 0 Tracker initStep
+ 1 191 59.5 -214 0 0.00196 0.157 0.157 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 186, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 188 79.4 -231 0.0039 0 0 0 Tracker initStep
+ 1 188 79.3 -231 0 0.0039 0.496 0.496 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 185, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 159 216 -255 0.00317 0 0 0 Tracker initStep
+ 1 159 216 -255 0 0.00317 0.345 0.345 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 184, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 151 233 -277 0.0027 0 0 0 Tracker initStep
+ 1 151 233 -277 0 0.0027 0.263 0.263 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 183, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 15.8 121 -343 0.00128 0 0 0 Tracker initStep
+ 1 15.8 121 -343 0 0.00128 0.0816 0.0816 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 182, Parent ID = 36
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.24 78.6 -369 0.00287 0 0 0 Tracker initStep
+ 1 2.15 78.7 -369 0 0.00287 0.292 0.292 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.104 0.0251 -815 0.00237 0 0 0 Chamber initStep
- 1 0.113 0.0112 -815 0 0.00237 0.131 0.131 Chamber eIoni
+ 0 -0.0188 0.0555 -490 0.00132 0 0 0 Tracker initStep
+ 1 -0.011 0.0205 -490 0 0.00132 0.0857 0.0857 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.103 0.0251 -817 0.0153 0 0 0 Chamber initStep
- 1 0.0326 -0.22 -817 0.00522 0.00762 1.66 1.66 Chamber eIoni
- 2 -0.00538 -0.253 -817 0 0.00522 0.421 2.08 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 34
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0326 -0.22 -817 0.00248 0 0 0 Chamber initStep
- 1 0.0208 -0.208 -817 0 0.00248 0.139 0.139 Chamber eIoni
+ 0 -0.0184 0.0546 -524 0.00123 0 0 0 Tracker initStep
+ 1 -0.0198 0.0226 -524 0 0.00123 0.0771 0.0771 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0943 0.0226 -963 0.00705 0 0 0 Tracker initStep
- 1 0.688 -0.177 -963 0.00213 0.00492 1.32 1.32 Tracker eIoni
- 2 0.63 -0.125 -963 0 0.00213 0.179 1.5 Tracker eIoni
+ 0 -0.0184 0.0546 -524 0.0027 0 0 0 Tracker initStep
+ 1 -0.106 -0.0221 -524 0 0.0027 0.264 0.264 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0929 0.0222 -985 0.00141 0 0 0 Tracker initStep
- 1 0.0855 0.0614 -985 0 0.00141 0.0944 0.0944 Tracker eIoni
+ 0 -0.018 0.0536 -557 0.00719 0 0 0 Tracker initStep
+ 1 0.443 -0.264 -557 0.00327 0.00221 0.856 0.856 Tracker eIoni
+ 2 0.421 -0.251 -557 0 0.00327 0.365 1.22 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 196, Parent ID = 32
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.443 -0.264 -557 0.00171 0 0 0 Tracker initStep
+ 1 0.423 -0.315 -557 0 0.00171 0.126 0.126 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0915 0.0219 -1.01e+03 0.0475 0 0 0 Tracker initStep
- 1 -1.3 -10.2 -1.01e+03 0.0407 0.00679 10.8 10.8 Tracker eIoni
- 2 -0.0541 -12.4 -1.01e+03 0.0332 0.00147 2.76 13.6 Tracker eIoni
- 3 2.04 -17.3 -1.01e+03 0.0282 0.00506 6.38 20 Tracker eIoni
- 4 4.12 -20.6 -1.01e+03 0.0229 0.00522 5.12 25.1 Tracker eIoni
- 5 4.94 -22.1 -1e+03 0.0212 0.00177 3.98 29.1 Tracker eIoni
- 6 6.27 -23.3 -1e+03 0.0163 0.00488 3.63 32.7 Tracker eIoni
- 7 6.03 -24.1 -1e+03 0.0119 0.00256 1.28 34 Tracker eIoni
- 8 5.15 -23.9 -1e+03 0.00754 0.00431 2.11 36.1 Tracker eIoni
- 9 5.14 -24.3 -999 0.00165 0.00589 1.42 37.5 Tracker eIoni
- 10 5.14 -24.3 -999 0 0.00165 0.12 37.6 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 31
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.03 -24.1 -1e+03 0.00188 0 0 0 Tracker initStep
- 1 6.08 -24.1 -1e+03 0 0.00188 0.147 0.147 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 31
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0541 -12.4 -1.01e+03 0.00603 0 0 0 Tracker initStep
- 1 -0.12 -12.4 -1.01e+03 0 0.00603 1.07 1.07 Tracker eIoni
+ 0 -0.0165 0.0495 -705 0.00516 0 0 0 Chamber initStep
+ 1 -0.0281 0.00151 -705 0 0.00516 0.414 0.414 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0853 0.0202 -1.11e+03 0.00305 0 0 0 Tracker initStep
- 1 0.19 0.119 -1.11e+03 0 0.00305 0.324 0.324 Tracker eIoni
+ 0 -0.0164 0.0493 -712 0.00195 0 0 0 Chamber initStep
+ 1 -0.0204 0.0616 -712 0 0.00195 0.1 0.1 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.077 0.0182 -1.23e+03 0.00272 0 0 0 Tracker initStep
- 1 0.0602 0.135 -1.23e+03 0 0.00272 0.267 0.267 Tracker eIoni
+ 0 -0.0159 0.0479 -762 0.00156 0 0 0 Chamber initStep
+ 1 -0.0106 0.0394 -762 0 0.00156 0.074 0.074 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0599 0.0139 -1.5e+03 0.00186 0 0 0 Chamber initStep
- 1 0.061 0.0261 -1.5e+03 0 0.00186 0.0938 0.0938 Chamber eIoni
+ 0 -0.0151 0.0456 -840 0.00171 0 0 0 Chamber initStep
+ 1 -0.00965 0.0552 -840 0 0.00171 0.0837 0.0837 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0564 0.013 -1.56e+03 0.00206 0 0 0 Chamber initStep
- 1 0.0556 0.0269 -1.56e+03 0 0.00206 0.108 0.108 Chamber eIoni
+ 0 -0.0151 0.0454 -847 0.00202 0 0 0 Chamber initStep
+ 1 -0.0278 0.041 -847 0 0.00202 0.105 0.105 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0555 0.0128 -1.57e+03 0.00444 0 0 0 Chamber initStep
- 1 0.0704 -0.024 -1.57e+03 0 0.00444 0.327 0.327 Chamber eIoni
+ 0 -0.0149 0.0449 -863 0.0192 0 0 0 Chamber initStep
+ 1 0.0379 0.0143 -863 0.0169 0.000725 0.0669 0.0669 Chamber eIoni
+ 2 0.332 0.0214 -862 0.0112 0.00417 1.06 1.12 Chamber eIoni
+ 3 0.355 -0.0831 -862 0.00223 0.00685 0.938 2.06 Chamber eIoni
+ 4 0.355 -0.0973 -862 0 0.00223 0.121 2.18 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 199, Parent ID = 26
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.355 -0.0831 -862 0.00208 0 0 0 Chamber initStep
+ 1 0.349 -0.0882 -862 0 0.00208 0.11 0.11 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 198, Parent ID = 26
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.332 0.0214 -862 0.00159 0 0 0 Chamber initStep
+ 1 0.322 0.0201 -862 0 0.00159 0.076 0.076 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 197, Parent ID = 26
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0379 0.0143 -863 0.00159 0 0 0 Chamber initStep
+ 1 0.0382 0.00401 -863 0 0.00159 0.0758 0.0758 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0554 0.0127 -1.57e+03 0.00562 0 0 0 Chamber initStep
- 1 0.0203 0.0192 -1.57e+03 0.00373 0.000353 0.0538 0.0538 Chamber eIoni
- 2 -0.00121 0.037 -1.57e+03 0 0.00373 0.25 0.304 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 25
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0203 0.0192 -1.57e+03 0.00153 0 0 0 Chamber initStep
- 1 0.0146 0.0185 -1.57e+03 0 0.00153 0.0722 0.0722 Chamber eIoni
+ 0 -0.0149 0.0449 -864 0.00205 0 0 0 Chamber initStep
+ 1 -0.0167 0.0312 -864 0 0.00205 0.108 0.108 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0553 0.0127 -1.57e+03 0.00156 0 0 0 Chamber initStep
- 1 0.0599 0.0217 -1.57e+03 0 0.00156 0.0742 0.0742 Chamber eIoni
+ 0 -0.0146 0.044 -893 0.00147 0 0 0 Chamber initStep
+ 1 -0.0204 0.0514 -893 0 0.00147 0.0687 0.0687 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0548 0.0126 -1.58e+03 0.00209 0 0 0 Chamber initStep
- 1 0.0587 0.0262 -1.58e+03 0 0.00209 0.111 0.111 Chamber eIoni
+ 0 -0.0119 0.0361 -1.16e+03 0.00163 0 0 0 Tracker initStep
+ 1 0.035 0.0544 -1.16e+03 0 0.00163 0.118 0.118 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0545 0.0125 -1.58e+03 0.0232 0 0 0 Chamber initStep
- 1 -0.274 -0.163 -1.58e+03 0.0195 0.000735 0.669 0.669 Chamber eIoni
- 2 -0.614 -0.212 -1.58e+03 0.0136 0.00596 2.17 2.84 Chamber eIoni
- 3 -0.752 -0.301 -1.58e+03 0.00659 0.00698 1.62 4.46 Chamber eIoni
- 4 -0.754 -0.248 -1.58e+03 0.00361 0.0011 0.115 4.58 Chamber eIoni
- 5 -0.724 -0.246 -1.58e+03 0.00257 0.00104 0.103 4.68 Chamber eIoni
- 6 -0.736 -0.237 -1.58e+03 0 0.00257 0.147 4.83 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 22
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.754 -0.248 -1.58e+03 0.00187 0 0 0 Chamber initStep
- 1 -0.755 -0.237 -1.58e+03 0 0.00187 0.0946 0.0946 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 22
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.274 -0.163 -1.58e+03 0.00296 0 0 0 Chamber initStep
- 1 -0.277 -0.14 -1.58e+03 0 0.00296 0.179 0.179 Chamber eIoni
+ 0 -0.0105 0.032 -1.29e+03 0.00198 0 0 0 Tracker initStep
+ 1 -0.0638 0.0759 -1.29e+03 0 0.00198 0.159 0.159 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0519 0.0118 -1.62e+03 0.00202 0 0 0 Chamber initStep
- 1 0.0562 0.0247 -1.62e+03 0 0.00202 0.105 0.105 Chamber eIoni
+ 0 -0.00872 0.0267 -1.47e+03 0.0263 0 0 0 Tracker initStep
+ 1 -1.77 -3.29 -1.47e+03 0.0232 0.00308 4.68 4.68 Tracker eIoni
+ 2 -2.99 -5.72 -1.47e+03 0.0208 0.00236 4.03 8.7 Tracker eIoni
+ 3 -2.72 -6.43 -1.47e+03 0.019 0.000306 0.861 9.57 Tracker eIoni
+ 4 -1.25 -7.92 -1.47e+03 0.0134 0.0056 3.24 12.8 Tracker eIoni
+ 5 -1.38 -7.89 -1.47e+03 0.0088 0.00463 2.34 15.1 Tracker eIoni
+ 6 -0.939 -8.32 -1.47e+03 0.00192 0.00553 1.43 16.6 Tracker eIoni
+ 7 -0.885 -8.32 -1.47e+03 0 0.00192 0.151 16.7 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 201, Parent ID = 21
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.939 -8.32 -1.47e+03 0.00135 0 0 0 Tracker initStep
+ 1 -0.917 -8.32 -1.47e+03 0 0.00135 0.0888 0.0888 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 200, Parent ID = 21
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.72 -6.43 -1.47e+03 0.00147 0 0 0 Tracker initStep
+ 1 -2.73 -6.47 -1.47e+03 0 0.00147 0.101 0.101 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0506 0.0115 -1.65e+03 0.00576 0 0 0 Chamber initStep
- 1 0.0752 0.0639 -1.65e+03 0.00128 0.00447 0.303 0.303 Chamber eIoni
- 2 0.0716 0.0708 -1.65e+03 0 0.00128 0.0573 0.36 Chamber eIoni
+ 0 -0.00871 0.0267 -1.47e+03 0.00141 0 0 0 Tracker initStep
+ 1 -0.0119 0.0663 -1.47e+03 0 0.00141 0.0941 0.0941 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0484 0.011 -1.68e+03 0.00372 0 0 0 Chamber initStep
- 1 0.0703 0.0327 -1.68e+03 0 0.00372 0.249 0.249 Chamber eIoni
+ 0 -0.00823 0.0253 -1.52e+03 0.00357 0 0 0 Chamber initStep
+ 1 0.0103 0.0193 -1.52e+03 0.00205 0.000131 0.0301 0.0301 Chamber eIoni
+ 2 0.008 0.00662 -1.52e+03 0 0.00205 0.108 0.138 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 202, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0103 0.0193 -1.52e+03 0.00139 0 0 0 Chamber initStep
+ 1 0.0167 0.016 -1.52e+03 0 0.00139 0.0633 0.0633 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0474 0.0107 -1.69e+03 0.0329 0 0 0 Chamber initStep
- 1 0.0984 0.0366 -1.69e+03 0.0302 0.00113 0.0615 0.0615 Chamber eIoni
- 2 0.664 0.476 -1.69e+03 0.0218 0.00843 3.17 3.23 Chamber eIoni
- 3 0.666 0.419 -1.69e+03 0.0183 0.00206 0.94 4.17 Chamber eIoni
- 4 0.641 0.434 -1.69e+03 0.0183 4.5e-05 0.0295 4.2 Chamber eIoni
- 5 0.373 0.571 -1.69e+03 0.0131 0.00236 0.684 4.89 Chamber eIoni
- 6 0.186 0.568 -1.69e+03 0.00862 0.00268 0.759 5.65 Chamber eIoni
- 7 0.189 0.476 -1.69e+03 0.00556 0.00133 0.2 5.85 Chamber eIoni
- 8 0.233 0.505 -1.69e+03 0 0.00556 0.466 6.31 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.189 0.476 -1.69e+03 0.00174 0 0 0 Chamber initStep
- 1 0.192 0.478 -1.69e+03 0 0.00174 0.0858 0.0858 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.186 0.568 -1.69e+03 0.00178 0 0 0 Chamber initStep
- 1 0.174 0.568 -1.69e+03 0 0.00178 0.0888 0.0888 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.373 0.571 -1.69e+03 0.00281 0 0 0 Chamber initStep
- 1 0.376 0.55 -1.69e+03 0 0.00281 0.166 0.166 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.666 0.419 -1.69e+03 0.00143 0 0 0 Chamber initStep
- 1 0.667 0.421 -1.69e+03 0 0.00143 0.0657 0.0657 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0984 0.0366 -1.69e+03 0.00159 0 0 0 Chamber initStep
- 1 0.0963 0.0433 -1.69e+03 0 0.00159 0.076 0.076 Chamber eIoni
+ 0 -0.00805 0.0248 -1.54e+03 0.00173 0 0 0 Chamber initStep
+ 1 -0.0146 0.0157 -1.54e+03 0 0.00173 0.085 0.085 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0411 0.00927 -1.79e+03 0.00214 0 0 0 Tracker initStep
- 1 0.0309 0.0875 -1.79e+03 0 0.00214 0.181 0.181 Tracker eIoni
+ 0 -0.00785 0.0243 -1.56e+03 0.0071 0 0 0 Chamber initStep
+ 1 0.0382 -0.0366 -1.56e+03 0.00497 0.000595 0.242 0.242 Chamber eIoni
+ 2 0.0359 -0.0567 -1.56e+03 0.00347 0.000117 0.0268 0.268 Chamber eIoni
+ 3 0.0111 -0.0662 -1.56e+03 0.00232 0.00115 0.107 0.375 Chamber eIoni
+ 4 -0.00394 -0.0724 -1.56e+03 0 0.00232 0.128 0.503 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 204, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0359 -0.0567 -1.56e+03 0.00139 0 0 0 Chamber initStep
+ 1 0.0372 -0.0644 -1.56e+03 0 0.00139 0.0632 0.0632 Chamber eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 203, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0382 -0.0366 -1.56e+03 0.00153 0 0 0 Chamber initStep
+ 1 0.0464 -0.0389 -1.56e+03 0 0.00153 0.0724 0.0724 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0396 0.00893 -1.81e+03 0.00189 0 0 0 Tracker initStep
- 1 0.0417 0.0726 -1.81e+03 0 0.00189 0.147 0.147 Tracker eIoni
+ 0 -0.00772 0.0239 -1.57e+03 0.00147 0 0 0 Chamber initStep
+ 1 -0.0111 0.0152 -1.57e+03 0 0.00147 0.0683 0.0683 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0311 0.00693 -1.94e+03 0.00243 0 0 0 Tracker initStep
- 1 -0.0223 0.0886 -1.94e+03 0 0.00243 0.222 0.222 Tracker eIoni
+ 0 -0.0077 0.0238 -1.57e+03 0.00193 0 0 0 Chamber initStep
+ 1 -0.0128 0.0355 -1.57e+03 0 0.00193 0.0988 0.0988 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.028 0.00621 -1.99e+03 0.00172 0 0 0 Tracker initStep
- 1 0.0503 -0.0442 -1.99e+03 0 0.00172 0.128 0.128 Tracker eIoni
+ 0 -0.00728 0.0226 -1.61e+03 0.00183 0 0 0 Chamber initStep
+ 1 -0.0142 0.0325 -1.61e+03 0 0.00183 0.0923 0.0923 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0232 0.00507 -2.06e+03 0.0016 0 0 0 Tracker initStep
- 1 0.0656 -0.0194 -2.06e+03 0 0.0016 0.115 0.115 Tracker eIoni
+ 0 -0.00711 0.0221 -1.63e+03 0.00403 0 0 0 Chamber initStep
+ 1 0.00505 0.0535 -1.63e+03 0.00261 0.00142 0.103 0.103 Chamber eIoni
+ 2 -0.00638 0.0383 -1.63e+03 0 0.00261 0.15 0.253 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0222 0.00483 -2.08e+03 0.00128 0 0 0 Tracker initStep
- 1 -0.0079 0.0209 -2.08e+03 0 0.00128 0.0817 0.0817 Tracker eIoni
+ 0 -0.00662 0.0206 -1.69e+03 0.00633 0 0 0 Chamber initStep
+ 1 -0.072 0.0102 -1.69e+03 0 0.00633 0.573 0.573 Chamber eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.00784 0.0014 -2.29e+03 0.00181 0 0 0 Tracker initStep
- 1 0.0672 0.00634 -2.29e+03 0 0.00181 0.138 0.138 Tracker eIoni
+ 0 -0.00579 0.0181 -1.78e+03 0.00142 0 0 0 Tracker initStep
+ 1 -0.0453 0.0255 -1.78e+03 0 0.00142 0.0952 0.0952 Tracker 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 0.00697 0.0012 -2.31e+03 0.879 0 0 0 Tracker initStep
- 1 -2.77 -8.23 -2.3e+03 0.875 0.00193 12.3 12.3 Tracker eIoni
- 2 -31.8 -65.4 -2.22e+03 0.862 0.0131 100 112 Tracker StepLimiter
- 3 -45.4 -104 -2.18e+03 0.851 0.00857 55.8 168 Tracker eIoni
- 4 -92.8 -175 -2.13e+03 0.835 0.0163 100 268 Tracker StepLimiter
- 5 -110 -222 -2.11e+03 0.827 0.00614 55.3 323 Tracker eIoni
- 6 -116 -242 -2.09e+03 0.822 0.00399 29 352 Tracker eIoni
- 7 -140 -318 -2.03e+03 0.807 0.0146 100 452 Tracker StepLimiter
- 8 -161 -353 -1.99e+03 0.799 0.00622 60.1 513 Tracker eIoni
- 9 -182 -386 -1.94e+03 0.788 0.00988 61.1 574 Tracker eIoni
- 10 -189 -394 -1.93e+03 0.785 0.0015 15.5 589 Tracker eIoni
- 11 -192 -398 -1.92e+03 0.779 0.000527 6.93 596 Tracker eIoni
- 12 -232 -445 -1.85e+03 0.768 0.0103 94.2 690 Tracker eIoni
- 13 -239 -451 -1.84e+03 0.761 0.00235 18.1 708 Tracker eIoni
- 14 -276 -491 -1.75e+03 0.745 0.016 100 808 Tracker StepLimiter
- 15 -314 -525 -1.67e+03 0.732 0.0137 100 908 Tracker StepLimiter
- 16 -334 -554 -1.61e+03 0.723 0.00688 66.8 975 Tracker eIoni
- 17 -339 -568 -1.57e+03 0.716 0.00529 41.5 1.02e+03 Tracker eIoni
- 18 -329 -602 -1.52e+03 0.705 0.00893 65.1 1.08e+03 Tracker eIoni
- 19 -323 -663 -1.44e+03 0.69 0.0156 100 1.18e+03 Tracker StepLimiter
- 20 -301 -703 -1.39e+03 0.669 0.011 70.4 1.25e+03 Tracker eIoni
- 21 -278 -741 -1.36e+03 0.66 0.00616 53.2 1.31e+03 Tracker eIoni
- 22 -270 -757 -1.34e+03 0.651 0.004 24.5 1.33e+03 Tracker eIoni
- 23 -243 -806 -1.26e+03 0.638 0.0132 100 1.43e+03 Tracker StepLimiter
- 24 -229 -827 -1.24e+03 0.631 0.0041 32 1.46e+03 Tracker eIoni
- 25 -179 -898 -1.2e+03 0.616 0.0149 100 1.56e+03 Tracker StepLimiter
- 26 -161 -966 -1.13e+03 0.601 0.0146 100 1.66e+03 Tracker StepLimiter
- 27 -238 -902 -1.13e+03 0.589 0.012 100 1.76e+03 Tracker StepLimiter
- 28 -269 -885 -1.14e+03 0.584 0.00441 35.9 1.8e+03 Tracker eIoni
- 29 -288 -878 -1.14e+03 0.434 0.00225 21 1.82e+03 Tracker eIoni
- 30 -320 -848 -1.15e+03 0.419 0.00701 45.4 1.86e+03 Tracker eIoni
- 31 -328 -839 -1.15e+03 0.415 0.00196 11.8 1.88e+03 Tracker eIoni
- 32 -396 -769 -1.14e+03 0.401 0.0143 100 1.98e+03 Tracker StepLimiter
- 33 -427 -746 -1.15e+03 0.393 0.00844 40.2 2.02e+03 Tracker eIoni
- 34 -445 -727 -1.16e+03 0.387 0.00352 29.2 2.05e+03 Tracker eIoni
- 35 -451 -710 -1.17e+03 0.383 0.0032 19.1 2.06e+03 Tracker eIoni
- 36 -466 -690 -1.18e+03 0.376 0.00494 27.4 2.09e+03 Tracker eIoni
- 37 -468 -685 -1.18e+03 0.374 0.00126 6.19 2.1e+03 Tracker eIoni
- 38 -469 -683 -1.18e+03 0.373 0.000228 2.39 2.1e+03 Tracker eIoni
- 39 -470 -681 -1.18e+03 0.369 0.000438 3.04 2.1e+03 Tracker eIoni
- 40 -505 -636 -1.2e+03 0.358 0.0102 60.4 2.16e+03 Tracker eIoni
- 41 -509 -626 -1.21e+03 0.356 0.00224 12.8 2.18e+03 Tracker eIoni
- 42 -509 -625 -1.21e+03 0.343 0.000158 1.12 2.18e+03 Tracker eIoni
- 43 -562 -543 -1.23e+03 0.321 0.0158 99.2 2.28e+03 Tracker eIoni
- 44 -565 -524 -1.22e+03 0.317 0.00378 20.2 2.3e+03 Tracker eIoni
- 45 -566 -522 -1.22e+03 0.314 0.000926 3.11 2.3e+03 Tracker eIoni
- 46 -571 -514 -1.21e+03 0.31 0.00138 10.8 2.31e+03 Tracker eIoni
- 47 -592 -461 -1.18e+03 0.299 0.0108 65.3 2.38e+03 Tracker eIoni
- 48 -600 -446 -1.18e+03 0.293 0.00387 17.5 2.39e+03 Tracker eIoni
- 49 -649 -372 -1.15e+03 0.273 0.0208 100 2.49e+03 Tracker StepLimiter
- 50 -641 -277 -1.13e+03 0.248 0.0241 100 2.59e+03 Tracker StepLimiter
- 51 -643 -242 -1.13e+03 0.234 0.00564 36.1 2.63e+03 Tracker eIoni
- 52 -640 -236 -1.14e+03 0.231 0.00109 8 2.64e+03 Tracker eIoni
- 53 -636 -223 -1.15e+03 0.227 0.00322 17.6 2.66e+03 Tracker eIoni
- 54 -636 -220 -1.15e+03 0.223 0.00111 3.43 2.66e+03 Tracker eIoni
- 55 -641 -199 -1.16e+03 0.219 0.00421 25.8 2.69e+03 Tracker eIoni
- 56 -641 -188 -1.17e+03 0.215 0.00178 10.7 2.7e+03 Tracker eIoni
- 57 -650 -157 -1.18e+03 0.206 0.00752 37.7 2.73e+03 Tracker eIoni
- 58 -659 -148 -1.19e+03 0.203 0.00359 14.2 2.75e+03 Tracker eIoni
- 59 -659 -147 -1.19e+03 0.202 0 0.174 2.75e+03 Tracker eIoni
- 60 -692 -127 -1.23e+03 0.183 0.0116 56.4 2.8e+03 Tracker eIoni
- 61 -724 -62.7 -1.26e+03 0.166 0.0152 79.5 2.88e+03 Tracker eIoni
- 62 -711 -32.8 -1.28e+03 0.154 0.00984 35.8 2.92e+03 Tracker eIoni
- 63 -711 -32.6 -1.28e+03 0.153 3.36e-05 0.197 2.92e+03 Tracker eIoni
- 64 -716 -11.3 -1.28e+03 0.144 0.00521 23.9 2.94e+03 Tracker eIoni
- 65 -717 -1.29 -1.29e+03 0.139 0.00311 10.3 2.95e+03 Tracker eIoni
- 66 -713 19.7 -1.29e+03 0.124 0.00616 23.1 2.98e+03 Tracker eIoni
- 67 -722 66.3 -1.31e+03 0.108 0.0165 52.3 3.03e+03 Tracker eIoni
- 68 -737 101 -1.32e+03 0.094 0.0136 41.2 3.07e+03 Tracker eIoni
- 69 -738 103 -1.32e+03 0.0851 0.000288 1.43 3.07e+03 Tracker eIoni
- 70 -747 120 -1.31e+03 0.0755 0.00783 23.1 3.1e+03 Tracker eIoni
- 71 -749 123 -1.31e+03 0.0748 0.000675 3.24 3.1e+03 Tracker eIoni
- 72 -755 134 -1.31e+03 0.0667 0.00707 14.3 3.11e+03 Tracker eIoni
- 73 -757 138 -1.31e+03 0.0636 0.000752 4.36 3.12e+03 Tracker eIoni
- 74 -767 148 -1.3e+03 0.0549 0.00874 17.2 3.13e+03 Tracker eIoni
- 75 -774 152 -1.3e+03 0.0485 0.0064 13.6 3.15e+03 Tracker eIoni
- 76 -780 153 -1.29e+03 0.0421 0.00637 11.2 3.16e+03 Tracker eIoni
- 77 -782 157 -1.28e+03 0.037 0.00516 9 3.17e+03 Tracker eIoni
- 78 -785 163 -1.28e+03 0.0292 0.00774 7.42 3.18e+03 Tracker eIoni
- 79 -787 165 -1.28e+03 0.0241 0.00514 5.37 3.18e+03 Tracker eIoni
- 80 -788 167 -1.28e+03 0.0207 0.00342 4.21 3.18e+03 Tracker eIoni
- 81 -788 167 -1.28e+03 0.018 0.000243 0.179 3.19e+03 Tracker eIoni
- 82 -788 167 -1.27e+03 0.0127 0.00319 2.23 3.19e+03 Tracker eIoni
- 83 -788 169 -1.27e+03 0.00841 0.00432 2.24 3.19e+03 Tracker eIoni
- 84 -789 169 -1.27e+03 0.00168 0.00673 1.58 3.19e+03 Tracker eIoni
- 85 -789 169 -1.27e+03 0 0.00168 0.123 3.19e+03 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -788 167 -1.27e+03 0.00209 0 0 0 Tracker initStep
- 1 -788 167 -1.27e+03 0 0.00209 0.173 0.173 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -788 167 -1.28e+03 0.00241 0 0 0 Tracker initStep
- 1 -788 167 -1.28e+03 0 0.00241 0.218 0.218 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -757 138 -1.31e+03 0.00231 0 0 0 Tracker initStep
- 1 -757 138 -1.31e+03 0 0.00231 0.204 0.204 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -755 134 -1.31e+03 0.00108 0 0 0 Tracker initStep
- 1 -755 134 -1.31e+03 0 0.00108 0.0638 0.0638 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -747 120 -1.31e+03 0.0017 0 0 0 Tracker initStep
- 1 -747 120 -1.31e+03 0 0.0017 0.126 0.126 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -738 103 -1.32e+03 0.00868 0 0 0 Tracker initStep
- 1 -737 103 -1.32e+03 0.00248 0.0062 1.62 1.62 Tracker eIoni
- 2 -737 103 -1.32e+03 0 0.00248 0.229 1.85 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -713 19.7 -1.29e+03 0.00899 0 0 0 Tracker initStep
- 1 -713 19.8 -1.29e+03 0.00535 0.00364 1.68 1.68 Tracker eIoni
- 2 -713 20.1 -1.29e+03 0 0.00535 0.863 2.54 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -717 -1.29 -1.29e+03 0.0016 0 0 0 Tracker initStep
- 1 -717 -1.29 -1.29e+03 0 0.0016 0.114 0.114 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -716 -11.3 -1.28e+03 0.00345 0 0 0 Tracker initStep
- 1 -716 -11.3 -1.28e+03 0 0.00345 0.4 0.4 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -711 -32.6 -1.28e+03 0.0016 0 0 0 Tracker initStep
- 1 -711 -32.6 -1.28e+03 0 0.0016 0.114 0.114 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -711 -32.8 -1.28e+03 0.00144 0 0 0 Tracker initStep
- 1 -711 -32.8 -1.28e+03 0 0.00144 0.0976 0.0976 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -724 -62.7 -1.26e+03 0.00203 0 0 0 Tracker initStep
- 1 -724 -62.8 -1.26e+03 0 0.00203 0.166 0.166 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -692 -127 -1.23e+03 0.00729 0 0 0 Tracker initStep
- 1 -693 -127 -1.23e+03 0.00244 0.00486 1.37 1.37 Tracker eIoni
- 2 -693 -127 -1.23e+03 0 0.00244 0.222 1.59 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -659 -147 -1.19e+03 0.00109 0 0 0 Tracker initStep
- 1 -659 -147 -1.19e+03 0 0.00109 0.0643 0.0643 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -650 -157 -1.18e+03 0.00127 0 0 0 Tracker initStep
- 1 -650 -157 -1.18e+03 0 0.00127 0.0804 0.0804 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -641 -188 -1.17e+03 0.00204 0 0 0 Tracker initStep
- 1 -641 -188 -1.17e+03 0 0.00204 0.167 0.167 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -636 -220 -1.15e+03 0.00265 0 0 0 Tracker initStep
- 1 -635 -221 -1.15e+03 0 0.00265 0.256 0.256 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -636 -223 -1.15e+03 0.00102 0 0 0 Tracker initStep
- 1 -636 -223 -1.15e+03 0 0.00102 0.0585 0.0585 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -640 -236 -1.14e+03 0.0016 0 0 0 Tracker initStep
- 1 -640 -235 -1.14e+03 0 0.0016 0.115 0.115 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -643 -242 -1.13e+03 0.00889 0 0 0 Tracker initStep
- 1 -643 -241 -1.13e+03 0.00387 0.00502 1.66 1.66 Tracker eIoni
- 2 -643 -241 -1.13e+03 0 0.00387 0.489 2.15 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -600 -446 -1.18e+03 0.00132 0 0 0 Tracker initStep
- 1 -600 -446 -1.18e+03 0 0.00132 0.0858 0.0858 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -592 -461 -1.18e+03 0.00104 0 0 0 Tracker initStep
- 1 -592 -461 -1.18e+03 0 0.00104 0.0604 0.0604 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -571 -514 -1.21e+03 0.00272 0 0 0 Tracker initStep
- 1 -571 -514 -1.21e+03 0 0.00272 0.267 0.267 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -566 -522 -1.22e+03 0.00181 0 0 0 Tracker initStep
- 1 -566 -522 -1.22e+03 0 0.00181 0.138 0.138 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -562 -543 -1.23e+03 0.00641 0 0 0 Tracker initStep
- 1 -562 -543 -1.23e+03 0 0.00641 1.17 1.17 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -509 -625 -1.21e+03 0.0128 0 0 0 Tracker initStep
- 1 -509 -625 -1.21e+03 0.00957 0.00325 2.25 2.25 Tracker eIoni
- 2 -510 -625 -1.21e+03 0.0058 0.00377 1.77 4.02 Tracker eIoni
- 3 -510 -625 -1.21e+03 0.00196 0.00384 0.72 4.74 Tracker eIoni
- 4 -510 -625 -1.21e+03 0 0.00196 0.157 4.89 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -505 -636 -1.2e+03 0.000996 0 0 0 Tracker initStep
- 1 -505 -636 -1.2e+03 0 0.000996 0.0568 0.0568 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -470 -681 -1.18e+03 0.0026 0 0 0 Tracker initStep
- 1 -470 -681 -1.18e+03 0 0.0026 0.247 0.247 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -469 -683 -1.18e+03 0.00121 0 0 0 Tracker initStep
- 1 -469 -683 -1.18e+03 0 0.00121 0.0752 0.0752 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -468 -685 -1.18e+03 0.00119 0 0 0 Tracker initStep
- 1 -468 -685 -1.18e+03 0 0.00119 0.0734 0.0734 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -466 -690 -1.18e+03 0.00117 0 0 0 Tracker initStep
- 1 -466 -690 -1.18e+03 0 0.00117 0.0713 0.0713 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -451 -710 -1.17e+03 0.0014 0 0 0 Tracker initStep
- 1 -451 -710 -1.17e+03 0 0.0014 0.0936 0.0936 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -445 -727 -1.16e+03 0.00198 0 0 0 Tracker initStep
- 1 -446 -727 -1.16e+03 0 0.00198 0.159 0.159 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -328 -839 -1.15e+03 0.00163 0 0 0 Tracker initStep
- 1 -328 -839 -1.15e+03 0 0.00163 0.118 0.118 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -320 -848 -1.15e+03 0.00788 0 0 0 Tracker initStep
- 1 -320 -847 -1.15e+03 0.00468 0.0021 1.06 1.06 Tracker eIoni
- 2 -320 -847 -1.15e+03 0 0.00468 0.681 1.74 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 112
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -320 -847 -1.15e+03 0.00111 0 0 0 Tracker initStep
- 1 -320 -847 -1.15e+03 0 0.00111 0.0662 0.0662 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -288 -878 -1.14e+03 0.148 0 0 0 Tracker initStep
- 1 -333 -907 -1.16e+03 0.13 0.0162 55.2 55.2 Tracker eIoni
- 2 -341 -910 -1.16e+03 0.128 0.00102 9.25 64.5 Tracker eIoni
- 3 -387 -927 -1.16e+03 0.114 0.0141 55.1 120 Tracker eIoni
- 4 -409 -916 -1.17e+03 0.102 0.00792 28.2 148 Tracker eIoni
- 5 -416 -920 -1.18e+03 0.0906 0.0034 15.2 163 Tracker eIoni
- 6 -423 -925 -1.19e+03 0.0816 0.00732 13 176 Tracker eIoni
- 7 -441 -927 -1.2e+03 0.0692 0.0125 26 202 Tracker eIoni
- 8 -455 -928 -1.21e+03 0.0619 0.00724 19.8 222 Tracker eIoni
- 9 -456 -926 -1.21e+03 0.0567 0.00275 3.09 225 Tracker eIoni
- 10 -456 -914 -1.22e+03 0.0486 0.00807 14.3 239 Tracker eIoni
- 11 -457 -911 -1.22e+03 0.0429 0.00251 3.66 243 Tracker eIoni
- 12 -459 -904 -1.22e+03 0.0364 0.00648 9.24 252 Tracker eIoni
- 13 -461 -903 -1.21e+03 0.0336 0.0017 3.08 255 Tracker eIoni
- 14 -466 -901 -1.21e+03 0.0289 0.00471 6.49 262 Tracker eIoni
- 15 -467 -900 -1.21e+03 0.025 0.00244 2.07 264 Tracker eIoni
- 16 -469 -897 -1.21e+03 0.0204 0.00457 4.4 268 Tracker eIoni
- 17 -470 -897 -1.21e+03 0.0155 0.00195 1.17 269 Tracker eIoni
- 18 -471 -896 -1.21e+03 0.012 0.00354 2.66 272 Tracker eIoni
- 19 -473 -896 -1.21e+03 0.00715 0.00481 2.12 274 Tracker eIoni
- 20 -473 -896 -1.21e+03 0.00137 0.00577 1.34 275 Tracker eIoni
- 21 -473 -896 -1.21e+03 0 0.00137 0.0908 276 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 111
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -470 -897 -1.21e+03 0.00293 0 0 0 Tracker initStep
- 1 -470 -897 -1.21e+03 0 0.00293 0.303 0.303 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 111
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -467 -900 -1.21e+03 0.00151 0 0 0 Tracker initStep
- 1 -467 -900 -1.21e+03 0 0.00151 0.104 0.104 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 111
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -461 -903 -1.21e+03 0.00108 0 0 0 Tracker initStep
- 1 -461 -903 -1.21e+03 0 0.00108 0.0633 0.0633 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 154, Parent ID = 111
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -457 -911 -1.22e+03 0.00323 0 0 0 Tracker initStep
- 1 -458 -911 -1.22e+03 0 0.00323 0.357 0.357 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 111
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -456 -926 -1.21e+03 0.0025 0 0 0 Tracker initStep
- 1 -456 -926 -1.21e+03 0 0.0025 0.232 0.232 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 111
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -423 -925 -1.19e+03 0.00168 0 0 0 Tracker initStep
- 1 -423 -925 -1.19e+03 0 0.00168 0.123 0.123 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 111
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -416 -920 -1.18e+03 0.00792 0 0 0 Tracker initStep
- 1 -416 -919 -1.18e+03 0.0014 0.00653 1.49 1.49 Tracker eIoni
- 2 -416 -919 -1.18e+03 0 0.0014 0.0931 1.59 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 111
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -409 -916 -1.17e+03 0.00412 0 0 0 Tracker initStep
- 1 -409 -916 -1.17e+03 0 0.00412 0.546 0.546 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 111
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -341 -910 -1.16e+03 0.000995 0 0 0 Tracker initStep
- 1 -341 -910 -1.16e+03 0 0.000995 0.0567 0.0567 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 111
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -333 -907 -1.16e+03 0.0016 0 0 0 Tracker initStep
- 1 -333 -908 -1.16e+03 0 0.0016 0.114 0.114 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -269 -885 -1.14e+03 0.00106 0 0 0 Tracker initStep
- 1 -269 -885 -1.14e+03 0 0.00106 0.0624 0.0624 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -229 -827 -1.24e+03 0.00291 0 0 0 Tracker initStep
- 1 -229 -827 -1.24e+03 0 0.00291 0.3 0.3 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -270 -757 -1.34e+03 0.00523 0 0 0 Tracker initStep
- 1 -270 -757 -1.34e+03 0.00246 0.00135 0.413 0.413 Tracker eIoni
- 2 -270 -757 -1.34e+03 0 0.00246 0.225 0.638 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 108
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -270 -757 -1.34e+03 0.00143 0 0 0 Tracker initStep
- 1 -270 -757 -1.34e+03 0 0.00143 0.0963 0.0963 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -278 -741 -1.36e+03 0.00256 0 0 0 Tracker initStep
- 1 -278 -741 -1.36e+03 0 0.00256 0.241 0.241 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -301 -703 -1.39e+03 0.0095 0 0 0 Tracker initStep
- 1 -300 -703 -1.39e+03 0.00341 0.00609 1.76 1.76 Tracker eIoni
- 2 -300 -703 -1.39e+03 0.00185 0.00155 0.235 1.99 Tracker eIoni
- 3 -300 -703 -1.39e+03 0 0.00185 0.144 2.14 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -329 -602 -1.52e+03 0.00202 0 0 0 Tracker initStep
- 1 -329 -602 -1.52e+03 0 0.00202 0.164 0.164 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -339 -568 -1.57e+03 0.00173 0 0 0 Tracker initStep
- 1 -339 -568 -1.57e+03 0 0.00173 0.129 0.129 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -334 -554 -1.61e+03 0.0017 0 0 0 Tracker initStep
- 1 -334 -554 -1.61e+03 0 0.0017 0.126 0.126 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -239 -451 -1.84e+03 0.00385 0 0 0 Tracker initStep
- 1 -239 -451 -1.84e+03 0 0.00385 0.485 0.485 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -232 -445 -1.85e+03 0.00148 0 0 0 Tracker initStep
- 1 -232 -445 -1.85e+03 0 0.00148 0.101 0.101 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -192 -398 -1.92e+03 0.00508 0 0 0 Tracker initStep
- 1 -192 -399 -1.92e+03 0.00254 0.00122 0.172 0.172 Tracker eIoni
- 2 -192 -399 -1.92e+03 0 0.00254 0.239 0.411 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 100
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -192 -399 -1.92e+03 0.00132 0 0 0 Tracker initStep
- 1 -192 -399 -1.92e+03 0 0.00132 0.0852 0.0852 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -189 -394 -1.93e+03 0.00194 0 0 0 Tracker initStep
- 1 -189 -394 -1.93e+03 0 0.00194 0.154 0.154 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -182 -386 -1.94e+03 0.00101 0 0 0 Tracker initStep
- 1 -182 -386 -1.94e+03 0 0.00101 0.0577 0.0577 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -161 -353 -1.99e+03 0.00183 0 0 0 Tracker initStep
- 1 -161 -353 -1.99e+03 0 0.00183 0.141 0.141 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -116 -242 -2.09e+03 0.0012 0 0 0 Tracker initStep
- 1 -116 -242 -2.09e+03 0 0.0012 0.074 0.074 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -110 -222 -2.11e+03 0.00117 0 0 0 Tracker initStep
- 1 -110 -221 -2.11e+03 0 0.00117 0.0719 0.0719 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -45.4 -104 -2.18e+03 0.00262 0 0 0 Tracker initStep
- 1 -45.5 -104 -2.18e+03 0 0.00262 0.251 0.251 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.77 -8.23 -2.3e+03 0.00153 0 0 0 Tracker initStep
- 1 -2.76 -8.26 -2.3e+03 0 0.00153 0.107 0.107 Tracker eIoni
+ 0 -0.00497 0.0158 -1.86e+03 0.0012 0 0 0 Tracker initStep
+ 1 0.00738 -0.0125 -1.86e+03 0 0.0012 0.0744 0.0744 Tracker 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 0.00607 0.000994 -2.32e+03 0.00111 0 0 0 Tracker initStep
- 1 0.00293 0.0279 -2.32e+03 0 0.00111 0.0661 0.0661 Tracker eIoni
+ 0 -0.00424 0.0136 -1.94e+03 0.011 0 0 0 Tracker initStep
+ 1 -0.407 -0.276 -1.94e+03 0.0081 0.00125 0.56 0.56 Tracker eIoni
+ 2 -0.522 -1.06 -1.94e+03 0.00354 0.00456 1.52 2.08 Tracker eIoni
+ 3 -0.672 -0.968 -1.94e+03 0 0.00354 0.419 2.5 Tracker eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 205, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.407 -0.276 -1.94e+03 0.00161 0 0 0 Tracker initStep
+ 1 -0.454 -0.27 -1.94e+03 0 0.00161 0.116 0.116 Tracker eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.000616 -0.000115 -2.41e+03 1.33 0 0 0 Target initStep
- 1 0.0553 -0.0179 -2.41e+03 0.165 1.17 1.02 1.02 Target eIoni
- 2 0.0535 -0.0155 -2.41e+03 0 0.165 0.0608 1.08 Target eIoni
+ 0 -0.00398 0.0129 -1.97e+03 0.00146 0 0 0 Tracker initStep
+ 1 -0.0161 -0.0275 -1.97e+03 0 0.00146 0.0996 0.0996 Tracker 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.00189 0.00675 -2.19e+03 0.00166 0 0 0 Tracker initStep
+ 1 -0.0528 0.0174 -2.19e+03 0 0.00166 0.122 0.122 Tracker 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.000495 -8.75e-05 -2.41e+03 30.7 0 0 0 Target initStep
- 1 0.46 -0.162 -2.41e+03 27.9 2.47 2.39 2.39 Target eBrem
- 2 0.523 -0.113 -2.41e+03 21.9 0.13 0.119 2.51 Target eBrem
- 3 1.12 0.304 -2.41e+03 18.7 1.1 0.927 3.44 Target eBrem
- 4 1.18 1.82 -2.4e+03 15.5 2.51 1.88 5.32 Target eBrem
- 5 0.977 2.32 -2.4e+03 11.8 3.28 1.93 7.25 Target eBrem
- 6 1.08 0.934 -2.4e+03 9.25 1.67 1.54 8.79 Target eBrem
- 7 1.08 0.903 -2.4e+03 8.75 0.0312 0.0318 8.82 Target eBrem
- 8 1.26 0.165 -2.4e+03 6.45 1.15 0.915 9.74 Target eBrem
- 9 1.8 0.0507 -2.4e+03 5.41 0.902 0.843 10.6 Target eBrem
- 10 2.17 -0.0359 -2.4e+03 3.25 2.16 2.06 12.6 Target eBrem
- 11 2.33 -0.246 -2.4e+03 2.27 0.976 0.556 13.2 Tracker Transportation
- 12 32.5 -33.4 -2.33e+03 2.26 0.0143 83.9 97.1 Tracker eIoni
- 13 36.3 -38.4 -2.32e+03 2.25 0.00205 11.6 109 Tracker eIoni
- 14 40.3 -42.8 -2.31e+03 2.24 0.0016 11 120 Tracker eIoni
- 15 72.7 -76.9 -2.24e+03 2.22 0.0108 86.7 206 Tracker eIoni
- 16 94.7 -95.7 -2.18e+03 2.21 0.00776 63.8 270 Tracker eIoni
- 17 126 -125 -2.11e+03 2.2 0.0123 79.9 350 Tracker eIoni
- 18 138 -135 -2.08e+03 2.19 0.00252 32.4 383 Tracker eIoni
- 19 141 -137 -2.08e+03 2.17 0.001 7.89 390 Tracker eIoni
- 20 143 -138 -2.07e+03 2.16 0.00144 3.91 394 Tracker eIoni
- 21 144 -138 -2.07e+03 2.16 2.22e-05 2.2 397 Tracker eIoni
- 22 190 -169 -1.99e+03 2.15 0.0154 100 497 Tracker StepLimiter
- 23 209 -183 -1.94e+03 2.14 0.00593 51.8 548 Tracker eIoni
- 24 231 -203 -1.9e+03 2.13 0.0059 53.3 602 Tracker eIoni
- 25 260 -234 -1.83e+03 2.12 0.0113 82.9 685 Tracker eIoni
- 26 276 -254 -1.79e+03 2.11 0.00675 47.1 732 Tracker eIoni
- 27 315 -295 -1.71e+03 2.1 0.0141 100 832 Tracker StepLimiter
- 28 351 -354 -1.67e+03 2.08 0.0119 80 912 Tracker eIoni
- 29 397 -426 -1.61e+03 2.07 0.0146 100 1.01e+03 Tracker StepLimiter
- 30 448 -490 -1.56e+03 2.05 0.015 100 1.11e+03 Tracker StepLimiter
- 31 507 -549 -1.5e+03 2.04 0.0119 100 1.21e+03 Tracker StepLimiter
- 32 555 -609 -1.45e+03 2.03 0.0127 94.4 1.31e+03 Tracker eIoni
- 33 605 -663 -1.38e+03 2.01 0.0147 100 1.41e+03 Tracker StepLimiter
- 34 643 -712 -1.3e+03 2 0.0134 100 1.51e+03 Tracker StepLimiter
- 35 664 -762 -1.23e+03 1.98 0.0177 89.4 1.6e+03 Tracker eIoni
- 36 682 -820 -1.15e+03 1.97 0.0159 100 1.7e+03 Tracker StepLimiter
- 37 707 -885 -1.08e+03 1.95 0.0125 100 1.8e+03 Tracker StepLimiter
- 38 737 -954 -1.02e+03 1.94 0.0152 100 1.9e+03 Tracker StepLimiter
- 39 747 -982 -996 1.93 0.0066 34.8 1.93e+03 Tracker eIoni
- 40 772 -1.06e+03 -946 1.91 0.0146 95.9 2.03e+03 Tracker eIoni
- 41 782 -1.09e+03 -932 1.91 0.00403 31.4 2.06e+03 Tracker eIoni
- 42 818 -1.17e+03 -888 1.9 0.0113 100 2.16e+03 Tracker StepLimiter
- 43 824 -1.18e+03 -882 1.89 0.00295 16.2 2.17e+03 Tracker eIoni
- 44 825 -1.18e+03 -881 1.89 0.000387 1.96 2.18e+03 Tracker eIoni
- 45 863 -1.27e+03 -840 1.88 0.0109 100 2.28e+03 Tracker StepLimiter
- 46 883 -1.31e+03 -808 1.86 0.00953 58.9 2.33e+03 Tracker eIoni
- 47 922 -1.39e+03 -768 1.85 0.0127 100 2.43e+03 Tracker StepLimiter
- 48 950 -1.44e+03 -746 1.64 0.008 57.8 2.49e+03 Tracker eBrem
- 49 991 -1.51e+03 -707 1.62 0.0143 92.6 2.58e+03 Tracker eIoni
- 50 1.03e+03 -1.6e+03 -677 1.6 0.0134 100 2.68e+03 Tracker StepLimiter
- 51 1.05e+03 -1.64e+03 -661 1.59 0.00791 48.5 2.73e+03 Tracker eIoni
- 52 1.07e+03 -1.68e+03 -657 1.59 0.00445 40.6 2.77e+03 Tracker eIoni
- 53 1.11e+03 -1.77e+03 -649 1.57 0.0165 100 2.87e+03 Tracker StepLimiter
- 54 1.15e+03 -1.84e+03 -636 1.55 0.0117 86.2 2.96e+03 Tracker eIoni
- 55 1.16e+03 -1.87e+03 -629 1.54 0.00709 34.5 2.99e+03 Tracker eIoni
- 56 1.16e+03 -1.88e+03 -626 1.53 0.00186 10.5 3.01e+03 Tracker eIoni
- 57 1.19e+03 -1.94e+03 -599 1.52 0.00755 64.3 3.07e+03 Tracker eIoni
- 58 1.21e+03 -1.97e+03 -582 1.52 0.0037 40.1 3.11e+03 Tracker eIoni
- 59 1.26e+03 -2.04e+03 -543 1.5 0.0136 100 3.21e+03 Tracker StepLimiter
- 60 1.26e+03 -2.04e+03 -543 1.5 4.62e-05 1.24 3.21e+03 World Transportation
- 61 1.28e+03 -2.07e+03 -525 1.5 0.00547 38.6 3.25e+03 World eIoni
- 62 1.41e+03 -2.2e+03 -413 1.47 0.0262 219 3.47e+03 World eIoni
- 63 1.42e+03 -2.21e+03 -405 1.46 0.00158 14.4 3.48e+03 World eIoni
- 64 1.44e+03 -2.24e+03 -384 1.46 0.00359 41.5 3.52e+03 World eIoni
- 65 1.57e+03 -2.38e+03 -284 1.42 0.0347 216 3.74e+03 World eIoni
- 66 1.63e+03 -2.45e+03 -233 1.39 0.0109 106 3.85e+03 World eIoni
- 67 1.63e+03 -2.45e+03 -233 1.39 0.000156 1.89 3.85e+03 World eIoni
- 68 1.66e+03 -2.5e+03 -219 1.38 0.00446 54.3 3.9e+03 World eIoni
- 69 1.66e+03 -2.51e+03 -217 1.38 0.00115 9.58 3.91e+03 World eIoni
- 70 1.71e+03 -2.58e+03 -195 1.37 0.0105 85.4 4e+03 World eIoni
- 71 1.8e+03 -2.71e+03 -175 1.34 0.0223 165 4.16e+03 World eIoni
- 72 1.83e+03 -2.76e+03 -166 1.33 0.00963 65 4.23e+03 World eIoni
- 73 1.86e+03 -2.8e+03 -161 1.32 0.00575 41.3 4.27e+03 World eIoni
- 74 1.89e+03 -2.84e+03 -157 1.3 0.00638 52 4.32e+03 World eIoni
- 75 1.96e+03 -2.94e+03 -138 1.28 0.0172 125 4.45e+03 World eIoni
- 76 1.96e+03 -2.94e+03 -139 1.28 0.000451 3.41 4.45e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 214, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.96e+03 -2.94e+03 -138 0.000994 0 0 0 World initStep
- 1 1.96e+03 -2.94e+03 -138 0 0.000994 0.0566 0.0566 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 213, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.89e+03 -2.84e+03 -157 0.0134 0 0 0 World initStep
- 1 1.89e+03 -2.84e+03 -157 0.00831 0.00505 2.33 2.33 World eIoni
- 2 1.89e+03 -2.84e+03 -157 0.00274 0.00327 1.4 3.73 World eIoni
- 3 1.89e+03 -2.84e+03 -157 0.00123 0.000348 0.0528 3.78 World eIoni
- 4 1.89e+03 -2.84e+03 -157 0 0.00123 0.0775 3.86 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 216, Parent ID = 213
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.89e+03 -2.84e+03 -157 0.00116 0 0 0 World initStep
- 1 1.89e+03 -2.84e+03 -157 0 0.00116 0.0707 0.0707 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 215, Parent ID = 213
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.89e+03 -2.84e+03 -157 0.0023 0 0 0 World initStep
- 1 1.89e+03 -2.84e+03 -157 0 0.0023 0.202 0.202 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 212, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.86e+03 -2.8e+03 -161 0.00343 0 0 0 World initStep
- 1 1.86e+03 -2.8e+03 -161 0 0.00343 0.395 0.395 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 211, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.83e+03 -2.76e+03 -166 0.00334 0 0 0 World initStep
- 1 1.83e+03 -2.76e+03 -166 0 0.00334 0.378 0.378 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 210, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.8e+03 -2.71e+03 -175 0.00348 0 0 0 World initStep
- 1 1.8e+03 -2.71e+03 -175 0.00239 8.87e-05 0.0266 0.0266 World eIoni
- 2 1.8e+03 -2.71e+03 -175 0 0.00239 0.215 0.242 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 217, Parent ID = 210
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.8e+03 -2.71e+03 -175 0.001 0 0 0 World initStep
- 1 1.8e+03 -2.71e+03 -175 0 0.001 0.0572 0.0572 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 209, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.71e+03 -2.58e+03 -195 0.00192 0 0 0 World initStep
- 1 1.71e+03 -2.58e+03 -195 0 0.00192 0.152 0.152 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 208, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.66e+03 -2.51e+03 -217 0.00106 0 0 0 World initStep
- 1 1.66e+03 -2.51e+03 -217 0 0.00106 0.0623 0.0623 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 207, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.66e+03 -2.5e+03 -219 0.00822 0 0 0 World initStep
- 1 1.66e+03 -2.5e+03 -220 0.00159 0.00662 1.55 1.55 World eIoni
- 2 1.66e+03 -2.5e+03 -220 0 0.00159 0.114 1.66 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 206, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.63e+03 -2.45e+03 -233 0.00157 0 0 0 World initStep
- 1 1.63e+03 -2.45e+03 -233 0 0.00157 0.111 0.111 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 205, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.63e+03 -2.45e+03 -233 0.0118 0 0 0 World initStep
- 1 1.63e+03 -2.45e+03 -232 0.00647 0.00536 2.11 2.11 World eIoni
- 2 1.63e+03 -2.45e+03 -231 0.00196 0.00288 0.559 2.66 World eIoni
- 3 1.63e+03 -2.45e+03 -231 0 0.00196 0.156 2.82 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 218, Parent ID = 205
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.63e+03 -2.45e+03 -231 0.00164 0 0 0 World initStep
- 1 1.63e+03 -2.45e+03 -231 0 0.00164 0.119 0.119 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 204, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.57e+03 -2.38e+03 -284 0.00459 0 0 0 World initStep
- 1 1.57e+03 -2.38e+03 -284 0.0015 0.00164 0.361 0.361 World eIoni
- 2 1.57e+03 -2.38e+03 -284 0 0.0015 0.103 0.464 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 219, Parent ID = 204
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.57e+03 -2.38e+03 -284 0.00145 0 0 0 World initStep
- 1 1.57e+03 -2.38e+03 -284 0 0.00145 0.0989 0.0989 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 203, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.42e+03 -2.21e+03 -405 0.0064 0 0 0 World initStep
- 1 1.42e+03 -2.21e+03 -405 0 0.0064 1.17 1.17 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 202, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.41e+03 -2.2e+03 -413 0.00361 0 0 0 World initStep
- 1 1.41e+03 -2.2e+03 -413 0 0.00361 0.434 0.434 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 201, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.28e+03 -2.07e+03 -525 0.00102 0 0 0 World initStep
- 1 1.28e+03 -2.07e+03 -525 0 0.00102 0.0584 0.0584 World eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 200, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.21e+03 -1.97e+03 -582 0.00271 0 0 0 Tracker initStep
- 1 1.2e+03 -1.97e+03 -582 0 0.00271 0.265 0.265 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 199, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.19e+03 -1.94e+03 -599 0.00302 0 0 0 Tracker initStep
- 1 1.19e+03 -1.94e+03 -599 0 0.00302 0.318 0.318 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 198, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.16e+03 -1.88e+03 -626 0.0058 0 0 0 Tracker initStep
- 1 1.16e+03 -1.88e+03 -626 0 0.0058 0.997 0.997 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 197, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.16e+03 -1.87e+03 -629 0.00522 0 0 0 Tracker initStep
- 1 1.16e+03 -1.87e+03 -629 0 0.00522 0.827 0.827 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 196, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.15e+03 -1.84e+03 -636 0.00353 0 0 0 Tracker initStep
- 1 1.15e+03 -1.84e+03 -636 0.00157 0.000747 0.19 0.19 Tracker eIoni
- 2 1.15e+03 -1.84e+03 -636 0 0.00157 0.111 0.302 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 220, Parent ID = 196
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.15e+03 -1.84e+03 -636 0.00121 0 0 0 Tracker initStep
- 1 1.15e+03 -1.84e+03 -636 0 0.00121 0.0754 0.0754 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 195, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.07e+03 -1.68e+03 -657 0.00277 0 0 0 Tracker initStep
- 1 1.07e+03 -1.68e+03 -657 0 0.00277 0.276 0.276 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 194, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.05e+03 -1.64e+03 -661 0.00236 0 0 0 Tracker initStep
- 1 1.05e+03 -1.64e+03 -661 0 0.00236 0.212 0.212 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 193, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 991 -1.51e+03 -707 0.00571 0 0 0 Tracker initStep
- 1 991 -1.51e+03 -706 0 0.00571 0.972 0.972 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 191, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 883 -1.31e+03 -808 0.00567 0 0 0 Tracker initStep
- 1 883 -1.31e+03 -808 0 0.00567 0.958 0.958 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 190, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 825 -1.18e+03 -881 0.00386 0 0 0 Tracker initStep
- 1 825 -1.18e+03 -881 0 0.00386 0.486 0.486 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 189, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 824 -1.18e+03 -882 0.00126 0 0 0 Tracker initStep
- 1 824 -1.18e+03 -882 0 0.00126 0.0797 0.0797 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 188, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 782 -1.09e+03 -932 0.00215 0 0 0 Tracker initStep
- 1 782 -1.09e+03 -932 0 0.00215 0.181 0.181 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 187, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 772 -1.06e+03 -946 0.00147 0 0 0 Tracker initStep
- 1 772 -1.06e+03 -946 0 0.00147 0.1 0.1 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 186, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 747 -982 -996 0.00107 0 0 0 Tracker initStep
- 1 747 -982 -996 0 0.00107 0.0631 0.0631 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 185, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 664 -762 -1.23e+03 0.00122 0 0 0 Tracker initStep
- 1 664 -762 -1.23e+03 0 0.00122 0.0762 0.0762 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 184, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 555 -609 -1.45e+03 0.00107 0 0 0 Tracker initStep
- 1 555 -609 -1.45e+03 0 0.00107 0.0627 0.0627 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 183, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 351 -354 -1.67e+03 0.00127 0 0 0 Tracker initStep
- 1 351 -354 -1.67e+03 0 0.00127 0.0807 0.0807 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 182, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 276 -254 -1.79e+03 0.00107 0 0 0 Tracker initStep
- 1 276 -254 -1.79e+03 0 0.00107 0.0626 0.0626 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 181, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 260 -234 -1.83e+03 0.00212 0 0 0 Tracker initStep
- 1 260 -234 -1.83e+03 0 0.00212 0.178 0.178 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 180, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 231 -203 -1.9e+03 0.001 0 0 0 Tracker initStep
- 1 231 -203 -1.9e+03 0 0.001 0.0573 0.0573 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 179, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 209 -183 -1.94e+03 0.00284 0 0 0 Tracker initStep
- 1 209 -183 -1.94e+03 0 0.00284 0.286 0.286 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 178, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 144 -138 -2.07e+03 0.0015 0 0 0 Tracker initStep
- 1 144 -138 -2.07e+03 0 0.0015 0.104 0.104 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 177, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 143 -138 -2.07e+03 0.00136 0 0 0 Tracker initStep
- 1 143 -138 -2.07e+03 0 0.00136 0.089 0.089 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 176, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 141 -137 -2.08e+03 0.0181 0 0 0 Tracker initStep
- 1 140 -137 -2.08e+03 0.0158 0.00129 0.896 0.896 Tracker eIoni
- 2 138 -138 -2.08e+03 0.00957 0.00619 2.7 3.59 Tracker eIoni
- 3 138 -138 -2.08e+03 0.00673 0.00184 1.29 4.89 Tracker eIoni
- 4 137 -138 -2.08e+03 0 0.00673 1.25 6.13 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 222, Parent ID = 176
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 138 -138 -2.08e+03 0.001 0 0 0 Tracker initStep
- 1 138 -138 -2.08e+03 0 0.001 0.0574 0.0574 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 221, Parent ID = 176
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 140 -137 -2.08e+03 0.00105 0 0 0 Tracker initStep
- 1 140 -137 -2.08e+03 0 0.00105 0.0613 0.0613 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 138 -135 -2.08e+03 0.0118 0 0 0 Tracker initStep
- 1 136 -136 -2.08e+03 0.0082 0.00363 2.11 2.11 Tracker eIoni
- 2 136 -136 -2.08e+03 0.00261 0.00368 1.16 3.27 Tracker eIoni
- 3 136 -136 -2.08e+03 0 0.00261 0.25 3.52 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 223, Parent ID = 175
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 136 -136 -2.08e+03 0.0019 0 0 0 Tracker initStep
- 1 136 -136 -2.08e+03 0 0.0019 0.15 0.15 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 174, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 126 -125 -2.11e+03 0.0016 0 0 0 Tracker initStep
- 1 126 -125 -2.11e+03 0 0.0016 0.115 0.115 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 173, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 94.7 -95.7 -2.18e+03 0.00189 0 0 0 Tracker initStep
- 1 94.7 -95.7 -2.18e+03 0 0.00189 0.148 0.148 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 172, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 72.7 -76.9 -2.24e+03 0.00866 0 0 0 Tracker initStep
- 1 73.3 -77.5 -2.24e+03 0.00284 0.00583 1.62 1.62 Tracker eIoni
- 2 73.3 -77.4 -2.24e+03 0 0.00284 0.286 1.91 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 171, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 40.3 -42.8 -2.31e+03 0.00147 0 0 0 Tracker initStep
- 1 40.3 -42.8 -2.31e+03 0 0.00147 0.101 0.101 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 36.3 -38.4 -2.32e+03 0.00672 0 0 0 Tracker initStep
- 1 35.8 -38.4 -2.32e+03 0 0.00672 1.24 1.24 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 32.5 -33.4 -2.33e+03 0.00175 0 0 0 Tracker initStep
- 1 32.5 -33.5 -2.33e+03 0 0.00175 0.131 0.131 Tracker eIoni
+ 0 -0.00161 0.00595 -2.22e+03 0.00148 0 0 0 Tracker initStep
+ 1 0.0341 0.0304 -2.22e+03 0 0.00148 0.102 0.102 Tracker 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.000416 -7.97e-05 -2.41e+03 1.94 0 0 0 Target initStep
- 1 -0.0127 -0.0867 -2.41e+03 0.825 0.656 0.62 0.62 Target eBrem
- 2 -0.0288 -0.0781 -2.41e+03 0.389 0.325 0.323 0.943 Target eBrem
- 3 -0.0214 -0.0821 -2.41e+03 0 0.389 0.216 1.16 Target eIoni
+ 0 -0.000227 0.00201 -2.37e+03 0.00151 0 0 0 Tracker initStep
+ 1 0.0434 0.0119 -2.37e+03 0 0.00151 0.105 0.105 Tracker 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 -1e-06 7.26e-05 -2.42e+03 1.06 0 0 0 Target initStep
- 1 0.043 -0.00616 -2.42e+03 0 1.06 0.78 0.78 Target eIoni
+ 0 -9.58e-05 0.000262 -2.43e+03 26.3 0 0 0 Target initStep
+ 1 -0.0626 0.0608 -2.43e+03 25.1 0.501 0.456 0.456 Target eBrem
+ 2 -0.199 -0.0275 -2.43e+03 24.2 0.643 0.496 0.952 Target eBrem
+ 3 -0.502 -0.286 -2.43e+03 16.8 1.76 1.56 2.51 Target eBrem
+ 4 -0.515 -0.303 -2.43e+03 15 0.111 0.0963 2.61 Target eBrem
+ 5 -0.514 -0.585 -2.42e+03 3.41 4.11 2.78 5.39 Target eBrem
+ 6 -0.519 -0.557 -2.42e+03 1.18 2.23 1.87 7.25 Target eIoni
+ 7 -0.476 -0.562 -2.42e+03 0.631 0.345 0.349 7.6 Target eBrem
+ 8 -0.452 -0.561 -2.42e+03 0 0.631 0.414 8.02 Target eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.87e-06 4.79e-06 -2.82e+03 0.00177 0 0 0 World initStep
- 1 -0.0368 -0.0443 -2.82e+03 0 0.00177 0.134 0.134 World eIoni
+ 0 3.35e-05 3.97e-05 -2.53e+03 0.00146 0 0 0 World initStep
+ 1 -0.0361 -0.0214 -2.53e+03 0 0.00146 0.0991 0.0991 World eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -2.9e+03 0.00225 0 0 0 World initStep
- 1 0.0382 0.0699 -2.9e+03 0.00102 0.00123 0.135 0.135 World eIoni
- 2 0.0557 0.0828 -2.9e+03 0 0.00102 0.0589 0.193 World eIoni
+ 0 0 0 -2.79e+03 0.00527 0 0 0 World initStep
+ 1 -0.132 -0.35 -2.79e+03 0 0.00527 0.841 0.841 World eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 225, Parent ID = 5
+* G4Track Information: Particle = gamma, Track ID = 211, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0288 -0.0781 -2.41e+03 0.11 0 0 0 Target initStep
- 1 0.19 -0.363 -2.41e+03 0 0.0158 0.641 0.641 Target phot
+ 0 -0.476 -0.562 -2.42e+03 0.207 0 0 0 Target initStep
+ 1 -0.15 -0.836 -2.42e+03 0 0.0158 0.547 0.547 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 226, Parent ID = 225
+* G4Track Information: Particle = e-, Track ID = 212, Parent ID = 211
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.19 -0.363 -2.41e+03 0.0946 0 0 0 Target initStep
- 1 0.19 -0.362 -2.41e+03 0 0.0946 0.0251 0.0251 Target eIoni
+ 0 -0.15 -0.836 -2.42e+03 0.191 0 0 0 Target initStep
+ 1 -0.146 -0.838 -2.42e+03 0 0.191 0.0758 0.0758 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 224, Parent ID = 5
+* G4Track Information: Particle = gamma, Track ID = 210, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0127 -0.0867 -2.41e+03 0.461 0 0 0 Target initStep
- 1 2.17 -2.09 -2.41e+03 0 0.00382 3.53 3.53 Target phot
+ 0 -0.514 -0.585 -2.42e+03 7.53 0 0 0 Target initStep
+ 1 0.0415 1.12 -2.42e+03 0.637 0 6.26 6.26 Target compt
+ 2 2.16 6.37 -2.42e+03 0.266 0 5.66 11.9 Target compt
+ 3 2.16 6.37 -2.42e+03 0.131 0 0.00294 11.9 Target compt
+ 4 1.96 6.45 -2.42e+03 0 0.0883 0.56 12.5 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 227, Parent ID = 224
+* G4Track Information: Particle = e-, Track ID = 216, Parent ID = 210
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.17 -2.09 -2.41e+03 0.458 0 0 0 Target initStep
- 1 2.18 -2.1 -2.41e+03 0 0.458 0.27 0.27 Target eIoni
+ 0 1.96 6.45 -2.42e+03 0.0425 0 0 0 Target initStep
+ 1 1.96 6.45 -2.42e+03 0 0.0425 0.00684 0.00684 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 192, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 215, Parent ID = 210
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 950 -1.44e+03 -746 0.204 0 0 0 Tracker initStep
- 1 1.4e+03 -1.95e+03 -419 0.204 0 755 755 World Transportation
- 2 2.27e+03 -2.94e+03 215 0.204 0 1.46e+03 2.22e+03 OutOfWorld Transportation
+ 0 2.16 6.37 -2.42e+03 0.135 0 0 0 Target initStep
+ 1 2.16 6.37 -2.42e+03 0 0.135 0.0444 0.0444 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 168, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 214, Parent ID = 210
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.8 0.0507 -2.4e+03 0.135 0 0 0 Target initStep
- 1 1.82 0.058 -2.4e+03 0 0.0883 0.0293 0.0293 Target phot
+ 0 2.16 6.37 -2.42e+03 0.371 0 0 0 Target initStep
+ 1 2.16 6.38 -2.42e+03 0 0.371 0.202 0.202 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 228, Parent ID = 168
+* G4Track Information: Particle = e-, Track ID = 213, Parent ID = 210
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.82 0.058 -2.4e+03 0.0469 0 0 0 Target initStep
- 1 1.83 0.0575 -2.4e+03 0 0.0469 0.00803 0.00803 Target eIoni
+ 0 0.0415 1.12 -2.42e+03 6.89 0 0 0 Target initStep
+ 1 0.057 1.17 -2.42e+03 5.94 0.243 0.296 0.296 Target eBrem
+ 2 0.0406 1.23 -2.42e+03 2.4 0.139 0.165 0.461 Target eBrem
+ 3 -0.0976 1.28 -2.42e+03 1.05 1.09 1.15 1.61 Target eBrem
+ 4 -0.145 1.26 -2.42e+03 0 1.05 0.778 2.39 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 167, Parent ID = 6
+* G4Track Information: Particle = gamma, Track ID = 219, Parent ID = 213
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.26 0.165 -2.4e+03 1.15 0 0 0 Target initStep
- 1 4.86 -3.29 -2.4e+03 1.15 0 5.35 5.35 Tracker Transportation
- 2 1.73e+03 -1.66e+03 -1.46e+03 1.15 0 2.57e+03 2.58e+03 World Transportation
- 3 2.94e+03 -2.83e+03 -806 1.15 0 1.8e+03 4.38e+03 OutOfWorld Transportation
+ 0 -0.0976 1.28 -2.42e+03 0.25 0 0 0 Target initStep
+ 1 -1.25 1.84 -2.42e+03 0 0.0883 1.42 1.42 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 166, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 220, Parent ID = 219
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.08 0.903 -2.4e+03 0.47 0 0 0 Target initStep
- 1 1.29 -1.74 -2.4e+03 0.172 0 2.7 2.7 Target compt
- 2 1.19 -1.51 -2.4e+03 0 0.0158 0.294 3 Target phot
+ 0 -1.25 1.84 -2.42e+03 0.162 0 0 0 Target initStep
+ 1 -1.25 1.84 -2.42e+03 0 0.162 0.0586 0.0586 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 230, Parent ID = 166
+* G4Track Information: Particle = gamma, Track ID = 218, Parent ID = 213
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.19 -1.51 -2.4e+03 0.156 0 0 0 Target initStep
- 1 1.19 -1.51 -2.4e+03 0 0.156 0.0557 0.0557 Target eIoni
+ 0 0.0406 1.23 -2.42e+03 3.4 0 0 0 Target initStep
+ 1 -12.4 7.89 -2.44e+03 0.634 0 23.1 23.1 Target compt
+ 2 -11.9 11.4 -2.44e+03 0.289 0 3.57 26.6 Target compt
+ 3 -11.8 11.4 -2.44e+03 0.269 0 0.188 26.8 Target compt
+ 4 -11.8 11.4 -2.44e+03 0 0.0883 1.06 27.9 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 229, Parent ID = 166
+* G4Track Information: Particle = e-, Track ID = 224, Parent ID = 218
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.29 -1.74 -2.4e+03 0.298 0 0 0 Target initStep
- 1 1.29 -1.75 -2.4e+03 0 0.298 0.147 0.147 Target eIoni
+ 0 -11.8 11.4 -2.44e+03 0.181 0 0 0 Target initStep
+ 1 -11.8 11.4 -2.44e+03 0 0.181 0.0697 0.0697 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 165, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 223, Parent ID = 218
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.08 0.934 -2.4e+03 0.921 0 0 0 Target initStep
- 1 1.89 -6.03 -2.4e+03 0.921 0 7.04 7.04 Target Rayl
- 2 2.89 -15.3 -2.4e+03 0.864 0 9.38 16.4 Target compt
- 3 2.45 -24.9 -2.41e+03 0.864 0 10.1 26.5 World Transportation
- 4 -71.2 -1.62e+03 -2.94e+03 0.864 0 1.69e+03 1.71e+03 OutOfWorld Transportation
+ 0 -11.8 11.4 -2.44e+03 0.02 0 0 0 Target initStep
+ 1 -11.8 11.4 -2.44e+03 0 0.02 0.00204 0.00204 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 231, Parent ID = 165
+* G4Track Information: Particle = e-, Track ID = 222, Parent ID = 218
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.89 -15.3 -2.4e+03 0.0572 0 0 0 Target initStep
- 1 2.89 -15.3 -2.4e+03 0 0.0572 0.0111 0.0111 Target eIoni
+ 0 -11.9 11.4 -2.44e+03 0.345 0 0 0 Target initStep
+ 1 -11.9 11.4 -2.44e+03 0 0.345 0.182 0.182 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 164, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 221, Parent ID = 218
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.977 2.32 -2.4e+03 0.355 0 0 0 Target initStep
- 1 3.38 -1.74 -2.4e+03 0 0.0883 4.72 4.72 Target phot
+ 0 -12.4 7.89 -2.44e+03 2.77 0 0 0 Target initStep
+ 1 -12.6 7.91 -2.44e+03 2.25 0.512 0.555 0.555 Target eBrem
+ 2 -12.6 8.1 -2.44e+03 0.373 1.88 1.44 1.99 Target eBrem
+ 3 -12.6 8.09 -2.44e+03 0 0.373 0.204 2.2 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 232, Parent ID = 164
+* G4Track Information: Particle = gamma, Track ID = 217, Parent ID = 213
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.38 -1.74 -2.4e+03 0.267 0 0 0 Target initStep
- 1 3.39 -1.74 -2.4e+03 0 0.267 0.126 0.126 Target eIoni
+ 0 0.057 1.17 -2.42e+03 0.711 0 0 0 Target initStep
+ 1 0.91 7.05 -2.4e+03 0.521 0 17.3 17.3 Target compt
+ 2 1.03 6.2 -2.4e+03 0.521 0 2.22 19.5 Tracker Transportation
+ 3 77.5 -514 -1.15e+03 0.494 0 1.36e+03 1.38e+03 Tracker compt
+ 4 0.445 -631 -900 0.494 0 286 1.66e+03 Chamber Transportation
+ 5 -61.4 -725 -700 0.494 0 229 1.89e+03 Tracker Transportation
+ 6 -247 -1.01e+03 -100 0.494 0 688 2.58e+03 Chamber Transportation
+ 7 -309 -1.1e+03 100 0.494 0 229 2.81e+03 Tracker Transportation
+ 8 -494 -1.38e+03 700 0.494 0 688 3.5e+03 Chamber Transportation
+ 9 -556 -1.48e+03 900 0.494 0 229 3.73e+03 Tracker Transportation
+ 10 -742 -1.76e+03 1.5e+03 0.494 0 688 4.42e+03 Chamber Transportation
+ 11 -803 -1.85e+03 1.7e+03 0.494 0 229 4.65e+03 Tracker Transportation
+ 12 -1.02e+03 -2.17e+03 2.39e+03 0.494 0 788 5.43e+03 World Transportation
+ 13 -1.19e+03 -2.43e+03 2.94e+03 0.494 0 635 6.07e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 163, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 226, Parent ID = 217
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.18 1.82 -2.4e+03 0.749 0 0 0 Target initStep
- 1 1.28 6.26 -2.4e+03 0.749 0 6.4 6.4 Tracker Transportation
- 2 55.2 2.4e+03 87.3 0.749 0 3.45e+03 3.46e+03 World Transportation
- 3 67.4 2.94e+03 649 0.749 0 780 4.24e+03 OutOfWorld Transportation
+ 0 77.5 -514 -1.15e+03 0.0275 0 0 0 Tracker initStep
+ 1 81.4 -513 -1.15e+03 0.0203 0.00728 4.97 4.97 Tracker eIoni
+ 2 83.8 -513 -1.15e+03 0.0142 0.00609 3.46 8.44 Tracker eIoni
+ 3 82.8 -514 -1.15e+03 0.00897 0.00521 2.45 10.9 Tracker eIoni
+ 4 82.3 -515 -1.15e+03 0 0.00897 1.67 12.6 Tracker eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 162, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 225, Parent ID = 217
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.12 0.304 -2.41e+03 2.05 0 0 0 Target initStep
- 1 1.58 0.971 -2.41e+03 0 0 1.05 1.05 Target conv
+ 0 0.91 7.05 -2.4e+03 0.19 0 0 0 Target initStep
+ 1 0.91 7.06 -2.4e+03 0 0.19 0.0752 0.0752 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 233, Parent ID = 162
+* G4Track Information: Particle = gamma, Track ID = 209, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.58 0.971 -2.41e+03 0.729 0 0 0 Target initStep
- 1 1.58 0.971 -2.41e+03 0.19 0.436 0.347 0.347 Target eBrem
- 2 1.58 0.974 -2.4e+03 0 0.19 0.0752 0.423 Target eIoni
+ 0 -0.515 -0.303 -2.43e+03 1.68 0 0 0 Target initStep
+ 1 -1.06 -1.15 -2.41e+03 0 0 13.4 13.4 Target conv
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 235, Parent ID = 233
+* G4Track Information: Particle = e-, Track ID = 227, Parent ID = 209
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.58 0.971 -2.41e+03 0.103 0 0 0 Target initStep
- 1 1.66 0.981 -2.4e+03 0 0.0883 0.104 0.104 Target phot
+ 0 -1.06 -1.15 -2.41e+03 0.612 0 0 0 Target initStep
+ 1 -1.05 -1.15 -2.41e+03 0 0.612 0.398 0.398 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 236, Parent ID = 235
+* G4Track Information: Particle = gamma, Track ID = 208, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.66 0.981 -2.4e+03 0.0152 0 0 0 Target initStep
- 1 1.66 0.981 -2.4e+03 0 0.0152 0.00132 0.00132 Target eIoni
+ 0 -0.502 -0.286 -2.43e+03 5.65 0 0 0 Target initStep
+ 1 -3.43 -6.41 -2.4e+03 5.65 0 27.6 27.6 Tracker Transportation
+ 2 -80.1 -167 -1.7e+03 5.65 0 722 750 Chamber Transportation
+ 3 -102 -212 -1.5e+03 5.65 0 206 956 Tracker Transportation
+ 4 -168 -350 -900 5.65 0 619 1.58e+03 Chamber Transportation
+ 5 -190 -395 -700 5.65 0 206 1.78e+03 Tracker Transportation
+ 6 -255 -533 -100 5.65 0 619 2.4e+03 Chamber Transportation
+ 7 -277 -579 100 5.65 0 206 2.61e+03 Tracker Transportation
+ 8 -343 -716 700 5.65 0 619 3.23e+03 Chamber Transportation
+ 9 -365 -762 900 5.65 0 206 3.43e+03 Tracker Transportation
+ 10 -430 -899 1.5e+03 5.65 0 619 4.05e+03 Chamber Transportation
+ 11 -452 -945 1.7e+03 5.65 0 206 4.26e+03 Tracker Transportation
+ 12 -529 -1.1e+03 2.4e+03 5.65 0 722 4.98e+03 World Transportation
+ 13 -588 -1.23e+03 2.94e+03 5.65 0 557 5.54e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 161, Parent ID = 6
+* G4Track Information: Particle = gamma, Track ID = 207, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.523 -0.113 -2.41e+03 5.87 0 0 0 Target initStep
- 1 5.47 2.86 -2.4e+03 0 0 8.29 8.29 Target conv
+ 0 -0.199 -0.0275 -2.43e+03 0.234 0 0 0 Target initStep
+ 1 -0.348 -0.165 -2.43e+03 0.234 0 0.8 0.8 Target Rayl
+ 2 -0.383 -0.19 -2.43e+03 0 0.0883 0.231 1.03 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 160, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 229, Parent ID = 207
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.46 -0.162 -2.41e+03 0.358 0 0 0 Target initStep
- 1 2.77 1.62 -2.4e+03 0 0.0158 4.16 4.16 Target phot
+ 0 -0.383 -0.19 -2.43e+03 0.146 0 0 0 Target initStep
+ 1 -0.382 -0.189 -2.43e+03 0 0.146 0.05 0.05 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 238, Parent ID = 161
+* G4Track Information: Particle = gamma, Track ID = 206, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 5.47 2.86 -2.4e+03 3.28 0 0 0 Target initStep
- 1 5.56 2.98 -2.4e+03 3.11 0.166 0.177 0.177 Target msc
- 2 5.61 3.08 -2.4e+03 2.93 0.184 0.125 0.302 Target msc
- 3 5.65 3.12 -2.4e+03 2.85 0.0744 0.106 0.408 Target msc
- 4 5.64 3.14 -2.4e+03 2.21 0.0209 0.0246 0.433 Target eBrem
- 5 5.63 3.2 -2.4e+03 2.09 0.117 0.115 0.547 Target msc
- 6 5.64 3.2 -2.4e+03 2.08 0.00618 0.00877 0.556 Tracker Transportation
- 7 50.2 -11.3 -2.31e+03 2.07 0.0125 100 101 Tracker StepLimiter
- 8 60.1 -16.4 -2.28e+03 2.06 0.00362 29.2 130 Tracker eIoni
- 9 65.6 -19.9 -2.27e+03 2.06 0.00299 18.7 148 Tracker eIoni
- 10 86.9 -55.1 -2.18e+03 2.05 0.0117 100 248 Tracker StepLimiter
- 11 88.5 -80.1 -2.15e+03 2.04 0.00433 37.5 286 Tracker eIoni
- 12 90.1 -97.5 -2.13e+03 2.04 0.00342 26.5 312 Tracker eIoni
- 13 89.6 -116 -2.11e+03 2.03 0.00522 26.2 339 Tracker eIoni
- 14 85.4 -182 -2.04e+03 2.02 0.0118 100 439 Tracker StepLimiter
- 15 84.6 -251 -1.96e+03 2.01 0.0142 100 539 Tracker StepLimiter
- 16 80 -312 -1.88e+03 1.99 0.011 100 639 Tracker StepLimiter
- 17 81.3 -372 -1.8e+03 1.98 0.0109 100 739 Tracker StepLimiter
- 18 93.7 -440 -1.73e+03 1.97 0.0129 100 839 Tracker StepLimiter
- 19 93.9 -441 -1.73e+03 1.96 0.00096 1.08 840 Tracker eIoni
- 20 94.5 -444 -1.73e+03 1.96 0.000952 5.56 845 Tracker eIoni
- 21 99.1 -467 -1.7e+03 1.95 0.00648 37.3 883 Tracker eIoni
- 22 109 -517 -1.63e+03 1.93 0.0144 87.9 971 Tracker eIoni
- 23 110 -518 -1.63e+03 1.93 8.74e-05 1.22 972 Tracker eIoni
- 24 121 -571 -1.56e+03 1.92 0.0111 88.2 1.06e+03 Tracker eIoni
- 25 147 -636 -1.48e+03 1.91 0.0126 100 1.16e+03 Tracker StepLimiter
- 26 161 -681 -1.43e+03 1.89 0.0108 75.9 1.24e+03 Tracker eIoni
- 27 170 -741 -1.35e+03 1.88 0.0119 100 1.34e+03 Tracker StepLimiter
- 28 188 -793 -1.26e+03 1.87 0.0114 100 1.44e+03 Tracker StepLimiter
- 29 201 -820 -1.23e+03 1.86 0.00597 47.2 1.48e+03 Tracker eIoni
- 30 207 -829 -1.21e+03 1.81 0.00296 17.7 1.5e+03 Tracker eIoni
- 31 234 -866 -1.15e+03 1.8 0.00952 76.2 1.58e+03 Tracker eIoni
- 32 239 -870 -1.13e+03 1.8 0.00282 22.9 1.6e+03 Tracker eIoni
- 33 244 -873 -1.11e+03 1.79 0.00176 19.8 1.62e+03 Tracker eIoni
- 34 264 -886 -1.05e+03 1.78 0.00787 68.5 1.69e+03 Tracker eIoni
- 35 264 -886 -1.05e+03 1.77 0 0.166 1.69e+03 Tracker eIoni
- 36 296 -913 -956 1.76 0.0103 100 1.79e+03 Tracker StepLimiter
- 37 317 -940 -862 1.75 0.0121 100 1.89e+03 Tracker StepLimiter
- 38 345 -968 -771 1.73 0.0149 100 1.99e+03 Tracker StepLimiter
- 39 354 -978 -745 1.73 0.00352 29.4 2.02e+03 Tracker eIoni
- 40 387 -1e+03 -654 1.72 0.0137 100 2.12e+03 Tracker StepLimiter
- 41 398 -1.01e+03 -619 1.71 0.00376 36.5 2.15e+03 Tracker eIoni
- 42 420 -1.01e+03 -521 1.69 0.0163 100 2.25e+03 Tracker StepLimiter
- 43 420 -1.01e+03 -519 1.68 0.00085 2.55 2.26e+03 Tracker eIoni
- 44 441 -1.02e+03 -469 1.63 0.00571 55.5 2.31e+03 Tracker eIoni
- 45 477 -1.03e+03 -405 1.62 0.00852 73.9 2.39e+03 Tracker eIoni
- 46 498 -1.04e+03 -364 1.61 0.00897 47.5 2.43e+03 Tracker eIoni
- 47 516 -1.05e+03 -330 1.6 0.00499 38.5 2.47e+03 Tracker eIoni
- 48 568 -1.05e+03 -246 1.59 0.0131 100 2.57e+03 Tracker StepLimiter
- 49 629 -1.08e+03 -170 1.58 0.0146 100 2.67e+03 Tracker StepLimiter
- 50 640 -1.08e+03 -156 1.57 0.00164 18.2 2.69e+03 Tracker eIoni
- 51 681 -1.09e+03 -100 1.57 0.00641 71.3 2.76e+03 Chamber Transportation
- 52 685 -1.09e+03 -94 1.56 0.00338 7.49 2.77e+03 Chamber eIoni
- 53 725 -1.09e+03 -58.4 1.53 0.0299 55.8 2.82e+03 Chamber eIoni
- 54 740 -1.09e+03 -35.8 1.52 0.00728 27.9 2.85e+03 Tracker Transportation
- 55 767 -1.08e+03 10 1.51 0.00672 54.9 2.91e+03 Tracker eIoni
- 56 769 -1.08e+03 13.6 1.51 0.0011 4.2 2.91e+03 Tracker eIoni
- 57 778 -1.07e+03 31.4 1.51 0.00377 21.2 2.93e+03 Tracker eIoni
- 58 824 -1.03e+03 111 1.5 0.011 100 3.03e+03 Tracker StepLimiter
- 59 856 -1.01e+03 167 1.48 0.00909 69.3 3.1e+03 Tracker eIoni
- 60 899 -966 247 1.47 0.0142 100 3.2e+03 Tracker StepLimiter
- 61 936 -928 332 1.46 0.0113 100 3.3e+03 Tracker StepLimiter
- 62 936 -928 332 1.44 0 0.17 3.3e+03 Tracker eIoni
- 63 960 -915 364 1.43 0.00509 42.9 3.35e+03 Tracker eIoni
- 64 1.02e+03 -871 434 1.42 0.0144 100 3.45e+03 Tracker StepLimiter
- 65 1.03e+03 -840 475 1.41 0.00832 52.8 3.5e+03 Tracker eIoni
- 66 1.06e+03 -781 550 1.4 0.0106 100 3.6e+03 Tracker StepLimiter
- 67 1.1e+03 -728 625 1.38 0.011 100 3.7e+03 Tracker StepLimiter
- 68 1.15e+03 -683 699 1.37 0.0134 100 3.8e+03 Tracker StepLimiter
- 69 1.15e+03 -682 700 1.37 6.64e-05 1.82 3.8e+03 Chamber Transportation
- 70 1.16e+03 -675 716 1.36 0.00718 20 3.82e+03 Chamber eIoni
- 71 1.16e+03 -674 716 1.36 0.000468 0.869 3.82e+03 Chamber eIoni
- 72 1.16e+03 -667 721 1.36 0.00255 9.23 3.83e+03 Chamber eIoni
- 73 1.2e+03 -598 765 1.32 0.0277 96.8 3.93e+03 Chamber eIoni
- 74 1.21e+03 -579 778 1.3 0.0116 24.6 3.95e+03 Chamber eIoni
- 75 1.21e+03 -544 799 1.29 0.0158 42 3.99e+03 Chamber eIoni
- 76 1.21e+03 -523 803 1.27 0.00697 21.7 4.02e+03 Chamber eIoni
- 77 1.21e+03 -510 814 1.25 0.00556 17.1 4.03e+03 Chamber eIoni
- 78 1.21e+03 -509 814 1.1 0.000181 0.655 4.03e+03 Chamber eIoni
- 79 1.18e+03 -439 835 1.06 0.0274 83.1 4.12e+03 Chamber eIoni
- 80 1.18e+03 -438 836 1.06 0.000677 2.05 4.12e+03 Chamber eIoni
- 81 1.16e+03 -414 862 1.02 0.0163 39.1 4.16e+03 Chamber eIoni
- 82 1.16e+03 -407 872 1.01 0.00557 13.8 4.17e+03 Chamber eIoni
- 83 1.14e+03 -398 881 0.987 0.0053 17.9 4.19e+03 Chamber eIoni
- 84 1.13e+03 -383 900 0.978 0.00975 29.6 4.22e+03 Tracker Transportation
- 85 1.07e+03 -333 962 0.96 0.0173 100 4.32e+03 Tracker StepLimiter
- 86 1.01e+03 -295 1.03e+03 0.945 0.0126 97.5 4.42e+03 Tracker eIoni
- 87 977 -268 1.08e+03 0.924 0.00778 65.1 4.48e+03 Tracker eIoni
- 88 948 -237 1.13e+03 0.902 0.0105 69.3 4.55e+03 Tracker eIoni
- 89 903 -187 1.2e+03 0.889 0.0123 100 4.65e+03 Tracker StepLimiter
- 90 903 -162 1.23e+03 0.874 0.00594 35.8 4.69e+03 Tracker eIoni
- 91 894 -89 1.3e+03 0.863 0.0108 100 4.79e+03 Tracker StepLimiter
- 92 882 -50.9 1.35e+03 0.85 0.0111 65.2 4.85e+03 Tracker eIoni
- 93 864 -7.89 1.41e+03 0.835 0.00961 75.2 4.93e+03 Tracker eIoni
- 94 822 63.5 1.46e+03 0.822 0.0131 100 5.03e+03 Tracker StepLimiter
- 95 817 75.5 1.47e+03 0.807 0.00194 15.9 5.04e+03 Tracker eIoni
- 96 811 92.4 1.49e+03 0.802 0.0033 22.8 5.07e+03 Tracker eIoni
- 97 806 110 1.5e+03 0.798 0.0046 22.8 5.09e+03 Chamber Transportation
- 98 770 140 1.55e+03 0.775 0.02 69.6 5.16e+03 Chamber eIoni
- 99 754 165 1.58e+03 0.756 0.0128 44.3 5.2e+03 Chamber eIoni
- 100 732 235 1.59e+03 0.726 0.0277 75.3 5.28e+03 Chamber eIoni
- 101 758 270 1.6e+03 0.7 0.0119 49.6 5.33e+03 Chamber eIoni
- 102 764 273 1.6e+03 0.645 0.00523 7.3 5.33e+03 Chamber eIoni
- 103 787 302 1.6e+03 0.627 0.0164 36.9 5.37e+03 Chamber eIoni
- 104 791 302 1.61e+03 0.613 0.0057 8.34 5.38e+03 Chamber eIoni
- 105 807 306 1.63e+03 0.6 0.0109 23.9 5.4e+03 Chamber eIoni
- 106 845 276 1.61e+03 0.57 0.0257 53.8 5.46e+03 Chamber eIoni
- 107 891 189 1.58e+03 0.514 0.0537 131 5.59e+03 Chamber eIoni
- 108 894 190 1.57e+03 0.504 0.00221 4.8 5.59e+03 Chamber eIoni
- 109 897 191 1.57e+03 0.496 0.00173 4.16 5.6e+03 Chamber eIoni
- 110 908 196 1.56e+03 0.487 0.00711 14.9 5.61e+03 Chamber eIoni
- 111 931 189 1.55e+03 0.466 0.019 33.4 5.65e+03 Chamber eIoni
- 112 945 193 1.54e+03 0.453 0.00894 15.7 5.66e+03 Chamber eIoni
- 113 952 201 1.54e+03 0.43 0.00759 10.9 5.67e+03 Chamber eIoni
- 114 955 205 1.54e+03 0.421 0.00236 5.93 5.68e+03 Chamber eIoni
- 115 968 209 1.53e+03 0.404 0.00676 15.2 5.69e+03 Chamber eIoni
- 116 979 244 1.52e+03 0.378 0.0254 39 5.73e+03 Chamber eIoni
- 117 977 257 1.58e+03 0.345 0.0322 69.9 5.8e+03 Chamber eIoni
- 118 975 257 1.58e+03 0.341 0.00124 1.87 5.8e+03 Chamber eIoni
- 119 975 257 1.58e+03 0.339 4.02e-05 0.637 5.8e+03 Chamber eIoni
- 120 956 261 1.58e+03 0.329 0.0106 20.8 5.83e+03 Chamber eIoni
- 121 937 250 1.57e+03 0.315 0.0121 22.6 5.85e+03 Chamber eIoni
- 122 928 252 1.57e+03 0.31 0.00182 9.84 5.86e+03 Chamber eIoni
- 123 893 245 1.56e+03 0.282 0.0265 58.5 5.92e+03 Chamber eIoni
- 124 937 230 1.58e+03 0.253 0.0276 62 5.98e+03 Chamber eIoni
- 125 926 230 1.6e+03 0.23 0.021 34.7 6.01e+03 Chamber eIoni
- 126 927 233 1.6e+03 0.224 0.00355 5.74 6.02e+03 Chamber eIoni
- 127 928 235 1.59e+03 0.222 0.00163 2.97 6.02e+03 Chamber eIoni
- 128 941 237 1.59e+03 0.165 0.00875 16.6 6.04e+03 Chamber eIoni
- 129 942 237 1.59e+03 0.163 1.56e-05 0.469 6.04e+03 Chamber eIoni
- 130 944 221 1.59e+03 0.151 0.00874 19.3 6.06e+03 Chamber eIoni
- 131 946 217 1.6e+03 0.077 0.0724 22.7 6.08e+03 Chamber eIoni
- 132 946 217 1.6e+03 0.0737 0.000292 0.2 6.08e+03 Chamber eIoni
- 133 947 216 1.6e+03 0.0577 0.00163 2.44 6.08e+03 Chamber eIoni
- 134 946 216 1.6e+03 0.0547 0.000884 1.5 6.08e+03 Chamber eIoni
- 135 944 216 1.6e+03 0.0471 0.00761 6.26 6.09e+03 Chamber eIoni
- 136 946 216 1.6e+03 0.0348 0.0123 5.16 6.1e+03 Chamber eIoni
- 137 945 216 1.6e+03 0.0272 0.00758 3.63 6.1e+03 Chamber eIoni
- 138 945 217 1.6e+03 0.0186 0.00169 0.69 6.1e+03 Chamber eIoni
- 139 945 217 1.6e+03 0.017 0.000235 0.0575 6.1e+03 Chamber eIoni
- 140 945 217 1.6e+03 0.0102 0.00673 1.91 6.1e+03 Chamber eIoni
- 141 945 217 1.6e+03 0.00284 0.00739 1.17 6.1e+03 Chamber eIoni
- 142 945 217 1.6e+03 0 0.00284 0.139 6.1e+03 Chamber eIoni
- 143 945 217 1.6e+03 0 0 0 6.1e+03 Chamber annihil
+ 0 -0.0626 0.0608 -2.43e+03 0.696 0 0 0 Target initStep
+ 1 -4.36 -2.87 -2.41e+03 0.299 0 14.9 14.9 Target compt
+ 2 -5.32 -0.805 -2.41e+03 0 0.0883 2.29 17.2 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 333, Parent ID = 238
+* G4Track Information: Particle = e+, Track ID = 228, Parent ID = 209
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 945 217 1.6e+03 0.00138 0 0 0 Chamber initStep
- 1 945 217 1.6e+03 0 0.00138 0.0627 0.0627 Chamber eIoni
+ 0 -1.06 -1.15 -2.41e+03 0.0489 0 0 0 Target initStep
+ 1 -1.06 -1.15 -2.41e+03 0 0.0489 0.00766 0.00766 Target eIoni
+ 2 -1.06 -1.15 -2.41e+03 0 0 0 0.00766 Target annihil
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 332, Parent ID = 238
+* G4Track Information: Particle = e-, Track ID = 231, Parent ID = 206
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 945 217 1.6e+03 0.00693 0 0 0 Chamber initStep
- 1 945 217 1.6e+03 0.00184 0.00335 0.338 0.338 Chamber eIoni
- 2 945 217 1.6e+03 0 0.00184 0.0924 0.43 Chamber eIoni
+ 0 -5.32 -0.805 -2.41e+03 0.211 0 0 0 Target initStep
+ 1 -5.32 -0.803 -2.41e+03 0 0.211 0.0884 0.0884 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 336, Parent ID = 332
+* G4Track Information: Particle = e-, Track ID = 230, Parent ID = 206
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 945 217 1.6e+03 0.00174 0 0 0 Chamber initStep
- 1 945 217 1.6e+03 0 0.00174 0.0862 0.0862 Chamber eIoni
+ 0 -4.36 -2.87 -2.41e+03 0.397 0 0 0 Target initStep
+ 1 -4.36 -2.88 -2.41e+03 0 0.397 0.222 0.222 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 331, Parent ID = 238
+* G4Track Information: Particle = gamma, Track ID = 233, Parent ID = 228
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 946 216 1.6e+03 0.00216 0 0 0 Chamber initStep
- 1 946 216 1.6e+03 0 0.00216 0.115 0.115 Chamber eIoni
+ 0 -1.06 -1.15 -2.41e+03 0.511 0 0 0 Target initStep
+ 1 -0.924 -0.889 -2.4e+03 0 0.0883 10.2 10.2 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 330, Parent ID = 238
+* G4Track Information: Particle = gamma, Track ID = 232, Parent ID = 228
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 947 216 1.6e+03 0.0143 0 0 0 Chamber initStep
- 1 947 216 1.6e+03 0.00688 0.00742 1.7 1.7 Chamber eIoni
- 2 947 216 1.6e+03 0 0.00688 0.657 2.35 Chamber eIoni
+ 0 -1.06 -1.15 -2.41e+03 0.511 0 0 0 Target initStep
+ 1 -1.08 -1.2 -2.42e+03 0 0.0883 1.69 1.69 Target phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 329, Parent ID = 238
+* G4Track Information: Particle = e-, Track ID = 235, Parent ID = 232
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 946 217 1.6e+03 0.00301 0 0 0 Chamber initStep
- 1 946 217 1.6e+03 0 0.00301 0.183 0.183 Chamber eIoni
+ 0 -1.08 -1.2 -2.42e+03 0.423 0 0 0 Target initStep
+ 1 -1.08 -1.2 -2.42e+03 0 0.423 0.242 0.242 Target eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 328, Parent ID = 238
+* G4Track Information: Particle = e-, Track ID = 234, Parent ID = 233
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 946 217 1.6e+03 0.00145 0 0 0 Chamber initStep
- 1 946 217 1.6e+03 0 0.00145 0.0673 0.0673 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 327, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 944 221 1.59e+03 0.00345 0 0 0 Chamber initStep
- 1 944 221 1.59e+03 0 0.00345 0.223 0.223 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 326, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 942 237 1.59e+03 0.00167 0 0 0 Chamber initStep
- 1 942 237 1.59e+03 0 0.00167 0.0811 0.0811 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 325, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 941 237 1.59e+03 0.0485 0 0 0 Chamber initStep
- 1 941 236 1.59e+03 0.0414 0.00712 5.4 5.4 Chamber eIoni
- 2 941 235 1.59e+03 0.0327 0.0087 4.45 9.85 Chamber eIoni
- 3 941 234 1.59e+03 0.0259 0.00448 2.2 12 Chamber eIoni
- 4 941 234 1.59e+03 0.0207 0.000439 0.138 12.2 Chamber eIoni
- 5 941 234 1.59e+03 0.013 0.00765 2.27 14.5 Chamber eIoni
- 6 941 235 1.59e+03 0.00145 0.0116 1.57 16 Chamber eIoni
- 7 941 235 1.59e+03 0 0.00145 0.0673 16.1 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 338, Parent ID = 325
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 941 234 1.59e+03 0.0048 0 0 0 Chamber initStep
- 1 941 234 1.59e+03 0 0.0048 0.37 0.37 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 337, Parent ID = 325
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 941 234 1.59e+03 0.0023 0 0 0 Chamber initStep
- 1 941 234 1.59e+03 0 0.0023 0.126 0.126 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 324, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 927 233 1.6e+03 0.00255 0 0 0 Chamber initStep
- 1 927 233 1.6e+03 0 0.00255 0.145 0.145 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 323, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 926 230 1.6e+03 0.00266 0 0 0 Chamber initStep
- 1 926 230 1.6e+03 0 0.00266 0.154 0.154 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 322, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 937 230 1.58e+03 0.00148 0 0 0 Chamber initStep
- 1 937 230 1.58e+03 0 0.00148 0.0691 0.0691 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 321, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 893 245 1.56e+03 0.00139 0 0 0 Chamber initStep
- 1 893 245 1.56e+03 0 0.00139 0.0636 0.0636 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 320, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 928 252 1.57e+03 0.0027 0 0 0 Chamber initStep
- 1 928 252 1.57e+03 0 0.0027 0.158 0.158 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 319, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 937 250 1.57e+03 0.00202 0 0 0 Chamber initStep
- 1 937 250 1.57e+03 0 0.00202 0.106 0.106 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 318, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 975 257 1.58e+03 0.00143 0 0 0 Chamber initStep
- 1 975 257 1.58e+03 0 0.00143 0.0657 0.0657 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 317, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 975 257 1.58e+03 0.00318 0 0 0 Chamber initStep
- 1 975 257 1.58e+03 0 0.00318 0.198 0.198 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 316, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 979 244 1.52e+03 0.00146 0 0 0 Chamber initStep
- 1 979 244 1.52e+03 0 0.00146 0.0675 0.0675 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 315, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 968 209 1.53e+03 0.00941 0 0 0 Chamber initStep
- 1 968 209 1.53e+03 0 0.00941 1.1 1.1 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 314, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 955 205 1.54e+03 0.00719 0 0 0 Chamber initStep
- 1 955 205 1.54e+03 0 0.00719 0.694 0.694 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 313, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 952 201 1.54e+03 0.0158 0 0 0 Chamber initStep
- 1 952 201 1.54e+03 0.0132 0.00258 1.83 1.83 Chamber eIoni
- 2 952 201 1.54e+03 0.00699 0.00619 1.58 3.42 Chamber eIoni
- 3 952 201 1.54e+03 0.00422 0.000713 0.246 3.66 Chamber eIoni
- 4 952 201 1.54e+03 0.00351 0.00071 0.0413 3.71 Chamber eIoni
- 5 952 201 1.54e+03 0 0.00351 0.229 3.93 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 339, Parent ID = 313
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 952 201 1.54e+03 0.00205 0 0 0 Chamber initStep
- 1 952 201 1.54e+03 0 0.00205 0.108 0.108 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 312, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 945 193 1.54e+03 0.00406 0 0 0 Chamber initStep
- 1 945 193 1.54e+03 0 0.00406 0.284 0.284 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 311, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 931 189 1.55e+03 0.00191 0 0 0 Chamber initStep
- 1 931 189 1.55e+03 0 0.00191 0.0973 0.0973 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 310, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 908 196 1.56e+03 0.00203 0 0 0 Chamber initStep
- 1 908 196 1.56e+03 0 0.00203 0.106 0.106 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 309, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 897 191 1.57e+03 0.00591 0 0 0 Chamber initStep
- 1 897 191 1.57e+03 0 0.00591 0.514 0.514 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 308, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 894 190 1.57e+03 0.00732 0 0 0 Chamber initStep
- 1 894 190 1.57e+03 0 0.00732 0.726 0.726 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 307, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 891 189 1.58e+03 0.00269 0 0 0 Chamber initStep
- 1 891 189 1.58e+03 0 0.00269 0.157 0.157 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 306, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 845 276 1.61e+03 0.00468 0 0 0 Chamber initStep
- 1 845 276 1.61e+03 0 0.00468 0.355 0.355 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 305, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 807 306 1.63e+03 0.00208 0 0 0 Chamber initStep
- 1 807 306 1.63e+03 0 0.00208 0.11 0.11 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 304, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 791 302 1.61e+03 0.00798 0 0 0 Chamber initStep
- 1 791 302 1.61e+03 0 0.00798 0.839 0.839 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 303, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 787 302 1.6e+03 0.00161 0 0 0 Chamber initStep
- 1 787 302 1.6e+03 0 0.00161 0.0774 0.0774 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 302, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 764 273 1.6e+03 0.0501 0 0 0 Chamber initStep
- 1 765 273 1.61e+03 0.0428 0.00725 5.62 5.62 Chamber eIoni
- 2 765 273 1.61e+03 0.0314 0.000608 0.688 6.3 Chamber eIoni
- 3 765 272 1.61e+03 0.0208 0.0106 3.3 9.6 Chamber eIoni
- 4 765 272 1.61e+03 0.0167 0.00411 2.28 11.9 Chamber eIoni
- 5 765 272 1.61e+03 0.0117 0.00208 0.345 12.2 Chamber eIoni
- 6 765 272 1.61e+03 0.00954 4.37e-05 0.0715 12.3 Chamber eIoni
- 7 766 272 1.61e+03 0.00441 0.00296 0.649 13 Chamber eIoni
- 8 766 272 1.61e+03 0 0.00441 0.323 13.3 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 343, Parent ID = 302
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 766 272 1.61e+03 0.00217 0 0 0 Chamber initStep
- 1 766 272 1.61e+03 0 0.00217 0.116 0.116 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 342, Parent ID = 302
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 765 272 1.61e+03 0.00212 0 0 0 Chamber initStep
- 1 765 272 1.61e+03 0 0.00212 0.113 0.113 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 341, Parent ID = 302
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 765 272 1.61e+03 0.00294 0 0 0 Chamber initStep
- 1 765 272 1.61e+03 0 0.00294 0.178 0.178 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 340, Parent ID = 302
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 765 273 1.61e+03 0.0108 0 0 0 Chamber initStep
- 1 765 273 1.61e+03 0.00537 0.00134 0.407 0.407 Chamber eIoni
- 2 765 273 1.61e+03 0 0.00537 0.441 0.848 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 344, Parent ID = 340
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 765 273 1.61e+03 0.0041 0 0 0 Chamber initStep
- 1 765 273 1.61e+03 0 0.0041 0.289 0.289 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 301, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 758 270 1.6e+03 0.0135 0 0 0 Chamber initStep
- 1 758 270 1.6e+03 0.00689 0.00484 0.637 0.637 Chamber eIoni
- 2 758 270 1.6e+03 0 0.00689 0.659 1.3 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 345, Parent ID = 301
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 758 270 1.6e+03 0.00177 0 0 0 Chamber initStep
- 1 758 270 1.6e+03 0 0.00177 0.0881 0.0881 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 300, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 732 235 1.59e+03 0.00216 0 0 0 Chamber initStep
- 1 732 235 1.59e+03 0 0.00216 0.115 0.115 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 299, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 754 165 1.58e+03 0.00676 0 0 0 Chamber initStep
- 1 754 165 1.58e+03 0 0.00676 0.638 0.638 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 298, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 770 140 1.55e+03 0.00258 0 0 0 Chamber initStep
- 1 770 140 1.55e+03 0 0.00258 0.148 0.148 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 297, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 811 92.4 1.49e+03 0.00153 0 0 0 Tracker initStep
- 1 811 92.5 1.49e+03 0 0.00153 0.107 0.107 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 296, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 817 75.5 1.47e+03 0.0131 0 0 0 Tracker initStep
- 1 817 75.7 1.47e+03 0.0116 0.000465 0.378 0.378 Tracker eIoni
- 2 817 76.9 1.47e+03 0.00776 0.00388 2.08 2.45 Tracker eIoni
- 3 816 77.4 1.47e+03 0.00281 0.00495 1.46 3.92 Tracker eIoni
- 4 816 77.4 1.47e+03 0 0.00281 0.282 4.2 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 346, Parent ID = 296
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 817 75.7 1.47e+03 0.00104 0 0 0 Tracker initStep
- 1 817 75.7 1.47e+03 0 0.00104 0.0607 0.0607 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 295, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 864 -7.89 1.41e+03 0.0053 0 0 0 Tracker initStep
- 1 864 -7.58 1.41e+03 0 0.0053 0.848 0.848 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 294, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 882 -50.9 1.35e+03 0.00154 0 0 0 Tracker initStep
- 1 883 -50.9 1.35e+03 0 0.00154 0.108 0.108 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 293, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 903 -162 1.23e+03 0.00967 0 0 0 Tracker initStep
- 1 904 -163 1.23e+03 0.00327 0.0064 1.78 1.78 Tracker eIoni
- 2 904 -163 1.23e+03 0 0.00327 0.364 2.15 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 292, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 948 -237 1.13e+03 0.0121 0 0 0 Tracker initStep
- 1 948 -237 1.13e+03 0.00995 0.0002 0.11 0.11 Tracker eIoni
- 2 949 -237 1.13e+03 0.00503 0.00493 1.83 1.94 Tracker eIoni
- 3 949 -238 1.13e+03 0 0.00503 0.774 2.71 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 347, Parent ID = 292
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 948 -237 1.13e+03 0.00194 0 0 0 Tracker initStep
- 1 948 -237 1.13e+03 0 0.00194 0.154 0.154 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 291, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 977 -268 1.08e+03 0.013 0 0 0 Tracker initStep
- 1 977 -266 1.08e+03 0.00851 0.00449 2.28 2.28 Tracker eIoni
- 2 976 -266 1.08e+03 0.00535 0.00317 1.6 3.87 Tracker eIoni
- 3 976 -266 1.08e+03 0 0.00535 0.863 4.74 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 290, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.01e+03 -295 1.03e+03 0.00267 0 0 0 Tracker initStep
- 1 1.01e+03 -295 1.03e+03 0 0.00267 0.258 0.258 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 289, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.14e+03 -398 881 0.0205 0 0 0 Chamber initStep
- 1 1.14e+03 -398 881 0.0152 0.00167 0.493 0.493 Chamber eIoni
- 2 1.14e+03 -398 881 0.00575 0.0095 1.79 2.28 Chamber eIoni
- 3 1.14e+03 -398 881 0.00326 0.000954 0.149 2.43 Chamber eIoni
- 4 1.14e+03 -398 881 0 0.00326 0.206 2.63 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 349, Parent ID = 289
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.14e+03 -398 881 0.00153 0 0 0 Chamber initStep
- 1 1.14e+03 -398 881 0 0.00153 0.0722 0.0722 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 348, Parent ID = 289
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.14e+03 -398 881 0.00357 0 0 0 Chamber initStep
- 1 1.14e+03 -398 881 0 0.00357 0.234 0.234 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 288, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.16e+03 -407 872 0.00181 0 0 0 Chamber initStep
- 1 1.16e+03 -407 872 0 0.00181 0.0907 0.0907 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 287, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.16e+03 -414 862 0.0214 0 0 0 Chamber initStep
- 1 1.16e+03 -414 862 0.0143 0.00712 2.34 2.34 Chamber eIoni
- 2 1.16e+03 -414 861 0.00617 0.0058 1.2 3.54 Chamber eIoni
- 3 1.16e+03 -414 861 0 0.00617 0.474 4.01 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 350, Parent ID = 287
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.16e+03 -414 861 0.00235 0 0 0 Chamber initStep
- 1 1.16e+03 -414 861 0 0.00235 0.13 0.13 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 286, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.18e+03 -438 836 0.00479 0 0 0 Chamber initStep
- 1 1.18e+03 -438 836 0 0.00479 0.369 0.369 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 285, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.18e+03 -439 835 0.0107 0 0 0 Chamber initStep
- 1 1.18e+03 -439 835 0.00138 0.0093 1.29 1.29 Chamber eIoni
- 2 1.18e+03 -439 835 0 0.00138 0.0629 1.35 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 284, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.21e+03 -509 814 0.149 0 0 0 Chamber initStep
- 1 1.21e+03 -509 816 0.148 0.0014 1.82 1.82 Chamber eIoni
- 2 1.21e+03 -509 821 0.135 0.00669 8.35 10.2 Chamber eIoni
- 3 1.21e+03 -503 824 0.118 0.0146 15.7 25.8 Chamber eIoni
- 4 1.21e+03 -502 824 0.117 0.000696 0.528 26.4 Chamber eIoni
- 5 1.21e+03 -497 823 0.104 0.0116 13.3 39.7 Chamber eIoni
- 6 1.2e+03 -497 827 0.0977 0.00519 6.12 45.8 Chamber eIoni
- 7 1.2e+03 -497 828 0.0942 0.00162 1.61 47.4 Chamber eIoni
- 8 1.2e+03 -498 828 0.0847 3.49e-05 0.344 47.7 Chamber eIoni
- 9 1.2e+03 -497 831 0.0798 0.00352 4.28 52 Chamber eIoni
- 10 1.2e+03 -498 834 0.0671 0.0127 10.7 62.7 Chamber eIoni
- 11 1.2e+03 -501 835 0.0603 0.00681 8.34 71.1 Chamber eIoni
- 12 1.21e+03 -501 834 0.0581 0.00215 1.76 72.8 Chamber eIoni
- 13 1.2e+03 -502 832 0.0479 0.0103 6.84 79.7 Chamber eIoni
- 14 1.2e+03 -503 832 0.0395 0.00842 5.31 85 Chamber eIoni
- 15 1.2e+03 -503 832 0.038 1e-05 0.0753 85.1 Chamber eIoni
- 16 1.2e+03 -504 832 0.0308 0.00444 2.97 88 Chamber eIoni
- 17 1.2e+03 -503 832 0.0216 0.00923 3.24 91.3 Chamber eIoni
- 18 1.2e+03 -503 831 0.0137 0.00789 2.35 93.6 Chamber eIoni
- 19 1.2e+03 -503 831 0.00565 0.00806 1.64 95.3 Chamber eIoni
- 20 1.2e+03 -503 831 0 0.00565 0.479 95.7 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 359, Parent ID = 284
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.2e+03 -504 832 0.00277 0 0 0 Chamber initStep
- 1 1.2e+03 -504 832 0 0.00277 0.163 0.163 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 358, Parent ID = 284
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.2e+03 -503 832 0.00141 0 0 0 Chamber initStep
- 1 1.2e+03 -503 832 0 0.00141 0.0647 0.0647 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 357, Parent ID = 284
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.2e+03 -497 831 0.00139 0 0 0 Chamber initStep
- 1 1.2e+03 -497 831 0 0.00139 0.0636 0.0636 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 356, Parent ID = 284
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.2e+03 -498 828 0.00946 0 0 0 Chamber initStep
- 1 1.2e+03 -498 828 0.00831 0.00115 0.209 0.209 Chamber eIoni
- 2 1.2e+03 -497 828 0 0.00831 0.897 1.11 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 355, Parent ID = 284
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.2e+03 -497 828 0.0019 0 0 0 Chamber initStep
- 1 1.2e+03 -497 828 0 0.0019 0.0967 0.0967 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 354, Parent ID = 284
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.2e+03 -497 827 0.00138 0 0 0 Chamber initStep
- 1 1.2e+03 -497 827 0 0.00138 0.063 0.063 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 353, Parent ID = 284
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.21e+03 -497 823 0.00161 0 0 0 Chamber initStep
- 1 1.21e+03 -497 823 0 0.00161 0.0774 0.0774 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 352, Parent ID = 284
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.21e+03 -503 824 0.00185 0 0 0 Chamber initStep
- 1 1.21e+03 -503 824 0 0.00185 0.0931 0.0931 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 351, Parent ID = 284
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.21e+03 -509 821 0.00659 0 0 0 Chamber initStep
- 1 1.21e+03 -509 821 0 0.00659 0.612 0.612 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 283, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.21e+03 -510 814 0.0158 0 0 0 Chamber initStep
- 1 1.21e+03 -510 814 0.00994 0.0017 0.366 0.366 Chamber eIoni
- 2 1.21e+03 -510 814 0.00779 0.000329 0.212 0.578 Chamber eIoni
- 3 1.21e+03 -510 814 0 0.00779 0.806 1.38 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 361, Parent ID = 283
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.21e+03 -510 814 0.00182 0 0 0 Chamber initStep
- 1 1.21e+03 -510 814 0 0.00182 0.0913 0.0913 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 360, Parent ID = 283
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.21e+03 -510 814 0.00414 0 0 0 Chamber initStep
- 1 1.21e+03 -510 814 0 0.00414 0.294 0.294 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 282, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.21e+03 -523 803 0.00556 0 0 0 Chamber initStep
- 1 1.21e+03 -523 803 0 0.00556 0.466 0.466 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 281, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.21e+03 -544 799 0.00366 0 0 0 Chamber initStep
- 1 1.21e+03 -544 799 0 0.00366 0.244 0.244 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 280, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.21e+03 -579 778 0.00793 0 0 0 Chamber initStep
- 1 1.21e+03 -579 778 0.00123 0.0067 0.74 0.74 Chamber eIoni
- 2 1.21e+03 -579 778 0 0.00123 0.0544 0.795 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 279, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.2e+03 -598 765 0.00329 0 0 0 Chamber initStep
- 1 1.2e+03 -598 765 0 0.00329 0.208 0.208 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 278, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.16e+03 -667 721 0.00142 0 0 0 Chamber initStep
- 1 1.16e+03 -667 721 0 0.00142 0.0656 0.0656 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 277, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.16e+03 -674 716 0.00142 0 0 0 Chamber initStep
- 1 1.16e+03 -674 716 0 0.00142 0.0651 0.0651 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 276, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.16e+03 -675 716 0.00264 0 0 0 Chamber initStep
- 1 1.16e+03 -675 716 0 0.00264 0.152 0.152 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 275, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.03e+03 -840 475 0.0012 0 0 0 Tracker initStep
- 1 1.03e+03 -840 475 0 0.0012 0.0746 0.0746 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 274, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 960 -915 364 0.00281 0 0 0 Tracker initStep
- 1 960 -915 364 0 0.00281 0.282 0.282 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 273, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 936 -928 332 0.021 0 0 0 Tracker initStep
- 1 934 -928 333 0.0159 0.00282 2.41 2.41 Tracker eIoni
- 2 934 -928 333 0.0144 6.79e-05 0.132 2.54 Tracker eIoni
- 3 934 -928 334 0.0124 0.000363 0.245 2.78 Tracker eIoni
- 4 934 -927 335 0.00744 0.00495 2.19 4.97 Tracker eIoni
- 5 934 -927 335 0.00443 0.00301 1.4 6.37 Tracker eIoni
- 6 934 -927 335 0 0.00443 0.619 6.99 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 364, Parent ID = 273
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 934 -928 334 0.00165 0 0 0 Tracker initStep
- 1 934 -928 334 0 0.00165 0.12 0.12 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 363, Parent ID = 273
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 934 -928 333 0.00147 0 0 0 Tracker initStep
- 1 934 -928 333 0 0.00147 0.1 0.1 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 362, Parent ID = 273
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 934 -928 333 0.00225 0 0 0 Tracker initStep
- 1 934 -928 333 0 0.00225 0.196 0.196 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 272, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 856 -1.01e+03 167 0.00159 0 0 0 Tracker initStep
- 1 856 -1.01e+03 167 0 0.00159 0.113 0.113 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 271, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 769 -1.08e+03 13.6 0.00206 0 0 0 Tracker initStep
- 1 769 -1.08e+03 13.6 0 0.00206 0.169 0.169 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 270, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 767 -1.08e+03 10 0.00114 0 0 0 Tracker initStep
- 1 767 -1.08e+03 10 0 0.00114 0.0687 0.0687 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 269, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 725 -1.09e+03 -58.4 0.00327 0 0 0 Chamber initStep
- 1 725 -1.09e+03 -58.4 0 0.00327 0.206 0.206 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 268, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 685 -1.09e+03 -94 0.00274 0 0 0 Chamber initStep
- 1 685 -1.09e+03 -94 0 0.00274 0.16 0.16 Chamber eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 267, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 640 -1.08e+03 -156 0.00179 0 0 0 Tracker initStep
- 1 640 -1.08e+03 -156 0 0.00179 0.136 0.136 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 266, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 516 -1.05e+03 -330 0.00215 0 0 0 Tracker initStep
- 1 516 -1.05e+03 -330 0 0.00215 0.182 0.182 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 265, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 498 -1.04e+03 -364 0.00132 0 0 0 Tracker initStep
- 1 498 -1.04e+03 -365 0 0.00132 0.086 0.086 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 264, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 477 -1.03e+03 -405 0.00204 0 0 0 Tracker initStep
- 1 477 -1.03e+03 -405 0 0.00204 0.168 0.168 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 263, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 441 -1.02e+03 -469 0.0439 0 0 0 Tracker initStep
- 1 436 -1.01e+03 -466 0.0381 0.0058 9.58 9.58 Tracker eIoni
- 2 434 -1.01e+03 -466 0.0329 0.00522 7.76 17.3 Tracker eIoni
- 3 435 -1.01e+03 -461 0.0284 0.0045 6.29 23.6 Tracker eIoni
- 4 437 -1.01e+03 -459 0.0237 0.00347 3.79 27.4 Tracker eIoni
- 5 439 -1.01e+03 -456 0.0185 0.00518 4.14 31.6 Tracker eIoni
- 6 438 -1.01e+03 -455 0.0156 0.00296 3.16 34.7 Tracker eIoni
- 7 438 -1.01e+03 -455 0.0111 0.000934 0.879 35.6 Tracker eIoni
- 8 438 -1.01e+03 -455 0.00781 0.00331 2 37.6 Tracker eIoni
- 9 439 -1.01e+03 -455 0.00325 0.00456 1.47 39.1 Tracker eIoni
- 10 439 -1.01e+03 -455 0 0.00325 0.362 39.4 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 366, Parent ID = 263
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 438 -1.01e+03 -455 0.00352 0 0 0 Tracker initStep
- 1 438 -1.01e+03 -455 0 0.00352 0.415 0.415 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 365, Parent ID = 263
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 437 -1.01e+03 -459 0.00119 0 0 0 Tracker initStep
- 1 437 -1.01e+03 -459 0 0.00119 0.0733 0.0733 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 262, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 420 -1.01e+03 -519 0.0104 0 0 0 Tracker initStep
- 1 420 -1.01e+03 -519 0.0061 0.00429 1.89 1.89 Tracker eIoni
- 2 420 -1.01e+03 -518 0.00399 0.000912 0.282 2.17 Tracker eIoni
- 3 421 -1.01e+03 -519 0 0.00399 0.516 2.69 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 367, Parent ID = 262
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 420 -1.01e+03 -518 0.00119 0 0 0 Tracker initStep
- 1 420 -1.01e+03 -518 0 0.00119 0.0735 0.0735 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 261, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 398 -1.01e+03 -619 0.00116 0 0 0 Tracker initStep
- 1 398 -1.01e+03 -619 0 0.00116 0.0705 0.0705 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 260, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 354 -978 -745 0.00139 0 0 0 Tracker initStep
- 1 354 -978 -745 0 0.00139 0.0923 0.0923 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 259, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 264 -886 -1.05e+03 0.00846 0 0 0 Tracker initStep
- 1 263 -886 -1.05e+03 0.00233 0.00499 1.37 1.37 Tracker eIoni
- 2 263 -886 -1.05e+03 0 0.00233 0.207 1.58 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 368, Parent ID = 259
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 263 -886 -1.05e+03 0.00114 0 0 0 Tracker initStep
- 1 263 -886 -1.05e+03 0 0.00114 0.0686 0.0686 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 258, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 264 -886 -1.05e+03 0.00541 0 0 0 Tracker initStep
- 1 264 -885 -1.05e+03 0 0.00541 0.882 0.882 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 257, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 244 -873 -1.11e+03 0.0021 0 0 0 Tracker initStep
- 1 243 -873 -1.11e+03 0 0.0021 0.175 0.175 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 256, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 239 -870 -1.13e+03 0.00387 0 0 0 Tracker initStep
- 1 239 -869 -1.13e+03 0 0.00387 0.489 0.489 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 255, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 234 -866 -1.15e+03 0.00147 0 0 0 Tracker initStep
- 1 234 -866 -1.15e+03 0 0.00147 0.101 0.101 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 254, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 207 -829 -1.21e+03 0.0437 0 0 0 Tracker initStep
- 1 202 -836 -1.21e+03 0.0373 0.00637 9.5 9.5 Tracker eIoni
- 2 200 -838 -1.21e+03 0.0318 0.00378 3.85 13.4 Tracker eIoni
- 3 200 -838 -1.21e+03 0.03 8.88e-05 0.136 13.5 Tracker eIoni
- 4 199 -843 -1.21e+03 0.0245 0.00555 5.56 19.1 Tracker eIoni
- 5 197 -844 -1.21e+03 0.0168 0.00634 4.09 23.1 Tracker eIoni
- 6 195 -845 -1.21e+03 0.0124 0.00437 2.86 26 Tracker eIoni
- 7 194 -844 -1.21e+03 0.00758 0.00482 2.19 28.2 Tracker eIoni
- 8 193 -844 -1.21e+03 0 0.00758 1.43 29.6 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 371, Parent ID = 254
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 197 -844 -1.21e+03 0.00138 0 0 0 Tracker initStep
- 1 197 -844 -1.21e+03 0 0.00138 0.0915 0.0915 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 370, Parent ID = 254
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 200 -838 -1.21e+03 0.00172 0 0 0 Tracker initStep
- 1 200 -838 -1.21e+03 0 0.00172 0.128 0.128 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 369, Parent ID = 254
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 200 -838 -1.21e+03 0.00168 0 0 0 Tracker initStep
- 1 200 -838 -1.21e+03 0 0.00168 0.123 0.123 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 253, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 201 -820 -1.23e+03 0.00398 0 0 0 Tracker initStep
- 1 201 -820 -1.23e+03 0 0.00398 0.514 0.514 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 252, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 161 -681 -1.43e+03 0.00206 0 0 0 Tracker initStep
- 1 161 -681 -1.43e+03 0 0.00206 0.169 0.169 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 251, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 121 -571 -1.56e+03 0.00196 0 0 0 Tracker initStep
- 1 121 -571 -1.56e+03 0 0.00196 0.156 0.156 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 250, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 110 -518 -1.63e+03 0.00167 0 0 0 Tracker initStep
- 1 110 -518 -1.63e+03 0 0.00167 0.122 0.122 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 249, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 109 -517 -1.63e+03 0.00122 0 0 0 Tracker initStep
- 1 109 -517 -1.63e+03 0 0.00122 0.0761 0.0761 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 248, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 99.1 -467 -1.7e+03 0.00119 0 0 0 Tracker initStep
- 1 99.1 -467 -1.7e+03 0 0.00119 0.0733 0.0733 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 247, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 94.5 -444 -1.73e+03 0.00415 0 0 0 Tracker initStep
- 1 94.6 -444 -1.73e+03 0.00174 0.00103 0.143 0.143 Tracker eIoni
- 2 94.6 -444 -1.73e+03 0 0.00174 0.13 0.273 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 372, Parent ID = 247
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 94.6 -444 -1.73e+03 0.00138 0 0 0 Tracker initStep
- 1 94.6 -444 -1.73e+03 0 0.00138 0.0919 0.0919 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 246, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 93.9 -441 -1.73e+03 0.00672 0 0 0 Tracker initStep
- 1 94.3 -440 -1.73e+03 0.00254 0.00417 1.24 1.24 Tracker eIoni
- 2 94.2 -440 -1.73e+03 0 0.00254 0.239 1.48 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 245, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 89.6 -116 -2.11e+03 0.00164 0 0 0 Tracker initStep
- 1 89.6 -116 -2.11e+03 0 0.00164 0.118 0.118 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 244, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 90.1 -97.5 -2.13e+03 0.00108 0 0 0 Tracker initStep
- 1 90.1 -97.5 -2.13e+03 0 0.00108 0.0635 0.0635 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 243, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 88.5 -80.1 -2.15e+03 0.00149 0 0 0 Tracker initStep
- 1 88.5 -80.1 -2.15e+03 0 0.00149 0.103 0.103 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 242, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 65.6 -19.9 -2.27e+03 0.00158 0 0 0 Tracker initStep
- 1 65.6 -19.9 -2.27e+03 0 0.00158 0.112 0.112 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 241, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 60.1 -16.4 -2.28e+03 0.00202 0 0 0 Tracker initStep
- 1 60.2 -16.4 -2.28e+03 0 0.00202 0.165 0.165 Tracker eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 239, Parent ID = 160
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.77 1.62 -2.4e+03 0.342 0 0 0 Target initStep
- 1 2.76 1.62 -2.4e+03 0 0.342 0.18 0.18 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 237, Parent ID = 161
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 5.47 2.86 -2.4e+03 1.57 0 0 0 Target initStep
- 1 5.65 2.87 -2.4e+03 1.35 0.223 0.205 0.205 Target msc
- 2 5.79 2.98 -2.4e+03 1.19 0.166 0.193 0.398 Target msc
- 3 5.92 3.07 -2.4e+03 1.02 0.168 0.193 0.592 Target msc
- 4 5.79 3.1 -2.4e+03 0.866 0.153 0.163 0.754 Target msc
- 5 5.72 3.07 -2.4e+03 0.674 0.191 0.186 0.94 Target msc
- 6 5.73 3.07 -2.4e+03 0 0.674 0.45 1.39 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 335, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 945 217 1.6e+03 0.511 0 0 0 Chamber initStep
- 1 940 118 1.7e+03 0.511 0 140 140 Tracker Transportation
- 2 901 -586 2.4e+03 0.511 0 993 1.13e+03 World Transportation
- 3 871 -1.13e+03 2.94e+03 0.511 0 766 1.9e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 334, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 945 217 1.6e+03 0.511 0 0 0 Chamber initStep
- 1 951 319 1.5e+03 0.511 0 143 143 Tracker Transportation
- 2 985 922 900 0.511 0 851 995 Chamber Transportation
- 3 996 1.12e+03 700 0.511 0 284 1.28e+03 Tracker Transportation
- 4 1.05e+03 2.16e+03 -329 0.511 0 1.46e+03 2.74e+03 World Transportation
- 5 1.1e+03 2.94e+03 -1.11e+03 0.511 0 1.11e+03 3.84e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 240, Parent ID = 238
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 5.64 3.14 -2.4e+03 0.626 0 0 0 Target initStep
- 1 5.66 3.36 -2.4e+03 0.626 0 0.235 0.235 Tracker Transportation
- 2 176 2.39e+03 -1.49e+03 0.626 0 2.56e+03 2.56e+03 World Transportation
- 3 215 2.94e+03 -1.28e+03 0.626 0 586 3.15e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 234, Parent ID = 162
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.58 0.971 -2.41e+03 0.302 0 0 0 Target initStep
- 1 1.59 0.98 -2.41e+03 0 0.302 0.147 0.147 Target eIoni
- 2 1.59 0.98 -2.41e+03 0 0 0 0.147 Target annihil
-
-*********************************************************************************************************
-* 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.000495 -8.75e-05 -2.41e+03 2.39 0 0 0 Target initStep
- 1 0.000523 -8.45e-05 -2.41e+03 1.46 0.809 0.875 0.875 Target eBrem
- 2 -0.0138 0.136 -2.41e+03 0.242 1.22 1.02 1.9 Target eBrem
- 3 -0.00451 0.133 -2.41e+03 0 0.242 0.105 2 Target eIoni
- 4 -0.00451 0.133 -2.41e+03 0 0 0 2 Target annihil
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 377, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00451 0.133 -2.41e+03 0.511 0 0 0 Target initStep
- 1 4.47 -2.98 -2.41e+03 0.465 0 5.59 5.59 Target compt
- 2 7.88 -5.59 -2.4e+03 0 0.0883 5.5 11.1 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 379, Parent ID = 377
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.88 -5.59 -2.4e+03 0.377 0 0 0 Target initStep
- 1 7.89 -5.59 -2.4e+03 0 0.377 0.206 0.206 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 378, Parent ID = 377
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 4.47 -2.98 -2.41e+03 0.046 0 0 0 Target initStep
- 1 4.47 -2.98 -2.41e+03 0 0.046 0.00779 0.00779 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 376, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00451 0.133 -2.41e+03 0.511 0 0 0 Target initStep
- 1 -3.98 2.9 -2.41e+03 0.44 0 4.97 4.97 Target compt
- 2 -7.26 5.22 -2.41e+03 0.381 0 4.27 9.24 Target compt
- 3 -8.48 8.71 -2.41e+03 0.182 0 4.57 13.8 Target compt
- 4 -8.37 8.67 -2.41e+03 0 0.013 0.112 13.9 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 383, Parent ID = 376
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -8.37 8.67 -2.41e+03 0.169 0 0 0 Target initStep
- 1 -8.37 8.68 -2.41e+03 0 0.169 0.063 0.063 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 382, Parent ID = 376
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -8.48 8.71 -2.41e+03 0.199 0 0 0 Target initStep
- 1 -8.48 8.72 -2.41e+03 0 0.199 0.0805 0.0805 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 381, Parent ID = 376
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -7.26 5.22 -2.41e+03 0.059 0 0 0 Target initStep
- 1 -7.26 5.22 -2.41e+03 0 0.059 0.0117 0.0117 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 380, Parent ID = 376
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.98 2.9 -2.41e+03 0.0712 0 0 0 Target initStep
- 1 -3.98 2.9 -2.41e+03 0 0.0712 0.0158 0.0158 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 375, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.000523 -8.45e-05 -2.41e+03 0.115 0 0 0 Target initStep
- 1 -0.0107 0.0401 -2.41e+03 0.115 0 0.0432 0.0432 Target Rayl
- 2 0.0172 0.0783 -2.41e+03 0 0.0883 0.0478 0.091 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 384, Parent ID = 375
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0172 0.0783 -2.41e+03 0.0269 0 0 0 Target initStep
- 1 0.0174 0.0785 -2.41e+03 0 0.0269 0.00327 0.00327 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 374, Parent ID = 234
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.59 0.98 -2.41e+03 0.511 0 0 0 Target initStep
- 1 2.53 0.901 -2.41e+03 0 0.0883 2.46 2.46 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 373, Parent ID = 234
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.59 0.98 -2.41e+03 0.511 0 0 0 Target initStep
- 1 0.99 1.03 -2.4e+03 0.211 0 1.56 1.56 Target compt
- 2 1.02 1.01 -2.4e+03 0 0.0883 0.0385 1.6 Target phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 387, Parent ID = 373
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.02 1.01 -2.4e+03 0.122 0 0 0 Target initStep
- 1 1.03 1.01 -2.4e+03 0 0.122 0.0379 0.0379 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 386, Parent ID = 373
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.99 1.03 -2.4e+03 0.3 0 0 0 Target initStep
- 1 0.984 1.03 -2.4e+03 0 0.3 0.149 0.149 Target eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 385, Parent ID = 374
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.53 0.901 -2.41e+03 0.423 0 0 0 Target initStep
- 1 2.54 0.897 -2.41e+03 0 0.423 0.242 0.242 Target eIoni
+ 0 -0.924 -0.889 -2.4e+03 0.423 0 0 0 Target initStep
+ 1 -0.92 -0.887 -2.4e+03 0 0.423 0.227 0.227 Target eBrem
>>> Event: 0
- 274 hits stored in this event
+ 124 hits stored in this event
### Run 2 starts.
--> Event 0 starts.
>>> Event: 0
0 hits stored in this event
>>> Event: 1
- 0 hits stored in this event
+ 96 hits stored in this event
>>> Event: 2
0 hits stored in this event
>>> Event: 3
- 8 hits stored in this event
+ 90 hits stored in this event
>>> Event: 4
0 hits stored in this event
>>> Event: 5
@@ -8148,7 +4738,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
>>> Event: 7
0 hits stored in this event
>>> Event: 8
- 55 hits stored in this event
+ 0 hits stored in this event
>>> Event: 9
0 hits stored in this event
>>> Event: 10
@@ -8162,17 +4752,17 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
>>> Event: 14
0 hits stored in this event
>>> Event: 15
- 0 hits stored in this event
+ 197 hits stored in this event
>>> Event: 16
- 0 hits stored in this event
+ 189 hits stored in this event
>>> Event: 17
- 239 hits stored in this event
->>> Event: 18
0 hits stored in this event
+>>> Event: 18
+ 24 hits stored in this event
>>> Event: 19
0 hits stored in this event
>>> Event: 20
- 0 hits stored in this event
+ 48 hits stored in this event
>>> Event: 21
0 hits stored in this event
>>> Event: 22
@@ -8186,7 +4776,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
>>> Event: 26
0 hits stored in this event
>>> Event: 27
- 0 hits stored in this event
+ 9 hits stored in this event
>>> Event: 28
0 hits stored in this event
>>> Event: 29
@@ -8198,39 +4788,39 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
>>> Event: 32
0 hits stored in this event
>>> Event: 33
- 59 hits stored in this event
+ 0 hits stored in this event
>>> Event: 34
- 0 hits stored in this event
+ 44 hits stored in this event
>>> Event: 35
- 0 hits stored in this event
+ 86 hits stored in this event
>>> Event: 36
0 hits stored in this event
>>> Event: 37
0 hits stored in this event
>>> Event: 38
- 0 hits stored in this event
+ 99 hits stored in this event
>>> Event: 39
0 hits stored in this event
>>> Event: 40
- 88 hits stored in this event
+ 0 hits stored in this event
>>> Event: 41
0 hits stored in this event
>>> Event: 42
0 hits stored in this event
>>> Event: 43
- 0 hits stored in this event
+ 4 hits stored in this event
>>> Event: 44
- 9 hits stored in this event
+ 0 hits stored in this event
>>> Event: 45
0 hits stored in this event
>>> Event: 46
0 hits stored in this event
>>> Event: 47
- 178 hits stored in this event
->>> Event: 48
0 hits stored in this event
+>>> Event: 48
+ 8 hits stored in this event
>>> Event: 49
- 54 hits stored in this event
+ 0 hits stored in this event
>>> Event: 50
0 hits stored in this event
>>> Event: 51
@@ -8242,7 +4832,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
>>> Event: 54
0 hits stored in this event
>>> Event: 55
- 0 hits stored in this event
+ 35 hits stored in this event
>>> Event: 56
0 hits stored in this event
>>> Event: 57
@@ -8254,37 +4844,37 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
>>> Event: 60
0 hits stored in this event
>>> Event: 61
- 64 hits stored in this event
+ 0 hits stored in this event
>>> Event: 62
0 hits stored in this event
>>> Event: 63
- 0 hits stored in this event
+ 160 hits stored in this event
>>> Event: 64
- 55 hits stored in this event
+ 0 hits stored in this event
>>> Event: 65
- 180 hits stored in this event
+ 0 hits stored in this event
>>> Event: 66
- 208 hits stored in this event
+ 0 hits stored in this event
>>> Event: 67
0 hits stored in this event
>>> Event: 68
- 117 hits stored in this event
+ 27 hits stored in this event
>>> Event: 69
- 0 hits stored in this event
+ 60 hits stored in this event
>>> Event: 70
- 0 hits stored in this event
+ 35 hits stored in this event
>>> Event: 71
0 hits stored in this event
>>> Event: 72
0 hits stored in this event
>>> Event: 73
- 0 hits stored in this event
+ 118 hits stored in this event
>>> Event: 74
- 135 hits stored in this event
+ 126 hits stored in this event
>>> Event: 75
0 hits stored in this event
>>> Event: 76
- 4 hits stored in this event
+ 0 hits stored in this event
>>> Event: 77
0 hits stored in this event
>>> Event: 78
@@ -8292,15 +4882,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
>>> Event: 79
0 hits stored in this event
>>> Event: 80
- 135 hits stored in this event
+ 0 hits stored in this event
>>> Event: 81
0 hits stored in this event
>>> Event: 82
- 13 hits stored in this event
+ 49 hits stored in this event
>>> Event: 83
0 hits stored in this event
>>> Event: 84
- 0 hits stored in this event
+ 79 hits stored in this event
>>> Event: 85
0 hits stored in this event
>>> Event: 86
@@ -8308,11 +4898,11 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
>>> Event: 87
0 hits stored in this event
>>> Event: 88
- 57 hits stored in this event
+ 3 hits stored in this event
>>> Event: 89
0 hits stored in this event
>>> Event: 90
- 63 hits stored in this event
+ 0 hits stored in this event
>>> Event: 91
0 hits stored in this event
>>> Event: 92
@@ -8334,204 +4924,204 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
### Run 3 starts.
--> Event 0 starts.
>>> Event: 0
- 111 hits stored in this event
+ 579 hits stored in this event
>>> Event: 1
- 87 hits stored in this event
+ 77 hits stored in this event
>>> Event: 2
- 75 hits stored in this event
+ 398 hits stored in this event
>>> Event: 3
- 89 hits stored in this event
+ 489 hits stored in this event
>>> Event: 4
- 99 hits stored in this event
+ 196 hits stored in this event
>>> Event: 5
- 95 hits stored in this event
+ 169 hits stored in this event
>>> Event: 6
- 105 hits stored in this event
+ 121 hits stored in this event
>>> Event: 7
- 66 hits stored in this event
+ 67 hits stored in this event
>>> Event: 8
- 281 hits stored in this event
+ 220 hits stored in this event
>>> Event: 9
- 395 hits stored in this event
+ 102 hits stored in this event
>>> Event: 10
- 925 hits stored in this event
+ 130 hits stored in this event
>>> Event: 11
- 103 hits stored in this event
+ 97 hits stored in this event
>>> Event: 12
- 227 hits stored in this event
+ 111 hits stored in this event
>>> Event: 13
- 53 hits stored in this event
+ 119 hits stored in this event
>>> Event: 14
- 138 hits stored in this event
+ 127 hits stored in this event
>>> Event: 15
- 147 hits stored in this event
+ 130 hits stored in this event
>>> Event: 16
- 107 hits stored in this event
+ 984 hits stored in this event
>>> Event: 17
- 273 hits stored in this event
+ 187 hits stored in this event
>>> Event: 18
- 113 hits stored in this event
+ 92 hits stored in this event
>>> Event: 19
- 110 hits stored in this event
+ 117 hits stored in this event
>>> Event: 20
- 108 hits stored in this event
+ 318 hits stored in this event
>>> Event: 21
- 139 hits stored in this event
+ 130 hits stored in this event
>>> Event: 22
- 59 hits stored in this event
+ 98 hits stored in this event
>>> Event: 23
- 75 hits stored in this event
+ 56 hits stored in this event
>>> Event: 24
- 10515 hits stored in this event
->>> Event: 25
- 180 hits stored in this event
->>> Event: 26
- 83 hits stored in this event
->>> Event: 27
- 66 hits stored in this event
->>> Event: 28
- 56 hits stored in this event
->>> Event: 29
- 94 hits stored in this event
->>> Event: 30
- 653 hits stored in this event
->>> Event: 31
- 94 hits stored in this event
->>> Event: 32
- 129 hits stored in this event
->>> Event: 33
- 88 hits stored in this event
->>> Event: 34
- 102 hits stored in this event
->>> Event: 35
- 116 hits stored in this event
->>> Event: 36
- 503 hits stored in this event
->>> Event: 37
- 305 hits stored in this event
->>> Event: 38
- 64 hits stored in this event
->>> Event: 39
- 50 hits stored in this event
->>> Event: 40
- 142 hits stored in this event
->>> Event: 41
- 69 hits stored in this event
->>> Event: 42
- 82 hits stored in this event
->>> Event: 43
- 304 hits stored in this event
->>> Event: 44
- 473 hits stored in this event
->>> Event: 45
- 79 hits stored in this event
->>> Event: 46
- 102 hits stored in this event
->>> Event: 47
- 62 hits stored in this event
->>> Event: 48
- 45 hits stored in this event
->>> Event: 49
- 264 hits stored in this event
->>> Event: 50
- 62 hits stored in this event
->>> Event: 51
- 73 hits stored in this event
->>> Event: 52
- 57 hits stored in this event
->>> Event: 53
- 54 hits stored in this event
->>> Event: 54
- 82 hits stored in this event
->>> Event: 55
- 134 hits stored in this event
->>> Event: 56
- 63 hits stored in this event
->>> Event: 57
- 61 hits stored in this event
->>> Event: 58
- 128 hits stored in this event
->>> Event: 59
- 136 hits stored in this event
->>> Event: 60
- 755 hits stored in this event
->>> Event: 61
- 819 hits stored in this event
->>> Event: 62
- 73 hits stored in this event
->>> Event: 63
- 66 hits stored in this event
->>> Event: 64
- 108 hits stored in this event
->>> Event: 65
- 262 hits stored in this event
->>> Event: 66
- 349 hits stored in this event
->>> Event: 67
- 77 hits stored in this event
->>> Event: 68
- 397 hits stored in this event
->>> Event: 69
- 109 hits stored in this event
->>> Event: 70
- 65 hits stored in this event
->>> Event: 71
- 257 hits stored in this event
->>> Event: 72
- 259 hits stored in this event
->>> Event: 73
- 63 hits stored in this event
->>> Event: 74
- 126 hits stored in this event
->>> Event: 75
- 94 hits stored in this event
->>> Event: 76
- 54 hits stored in this event
->>> Event: 77
- 65 hits stored in this event
->>> Event: 78
- 108 hits stored in this event
->>> Event: 79
- 76 hits stored in this event
->>> Event: 80
- 277 hits stored in this event
->>> Event: 81
- 433 hits stored in this event
->>> Event: 82
- 56 hits stored in this event
->>> Event: 83
- 86 hits stored in this event
->>> Event: 84
- 77 hits stored in this event
->>> Event: 85
- 149 hits stored in this event
->>> Event: 86
- 70 hits stored in this event
->>> Event: 87
- 147 hits stored in this event
->>> Event: 88
- 325 hits stored in this event
->>> Event: 89
- 66 hits stored in this event
->>> Event: 90
- 139 hits stored in this event
->>> Event: 91
- 53 hits stored in this event
->>> Event: 92
- 622 hits stored in this event
->>> Event: 93
58 hits stored in this event
->>> Event: 94
- 62 hits stored in this event
->>> Event: 95
- 146 hits stored in this event
->>> Event: 96
- 133 hits stored in this event
->>> Event: 97
- 232 hits stored in this event
->>> Event: 98
- 68 hits stored in this event
->>> Event: 99
+>>> Event: 25
+ 46 hits stored in this event
+>>> Event: 26
+ 128 hits stored in this event
+>>> Event: 27
+ 77 hits stored in this event
+>>> Event: 28
+ 119 hits stored in this event
+>>> Event: 29
+ 88 hits stored in this event
+>>> Event: 30
+ 1150 hits stored in this event
+>>> Event: 31
+ 122 hits stored in this event
+>>> Event: 32
+ 70 hits stored in this event
+>>> Event: 33
+ 3394 hits stored in this event
+>>> Event: 34
+ 78 hits stored in this event
+>>> Event: 35
+ 80 hits stored in this event
+>>> Event: 36
+ 141 hits stored in this event
+>>> Event: 37
+ 112 hits stored in this event
+>>> Event: 38
+ 231 hits stored in this event
+>>> Event: 39
+ 65 hits stored in this event
+>>> Event: 40
+ 90 hits stored in this event
+>>> Event: 41
+ 12643 hits stored in this event
+>>> Event: 42
+ 837 hits stored in this event
+>>> Event: 43
+ 174 hits stored in this event
+>>> Event: 44
+ 94 hits stored in this event
+>>> Event: 45
+ 111 hits stored in this event
+>>> Event: 46
+ 174 hits stored in this event
+>>> Event: 47
75 hits stored in this event
+>>> Event: 48
+ 186 hits stored in this event
+>>> Event: 49
+ 144 hits stored in this event
+>>> Event: 50
+ 88 hits stored in this event
+>>> Event: 51
+ 53 hits stored in this event
+>>> Event: 52
+ 97 hits stored in this event
+>>> Event: 53
+ 61 hits stored in this event
+>>> Event: 54
+ 99 hits stored in this event
+>>> Event: 55
+ 263 hits stored in this event
+>>> Event: 56
+ 1464 hits stored in this event
+>>> Event: 57
+ 78 hits stored in this event
+>>> Event: 58
+ 216 hits stored in this event
+>>> Event: 59
+ 81 hits stored in this event
+>>> Event: 60
+ 120 hits stored in this event
+>>> Event: 61
+ 103 hits stored in this event
+>>> Event: 62
+ 71 hits stored in this event
+>>> Event: 63
+ 717 hits stored in this event
+>>> Event: 64
+ 477 hits stored in this event
+>>> Event: 65
+ 80 hits stored in this event
+>>> Event: 66
+ 57 hits stored in this event
+>>> Event: 67
+ 181 hits stored in this event
+>>> Event: 68
+ 81 hits stored in this event
+>>> Event: 69
+ 165 hits stored in this event
+>>> Event: 70
+ 247 hits stored in this event
+>>> Event: 71
+ 153 hits stored in this event
+>>> Event: 72
+ 803 hits stored in this event
+>>> Event: 73
+ 59 hits stored in this event
+>>> Event: 74
+ 57 hits stored in this event
+>>> Event: 75
+ 732 hits stored in this event
+>>> Event: 76
+ 60 hits stored in this event
+>>> Event: 77
+ 105 hits stored in this event
+>>> Event: 78
+ 86 hits stored in this event
+>>> Event: 79
+ 69 hits stored in this event
+>>> Event: 80
+ 58 hits stored in this event
+>>> Event: 81
+ 83 hits stored in this event
+>>> Event: 82
+ 49 hits stored in this event
+>>> Event: 83
+ 216 hits stored in this event
+>>> Event: 84
+ 121 hits stored in this event
+>>> Event: 85
+ 58 hits stored in this event
+>>> Event: 86
+ 145 hits stored in this event
+>>> Event: 87
+ 96 hits stored in this event
+>>> Event: 88
+ 90 hits stored in this event
+>>> Event: 89
+ 57 hits stored in this event
+>>> Event: 90
+ 1036 hits stored in this event
+>>> Event: 91
+ 58 hits stored in this event
+>>> Event: 92
+ 188 hits stored in this event
+>>> Event: 93
+ 286 hits stored in this event
+>>> Event: 94
+ 1081 hits stored in this event
+>>> Event: 95
+ 777 hits stored in this event
+>>> Event: 96
+ 103 hits stored in this event
+>>> Event: 97
+ 87 hits stored in this event
+>>> Event: 98
+ 480 hits stored in this event
+>>> Event: 99
+ 52 hits stored in this event
Graphics systems deleted.
Visualization Manager deleting...
diff --git a/examples/basic/B3/B3a/exampleB3a.out b/examples/basic/B3/B3a/exampleB3a.out
index 2946e99ce7..45e0121604 100644
--- a/examples/basic/B3/B3a/exampleB3a.out
+++ b/examples/basic/B3/B3a/exampleB3a.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -56,9 +56,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
Checking overlaps for volume crystal ... OK!
Checking overlaps for volume crystal ... OK!
Checking overlaps for volume crystal ... OK!
@@ -208,11 +206,25 @@ G4SDManager::AddNewCollection : the collection is registered at 1
G4SDManager::AddNewCollection : the collection is registered at 2
#
/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
+=======================================================================
### Run 0 start.
--------------------End of Global Run-----------------------
- The run was 10000 events Nb of 'good' e+ annihilations: 1290
- Total dose in patient : 291.745 picoGy
+ The run was 10000 events Nb of 'good' e+ annihilations: 1282
+ Total dose in patient : 292.569 picoGy
------------------------------------------------------------
Graphics systems deleted.
diff --git a/examples/basic/B3/B3b/exampleB3b.out b/examples/basic/B3/B3b/exampleB3b.out
index d26b774641..00e2f1b6cc 100644
--- a/examples/basic/B3/B3b/exampleB3b.out
+++ b/examples/basic/B3/B3b/exampleB3b.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -56,9 +56,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
Checking overlaps for volume crystal ... OK!
Checking overlaps for volume crystal ... OK!
Checking overlaps for volume crystal ... OK!
@@ -208,13 +206,27 @@ G4SDManager::AddNewCollection : the collection is registered at 1
G4SDManager::AddNewCollection : the collection is registered at 2
#
/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
+=======================================================================
### Run 0 start.
---> end of event: 0
--------------------End of Global Run-----------------------
- The run was 10000 events Nb of 'good' e+ annihilations: 1290
- Total dose in patient : 291.745 picoGy
+ The run was 10000 events Nb of 'good' e+ annihilations: 1282
+ Total dose in patient : 292.569 picoGy
------------------------------------------------------------
Graphics systems deleted.
diff --git a/examples/basic/B4/B4a/exampleB4a.out b/examples/basic/B4/B4a/exampleB4a.out
index b5aa091064..a797d92bdf 100644
--- a/examples/basic/B4/B4a/exampleB4a.out
+++ b/examples/basic/B4/B4a/exampleB4a.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -59,9 +59,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
***** Table : Nb of materials = 3 *****
@@ -158,7 +156,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -189,12 +187,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -220,8 +218,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -253,7 +251,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -280,12 +278,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -312,12 +310,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -344,7 +342,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -377,7 +375,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -410,12 +408,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -442,12 +440,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -474,7 +472,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -674,6 +672,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -688,6 +687,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -796,36 +796,41 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
### Run 0 starts.
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
- Absorber: total energy: 267.062 MeV total track length: 19.0834 cm
- Gap: total energy: 9.63246 MeV total track length: 5.07935 cm
+ Absorber: total energy: 282.511 MeV total track length: 20.2008 cm
+ Gap: total energy: 12.5128 MeV total track length: 5.83304 cm
----> print histograms statistic for the entire run
- EAbs : mean = 267.062 MeV rms = 0 eV
- EGap : mean = 9.63246 MeV rms = 0 eV
- LAbs : mean = 19.0834 cm rms = 0 fm
- LGap : mean = 5.07935 cm rms = 0 fm
+ EAbs : mean = 282.511 MeV rms = 0 eV
+ EGap : mean = 12.5128 MeV rms = 0 eV
+ LAbs : mean = 20.2008 cm rms = 0 fm
+ LGap : mean = 5.83304 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
- Transportation, msc, hIoni, ionIoni
- hBrems, hPairProd, CoulombScat, eIoni
- eBrem, annihil, phot, compt
- conv, Rayl, muIoni, muBrems
- muPairProd, photonNuclear, electronNuclear, positronNuclear
+ Transportation, phot, compt, conv
+ Rayl, msc, eIoni, eBrem
+ CoulombScat, annihil, muIoni, muBrems
+ muPairProd, hIoni, hBrems, hPairProd
+ ionIoni, photonNuclear, electronNuclear, positronNuclear
muonNuclear, Decay, hadElastic, neutronInelastic
nCapture, protonInelastic, pi+Inelastic, pi-Inelastic
kaon+Inelastic, kaon-Inelastic, kaon0LInelastic, kaon0SInelastic
@@ -883,7 +888,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -914,12 +919,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -945,8 +950,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -978,7 +983,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1005,12 +1010,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1037,12 +1042,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1069,7 +1074,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1102,7 +1107,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1135,12 +1140,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1167,12 +1172,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1199,22 +1204,22 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
### Run 1 starts.
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
- Absorber: total energy: 284.965 MeV total track length: 20.5096 cm
- Gap: total energy: 15.5384 MeV total track length: 7.91371 cm
+ Absorber: total energy: 282.303 MeV total track length: 20.1221 cm
+ Gap: total energy: 18.1044 MeV total track length: 8.95616 cm
----> print histograms statistic for the entire run
- EAbs : mean = 284.965 MeV rms = 0 eV
- EGap : mean = 15.5384 MeV rms = 0 eV
- LAbs : mean = 20.5096 cm rms = 0 fm
- LGap : mean = 7.91371 cm rms = 0 fm
+ EAbs : mean = 282.303 MeV rms = 0 eV
+ EGap : mean = 18.1044 MeV rms = 0 eV
+ LAbs : mean = 20.1221 cm rms = 0 fm
+ LGap : mean = 8.95616 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
@@ -1264,7 +1269,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -1295,12 +1300,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1326,8 +1331,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -1359,7 +1364,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1386,12 +1391,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1418,12 +1423,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1450,7 +1455,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1483,7 +1488,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1516,12 +1521,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1548,12 +1553,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1580,22 +1585,22 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
### Run 2 starts.
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
- Absorber: total energy: 452.281 MeV total track length: 32.8474 cm
- Gap: total energy: 30.1405 MeV total track length: 15.7021 cm
+ Absorber: total energy: 463.409 MeV total track length: 32.7981 cm
+ Gap: total energy: 18.418 MeV total track length: 9.22476 cm
----> print histograms statistic for the entire run
- EAbs : mean = 452.281 MeV rms = 0 eV
- EGap : mean = 30.1405 MeV rms = 0 eV
- LAbs : mean = 32.8474 cm rms = 0 fm
- LGap : mean = 15.7021 cm rms = 0 fm
+ EAbs : mean = 463.409 MeV rms = 0 eV
+ EGap : mean = 18.418 MeV rms = 0 eV
+ LAbs : mean = 32.7981 cm rms = 0 fm
+ LGap : mean = 9.22476 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 983004dc2d..1c4a4b8cca 100644
--- a/examples/basic/B4/B4b/exampleB4b.out
+++ b/examples/basic/B4/B4b/exampleB4b.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -59,9 +59,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
***** Table : Nb of materials = 3 *****
@@ -158,7 +156,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -189,12 +187,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -220,8 +218,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -253,7 +251,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -280,12 +278,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -312,12 +310,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -344,7 +342,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -377,7 +375,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -410,12 +408,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -442,12 +440,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -474,7 +472,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -674,6 +672,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -688,6 +687,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -796,37 +796,42 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
### Run 0 starts.
### Run 0 start.
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
- Absorber: total energy: 267.062 MeV total track length: 19.0834 cm
- Gap: total energy: 9.63246 MeV total track length: 5.07935 cm
+ Absorber: total energy: 282.511 MeV total track length: 20.2008 cm
+ Gap: total energy: 12.5128 MeV total track length: 5.83304 cm
----> print histograms statistic for the entire run
- EAbs : mean = 267.062 MeV rms = 0 eV
- EGap : mean = 9.63246 MeV rms = 0 eV
- LAbs : mean = 19.0834 cm rms = 0 fm
- LGap : mean = 5.07935 cm rms = 0 fm
+ EAbs : mean = 282.511 MeV rms = 0 eV
+ EGap : mean = 12.5128 MeV rms = 0 eV
+ LAbs : mean = 20.2008 cm rms = 0 fm
+ LGap : mean = 5.83304 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
- Transportation, msc, hIoni, ionIoni
- hBrems, hPairProd, CoulombScat, eIoni
- eBrem, annihil, phot, compt
- conv, Rayl, muIoni, muBrems
- muPairProd, photonNuclear, electronNuclear, positronNuclear
+ Transportation, phot, compt, conv
+ Rayl, msc, eIoni, eBrem
+ CoulombScat, annihil, muIoni, muBrems
+ muPairProd, hIoni, hBrems, hPairProd
+ ionIoni, photonNuclear, electronNuclear, positronNuclear
muonNuclear, Decay, hadElastic, neutronInelastic
nCapture, protonInelastic, pi+Inelastic, pi-Inelastic
kaon+Inelastic, kaon-Inelastic, kaon0LInelastic, kaon0SInelastic
@@ -884,7 +889,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -915,12 +920,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -946,8 +951,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -979,7 +984,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1006,12 +1011,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1038,12 +1043,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1070,7 +1075,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1103,7 +1108,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1136,12 +1141,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1168,12 +1173,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1200,7 +1205,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
### Run 1 starts.
@@ -1208,15 +1213,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: 284.965 MeV total track length: 20.5096 cm
- Gap: total energy: 15.5384 MeV total track length: 7.91371 cm
+ Absorber: total energy: 282.303 MeV total track length: 20.1221 cm
+ Gap: total energy: 18.1044 MeV total track length: 8.95616 cm
----> print histograms statistic for the entire run
- EAbs : mean = 284.965 MeV rms = 0 eV
- EGap : mean = 15.5384 MeV rms = 0 eV
- LAbs : mean = 20.5096 cm rms = 0 fm
- LGap : mean = 7.91371 cm rms = 0 fm
+ EAbs : mean = 282.303 MeV rms = 0 eV
+ EGap : mean = 18.1044 MeV rms = 0 eV
+ LAbs : mean = 20.1221 cm rms = 0 fm
+ LGap : mean = 8.95616 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
@@ -1266,7 +1271,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -1297,12 +1302,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1328,8 +1333,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -1361,7 +1366,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1388,12 +1393,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1420,12 +1425,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1452,7 +1457,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1485,7 +1490,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1518,12 +1523,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1550,12 +1555,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1582,7 +1587,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
### Run 2 starts.
@@ -1590,15 +1595,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: 452.281 MeV total track length: 32.8474 cm
- Gap: total energy: 30.1405 MeV total track length: 15.7021 cm
+ Absorber: total energy: 463.409 MeV total track length: 32.7981 cm
+ Gap: total energy: 18.418 MeV total track length: 9.22476 cm
----> print histograms statistic for the entire run
- EAbs : mean = 452.281 MeV rms = 0 eV
- EGap : mean = 30.1405 MeV rms = 0 eV
- LAbs : mean = 32.8474 cm rms = 0 fm
- LGap : mean = 15.7021 cm rms = 0 fm
+ EAbs : mean = 463.409 MeV rms = 0 eV
+ EGap : mean = 18.418 MeV rms = 0 eV
+ LAbs : mean = 32.7981 cm rms = 0 fm
+ LGap : mean = 9.22476 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 b5aa091064..a797d92bdf 100644
--- a/examples/basic/B4/B4c/exampleB4c.out
+++ b/examples/basic/B4/B4c/exampleB4c.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -59,9 +59,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
***** Table : Nb of materials = 3 *****
@@ -158,7 +156,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -189,12 +187,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -220,8 +218,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -253,7 +251,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -280,12 +278,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -312,12 +310,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -344,7 +342,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -377,7 +375,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -410,12 +408,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -442,12 +440,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -474,7 +472,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -674,6 +672,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -688,6 +687,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -796,36 +796,41 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
### Run 0 starts.
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
- Absorber: total energy: 267.062 MeV total track length: 19.0834 cm
- Gap: total energy: 9.63246 MeV total track length: 5.07935 cm
+ Absorber: total energy: 282.511 MeV total track length: 20.2008 cm
+ Gap: total energy: 12.5128 MeV total track length: 5.83304 cm
----> print histograms statistic for the entire run
- EAbs : mean = 267.062 MeV rms = 0 eV
- EGap : mean = 9.63246 MeV rms = 0 eV
- LAbs : mean = 19.0834 cm rms = 0 fm
- LGap : mean = 5.07935 cm rms = 0 fm
+ EAbs : mean = 282.511 MeV rms = 0 eV
+ EGap : mean = 12.5128 MeV rms = 0 eV
+ LAbs : mean = 20.2008 cm rms = 0 fm
+ LGap : mean = 5.83304 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
- Transportation, msc, hIoni, ionIoni
- hBrems, hPairProd, CoulombScat, eIoni
- eBrem, annihil, phot, compt
- conv, Rayl, muIoni, muBrems
- muPairProd, photonNuclear, electronNuclear, positronNuclear
+ Transportation, phot, compt, conv
+ Rayl, msc, eIoni, eBrem
+ CoulombScat, annihil, muIoni, muBrems
+ muPairProd, hIoni, hBrems, hPairProd
+ ionIoni, photonNuclear, electronNuclear, positronNuclear
muonNuclear, Decay, hadElastic, neutronInelastic
nCapture, protonInelastic, pi+Inelastic, pi-Inelastic
kaon+Inelastic, kaon-Inelastic, kaon0LInelastic, kaon0SInelastic
@@ -883,7 +888,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -914,12 +919,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -945,8 +950,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -978,7 +983,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1005,12 +1010,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1037,12 +1042,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1069,7 +1074,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1102,7 +1107,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1135,12 +1140,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1167,12 +1172,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1199,22 +1204,22 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
### Run 1 starts.
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
- Absorber: total energy: 284.965 MeV total track length: 20.5096 cm
- Gap: total energy: 15.5384 MeV total track length: 7.91371 cm
+ Absorber: total energy: 282.303 MeV total track length: 20.1221 cm
+ Gap: total energy: 18.1044 MeV total track length: 8.95616 cm
----> print histograms statistic for the entire run
- EAbs : mean = 284.965 MeV rms = 0 eV
- EGap : mean = 15.5384 MeV rms = 0 eV
- LAbs : mean = 20.5096 cm rms = 0 fm
- LGap : mean = 7.91371 cm rms = 0 fm
+ EAbs : mean = 282.303 MeV rms = 0 eV
+ EGap : mean = 18.1044 MeV rms = 0 eV
+ LAbs : mean = 20.1221 cm rms = 0 fm
+ LGap : mean = 8.95616 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
@@ -1264,7 +1269,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -1295,12 +1300,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1326,8 +1331,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -1359,7 +1364,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1386,12 +1391,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1418,12 +1423,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1450,7 +1455,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1483,7 +1488,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1516,12 +1521,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1548,12 +1553,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1580,22 +1585,22 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
### Run 2 starts.
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
- Absorber: total energy: 452.281 MeV total track length: 32.8474 cm
- Gap: total energy: 30.1405 MeV total track length: 15.7021 cm
+ Absorber: total energy: 463.409 MeV total track length: 32.7981 cm
+ Gap: total energy: 18.418 MeV total track length: 9.22476 cm
----> print histograms statistic for the entire run
- EAbs : mean = 452.281 MeV rms = 0 eV
- EGap : mean = 30.1405 MeV rms = 0 eV
- LAbs : mean = 32.8474 cm rms = 0 fm
- LGap : mean = 15.7021 cm rms = 0 fm
+ EAbs : mean = 463.409 MeV rms = 0 eV
+ EGap : mean = 18.418 MeV rms = 0 eV
+ LAbs : mean = 32.7981 cm rms = 0 fm
+ LGap : mean = 9.22476 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 e7ff40adef..36358c2cf8 100644
--- a/examples/basic/B4/B4d/exampleB4d.out
+++ b/examples/basic/B4/B4d/exampleB4d.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -59,9 +59,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
***** Table : Nb of materials = 3 *****
@@ -162,7 +160,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -193,12 +191,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -224,8 +222,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -257,7 +255,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -284,12 +282,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -316,12 +314,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -348,7 +346,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -381,7 +379,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -414,12 +412,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -446,12 +444,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -478,7 +476,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -678,6 +676,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -692,6 +691,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -800,36 +800,41 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
### Run 0 starts.
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
- Absorber: total energy: 267.062 MeV total track length: 19.0834 cm
- Gap: total energy: 9.63246 MeV total track length: 5.07935 cm
+ Absorber: total energy: 282.511 MeV total track length: 20.2008 cm
+ Gap: total energy: 12.5128 MeV total track length: 5.83304 cm
----> print histograms statistic for the entire run
- EAbs : mean = 267.062 MeV rms = 0 eV
- EGap : mean = 9.63246 MeV rms = 0 eV
- LAbs : mean = 19.0834 cm rms = 0 fm
- LGap : mean = 5.07935 cm rms = 0 fm
+ EAbs : mean = 282.511 MeV rms = 0 eV
+ EGap : mean = 12.5128 MeV rms = 0 eV
+ LAbs : mean = 20.2008 cm rms = 0 fm
+ LGap : mean = 5.83304 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
- Transportation, msc, hIoni, ionIoni
- hBrems, hPairProd, CoulombScat, eIoni
- eBrem, annihil, phot, compt
- conv, Rayl, muIoni, muBrems
- muPairProd, photonNuclear, electronNuclear, positronNuclear
+ Transportation, phot, compt, conv
+ Rayl, msc, eIoni, eBrem
+ CoulombScat, annihil, muIoni, muBrems
+ muPairProd, hIoni, hBrems, hPairProd
+ ionIoni, photonNuclear, electronNuclear, positronNuclear
muonNuclear, Decay, hadElastic, neutronInelastic
nCapture, protonInelastic, pi+Inelastic, pi-Inelastic
kaon+Inelastic, kaon-Inelastic, kaon0LInelastic, kaon0SInelastic
@@ -887,7 +892,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -918,12 +923,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -949,8 +954,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -982,7 +987,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1009,12 +1014,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1041,12 +1046,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1073,7 +1078,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1106,7 +1111,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1139,12 +1144,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1171,12 +1176,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1203,22 +1208,22 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
### Run 1 starts.
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
- Absorber: total energy: 284.965 MeV total track length: 20.5096 cm
- Gap: total energy: 15.5384 MeV total track length: 7.91371 cm
+ Absorber: total energy: 282.303 MeV total track length: 20.1221 cm
+ Gap: total energy: 18.1044 MeV total track length: 8.95616 cm
----> print histograms statistic for the entire run
- EAbs : mean = 284.965 MeV rms = 0 eV
- EGap : mean = 15.5384 MeV rms = 0 eV
- LAbs : mean = 20.5096 cm rms = 0 fm
- LGap : mean = 7.91371 cm rms = 0 fm
+ EAbs : mean = 282.303 MeV rms = 0 eV
+ EGap : mean = 18.1044 MeV rms = 0 eV
+ LAbs : mean = 20.1221 cm rms = 0 fm
+ LGap : mean = 8.95616 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
@@ -1268,7 +1273,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -1299,12 +1304,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1330,8 +1335,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -1363,7 +1368,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1390,12 +1395,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1422,12 +1427,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1454,7 +1459,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1487,7 +1492,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -1520,12 +1525,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1552,12 +1557,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -1584,22 +1589,22 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
### Run 2 starts.
... open Root analysis file : B4.root - done
--> Event 0 starts.
---> End of event: 0
- Absorber: total energy: 452.281 MeV total track length: 32.8474 cm
- Gap: total energy: 30.1405 MeV total track length: 15.7021 cm
+ Absorber: total energy: 463.409 MeV total track length: 32.7981 cm
+ Gap: total energy: 18.418 MeV total track length: 9.22476 cm
----> print histograms statistic for the entire run
- EAbs : mean = 452.281 MeV rms = 0 eV
- EGap : mean = 30.1405 MeV rms = 0 eV
- LAbs : mean = 32.8474 cm rms = 0 fm
- LGap : mean = 15.7021 cm rms = 0 fm
+ EAbs : mean = 463.409 MeV rms = 0 eV
+ EGap : mean = 18.418 MeV rms = 0 eV
+ LAbs : mean = 32.7981 cm rms = 0 fm
+ LGap : mean = 9.22476 cm rms = 0 fm
... write Root file : B4.root - done
... close Root file : B4.root - done
Graphics systems deleted.
diff --git a/examples/basic/B5/exampleB5.out b/examples/basic/B5/exampleB5.out
index 5b0614e177..2889bca38f 100644
--- a/examples/basic/B5/exampleB5.out
+++ b/examples/basic/B5/exampleB5.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -59,9 +59,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
The materials defined are :
@@ -255,7 +253,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -286,12 +284,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -317,8 +315,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -350,7 +348,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -377,12 +375,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -409,12 +407,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -441,7 +439,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -474,7 +472,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -507,12 +505,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -539,12 +537,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -571,7 +569,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -771,6 +769,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -785,6 +784,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -893,87 +893,72 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
### Run 0 starts.
... open Root analysis file : B5.root - done
--> Event 0 starts.
->>> Event 0 >>> Simulation truth : proton (0,0,100000)
+>>> Event 0 >>> Simulation truth : proton (-0,0,100000)
Hodoscope 1 has 1 hits.
- Hodoscope[7] 4.9870028525453 (nsec)
-Hodoscope 2 has 4 hits.
- Hodoscope[9] 43.187765529968 (nsec)
- Hodoscope[4] 434.56042597587 (nsec)
- Hodoscope[11] 555.50095448479 (nsec)
- Hodoscope[12] 932.99712236328 (nsec)
-Drift Chamber 1 has 8 hits.
- Layer[0] : time 6.6712421468009 (nsec) --- local (x,y) 0.0061066373109487, -0.010051169268876
- Layer[1] : time 8.3391360808199 (nsec) --- local (x,y) 0.01187479477456, -0.021477904184799
- Layer[2] : time 10.007030015087 (nsec) --- local (x,y) 0.01795337347102, -0.033941909095829
- Layer[2] : time 10.044298237415 (nsec) --- local (x,y) -0.98859572430011, -10.063035969071
- Layer[3] : time 11.674923949782 (nsec) --- local (x,y) 0.020552262659844, -0.047176809903067
- Layer[4] : time 13.342817884858 (nsec) --- local (x,y) 0.02185658864785, -0.060508781695665
- Layer[4] : time 15.017113428704 (nsec) --- local (x,y) 264.7811015843, -107.84035693846
- Layer[4] : time 15.100321629309 (nsec) --- local (x,y) 270.60114850499, -110.54845005106
+ Hodoscope[7] 4.9870028524653 (nsec)
+Hodoscope 2 has 1 hits.
+ Hodoscope[9] 43.18761080853 (nsec)
+Drift Chamber 1 has 5 hits.
+ Layer[0] : time 6.6712421469054 (nsec) --- local (x,y) -0.003036230831009, -0.011109511520009
+ Layer[1] : time 8.3391360811358 (nsec) --- local (x,y) -0.012241588060545, -0.016003140122717
+ Layer[2] : time 10.007030015547 (nsec) --- local (x,y) -0.022141521122577, -0.01834681219673
+ Layer[3] : time 11.674923950161 (nsec) --- local (x,y) -0.032835455737733, -0.019398216645828
+ Layer[4] : time 13.342817884907 (nsec) --- local (x,y) -0.043102165429459, -0.022657176259632
Drift Chamber 2 has 5 hits.
- Layer[0] : time 34.85015589899 (nsec) --- local (x,y) -147.58349390226, -0.17969443870153
- Layer[1] : time 36.520952556584 (nsec) --- local (x,y) -177.09505338914, -0.1919838951103
- Layer[2] : time 38.191749428397 (nsec) --- local (x,y) -206.60770234397, -0.20290143857698
- Layer[3] : time 39.862546031173 (nsec) --- local (x,y) -236.11898234726, -0.21160851746685
- Layer[4] : time 41.533342681312 (nsec) --- local (x,y) -265.63050221731, -0.22069053126191
-EM Calorimeter has 67 hits. Total Edep is 26560.472965754 (MeV)
-Hadron Calorimeter has 18 hits. Total Edep is 2204.805020069 (MeV)
+ Layer[0] : time 34.850008759805 (nsec) --- local (x,y) -147.63615460294, -0.066388082750764
+ Layer[1] : time 36.520803475206 (nsec) --- local (x,y) -177.13784036601, -0.074740357998234
+ Layer[2] : time 38.191598406635 (nsec) --- local (x,y) -206.64062455351, -0.083829744169361
+ Layer[3] : time 39.862393787387 (nsec) --- local (x,y) -236.1456937846, -0.095796899758418
+ Layer[4] : time 41.533189018187 (nsec) --- local (x,y) -265.64999966779, -0.10628961554127
+EM Calorimeter has 52 hits. Total Edep is 927.26347712037 (MeV)
+Hadron Calorimeter has 14 hits. Total Edep is 5189.7111516315 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 1 starts.
... open Root analysis file : B5.root - done
--> Event 0 starts.
--------- WWWW ------- G4Exception-START -------- WWWW -------
-*** G4Exception : GeomNav1002
- issued by : G4Navigator::ComputeStep()
-Track stuck or not moving.
- Track stuck, not moving for 10 steps
- in volume -worldPhysical- at point (-958.6180831178526,-406.8284815925621,-284.6952242652725) (local point (-958.6180831178526,-406.8284815925621,-284.6952242652725))
- direction: (0.4533863531713024,-0.8910207201030971,0.02286681230485028) (local direction: (0.4533863531713024,-0.8910207201030971,0.02286681230485028)).
- Potential geometry or navigation problem !
- Trying pushing it of 1e-07 mm ...Potential overlap in geometry!
-
-*** This is just a warning message. ***
--------- WWWW -------- G4Exception-END --------- WWWW -------
-
-
>>> Event 0 >>> Simulation truth : pi+ (-0,0,100000)
Hodoscope 1 has 1 hits.
- Hodoscope[7] 4.9867880839539 (nsec)
-Hodoscope 2 has 1 hits.
- Hodoscope[10] 42.693986676529 (nsec)
-Drift Chamber 1 has 8 hits.
- Layer[0] : time 6.6709548423553 (nsec) --- local (x,y) -0.0082354168729424, -0.0057755540088201
- Layer[0] : time 6.6715109397314 (nsec) --- local (x,y) -0.0082366525585053, -0.0057759028102407
- Layer[0] : time 6.6715109397314 (nsec) --- local (x,y) -0.0082366525585053, -0.0057759028102407
- Layer[0] : time 6.6723149083462 (nsec) --- local (x,y) -0.014321395814088, -0.02825334315294
- Layer[1] : time 8.3387769441117 (nsec) --- local (x,y) -0.011753959518801, -0.0060664002814036
- Layer[2] : time 10.006599045969 (nsec) --- local (x,y) -0.017225264979981, -0.0094628450770511
- Layer[3] : time 11.674421147881 (nsec) --- local (x,y) -0.0240991898986, -0.012575378837532
- Layer[4] : time 13.342243249702 (nsec) --- local (x,y) -0.027866297014946, -0.016186676979845
+ Hodoscope[7] 4.986788083975 (nsec)
+Hodoscope 2 has 4 hits.
+ Hodoscope[10] 42.693724142778 (nsec)
+ Hodoscope[1] 674.40348474117 (nsec)
+ Hodoscope[19] 479.61055418549 (nsec)
+ Hodoscope[20] 132.71325494179 (nsec)
+Drift Chamber 1 has 5 hits.
+ Layer[0] : time 6.6709548427151 (nsec) --- local (x,y) -0.0033139048676154, -0.005146100292313
+ Layer[1] : time 8.3387769451044 (nsec) --- local (x,y) -0.0077314255015417, -0.018623021685768
+ Layer[2] : time 10.006599047841 (nsec) --- local (x,y) -0.015623961739138, -0.034268715760562
+ Layer[3] : time 11.674421150636 (nsec) --- local (x,y) -0.024018385922094, -0.050193836137517
+ Layer[4] : time 13.342243253705 (nsec) --- local (x,y) -0.035021054504381, -0.06706734117325
Drift Chamber 2 has 5 hits.
- Layer[0] : time 34.366668373146 (nsec) --- local (x,y) -82.701996129196, -0.093578622587097
- Layer[1] : time 36.03540254115 (nsec) --- local (x,y) -99.239984170013, -0.096624998819174
- Layer[2] : time 37.704136892965 (nsec) --- local (x,y) -115.77963935855, -0.095714501529092
- Layer[3] : time 39.372871256564 (nsec) --- local (x,y) -132.3194013278, -0.095053105279531
- Layer[4] : time 41.041605738996 (nsec) --- local (x,y) -148.86024077465, -0.096484924220111
-EM Calorimeter has 52 hits. Total Edep is 1753.1043512927 (MeV)
-Hadron Calorimeter has 14 hits. Total Edep is 4542.5910442344 (MeV)
+ Layer[0] : time 34.366412732223 (nsec) --- local (x,y) -82.721751508845, -0.34496164487723
+ Layer[1] : time 36.035145980453 (nsec) --- local (x,y) -99.251371816885, -0.37358228273069
+ Layer[2] : time 37.703879439257 (nsec) --- local (x,y) -115.78289831983, -0.40471990047654
+ Layer[3] : time 39.372612183462 (nsec) --- local (x,y) -132.30794103745, -0.43556018631159
+ Layer[4] : time 41.041344927203 (nsec) --- local (x,y) -148.83298126022, -0.46554860290684
+EM Calorimeter has 57 hits. Total Edep is 19250.105186024 (MeV)
+Hadron Calorimeter has 13 hits. Total Edep is 3155.7116700887 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 2 starts.
@@ -982,53 +967,52 @@ Hadron Calorimeter has 14 hits. Total Edep is 4542.5910442344 (MeV)
>>> Event 0 >>> Simulation truth : e+ (0,0,100000)
Hodoscope 1 has 1 hits.
- Hodoscope[7] 4.9867832234865 (nsec)
-Hodoscope 2 has 3 hits.
- Hodoscope[4] 43.287822039086 (nsec)
- Hodoscope[5] 57.466813836338 (nsec)
- Hodoscope[19] 903.86657703629 (nsec)
-Drift Chamber 1 has 5 hits.
- Layer[0] : time 6.670948342269 (nsec) --- local (x,y) -0.032798539644001, 0.0051272686479427
- Layer[1] : time 8.3387688199673 (nsec) --- local (x,y) -0.050799429877817, 0.018828641721778
- Layer[2] : time 10.006589297999 (nsec) --- local (x,y) -0.069879600422172, 0.034544671882283
- Layer[3] : time 11.674409775627 (nsec) --- local (x,y) -0.087076481946974, 0.048509974539695
- Layer[4] : time 13.342230253416 (nsec) --- local (x,y) -0.10466595357829, 0.063638844801125
-Drift Chamber 2 has 7 hits.
- Layer[0] : time 34.86590611766 (nsec) --- local (x,y) -387.28935466459, 0.29818446780065
- Layer[1] : time 36.553597364191 (nsec) --- local (x,y) -464.70120142421, 0.31397091582222
- Layer[2] : time 38.241286855868 (nsec) --- local (x,y) -542.10960750855, 0.33792995014631
- Layer[3] : time 39.928977449957 (nsec) --- local (x,y) -619.52017337845, 0.36305639395935
- Layer[3] : time 60.613146241443 (nsec) --- local (x,y) -590.52837142042, -180.10685551817
- Layer[4] : time 41.616669111811 (nsec) --- local (x,y) -696.93283095408, 0.38967098854013
- Layer[4] : time 58.824988736958 (nsec) --- local (x,y) -691.55584575169, -36.789459098658
-EM Calorimeter has 36 hits. Total Edep is 75363.837552134 (MeV)
-Hadron Calorimeter has 7 hits. Total Edep is 67.317152246739 (MeV)
+ Hodoscope[7] 4.9867832234716 (nsec)
+Hodoscope 2 has 2 hits.
+ Hodoscope[9] 43.185847482458 (nsec)
+ Hodoscope[19] 57.245602707214 (nsec)
+Drift Chamber 1 has 6 hits.
+ Layer[0] : time 6.6709483401956 (nsec) --- local (x,y) 0.0060801902430824, -0.011699506392394
+ Layer[1] : time 8.3387688162068 (nsec) --- local (x,y) 0.0040822610564304, -0.013087623153483
+ Layer[2] : time 10.006589292223 (nsec) --- local (x,y) 0.0025854966629652, -0.015251675383448
+ Layer[3] : time 11.674409768237 (nsec) --- local (x,y) 1.4792396009229e-05, -0.015398964014854
+ Layer[3] : time 11.71882492586 (nsec) --- local (x,y) 1.3794079457201, -6.5069742698455
+ Layer[4] : time 13.342230244269 (nsec) --- local (x,y) -0.0026436924175488, -0.014247963131748
+Drift Chamber 2 has 5 hits.
+ Layer[0] : time 34.848609039564 (nsec) --- local (x,y) -147.55042105348, 0.041698388235141
+ Layer[1] : time 36.519330900536 (nsec) --- local (x,y) -177.05583874444, 0.057093669992319
+ Layer[2] : time 38.19005309924 (nsec) --- local (x,y) -206.5629745188, 0.073630949335797
+ Layer[3] : time 39.860775251181 (nsec) --- local (x,y) -236.06987244388, 0.089975032137211
+ Layer[4] : time 41.531497730418 (nsec) --- local (x,y) -265.57843511823, 0.10761250713523
+EM Calorimeter has 39 hits. Total Edep is 90855.814018933 (MeV)
+Hadron Calorimeter has 6 hits. Total Edep is 44.61036744153 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 3 starts.
... open Root analysis file : B5.root - done
--> Event 0 starts.
->>> Event 0 >>> Simulation truth : proton (-0,0,10000)
-Hodoscope 1 has 2 hits.
- Hodoscope[7] 5.008695767266 (nsec)
- Hodoscope[0] 9965.7278347377 (nsec)
-Hodoscope 2 has 1 hits.
- Hodoscope[9] 43.370998240953 (nsec)
+>>> Event 0 >>> Simulation truth : proton (0,0,10000)
+Hodoscope 1 has 1 hits.
+ Hodoscope[7] 5.0086956815065 (nsec)
+Hodoscope 2 has 3 hits.
+ Hodoscope[9] 43.380073739486 (nsec)
+ Hodoscope[3] 2367.7762127799 (nsec)
+ Hodoscope[2] 2481.6586895521 (nsec)
Drift Chamber 1 has 5 hits.
- Layer[0] : time 6.7002639720612 (nsec) --- local (x,y) -0.22037604958955, 0.21490446331501
- Layer[1] : time 8.3754158839188 (nsec) --- local (x,y) -0.35201774065923, 0.37504518354777
- Layer[2] : time 10.050567971963 (nsec) --- local (x,y) -0.51941755963382, 0.55270719356556
- Layer[3] : time 11.725720254786 (nsec) --- local (x,y) -0.70547951417777, 0.7363033948772
- Layer[4] : time 13.400872709788 (nsec) --- local (x,y) -0.91197737189691, 0.92228433207935
+ Layer[0] : time 6.7002636640052 (nsec) --- local (x,y) 0.1390358744781, 0.065209400961758
+ Layer[1] : time 8.3754153857695 (nsec) --- local (x,y) 0.31699951624203, 0.057976156773107
+ Layer[2] : time 10.050567269951 (nsec) --- local (x,y) 0.53206218205109, 0.062715405741878
+ Layer[3] : time 11.725719204806 (nsec) --- local (x,y) 0.73398656867154, 0.070816562789226
+ Layer[4] : time 13.400871264156 (nsec) --- local (x,y) 0.91891667137343, 0.076149127144371
Drift Chamber 2 has 5 hits.
- Layer[0] : time 34.997005521795 (nsec) --- local (x,y) -150.7703885295, 3.0380953694939
- Layer[1] : time 36.675078531986 (nsec) --- local (x,y) -180.29997368778, 3.1959925668068
- Layer[2] : time 38.353152600002 (nsec) --- local (x,y) -209.83431207185, 3.3391592057413
- Layer[3] : time 40.031223216135 (nsec) --- local (x,y) -239.35028224392, 3.4729282897208
- Layer[4] : time 41.709334273076 (nsec) --- local (x,y) -269.0693072704, 3.6783602943744
-EM Calorimeter has 8 hits. Total Edep is 200.32431678395 (MeV)
-Hadron Calorimeter has 9 hits. Total Edep is 527.65192162488 (MeV)
+ Layer[0] : time 35.006084123217 (nsec) --- local (x,y) -145.35924146475, 0.42322019818843
+ Layer[1] : time 36.684171524716 (nsec) --- local (x,y) -174.96082424126, 0.44071649090632
+ Layer[2] : time 38.36225615654 (nsec) --- local (x,y) -204.54756245951, 0.51109283190403
+ Layer[3] : time 40.040338569554 (nsec) --- local (x,y) -234.1223363097, 0.57535905742185
+ Layer[4] : time 41.718428598662 (nsec) --- local (x,y) -263.73493502102, 0.60945565692693
+EM Calorimeter has 42 hits. Total Edep is 1786.5463570336 (MeV)
+Hadron Calorimeter has 13 hits. Total Edep is 387.11527715143 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 4 starts.
@@ -1037,24 +1021,23 @@ Hadron Calorimeter has 9 hits. Total Edep is 527.65192162488 (MeV)
>>> Event 0 >>> Simulation truth : pi+ (-0,0,10000)
Hodoscope 1 has 1 hits.
- Hodoscope[7] 4.9872691684218 (nsec)
-Hodoscope 2 has 2 hits.
- Hodoscope[10] 42.705369273361 (nsec)
- Hodoscope[19] 199.51963730137 (nsec)
+ Hodoscope[7] 4.9872691699855 (nsec)
+Hodoscope 2 has 1 hits.
+ Hodoscope[10] 42.699208768516 (nsec)
Drift Chamber 1 has 5 hits.
- Layer[0] : time 6.6715985374093 (nsec) --- local (x,y) 0.10406113553561, -0.050026023406461
- Layer[1] : time 8.3395817032263 (nsec) --- local (x,y) 0.25491420135708, -0.14137521184578
- Layer[2] : time 10.007564892199 (nsec) --- local (x,y) 0.41391903013031, -0.24875042413175
- Layer[3] : time 11.675548105261 (nsec) --- local (x,y) 0.57832661778206, -0.37567104944802
- Layer[4] : time 13.3435313637 (nsec) --- local (x,y) 0.76220966400562, -0.52310968294306
+ Layer[0] : time 6.6715984879842 (nsec) --- local (x,y) -0.053512080819506, 0.0083220487403528
+ Layer[1] : time 8.3395815730383 (nsec) --- local (x,y) -0.041265660229142, 0.030703514271221
+ Layer[2] : time 10.00756466502 (nsec) --- local (x,y) -0.011335145996187, 0.058450664276342
+ Layer[3] : time 11.675547762639 (nsec) --- local (x,y) 0.020122888203101, 0.094914877315757
+ Layer[4] : time 13.343530861937 (nsec) --- local (x,y) 0.040681138458253, 0.13336992883339
Drift Chamber 2 has 5 hits.
- Layer[0] : time 34.376933695108 (nsec) --- local (x,y) -82.968016985238, -2.6952658099322
- Layer[1] : time 36.045887706146 (nsec) --- local (x,y) -100.02920328815, -2.8751471768834
- Layer[2] : time 37.714846700963 (nsec) --- local (x,y) -117.13387334953, -3.076778002836
- Layer[3] : time 39.383806165387 (nsec) --- local (x,y) -134.24246077849, -3.2926653632578
- Layer[4] : time 41.052764882375 (nsec) --- local (x,y) -151.34450954127, -3.5052681119319
-EM Calorimeter has 37 hits. Total Edep is 5113.7421759688 (MeV)
-Hadron Calorimeter has 13 hits. Total Edep is 123.64844891552 (MeV)
+ Layer[0] : time 34.370904604044 (nsec) --- local (x,y) -83.786568822563, 1.4213488364293
+ Layer[1] : time 36.039839594062 (nsec) --- local (x,y) -100.6802189237, 1.5277457944489
+ Layer[2] : time 37.708775224796 (nsec) --- local (x,y) -117.57923438547, 1.6737827835075
+ Layer[3] : time 39.377708120454 (nsec) --- local (x,y) -134.45377454736, 1.834931731043
+ Layer[4] : time 41.0466375637 (nsec) --- local (x,y) -151.2974371038, 2.0116884411605
+EM Calorimeter has 27 hits. Total Edep is 239.06067259704 (MeV)
+Hadron Calorimeter has 9 hits. Total Edep is 476.57853375661 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 5 starts.
@@ -1063,24 +1046,26 @@ Hadron Calorimeter has 13 hits. Total Edep is 123.64844891552 (MeV)
>>> Event 0 >>> Simulation truth : e+ (-0,0,10000)
Hodoscope 1 has 1 hits.
- Hodoscope[7] 4.9867832281472 (nsec)
-Hodoscope 2 has 1 hits.
- Hodoscope[9] 43.184123949185 (nsec)
-Drift Chamber 1 has 6 hits.
- Layer[0] : time 6.6709483486185 (nsec) --- local (x,y) -0.081581453281247, 0.006927843991672
- Layer[1] : time 8.3387688338199 (nsec) --- local (x,y) -0.12668339506203, 0.004900354811594
- Layer[1] : time 8.6561866232006 (nsec) --- local (x,y) 177.46543440838, 23.796403651159
- Layer[2] : time 10.006589346206 (nsec) --- local (x,y) -0.22860884717686, -0.013311920378257
- Layer[3] : time 11.674409866092 (nsec) --- local (x,y) -0.34294750538158, -0.013839871351489
- Layer[4] : time 13.342230394277 (nsec) --- local (x,y) -0.46538935164616, -0.038187430237437
-Drift Chamber 2 has 5 hits.
- Layer[0] : time 34.846658610838 (nsec) --- local (x,y) -150.10372778309, 0.13241167530674
- Layer[1] : time 36.51743075349 (nsec) --- local (x,y) -179.86392565163, 0.16280414291409
- Layer[2] : time 38.188200518895 (nsec) --- local (x,y) -209.61212119588, 0.19905037079447
- Layer[3] : time 39.858971664095 (nsec) --- local (x,y) -239.36726461686, 0.24670358785912
- Layer[4] : time 41.529735685722 (nsec) --- local (x,y) -269.08638351409, 0.32043524329115
-EM Calorimeter has 21 hits. Total Edep is 9323.5972415023 (MeV)
-Hadron Calorimeter has 3 hits. Total Edep is 2.4056728599428 (MeV)
+ Hodoscope[7] 4.9867832284977 (nsec)
+Hodoscope 2 has 2 hits.
+ Hodoscope[9] 43.177013694171 (nsec)
+ Hodoscope[23] 57.64830320216 (nsec)
+Drift Chamber 1 has 5 hits.
+ Layer[0] : time 6.6709489318351 (nsec) --- local (x,y) -0.43800275999066, -0.067846497458346
+ Layer[1] : time 8.3387700261228 (nsec) --- local (x,y) -0.86732358099895, -0.096862652666067
+ Layer[2] : time 10.00659105953 (nsec) --- local (x,y) -1.2755858722374, -0.11507375640863
+ Layer[3] : time 11.674412114413 (nsec) --- local (x,y) -1.6916524270098, -0.094847531671179
+ Layer[4] : time 13.342233207243 (nsec) --- local (x,y) -2.1191675673051, -0.048846298334734
+Drift Chamber 2 has 7 hits.
+ Layer[0] : time 34.839827728417 (nsec) --- local (x,y) -153.04562197688, -0.964623638612
+ Layer[1] : time 36.510545605818 (nsec) --- local (x,y) -182.53014739153, -1.1546483573841
+ Layer[1] : time 38.267819274432 (nsec) --- local (x,y) -626.54002236624, 96.788066069489
+ Layer[1] : time 38.29201384824 (nsec) --- local (x,y) -629.47319031897, 90.860497372629
+ Layer[2] : time 38.181263165442 (nsec) --- local (x,y) -212.01296725356, -1.3581647121619
+ Layer[3] : time 39.851972410604 (nsec) --- local (x,y) -241.45339807768, -1.563545653709
+ Layer[4] : time 41.522678031636 (nsec) --- local (x,y) -270.87545849117, -1.7511462888012
+EM Calorimeter has 14 hits. Total Edep is 9728.8653626486 (MeV)
+Hadron Calorimeter has 1 hits. Total Edep is 0.17235229807159 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 6 starts.
@@ -1089,73 +1074,101 @@ Hadron Calorimeter has 3 hits. Total Edep is 2.4056728599428 (MeV)
>>> Event 0 >>> Simulation truth : proton (-0,0,1000)
Hodoscope 1 has 1 hits.
- Hodoscope[7] 6.8402455638203 (nsec)
+ Hodoscope[7] 6.8394330398647 (nsec)
Hodoscope 2 has 1 hits.
- Hodoscope[9] 59.519061183513 (nsec)
-Drift Chamber 1 has 5 hits.
- Layer[0] : time 9.1567986438242 (nsec) --- local (x,y) 1.7435295653783, 0.0021289543630149
- Layer[1] : time 11.451158669346 (nsec) --- local (x,y) 4.2468053001306, 0.39685101158231
- Layer[2] : time 13.745690528126 (nsec) --- local (x,y) 6.7397957668428, 0.86840182701937
- Layer[3] : time 16.040403208118 (nsec) --- local (x,y) 9.2372833822583, 1.245068445434
- Layer[4] : time 18.335366919348 (nsec) --- local (x,y) 11.690874143036, 1.8714364552301
-Drift Chamber 2 has 6 hits.
- Layer[0] : time 48.02652963203 (nsec) --- local (x,y) -120.11607274707, -0.61940566340194
- Layer[1] : time 50.328701567523 (nsec) --- local (x,y) -151.03779355589, -2.3932087749705
- Layer[2] : time 52.631162754678 (nsec) --- local (x,y) -182.06937951144, -4.0824498716639
- Layer[3] : time 54.934071809408 (nsec) --- local (x,y) -213.44354785442, -5.8418629412141
- Layer[3] : time 56.141294773824 (nsec) --- local (x,y) 163.48187490305, 41.277433684282
- Layer[4] : time 57.237678249343 (nsec) --- local (x,y) -245.42400936578, -7.722907482256
-EM Calorimeter has 12 hits. Total Edep is 251.17141628466 (MeV)
-Hadron Calorimeter has 3 hits. Total Edep is 0.24590609402401 (MeV)
+ Hodoscope[9] 59.367443662374 (nsec)
+Drift Chamber 1 has 31 hits.
+ Layer[0] : time 9.1541750831656 (nsec) --- local (x,y) -1.6541737643952, 3.3627414025556
+ Layer[0] : time 9.8775950676415 (nsec) --- local (x,y) 179.41953469856, -39.304095757882
+ Layer[0] : time 10.379602842416 (nsec) --- local (x,y) 217.65867446743, -37.039678502196
+ Layer[0] : time 10.389456102801 (nsec) --- local (x,y) 217.04073806498, -36.424490913894
+ Layer[0] : time 9.8939740853674 (nsec) --- local (x,y) 181.52292162023, -38.037881476688
+ Layer[0] : time 9.8955849975793 (nsec) --- local (x,y) 181.57470394669, -38.004873364272
+ Layer[0] : time 9.8971500716945 (nsec) --- local (x,y) 181.61334057463, -37.927572490684
+ Layer[0] : time 9.8987334681052 (nsec) --- local (x,y) 181.69055706082, -37.888346156724
+ Layer[0] : time 9.9003194402893 (nsec) --- local (x,y) 181.76373588834, -37.840785268882
+ Layer[0] : time 9.9019675624355 (nsec) --- local (x,y) 181.83404458991, -37.780710066003
+ Layer[0] : time 9.9036238843623 (nsec) --- local (x,y) 181.90825999871, -37.732615630648
+ Layer[0] : time 9.905276418955 (nsec) --- local (x,y) 181.96171757294, -37.661883359524
+ Layer[0] : time 9.906953981973 (nsec) --- local (x,y) 182.05200672621, -37.637563419218
+ Layer[0] : time 9.9086450955114 (nsec) --- local (x,y) 182.13976790608, -37.608973746797
+ Layer[0] : time 9.9104127913534 (nsec) --- local (x,y) 182.16398035221, -37.532561941691
+ Layer[0] : time 9.912190516565 (nsec) --- local (x,y) 182.17174739217, -37.462485803667
+ Layer[0] : time 9.9190875393274 (nsec) --- local (x,y) 182.42162780533, -37.345649226812
+ Layer[0] : time 9.9203224933267 (nsec) --- local (x,y) 182.47830766101, -37.3541695136
+ Layer[0] : time 9.9215666875522 (nsec) --- local (x,y) 182.53124682691, -37.348468428188
+ Layer[0] : time 9.9228275038149 (nsec) --- local (x,y) 182.58019153248, -37.323413924579
+ Layer[1] : time 11.446951063498 (nsec) --- local (x,y) -3.0413125199679, 6.0359632387734
+ Layer[2] : time 13.73993724045 (nsec) --- local (x,y) -4.1827569839904, 9.0977988079586
+ Layer[2] : time 13.799922821473 (nsec) --- local (x,y) -5.8542758492569, 8.043246112728
+ Layer[2] : time 13.802252431987 (nsec) --- local (x,y) -5.7861139674053, 8.1238765810821
+ Layer[2] : time 13.813092090894 (nsec) --- local (x,y) -6.0186049790084, 8.427150946374
+ Layer[2] : time 13.814917902718 (nsec) --- local (x,y) -6.1181890101278, 8.413481135966
+ Layer[2] : time 13.81678139174 (nsec) --- local (x,y) -6.218154365526, 8.410601655172
+ Layer[2] : time 13.818665226321 (nsec) --- local (x,y) -6.316434310308, 8.384953040163
+ Layer[2] : time 13.820525768307 (nsec) --- local (x,y) -6.3936341580039, 8.3385894046363
+ Layer[3] : time 16.033201693864 (nsec) --- local (x,y) -5.6025974869801, 11.979071701616
+ Layer[4] : time 18.326898046749 (nsec) --- local (x,y) -7.205745880791, 14.60203836397
+Drift Chamber 2 has 5 hits.
+ Layer[0] : time 47.873136586853 (nsec) --- local (x,y) -183.70390950035, 51.959413525901
+ Layer[1] : time 50.175963755145 (nsec) --- local (x,y) -215.72929004387, 54.635363323375
+ Layer[2] : time 52.47903383916 (nsec) --- local (x,y) -247.90213587051, 57.273986878972
+ Layer[3] : time 54.782436592094 (nsec) --- local (x,y) -280.4322074972, 59.806307764918
+ Layer[4] : time 57.086133148435 (nsec) --- local (x,y) -313.23372033888, 62.359105159968
+EM Calorimeter has 1 hits. Total Edep is 304.84791064536 (MeV)
+Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 7 starts.
... open Root analysis file : B5.root - done
--> Event 0 starts.
->>> Event 0 >>> Simulation truth : pi+ (0,0,1000)
+>>> Event 0 >>> Simulation truth : pi+ (-0,0,1000)
Hodoscope 1 has 1 hits.
- Hodoscope[7] 5.0351588182709 (nsec)
-Hodoscope 2 has 1 hits.
- Hodoscope[10] 43.07342970924 (nsec)
-Drift Chamber 1 has 5 hits.
- Layer[0] : time 6.7357241937818 (nsec) --- local (x,y) -0.080451936714043, -1.0332956428608
- Layer[1] : time 8.4197904768033 (nsec) --- local (x,y) -0.9447515810064, -2.0411372640491
- Layer[2] : time 10.103861874606 (nsec) --- local (x,y) -2.0885729427982, -3.1811993291742
- Layer[3] : time 11.78793557198 (nsec) --- local (x,y) -3.2174403109242, -4.125003713146
- Layer[4] : time 13.472013555678 (nsec) --- local (x,y) -4.567748401794, -4.9852663220541
+ Hodoscope[7] 5.0351599720374 (nsec)
+Hodoscope 2 has 0 hits.
+Drift Chamber 1 has 6 hits.
+ Layer[0] : time 6.7357670777655 (nsec) --- local (x,y) 0.062545674114048, -0.71099105188301
+ Layer[1] : time 8.4198930242288 (nsec) --- local (x,y) -0.098936856326579, -1.3371154755936
+ Layer[1] : time 9.3669514867771 (nsec) --- local (x,y) 412.5924122908, -112.74792599554
+ Layer[2] : time 10.104024839635 (nsec) --- local (x,y) -0.12289797777554, -1.8593311423519
+ Layer[3] : time 11.788160757917 (nsec) --- local (x,y) -0.041839384400505, -2.5965676241583
+ Layer[4] : time 13.471675575688 (nsec) --- local (x,y) -0.18805271331213, -5.3167340958508
Drift Chamber 2 has 5 hits.
- Layer[0] : time 34.664601967991 (nsec) --- local (x,y) -91.313417294074, -25.178329086673
- Layer[1] : time 36.349653602035 (nsec) --- local (x,y) -108.00831253808, -26.552728474548
- Layer[2] : time 38.034718226157 (nsec) --- local (x,y) -124.80233709103, -27.786485348812
- Layer[3] : time 39.719781825322 (nsec) --- local (x,y) -141.56166445631, -29.032986738946
- Layer[4] : time 41.404865932034 (nsec) --- local (x,y) -158.47760364242, -30.219149688891
-EM Calorimeter has 23 hits. Total Edep is 579.74919485922 (MeV)
-Hadron Calorimeter has 2 hits. Total Edep is 1.2701913987962 (MeV)
+ Layer[0] : time 34.522671046255 (nsec) --- local (x,y) -285.14508532701, -180.55649640274
+ Layer[1] : time 36.211524723184 (nsec) --- local (x,y) -337.83952604019, -194.6194246933
+ Layer[2] : time 37.900328565324 (nsec) --- local (x,y) -390.38949047924, -208.67062142495
+ Layer[3] : time 39.589257384442 (nsec) --- local (x,y) -443.23742972706, -222.9129787288
+ Layer[4] : time 41.278188985731 (nsec) --- local (x,y) -496.11300734267, -237.04384656196
+EM Calorimeter has 0 hits. Total Edep is 0 (MeV)
+Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 8 starts.
... open Root analysis file : B5.root - done
--> Event 0 starts.
->>> Event 0 >>> Simulation truth : e+ (-0,0,1000)
+>>> Event 0 >>> Simulation truth : e+ (0,0,1000)
Hodoscope 1 has 1 hits.
- Hodoscope[7] 4.9867857507514 (nsec)
+ Hodoscope[7] 4.9867842737379 (nsec)
Hodoscope 2 has 1 hits.
- Hodoscope[9] 43.142996389533 (nsec)
+ Hodoscope[9] 43.146822739529 (nsec)
Drift Chamber 1 has 5 hits.
- Layer[0] : time 6.6709569709025 (nsec) --- local (x,y) -2.1708880649993, -0.64608246252711
- Layer[1] : time 8.3387858774188 (nsec) --- local (x,y) -3.6877615442465, -0.189512788246
- Layer[2] : time 10.006615503267 (nsec) --- local (x,y) -5.2970787171208, 0.19971884944327
- Layer[3] : time 11.674447277576 (nsec) --- local (x,y) -7.0699511116979, 0.69131678450836
- Layer[4] : time 13.342278053624 (nsec) --- local (x,y) -8.7996122526393, 0.96897371421807
-Drift Chamber 2 has 5 hits.
- Layer[0] : time 34.804087384977 (nsec) --- local (x,y) -186.39619025423, 1.9815513901473
- Layer[1] : time 36.475179598161 (nsec) --- local (x,y) -217.72610923232, 1.8089884381519
- Layer[2] : time 38.146238138265 (nsec) --- local (x,y) -248.89662674445, 1.5134934216105
- Layer[3] : time 39.81726898879 (nsec) --- local (x,y) -279.9293581879, 0.96961830476311
- Layer[4] : time 41.488321855397 (nsec) --- local (x,y) -311.06804642525, 0.36405111524194
-EM Calorimeter has 9 hits. Total Edep is 981.98482730096 (MeV)
+ Layer[0] : time 6.670955455935 (nsec) --- local (x,y) -0.94964615374759, -1.9532222043604
+ Layer[1] : time 8.3387925412146 (nsec) --- local (x,y) -2.4786670032167, -3.5330074730734
+ Layer[2] : time 10.006630650427 (nsec) --- local (x,y) -4.1217967647919, -5.1380111495864
+ Layer[3] : time 11.674470717011 (nsec) --- local (x,y) -6.1267784260218, -6.4973728484936
+ Layer[4] : time 13.342311175944 (nsec) --- local (x,y) -8.3278063440061, -7.5588596482926
+Drift Chamber 2 has 8 hits.
+ Layer[0] : time 34.808197188506 (nsec) --- local (x,y) -177.86719321214, -27.401609344456
+ Layer[1] : time 36.47913580357 (nsec) --- local (x,y) -208.41706520854, -28.941416375758
+ Layer[2] : time 38.150109822516 (nsec) --- local (x,y) -239.14317277788, -30.422358098549
+ Layer[3] : time 39.821097235922 (nsec) --- local (x,y) -269.92974364278, -32.005241642136
+ Layer[4] : time 41.492119671904 (nsec) --- local (x,y) -300.87915867192, -33.727525205319
+ Layer[4] : time 42.160579493519 (nsec) --- local (x,y) -272.97252054729, 61.159880450895
+ Layer[4] : time 42.325192974485 (nsec) --- local (x,y) -275.38370240446, 77.75376543975
+ Layer[4] : time 42.391382176587 (nsec) --- local (x,y) -272.18965591176, 83.322479162821
+EM Calorimeter has 9 hits. Total Edep is 987.66743758691 (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/extended/analysis/AnaEx01/AnaEx01.out b/examples/extended/analysis/AnaEx01/AnaEx01.out
index ad7596b5b7..6942c7cae1 100644
--- a/examples/extended/analysis/AnaEx01/AnaEx01.out
+++ b/examples/extended/analysis/AnaEx01/AnaEx01.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -92,9 +92,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
------------------------------------------------------------
---> The calorimeter is 10 layers of: [ 10mm of G4_Pb + 5mm of G4_lAr ]
@@ -154,7 +152,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -185,12 +183,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -216,8 +214,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -249,7 +247,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -276,12 +274,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -308,12 +306,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -340,7 +338,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -373,7 +371,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -406,12 +404,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -438,12 +436,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -470,7 +468,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -670,6 +668,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -684,6 +683,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -792,16 +792,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
### Run 0 start.
... open Root analysis file : AnaEx01.root - done
@@ -829,20 +834,20 @@ Number of de-excitation channels 8
--------------------End of Run------------------------------
- mean Energy in Absorber : 453.416 MeV +- 14.9999 MeV
- mean Energy in Gap : 23.7575 MeV +- 7.2887 MeV
+ mean Energy in Absorber : 454.496 MeV +- 13.0711 MeV
+ mean Energy in Gap : 23.8344 MeV +- 6.75401 MeV
- mean trackLength in Absorber : 32.6456 cm +- 1.1394 cm
- mean trackLength in Gap : 11.7517 cm +- 3.74767 cm
+ mean trackLength in Absorber : 32.7448 cm +- 1.0388 cm
+ mean trackLength in Gap : 11.7761 cm +- 3.45507 cm
------------------------------------------------------------
----> print histograms statistic
-EAbs: mean = 453.416 MeV rms = 14.9999 MeV
-EGap: mean = 23.7575 MeV rms = 7.2887 MeV
-LAbs: mean = 32.6456 cm rms = 1.1394 cm
-LGap: mean = 11.7517 cm rms = 3.74767 cm
+EAbs: mean = 454.496 MeV rms = 13.0711 MeV
+EGap: mean = 23.8344 MeV rms = 6.75401 MeV
+LAbs: mean = 32.7448 cm rms = 1.0388 cm
+LGap: mean = 11.7761 cm rms = 3.45507 cm
... write Root file : AnaEx01.root - done
... close Root file : AnaEx01.root - done
diff --git a/examples/extended/analysis/AnaEx01/History b/examples/extended/analysis/AnaEx01/History
index 29ffa40510..388995ebcb 100644
--- a/examples/extended/analysis/AnaEx01/History
+++ b/examples/extended/analysis/AnaEx01/History
@@ -1,4 +1,4 @@
-$Id: History 100674 2016-10-31 10:43:40Z gcosmo $
+$Id: History 105494 2017-07-28 09:02:56Z gcosmo $
--------------------------------------------------
=========================================================
@@ -15,6 +15,9 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+27-07-17 I. Hrivnacova (AnaEx01-V10-03-00)
+- Coding guidelines: removed redundant empty lines
+
26-10-16 I. Hrivnacova (AnaEx01-V10-02-03)
- Activated merging ntuples
- Updated main program according to basic examples
diff --git a/examples/extended/analysis/AnaEx01/src/HistoManager.cc b/examples/extended/analysis/AnaEx01/src/HistoManager.cc
index d8cb6d053b..93cdc0d8a8 100644
--- a/examples/extended/analysis/AnaEx01/src/HistoManager.cc
+++ b/examples/extended/analysis/AnaEx01/src/HistoManager.cc
@@ -27,7 +27,7 @@
/// \brief Implementation of the HistoManager class
//
//
-// $Id: HistoManager.cc 100674 2016-10-31 10:43:40Z gcosmo $
+// $Id: HistoManager.cc 105494 2017-07-28 09:02:56Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -186,5 +186,3 @@ void HistoManager::PrintStatistic()
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-
diff --git a/examples/extended/analysis/AnaEx02/AnaEx02.out b/examples/extended/analysis/AnaEx02/AnaEx02.out
index f6321f426b..1666b3d906 100644
--- a/examples/extended/analysis/AnaEx02/AnaEx02.out
+++ b/examples/extended/analysis/AnaEx02/AnaEx02.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -104,9 +104,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
phot: for gamma SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 100 TeV in 61 bins
@@ -154,7 +152,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -185,12 +183,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -216,8 +214,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -249,7 +247,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -276,12 +274,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -308,12 +306,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -340,7 +338,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -373,7 +371,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -406,12 +404,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -438,12 +436,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -470,7 +468,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -670,6 +668,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -684,6 +683,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -792,16 +792,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
### Run 0 start.
----> Output file is open in AnaEx02.root
@@ -828,20 +833,20 @@ Number of de-excitation channels 8
--------------------End of Run------------------------------
- mean Energy in Absorber : 453.416 MeV +- 14.9999 MeV
- mean Energy in Gap : 23.7575 MeV +- 7.2887 MeV
+ mean Energy in Absorber : 454.496 MeV +- 13.0711 MeV
+ mean Energy in Gap : 23.8344 MeV +- 6.75401 MeV
- mean trackLength in Absorber : 32.6456 cm +- 1.1394 cm
- mean trackLength in Gap : 11.7517 cm +- 3.74767 cm
+ mean trackLength in Absorber : 32.7448 cm +- 1.0388 cm
+ mean trackLength in Gap : 11.7761 cm +- 3.45507 cm
------------------------------------------------------------
----> print histograms statistic
-EAbs: mean = 453.416 MeV rms = 14.9999 MeV
-EGap: mean = 23.7575 MeV rms = 7.2887 MeV
-LAbs: mean = 32.6456 cm rms = 1.1394 cm
-LGap: mean = 11.7517 cm rms = 3.74767 cm
+EAbs: mean = 454.496 MeV rms = 13.0711 MeV
+EGap: mean = 23.8344 MeV rms = 6.75401 MeV
+LAbs: mean = 32.7448 cm rms = 1.0388 cm
+LGap: mean = 11.7761 cm rms = 3.45507 cm
----> Histograms and ntuples are saved
diff --git a/examples/extended/analysis/AnaEx02/CMakeLists.txt b/examples/extended/analysis/AnaEx02/CMakeLists.txt
index 6abe450fa1..2ba0c1cdc7 100644
--- a/examples/extended/analysis/AnaEx02/CMakeLists.txt
+++ b/examples/extended/analysis/AnaEx02/CMakeLists.txt
@@ -28,10 +28,10 @@ find_package(ROOT REQUIRED)
#----------------------------------------------------------------------------
# Locate sources and headers for this project
#
-include_directories(${PROJECT_SOURCE_DIR}/include
- ${PROJECT_SOURCE_DIR}/shared/include
+include_directories(${PROJECT_SOURCE_DIR}/include
+ ${PROJECT_SOURCE_DIR}/shared/include
${Geant4_INCLUDE_DIR}
- ${ROOT_INCLUDE_DIR})
+ ${ROOT_INCLUDE_DIRS})
file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc
${PROJECT_SOURCE_DIR}/shared/src/*.cc)
file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh
diff --git a/examples/extended/analysis/AnaEx02/History b/examples/extended/analysis/AnaEx02/History
index 6fcfad3343..28ed64d2fc 100644
--- a/examples/extended/analysis/AnaEx02/History
+++ b/examples/extended/analysis/AnaEx02/History
@@ -1,4 +1,4 @@
-$Id: History 100673 2016-10-31 10:43:05Z gcosmo $
+$Id: History 107645 2017-11-28 14:26:13Z gcosmo $
--------------------------------------------------
=========================================================
@@ -15,6 +15,12 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+28-11-17 B. Morgan (AnaEx02-V10-03-01)
+- Replace ROOT_INCLUDE_DIR with ROOT_INCLUDE_DIRS
+
+27-07-17 I. Hrivnacova (AnaEx02-V10-03-00)
+- Coding guidelines: removed redundant empty lines
+
26-10-16 I. Hrivnacova (AnaEx02-V10-02-02)
- Updated main program according to basic examples
diff --git a/examples/extended/analysis/AnaEx02/src/HistoManager.cc b/examples/extended/analysis/AnaEx02/src/HistoManager.cc
index 24642a3eae..0415f0b546 100644
--- a/examples/extended/analysis/AnaEx02/src/HistoManager.cc
+++ b/examples/extended/analysis/AnaEx02/src/HistoManager.cc
@@ -26,7 +26,7 @@
/// \file analysis/AnaEx02/src/HistoManager.cc
/// \brief Implementation of the HistoManager class
//
-// $Id: HistoManager.cc 98060 2016-07-01 16:24:08Z gcosmo $
+// $Id: HistoManager.cc 105493 2017-07-28 09:01:53Z gcosmo $
// GEANT4 tag $Name: geant4-09-04 $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -177,5 +177,3 @@ void HistoManager::PrintStatistic()
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-
diff --git a/examples/extended/analysis/AnaEx03/History b/examples/extended/analysis/AnaEx03/History
index c182615c72..e88772f1c9 100644
--- a/examples/extended/analysis/AnaEx03/History
+++ b/examples/extended/analysis/AnaEx03/History
@@ -1,4 +1,4 @@
-$Id: History 100672 2016-10-31 10:42:11Z gcosmo $
+$Id: History 105492 2017-07-28 09:00:58Z gcosmo $
--------------------------------------------------
=========================================================
@@ -15,6 +15,9 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+27-07-17 I. Hrivnacova (AnaEx03-V10-03-00)
+- Coding guidelines: removed redundant empty lines
+
26-10-16 I. Hrivnacova (AnaEx03-V10-02-02)
- Updated main program according to basic examples
diff --git a/examples/extended/analysis/AnaEx03/src/HistoManager.cc b/examples/extended/analysis/AnaEx03/src/HistoManager.cc
index 1d7c42562d..6fdfb63d72 100644
--- a/examples/extended/analysis/AnaEx03/src/HistoManager.cc
+++ b/examples/extended/analysis/AnaEx03/src/HistoManager.cc
@@ -26,7 +26,7 @@
/// \file analysis/AnaEx03/src/HistoManager.cc
/// \brief Implementation of the HistoManager class
//
-// $Id: HistoManager.cc 98059 2016-07-01 16:23:33Z gcosmo $
+// $Id: HistoManager.cc 105492 2017-07-28 09:00:58Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -218,5 +218,3 @@ void HistoManager::PrintStatistic()
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-
diff --git a/examples/extended/analysis/B1Con/exampleB01Con.out b/examples/extended/analysis/B1Con/exampleB01Con.out
index 82abe28453..8d608df29a 100644
--- a/examples/extended/analysis/B1Con/exampleB01Con.out
+++ b/examples/extended/analysis/B1Con/exampleB01Con.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -61,9 +61,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
phot: for gamma SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 100 TeV in 61 bins
@@ -111,7 +109,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -142,12 +140,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -173,8 +171,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -206,7 +204,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -233,12 +231,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -265,12 +263,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -297,7 +295,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -330,7 +328,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -363,12 +361,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -395,12 +393,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -427,7 +425,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -628,6 +626,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -641,6 +640,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -746,16 +746,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
### Run 0 start.
---> Begin of event: 0
@@ -779,53 +784,53 @@ Number of de-excitation channels 8
---> Begin of event: 900
G4ConvergenceTester Output Result of DOSE_TALLY
- EFFICIENCY = 0.161
- MEAN = 4.25146e-14
- VAR = 1.54255e-26
- SD = 1.24199e-13
- R = 0.0923808
- SHIFT = 1.82211e-13
- VOV = 0.00924203
- FOM = 1673.94
-THE LARGEST SCORE = 5.47818e-13 and it happend at 944th event
- Affected Mean = 4.30194e-14 and its ratio to orignal is 1.01187
- Affected VAR = 1.56652e-26 and its ratio to orignal is 1.01554
- Affected R = 0.0919572 and its ratio to orignal is 0.995415
- Affected SHIFT = 1.82602e-13 and its ratio to orignal is 1.00214
- Affected FOM = 1673.94 and its ratio to orignal is 1
+ EFFICIENCY = 0.141
+ MEAN = 3.39849e-14
+ VAR = 1.24928e-26
+ SD = 1.11771e-13
+ R = 0.104003
+ SHIFT = 1.92434e-13
+ VOV = 0.0127303
+ FOM = 2311.27
+THE LARGEST SCORE = 5.46869e-13 and it happend at 244th event
+ Affected Mean = 3.44973e-14 and its ratio to orignal is 1.01508
+ Affected VAR = 1.27431e-26 and its ratio to orignal is 1.02004
+ Affected R = 0.103427 and its ratio to orignal is 0.99447
+ Affected SHIFT = 1.92987e-13 and its ratio to orignal is 1.00287
+ Affected FOM = 2311.27 and its ratio to orignal 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.0923808
+r is NOT less than 0.1. r = 0.104003
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 4 / 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 3.40756e-14 1.169e-26 1.0812e-13 0.399755 0.193578 89.3952 1.76156e-13 0.142857 0.0952381 0.0620294
- 2 124 3.7305e-14 1.24846e-26 1.11734e-13 0.267895 0.0843864 199.054 1.7151e-13 0.168 0.039619 0.0315748
- 3 187 3.38144e-14 1.08501e-26 1.04164e-13 0.224665 0.0641222 283.029 1.70577e-13 0.164894 0.0269389 0.0232671
- 4 249 3.66953e-14 1.25461e-26 1.12009e-13 0.193052 0.0437165 383.313 1.76936e-13 0.168 0.0198095 0.0173104
- 5 312 3.82984e-14 1.31861e-26 1.14831e-13 0.169475 0.0331906 497.382 1.77553e-13 0.175719 0.0149869 0.0136431
- 6 374 3.8084e-14 1.29136e-26 1.13638e-13 0.154087 0.0282091 601.686 1.76945e-13 0.181333 0.0120392 0.0116403
- 7 437 4.06757e-14 1.41925e-26 1.19132e-13 0.139945 0.0229197 729.436 1.80819e-13 0.184932 0.0100626 0.00947732
- 8 499 4.05023e-14 1.43164e-26 1.19651e-13 0.132115 0.02026 818.461 1.82727e-13 0.18 0.00911111 0.00830834
- 9 562 4.08697e-14 1.45715e-26 1.20713e-13 0.124479 0.0178644 921.953 1.83762e-13 0.174067 0.00842788 0.00703966
- 10 624 4.1034e-14 1.46085e-26 1.20866e-13 0.11782 0.0158029 1029.12 1.82451e-13 0.1712 0.00774579 0.00611351
- 11 687 4.02906e-14 1.43288e-26 1.19703e-13 0.113268 0.0147095 1113.49 1.82967e-13 0.168605 0.0071672 0.0056438
- 12 749 4.03982e-14 1.43251e-26 1.19688e-13 0.108182 0.0135081 1220.65 1.82937e-13 0.168 0.00660317 0.00508463
- 13 812 4.16191e-14 1.49498e-26 1.2227e-13 0.103034 0.0118253 1345.68 1.82589e-13 0.166052 0.0061774 0.00442554
- 14 874 4.06759e-14 1.46139e-26 1.20888e-13 0.100471 0.0113087 1415.2 1.83187e-13 0.163429 0.00585015 0.0042328
- 15 937 4.13664e-14 1.49574e-26 1.223e-13 0.0965338 0.0103097 1533 1.83417e-13 0.162047 0.00551285 0.00379598
- 16 999 4.25146e-14 1.54255e-26 1.24199e-13 0.0923808 0.00924203 1673.94 1.82211e-13 0.161 0.00521118 0.00331449
+ 1 62 2.20329e-14 4.90259e-27 7.00185e-14 0.400378 0.199425 155.955 1.1549e-13 0.142857 0.0952381 0.0625202
+ 2 124 2.34269e-14 6.4293e-27 8.01829e-14 0.306134 0.118908 266.757 1.46662e-13 0.136 0.0508235 0.0421449
+ 3 187 2.45584e-14 7.27935e-27 8.53191e-14 0.253377 0.0826821 389.409 1.59603e-13 0.12234 0.0381591 0.0256993
+ 4 249 3.04757e-14 1.01164e-26 1.0058e-13 0.208732 0.0569149 573.801 1.79693e-13 0.136 0.0254118 0.0179831
+ 5 312 3.12423e-14 1.07813e-26 1.03833e-13 0.187854 0.045233 708.432 1.85748e-13 0.14377 0.0190273 0.0161491
+ 6 374 3.38444e-14 1.22816e-26 1.10822e-13 0.169093 0.0338436 874.36 1.89578e-13 0.141333 0.0162013 0.0123148
+ 7 437 3.40306e-14 1.2324e-26 1.11013e-13 0.155872 0.0291665 1028.97 1.90555e-13 0.141553 0.0138459 0.0103947
+ 8 499 3.62482e-14 1.32892e-26 1.15279e-13 0.142226 0.0232946 1235.9 1.8958e-13 0.144 0.0118889 0.00829883
+ 9 562 3.38888e-14 1.26107e-26 1.12297e-13 0.139656 0.0224595 1281.8 1.92861e-13 0.134991 0.0113817 0.00808741
+ 10 624 3.30294e-14 1.23834e-26 1.11281e-13 0.134765 0.0209956 1376.52 1.9485e-13 0.1296 0.0107457 0.007387
+ 11 687 3.34552e-14 1.24371e-26 1.11522e-13 0.127087 0.0187636 1547.87 1.93514e-13 0.130814 0.00965762 0.00647011
+ 12 749 3.3038e-14 1.20797e-26 1.09908e-13 0.121474 0.0175792 1694.24 1.92453e-13 0.137333 0.0083754 0.00636082
+ 13 812 3.30558e-14 1.1981e-26 1.09458e-13 0.116132 0.0162308 1853.67 1.91461e-13 0.137761 0.00769856 0.00577161
+ 14 874 3.39706e-14 1.25205e-26 1.11895e-13 0.111354 0.0145736 2016.19 1.92792e-13 0.138286 0.00712161 0.00526383
+ 15 937 3.38132e-14 1.22942e-26 1.10879e-13 0.107069 0.0135913 2180.8 1.90717e-13 0.141791 0.0064527 0.00499878
+ 16 999 3.39849e-14 1.24928e-26 1.11771e-13 0.104003 0.0127303 2311.27 1.92434e-13 0.141 0.0060922 0.00471353
--------------------End of Global Run-----------------------
The run consists of 1000 gamma of 6 MeV
- Dose in scoring volume : 42.5146 picoGy +- 3.92557 picoGy
+ Dose in scoring volume : 33.9849 picoGy +- 3.53275 picoGy
------------------------------------------------------------
### Run 1 start.
@@ -851,24 +856,24 @@ i/16 till_ith mean var sd r vov
---> Begin of event: 900
G4ConvergenceTester Output Result of DOSE_TALLY
- EFFICIENCY = 0.6
- MEAN = 4.82914e-12
- VAR = 2.15446e-23
- SD = 4.64162e-12
- R = 0.0303948
- SHIFT = 2.00047e-13
- VOV = 0.000163779
- FOM = 2460.07
-THE LARGEST SCORE = 1.07334e-11 and it happend at 461th event
- Affected Mean = 4.83504e-12 and its ratio to orignal is 1.00122
- Affected VAR = 2.15579e-23 and its ratio to orignal is 1.00062
- Affected R = 0.0303519 and its ratio to orignal is 0.998589
- Affected SHIFT = 1.95654e-13 and its ratio to orignal is 0.978042
- Affected FOM = 2460.07 and its ratio to orignal is 1
+ EFFICIENCY = 0.65
+ MEAN = 5.17767e-12
+ VAR = 2.12329e-23
+ SD = 4.60792e-12
+ R = 0.028143
+ SHIFT = -1.16905e-13
+ VOV = 0.000170175
+ FOM = 4072.84
+THE LARGEST SCORE = 1.07285e-11 and it happend at 245th event
+ Affected Mean = 5.18322e-12 and its ratio to orignal is 1.00107
+ Affected VAR = 2.12425e-23 and its ratio to orignal is 1.00045
+ Affected R = 0.0281052 and its ratio to orignal is 0.998656
+ Affected SHIFT = -1.21024e-13 and its ratio to orignal is 1.03523
+ Affected FOM = 4072.84 and its ratio to orignal is 1
MEAN distribution is RANDOM
r follows 1/std::sqrt(N)
r is monotonically decrease
-r is less than 0.1. r = 0.0303948
+r is less than 0.1. r = 0.028143
VOV follows 1/std::sqrt(N)
VOV is monotonically decrease
FOM distribution is not RANDOM
@@ -878,26 +883,26 @@ 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 4.61605e-12 2.02026e-23 4.49473e-12 0.122677 0.0036813 151.015 3.23951e-13 0.587302 0.011154 0.00365674
- 2 124 4.94168e-12 2.11282e-23 4.59654e-12 0.0831958 0.00144817 328.356 8.40351e-14 0.624 0.00482051 0.00204565
- 3 187 5.01399e-12 2.16044e-23 4.64805e-12 0.0676096 0.00080685 497.2 4.86855e-14 0.62766 0.00315543 0.00139131
- 4 249 4.91852e-12 2.1617e-23 4.64941e-12 0.0597852 0.000626354 635.857 1.55479e-13 0.624 0.00241026 0.00114972
- 5 312 4.77435e-12 2.17727e-23 4.66613e-12 0.0552421 0.000502584 744.743 2.65612e-13 0.600639 0.00212426 0.000917682
- 6 374 4.71702e-12 2.14274e-23 4.62898e-12 0.0506759 0.000478646 885.003 3.3192e-13 0.602667 0.00175811 0.000803086
- 7 437 4.75373e-12 2.13108e-23 4.61637e-12 0.0464012 0.000411752 1055.58 2.84585e-13 0.605023 0.00149048 0.000657672
- 8 499 4.78615e-12 2.13725e-23 4.62304e-12 0.0431973 0.000352538 1217.96 2.55312e-13 0.61 0.00127869 0.000583584
- 9 562 4.81217e-12 2.11693e-23 4.60101e-12 0.0402957 0.000321526 1399.68 2.12971e-13 0.614565 0.00111397 0.000506884
- 10 624 4.8333e-12 2.13487e-23 4.62046e-12 0.0382386 0.000279963 1554.33 2.03166e-13 0.6096 0.00102467 0.000435179
- 11 687 4.80129e-12 2.14584e-23 4.63232e-12 0.0367829 0.000249576 1679.79 2.31226e-13 0.600291 0.000967819 0.000383196
- 12 749 4.80302e-12 2.14777e-23 4.63441e-12 0.0352329 0.000229314 1830.84 2.32084e-13 0.6 0.000888889 0.000350816
- 13 812 4.73793e-12 2.14408e-23 4.63042e-12 0.0342756 0.000216971 1934.53 2.8748e-13 0.594096 0.000840381 0.000332994
- 14 874 4.80178e-12 2.15371e-23 4.6408e-12 0.0326729 0.000189084 2128.99 2.25037e-13 0.597714 0.000769189 0.000297107
- 15 937 4.80226e-12 2.15669e-23 4.64402e-12 0.0315753 0.000174641 2279.57 2.25381e-13 0.597015 0.000719616 0.000276318
- 16 999 4.82914e-12 2.15446e-23 4.64162e-12 0.0303948 0.000163779 2460.07 2.00047e-13 0.6 0.000666667 0.000256255
+ 1 62 4.92939e-12 2.22357e-23 4.71548e-12 0.120521 0.00227794 222.082 1.06901e-13 0.634921 0.00912698 0.00516775
+ 2 124 5.16698e-12 2.18178e-23 4.67095e-12 0.0808563 0.00114009 493.413 -1.35691e-13 0.64 0.0045 0.00198544
+ 3 187 5.63029e-12 2.12553e-23 4.61035e-12 0.0597207 0.00116597 904.46 -5.354e-13 0.675532 0.00255487 0.000992719
+ 4 249 5.51323e-12 2.16296e-23 4.65076e-12 0.0533517 0.000729821 1133.29 -4.38441e-13 0.656 0.00209756 0.000737457
+ 5 312 5.43227e-12 2.17004e-23 4.65837e-12 0.0484708 0.000555278 1373.02 -3.6532e-13 0.645367 0.00175561 0.000586307
+ 6 374 5.36999e-12 2.13209e-23 4.61746e-12 0.0444031 0.000483163 1636.1 -3.17426e-13 0.650667 0.00143169 0.000534688
+ 7 437 5.39702e-12 2.11639e-23 4.60042e-12 0.0407293 0.000433377 1944.58 -3.26685e-13 0.659817 0.0011771 0.000477984
+ 8 499 5.40132e-12 2.09622e-23 4.57845e-12 0.0379082 0.000393353 2244.77 -3.23748e-13 0.67 0.000985075 0.000449083
+ 9 562 5.30475e-12 2.1173e-23 4.60142e-12 0.0365571 0.000319745 2413.76 -2.40902e-13 0.65897 0.000919219 0.00041483
+ 10 624 5.16211e-12 2.11641e-23 4.60044e-12 0.0356478 0.000277799 2538.48 -1.00302e-13 0.6496 0.000863054 0.000405678
+ 11 687 5.18025e-12 2.11592e-23 4.59992e-12 0.0338536 0.00025067 2814.67 -1.14961e-13 0.652616 0.000773683 0.000370718
+ 12 749 5.24875e-12 2.11799e-23 4.60217e-12 0.0320167 0.000231782 3146.93 -1.75212e-13 0.658667 0.000690958 0.000332741
+ 13 812 5.23911e-12 2.11852e-23 4.60273e-12 0.0308115 0.000214064 3397.92 -1.64244e-13 0.656827 0.000642647 0.000305533
+ 14 874 5.14229e-12 2.11561e-23 4.59957e-12 0.0302383 0.000196146 3527.96 -8.35975e-14 0.648 0.000620811 0.000292499
+ 15 937 5.07624e-12 2.11544e-23 4.59939e-12 0.029584 0.000182252 3685.73 -2.63524e-14 0.641791 0.000595031 0.00027925
+ 16 999 5.17767e-12 2.12329e-23 4.60792e-12 0.028143 0.000170175 4072.84 -1.16905e-13 0.65 0.000538462 0.000252775
--------------------End of Global Run-----------------------
The run consists of 1000 proton of 210 MeV
- Dose in scoring volume : 4.82914 nanoGy +- 146.708 picoGy
+ Dose in scoring volume : 5.17767 nanoGy +- 145.642 picoGy
------------------------------------------------------------
Graphics systems deleted.
diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out
index b5b0aaa766..2de113a7a2 100644
--- a/examples/extended/biasing/B01/exampleB01.out
+++ b/examples/extended/biasing/B01/exampleB01.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -143,7 +143,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -174,12 +174,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -205,8 +205,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -238,7 +238,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -265,12 +265,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -297,12 +297,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -329,7 +329,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -362,7 +362,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -395,12 +395,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -427,12 +427,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -459,7 +459,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -659,6 +659,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -673,6 +674,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -781,16 +783,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
++ ConcreteSD/Collisions id 0
++ ConcreteSD/CollWeight id 1
++ ConcreteSD/Population id 2
@@ -808,24 +815,24 @@ Number of de-excitation channels 8
=============================================================
=============================================================
Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v |
- cell_00 | 43 | 138 | 43 | 43 | 0.269961 | 3.09155 | 1 | 9161.62 | 9161.62 | 3818.59 | 28323.6 | 1030.87 |
- cell_01 | 171 | 197 | 706 | 706 | 0.00862421 | 3.77294 | 1 | 27455.7 | 27455.7 | 345351 | 103589 | 2978.38 |
- cell_02 | 157 | 253 | 1287 | 643.5 | 0.0105644 | 2.51164 | 0.5 | 44945.9 | 22472.9 | 176267 | 56443.8 | 1862.14 |
- cell_03 | 199 | 288 | 1682 | 420.5 | 0.00512669 | 1.77678 | 0.25 | 53927 | 13481.7 | 172114 | 23954.1 | 882.374 |
- cell_04 | 233 | 334 | 2042 | 255.25 | 0.00514352 | 1.50029 | 0.125 | 65550 | 8193.75 | 92443.9 | 12293 | 475.487 |
- cell_05 | 230 | 326 | 1850 | 115.625 | 0.00391072 | 1.37799 | 0.0625 | 59125.6 | 3695.35 | 52216.3 | 5092.16 | 204.204 |
- cell_06 | 203 | 309 | 1988 | 62.125 | 0.00319642 | 1.33752 | 0.03125 | 58141.9 | 1816.94 | 29517.1 | 2430.2 | 94.349 |
- cell_07 | 170 | 260 | 1672 | 26.125 | 0.0027297 | 1.23743 | 0.015625 | 47737.8 | 745.903 | 13292.8 | 923.002 | 36.2854 |
- cell_08 | 152 | 232 | 1533 | 11.9766 | 0.00237476 | 1.16653 | 0.0078125 | 43290.8 | 338.209 | 6726.91 | 394.53 | 15.9748 |
- cell_09 | 138 | 201 | 1328 | 5.1875 | 0.00289986 | 1.12155 | 0.00390625 | 39387.3 | 153.856 | 2508.87 | 172.557 | 7.27537 |
- cell_10 | 116 | 172 | 965 | 1.88477 | 0.00296304 | 1.42684 | 0.00195312 | 29202 | 57.0351 | 1100.65 | 81.3799 | 3.26127 |
- cell_11 | 117 | 167 | 868 | 0.847656 | 0.00360388 | 1.50224 | 0.000976562 | 27770.3 | 27.1194 | 449.216 | 40.7398 | 1.61892 |
- cell_12 | 111 | 163 | 1021 | 0.498535 | 0.00399791 | 1.24975 | 0.000488281 | 31225.7 | 15.2469 | 201.653 | 19.0548 | 0.806192 |
- cell_13 | 114 | 158 | 1055 | 0.257568 | 0.00243184 | 0.997498 | 0.000244141 | 31752.9 | 7.75216 | 143.025 | 7.73276 | 0.347814 |
- cell_14 | 120 | 166 | 1173 | 0.143188 | 0.00207952 | 0.888924 | 0.00012207 | 32908.9 | 4.01721 | 77.0525 | 3.57099 | 0.160232 |
- cell_15 | 99 | 145 | 1112 | 0.0678711 | 0.00219222 | 0.831228 | 6.10352e-05 | 31192.2 | 1.90382 | 34.6344 | 1.58251 | 0.0759262 |
- cell_16 | 79 | 115 | 822 | 0.0250854 | 0.00289135 | 0.887379 | 3.05176e-05 | 23636.4 | 0.721327 | 10.5454 | 0.64009 | 0.0304905 |
- cell_17 | 63 | 95 | 610 | 0.00930786 | 0.00219074 | 0.919001 | 1.52588e-05 | 17962.7 | 0.274089 | 5.02528 | 0.251888 | 0.0110091 |
- cell_18 | 40 | 72 | 473 | 0.0036087 | 0.0018605 | 0.83893 | 7.62939e-06 | 13544.1 | 0.103333 | 2.24491 | 0.0866894 | 0.00417665 |
- cell_19 | 25 | 25 | 25 | 0.000190735 | 0.0214968 | 1.67404 | 7.62939e-06 | 3507.2 | 0.0267578 | 0.0907225 | 0.0447937 | 0.00195024 |
+ cell_00 | 46 | 141 | 46 | 46 | 0.0674105 | 1.5039 | 1 | 9011.04 | 9011.04 | 9521.73 | 13551.7 | 641.864 |
+ cell_01 | 142 | 182 | 462 | 462 | 0.038244 | 4.31492 | 1 | 22429.5 | 22429.5 | 72463.7 | 96781.7 | 2771.3 |
+ cell_02 | 159 | 244 | 1236 | 618 | 0.00895475 | 2.60138 | 0.5 | 43964.6 | 21982.3 | 202963 | 57184.2 | 1817.48 |
+ cell_03 | 211 | 338 | 1889 | 472.25 | 0.00647752 | 2.07685 | 0.25 | 63124.5 | 15781.1 | 174386 | 32775 | 1129.59 |
+ cell_04 | 239 | 395 | 1976 | 247 | 0.00605754 | 1.85262 | 0.125 | 62139.3 | 7767.41 | 83317.8 | 14390.1 | 504.701 |
+ cell_05 | 250 | 391 | 2124 | 132.75 | 0.00427618 | 1.59496 | 0.0625 | 65355.6 | 4084.72 | 54777.1 | 6514.96 | 234.237 |
+ cell_06 | 282 | 414 | 2457 | 76.7812 | 0.00437074 | 1.52331 | 0.03125 | 76003.3 | 2375.1 | 32584.6 | 3618.02 | 142.419 |
+ cell_07 | 342 | 457 | 3148 | 49.1875 | 0.00453159 | 1.15396 | 0.015625 | 94297.3 | 1473.4 | 16495.4 | 1700.24 | 74.7505 |
+ cell_08 | 312 | 451 | 3095 | 24.1797 | 0.00251441 | 0.974783 | 0.0078125 | 86196.5 | 673.41 | 11475.5 | 656.429 | 28.8542 |
+ cell_09 | 254 | 383 | 2599 | 10.1523 | 0.00243638 | 0.943723 | 0.00390625 | 71978.9 | 281.168 | 4726.18 | 265.344 | 11.5147 |
+ cell_10 | 215 | 323 | 2191 | 4.2793 | 0.00199504 | 0.877105 | 0.00195312 | 58969.4 | 115.175 | 2265.86 | 101.02 | 4.52048 |
+ cell_11 | 179 | 268 | 1894 | 1.84961 | 0.00186969 | 0.731361 | 0.000976562 | 53073.5 | 51.8296 | 942.691 | 37.9061 | 1.76254 |
+ cell_12 | 146 | 215 | 1443 | 0.70459 | 0.00202237 | 0.928678 | 0.000488281 | 38156.7 | 18.6312 | 346.919 | 17.3024 | 0.701597 |
+ cell_13 | 127 | 179 | 1242 | 0.303223 | 0.00209313 | 0.909328 | 0.000244141 | 33288.1 | 8.12697 | 146.837 | 7.39008 | 0.307348 |
+ cell_14 | 97 | 138 | 909 | 0.110962 | 0.00189555 | 0.667416 | 0.00012207 | 25384.5 | 3.09869 | 55.9147 | 2.06811 | 0.105989 |
+ cell_15 | 62 | 94 | 663 | 0.0404663 | 0.0013431 | 0.424428 | 6.10352e-05 | 16830.7 | 1.02727 | 21.0595 | 0.436 | 0.028285 |
+ cell_16 | 30 | 51 | 364 | 0.0111084 | 0.00106388 | 0.425863 | 3.05176e-05 | 8847.46 | 0.270003 | 5.87083 | 0.114984 | 0.00624586 |
+ cell_17 | 13 | 22 | 146 | 0.00222778 | 0.0018381 | 0.811162 | 1.52588e-05 | 3937 | 0.0600739 | 1.10996 | 0.0487297 | 0.00204023 |
+ cell_18 | 8 | 14 | 63 | 0.000480652 | 0.00319016 | 1.63053 | 7.62939e-06 | 2433.11 | 0.0185632 | 0.412518 | 0.0302679 | 0.001316 |
+ cell_19 | 4 | 4 | 4 | 3.05176e-05 | 0.440611 | 1.56552 | 7.62939e-06 | 612.384 | 0.00467212 | 0.000787281 | 0.00731428 | 0.000346884 |
=============================================
diff --git a/examples/extended/biasing/B03/exampleB03.out b/examples/extended/biasing/B03/exampleB03.out
index 06fd053bb0..643282c0af 100644
--- a/examples/extended/biasing/B03/exampleB03.out
+++ b/examples/extended/biasing/B03/exampleB03.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -473,30 +473,40 @@ hIoni: for pi- SubType= 2
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 0
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
=======================================================================
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 0
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
++ ConcreteSD/Collisions id 0
++ ConcreteSD/CollWeight id 1
++ ConcreteSD/Population id 2
@@ -512,7 +522,7 @@ Number of de-excitation channels 8
*** G4Exception : GeomBias1001
issued by : G4ImportanceAlgorithm::Warning()
Calculate() - ipre_over_ipost ! in [0.25, 4].
-ipre_over_ipost = 1024.
+ipre_over_ipost = 2048.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
@@ -532,24 +542,24 @@ ipre_over_ipost = 1024.
=============================================================
=============================================================
Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v |
- cell_00 | 39 | 134 | 0 | 0 | 0.557525 | 1.90683 | 1 | 6675.43 | 6675.43 | 1003.63 | 12728.9 | 559.548 |
- cell_01 | 146 | 180 | 658 | 658 | 0.559485 | 4.06338 | 1 | 26095.6 | 26095.6 | 5444.36 | 106036 | 3046.04 |
- cell_02 | 161 | 263 | 1095 | 547.5 | 0.276005 | 2.93392 | 0.5 | 41121.9 | 20561 | 6760.95 | 60324.1 | 1866.05 |
- cell_03 | 229 | 380 | 1721 | 430.25 | 0.219276 | 2.55702 | 0.25 | 59950.7 | 14987.7 | 5662.23 | 38323.7 | 1241.59 |
- cell_04 | 266 | 434 | 2198 | 274.75 | 0.184252 | 2.08522 | 0.125 | 70692.6 | 8836.58 | 3449.8 | 18426.2 | 635.632 |
- cell_05 | 313 | 507 | 2522 | 157.625 | 0.20019 | 1.91021 | 0.0625 | 86204.5 | 5387.78 | 1897.28 | 10291.8 | 379.816 |
- cell_06 | 412 | 589 | 3632 | 113.5 | 0.144251 | 1.57436 | 0.03125 | 113936 | 3560.5 | 1501.05 | 5605.53 | 216.528 |
- cell_07 | 418 | 645 | 3758 | 58.7188 | 0.114837 | 1.407 | 0.015625 | 113562 | 1774.41 | 864.322 | 2496.6 | 99.2561 |
- cell_08 | 347 | 535 | 2799 | 21.8672 | 0.131633 | 1.6203 | 0.0078125 | 89192.8 | 696.819 | 324.336 | 1129.06 | 42.6932 |
- cell_09 | 359 | 539 | 2815 | 10.9961 | 0.116227 | 1.48077 | 0.00390625 | 86697.5 | 338.662 | 166.879 | 501.482 | 19.3959 |
- cell_10 | 337 | 510 | 2973 | 5.80664 | 0.102141 | 1.25111 | 0.00195312 | 89143.7 | 174.109 | 86.9403 | 217.829 | 8.88015 |
- cell_11 | 293 | 483 | 2754 | 2.68945 | 0.118775 | 1.34748 | 0.000976562 | 85645.5 | 83.6382 | 38.6769 | 112.701 | 4.59384 |
- cell_12 | 285 | 445 | 2551 | 1.24561 | 0.121854 | 1.26132 | 0.000488281 | 80679.3 | 39.3942 | 17.2385 | 49.6887 | 2.10058 |
- cell_13 | 250 | 387 | 2233 | 0.545166 | 0.0975149 | 1.19817 | 0.000244141 | 68442.7 | 16.7096 | 8.53965 | 20.021 | 0.832744 |
- cell_14 | 238 | 358 | 2063 | 0.251831 | 0.0938981 | 1.243 | 0.00012207 | 64133.2 | 7.82876 | 4.24947 | 9.73117 | 0.399017 |
- cell_15 | 235 | 346 | 2055 | 0.125427 | 0.0952804 | 1.20836 | 6.10352e-05 | 61746.4 | 3.7687 | 2.01809 | 4.55395 | 0.192284 |
- cell_16 | 209 | 319 | 1840 | 0.0561523 | 0.0910099 | 1.10356 | 3.05176e-05 | 54478.7 | 1.66256 | 0.890931 | 1.83473 | 0.0810835 |
- cell_17 | 167 | 261 | 1587 | 0.0242157 | 0.119453 | 1.18756 | 1.52588e-05 | 47281.2 | 0.721454 | 0.315696 | 0.856768 | 0.037711 |
- cell_18 | 104 | 211 | 1070 | 0.00816345 | 0.115318 | 1.36904 | 7.62939e-06 | 33738.8 | 0.257407 | 0.122904 | 0.3524 | 0.0141731 |
- cell_19 | 74 | 74 | 0 | 0 | 0.267249 | 2.21452 | 7.62939e-06 | 11803.2 | 0.0900511 | 0.0272309 | 0.19942 | 0.00727742 |
+ cell_00 | 33 | 127 | 0 | 0 | 0.620024 | 3.43767 | 1 | 6355.18 | 6355.18 | 1132.94 | 21847 | 702.451 |
+ cell_01 | 165 | 187 | 680 | 680 | 0.555834 | 4.12095 | 1 | 26867.2 | 26867.2 | 5729.81 | 110718 | 3184.82 |
+ cell_02 | 194 | 302 | 1380 | 690 | 0.287475 | 2.82991 | 0.5 | 51356.9 | 25678.4 | 8050.14 | 72667.6 | 2314.22 |
+ cell_03 | 247 | 408 | 1992 | 498 | 0.245255 | 2.29095 | 0.25 | 69329.5 | 17332.4 | 5654.46 | 39707.7 | 1386.79 |
+ cell_04 | 283 | 463 | 2271 | 283.875 | 0.214552 | 2.11838 | 0.125 | 75863.4 | 9482.93 | 3308.63 | 20088.4 | 709.871 |
+ cell_05 | 298 | 482 | 2723 | 170.188 | 0.15103 | 1.60543 | 0.0625 | 86003.2 | 5375.2 | 2194.15 | 8629.53 | 331.382 |
+ cell_06 | 307 | 475 | 2747 | 85.8438 | 0.124111 | 1.45914 | 0.03125 | 83428.7 | 2607.15 | 1193.04 | 3804.2 | 148.069 |
+ cell_07 | 282 | 447 | 2430 | 37.9688 | 0.147354 | 1.77392 | 0.015625 | 79013.3 | 1234.58 | 548.762 | 2190.06 | 80.8622 |
+ cell_08 | 288 | 447 | 2472 | 19.3125 | 0.172339 | 1.75055 | 0.0078125 | 80844 | 631.593 | 245.877 | 1105.63 | 42.3743 |
+ cell_09 | 315 | 497 | 2868 | 11.2031 | 0.147122 | 1.5272 | 0.00390625 | 89420.7 | 349.3 | 146.72 | 533.452 | 21.5858 |
+ cell_10 | 283 | 437 | 2626 | 5.12891 | 0.127003 | 1.36381 | 0.00195312 | 81147.4 | 158.491 | 70.8169 | 216.152 | 8.99394 |
+ cell_11 | 295 | 446 | 2522 | 2.46289 | 0.117928 | 1.27398 | 0.000976562 | 77409.9 | 75.5956 | 35.6749 | 96.3071 | 4.20708 |
+ cell_12 | 276 | 416 | 2439 | 1.19092 | 0.112119 | 1.18784 | 0.000488281 | 75772.9 | 36.9985 | 17.3878 | 43.9484 | 1.94951 |
+ cell_13 | 211 | 329 | 1981 | 0.483643 | 0.116311 | 1.11743 | 0.000244141 | 59618.7 | 14.5554 | 6.60501 | 16.2645 | 0.768236 |
+ cell_14 | 198 | 266 | 1656 | 0.202148 | 0.106934 | 0.983916 | 0.00012207 | 53047.6 | 6.47554 | 2.91133 | 6.37139 | 0.31132 |
+ cell_15 | 172 | 287 | 1798 | 0.109741 | 0.0990253 | 0.963714 | 6.10352e-05 | 53302.7 | 3.25334 | 1.54087 | 3.13529 | 0.152585 |
+ cell_16 | 139 | 221 | 1480 | 0.045166 | 0.0710507 | 0.87768 | 3.05176e-05 | 41901.4 | 1.27873 | 0.738799 | 1.12232 | 0.0524922 |
+ cell_17 | 104 | 171 | 1004 | 0.0153198 | 0.110897 | 1.12874 | 1.52588e-05 | 30937.7 | 0.472073 | 0.214365 | 0.532849 | 0.0237724 |
+ cell_18 | 69 | 141 | 786 | 0.0059967 | 0.124888 | 1.48498 | 7.62939e-06 | 24139.1 | 0.184167 | 0.0859338 | 0.273485 | 0.0107321 |
+ cell_19 | 54 | 54 | 0 | 0 | 0.296031 | 2.6202 | 7.62939e-06 | 9756.39 | 0.0744353 | 0.0226006 | 0.195036 | 0.00669049 |
=============================================
diff --git a/examples/extended/biasing/GB01/exampleGB01.out b/examples/extended/biasing/GB01/exampleGB01.out
index 9dc5bbdedb..0bc3ac118a 100644
--- a/examples/extended/biasing/GB01/exampleGB01.out
+++ b/examples/extended/biasing/GB01/exampleGB01.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -71,9 +71,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
phot: for gamma SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 100 TeV in 61 bins
@@ -121,7 +119,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -152,12 +150,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -183,8 +181,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -216,7 +214,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -243,12 +241,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -275,12 +273,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -307,7 +305,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -340,7 +338,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -373,12 +371,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -405,12 +403,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -437,7 +435,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -637,6 +635,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -651,6 +650,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -759,16 +759,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
@@ -777,139 +782,250 @@ Number of de-excitation channels 8
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 162 0.415 0 162 662 test.phys biasWrapper(compt)
- 3 -13.3 -8.95 167 0.23 0 16.7 679 test.phys biasWrapper(compt)
- 4 -4.94 -4.91 200 0.23 0 34.2 713 World Transportation
- 5 2.49e+03 1.2e+03 1e+04 0.23 0 1.02e+04 1.09e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.3 -8.95 167 0.185 0 0 0 test.phys initStep
- 1 -13.5 -9.1 167 0 0.185 0.552 0.552 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 162 0.585 0 0 0 test.phys initStep
- 1 0.476 0.32 164 0.295 0.29 1.95 1.95 test.phys eIoni
- 2 0.825 -0.00762 164 0 0.295 1.13 3.08 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 87.8 0.338 0 87.8 588 test.phys biasWrapper(compt)
- 3 -0.546 -0.0667 87.8 0.241 0 0.55 588 test.phys biasWrapper(compt)
- 4 -24.8 -3.85 146 0.132 0 63 651 test.phys biasWrapper(compt)
- 5 0.226 56.5 93.1 0.12 0 83.9 735 test.phys biasWrapper(compt)
- 6 47.8 86.1 96.8 0.0838 0 56.2 791 test.phys biasWrapper(compt)
- 7 40.5 86.4 96.8 0.064 0 7.32 799 test.phys biasWrapper(compt)
- 8 255 5.3 183 0.0567 0 245 1.04e+03 test.phys biasWrapper(compt)
- 9 251 -27.1 159 0.0476 0 40.9 1.08e+03 test.phys biasWrapper(compt)
- 10 253 74.9 147 0.0475 4.02e-05 103 1.19e+03 test.phys biasWrapper(compt)
- 11 251 125 148 0.0409 0 50.3 1.24e+03 test.phys biasWrapper(compt)
- 12 258 91.1 176 0.0396 0 44.7 1.28e+03 test.phys biasWrapper(compt)
- 13 323 54 189 0.0352 0 75.7 1.36e+03 test.phys biasWrapper(compt)
- 14 313 80.3 200 0.0352 0 30.2 1.39e+03 World Transportation
- 15 -3.27e+03 1e+04 4.54e+03 0.0352 0 1.14e+04 1.28e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 323 54 189 0.00445 0 0 0 test.phys initStep
- 1 323 54 189 0 0.00445 0.000882 0.000882 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 258 91.1 176 0.00126 0 0 0 test.phys initStep
- 1 258 91.1 176 0 0.00126 0.000116 0.000116 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 251 125 148 0.00668 0 0 0 test.phys initStep
- 1 251 125 148 0 0.00668 0.00176 0.00176 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 251 -27.1 159 0.00909 0 0 0 test.phys initStep
- 1 251 -27.1 159 0 0.00909 0.00301 0.00301 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 255 5.3 183 0.00732 0 0 0 test.phys initStep
- 1 255 5.3 183 0 0.00732 0.00207 0.00207 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 40.5 86.4 96.8 0.0198 0 0 0 test.phys initStep
- 1 40.5 86.4 96.8 0 0.0198 0.0118 0.0118 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 47.8 86.1 96.8 0.0359 0 0 0 test.phys initStep
- 1 47.8 86.1 96.8 0 0.0359 0.0338 0.0338 test.phys eIoni
+ 2 0 0 120 0.804 0 120 620 test.phys biasWrapper(compt)
+ 3 -0.886 -1.32 123 0.475 0 3.28 623 test.phys biasWrapper(compt)
+ 4 -3.18 2.16 128 0.4 0 6.58 630 test.phys biasWrapper(compt)
+ 5 -35.6 -0.915 172 0.387 0 54.9 685 test.phys biasWrapper(compt)
+ 6 -72.4 -5.02 200 0.387 0 46.4 731 World Transportation
+ 7 -1e+04 -1.11e+03 7.74e+03 0.387 0 1.25e+04 1.32e+04 OutOfWorld Transportation
*********************************************************************************************************
* 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.226 56.5 93.1 0.0127 0 0 0 test.phys initStep
- 1 0.225 56.5 93.1 0 0.0127 0.00542 0.00542 test.phys eIoni
+ 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
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -24.8 -3.85 146 0.108 0 0 0 test.phys initStep
- 1 -24.8 -3.89 146 0 0.108 0.228 0.228 test.phys eIoni
+ 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
*********************************************************************************************************
* 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.546 -0.0667 87.8 0.0974 0 0 0 test.phys initStep
- 1 -0.616 -0.0744 87.7 0 0.0974 0.191 0.191 test.phys eIoni
+ 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.01 123 0 0.0929 0.176 1.45 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 87.8 0.662 0 0 0 test.phys initStep
- 1 0.498 0.0609 89.3 0.384 0.278 2.1 2.1 test.phys eIoni
- 2 0.609 0.497 90 0.119 0.265 1.47 3.57 test.phys eIoni
- 3 0.73 0.546 90 0 0.119 0.266 3.83 test.phys eIoni
+ 0 0 0 120 0.196 0 0 0 test.phys initStep
+ 1 0.138 0.205 120 0 0.196 0.607 0.607 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 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
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 50.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
+
+*********************************************************************************************************
+* G4Track 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 12.5 0.539 0 0 0 test.phys initStep
+ 1 -0.261 0.53 13.6 0.283 0.256 1.86 1.86 test.phys eIoni
+ 2 0.00668 0.988 13.5 0.0521 0.231 1.07 2.93 test.phys eIoni
+ 3 -0.0127 1.01 13.5 0 0.0521 0.065 2.99 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 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
+
+*********************************************************************************************************
+* 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 -7.26 38.2 0.125 0 0 0 test.phys initStep
+ 1 -4.05 -7.38 38.3 0 0.125 0.29 0.29 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.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
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 18.6 0.139 0 0 0 test.phys initStep
+ 1 0.0748 0.129 18.7 0 0.139 0.345 0.345 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 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
+
+*********************************************************************************************************
+* 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
+
+*********************************************************************************************************
+* 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
+
+*********************************************************************************************************
+* 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
+
+*********************************************************************************************************
+* 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
+
+*********************************************************************************************************
+* 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
+
+*********************************************************************************************************
+* 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
+
+*********************************************************************************************************
+* 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.499 0.224 192 0.03 0.591 2.02 2.02 test.phys eIoni
+ 2 0.507 0.224 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
+
+*********************************************************************************************************
+* G4Track 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.96e-05 -0.000404 108 0 0.00447 0.00089 0.00089 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
@@ -928,199 +1044,183 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 0 0 -500 1 0 0 0 World initStep
1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 16.1 0.412 0 16.1 516 test.phys biasWrapper(compt)
- 3 -28.7 109 47.6 0.353 0 117 633 test.phys biasWrapper(compt)
- 4 13.4 201 90.8 0.19 0 111 743 test.phys biasWrapper(compt)
- 5 4.63 203 90.7 0.177 0 8.87 752 test.phys biasWrapper(compt)
- 6 -9.12 215 97.9 0.163 0 19.4 772 test.phys biasWrapper(compt)
- 7 -56.1 260 74.2 0.105 0 69.4 841 test.phys biasWrapper(compt)
- 8 96 264 131 0.0891 0 162 1e+03 test.phys biasWrapper(compt)
- 9 96 264 131 0.084 0 0.139 1e+03 test.phys biasWrapper(compt)
- 10 134 269 111 0.0835 0 43.5 1.05e+03 test.phys biasWrapper(compt)
- 11 219 305 78 0.0794 0 98 1.15e+03 test.phys biasWrapper(compt)
- 12 297 430 110 0.0779 0 150 1.3e+03 test.phys biasWrapper(compt)
- 13 299 454 111 0.0691 0 23.8 1.32e+03 test.phys biasWrapper(compt)
- 14 349 457 130 0.0639 0 53.9 1.37e+03 test.phys biasWrapper(compt)
- 15 352 465 132 0.0572 0 8.45 1.38e+03 test.phys biasWrapper(compt)
- 16 352 464 135 0.0468 0 2.86 1.38e+03 test.phys biasWrapper(compt)
- 17 358 469 105 0.0449 0 30.5 1.42e+03 test.phys biasWrapper(compt)
- 18 345 465 91.1 0.042 0 19.4 1.43e+03 test.phys biasWrapper(compt)
- 19 319 478 102 0.0409 0 31.5 1.47e+03 test.phys biasWrapper(compt)
- 20 229 445 109 0.0355 0 95.6 1.56e+03 test.phys biasWrapper(compt)
- 21 237 452 112 0.0354 0 10.1 1.57e+03 test.phys biasWrapper(compt)
- 22 237 452 112 0.0338 0 0.838 1.57e+03 test.phys biasWrapper(compt)
- 23 228 433 200 0.0338 0 90.5 1.66e+03 World Transportation
- 24 -855 -1.64e+03 1e+04 0.0338 0 1.01e+04 1.17e+04 OutOfWorld 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 -1.78e-15 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
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 22, 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 237 452 112 0.0016 0 0 0 test.phys initStep
- 1 237 452 112 0 0.0016 0.000167 0.000167 test.phys eIoni
+ 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
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 21, 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 237 452 112 0.000137 0 0 0 test.phys initStep
- 1 237 452 112 0 0.000137 1.02e-05 1.02e-05 test.phys eIoni
+ 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
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 20, 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 229 445 109 0.00539 0 0 0 test.phys initStep
- 1 229 445 109 0 0.00539 0.00122 0.00122 test.phys eIoni
+ 0 23.1 -1.26 19.7 0.263 0 0 0 test.phys initStep
+ 1 23.6 -1.13 19.8 0 0.263 0.963 0.963 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, 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 319 478 102 0.00111 0 0 0 test.phys initStep
- 1 319 478 102 0 0.00111 9.74e-05 9.74e-05 test.phys eIoni
+ 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
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, 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 345 465 91.1 0.00293 0 0 0 test.phys initStep
- 1 345 465 91.1 0 0.00293 0.00044 0.00044 test.phys eIoni
+ 0 0 0 10.1 0.196 0 0 0 test.phys initStep
+ 1 -0.174 0.174 10.3 0 0.196 0.604 0.604 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 17, 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 358 469 105 0.00188 0 0 0 test.phys initStep
- 1 358 469 105 0 0.00188 0.000216 0.000216 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 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
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, 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 352 464 135 0.0103 0 0 0 test.phys initStep
- 1 352 464 135 0 0.0103 0.00378 0.00378 test.phys eIoni
+ 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
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, 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 352 465 132 0.00675 0 0 0 test.phys initStep
- 1 352 465 132 0 0.00675 0.0018 0.0018 test.phys eIoni
+ 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
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, 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 349 457 130 0.00516 0 0 0 test.phys initStep
- 1 349 457 130 0 0.00516 0.00113 0.00113 test.phys eIoni
+ 0 0 0 7.61 0.42 0 0 0 test.phys initStep
+ 1 0.4 0.398 8.41 0.189 0.231 1.57 1.57 test.phys eIoni
+ 2 0.381 0.198 8.62 0 0.189 0.57 2.14 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, 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 299 454 111 0.00887 0 0 0 test.phys initStep
- 1 299 454 111 0 0.00887 0.00289 0.00289 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 297 430 110 0.00144 0 0 0 test.phys initStep
- 1 297 430 110 0 0.00144 0.000143 0.000143 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 219 305 78 0.0041 0 0 0 test.phys initStep
- 1 219 305 78 0 0.0041 0.00077 0.00077 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 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)
*********************************************************************************************************
* 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 134 269 111 0.000538 0 0 0 test.phys initStep
- 1 134 269 111 0 0.000538 3.66e-05 3.66e-05 test.phys eIoni
+ 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
*********************************************************************************************************
* 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 96 264 131 0.00511 0 0 0 test.phys initStep
- 1 96 264 131 0 0.00511 0.00111 0.00111 test.phys eIoni
+ 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
*********************************************************************************************************
* 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 96 264 131 0.0156 0 0 0 test.phys initStep
- 1 96 264 131 0 0.0156 0.00775 0.00775 test.phys eIoni
+ 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
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -56.1 260 74.2 0.0579 0 0 0 test.phys initStep
- 1 -56.1 260 74.2 0 0.0579 0.0779 0.0779 test.phys eIoni
+ 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
*********************************************************************************************************
* 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 -9.12 215 97.9 0.0144 0 0 0 test.phys initStep
- 1 -9.12 215 97.9 0 0.0144 0.00675 0.00675 test.phys eIoni
+ 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
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 4.63 203 90.7 0.0134 0 0 0 test.phys initStep
- 1 4.63 203 90.7 0 0.0134 0.00591 0.00591 test.phys eIoni
+ 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
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 13.4 201 90.8 0.162 0 0 0 test.phys initStep
- 1 13.5 202 90.8 0 0.162 0.447 0.447 test.phys eIoni
+ 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
*********************************************************************************************************
* 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 -28.7 109 47.6 0.059 0 0 0 test.phys initStep
- 1 -28.7 109 47.5 0 0.059 0.0805 0.0805 test.phys eIoni
+ 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
*********************************************************************************************************
* G4Track 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 16.1 0.588 0 0 0 test.phys initStep
- 1 0.146 -0.552 17.4 0.345 0.243 1.96 1.96 test.phys eIoni
- 2 0.711 -0.154 17.1 0.12 0.225 1.34 3.3 test.phys eIoni
- 3 0.714 -0.291 17.1 0 0.12 0.271 3.57 test.phys eIoni
+ 0 0 0 31.4 0.591 0 0 0 test.phys initStep
+ 1 -0.0829 -0.563 32.7 0.293 0.298 1.96 1.96 test.phys eIoni
+ 2 -0.039 -0.879 33.2 0.0643 0.228 1.12 3.08 test.phys eIoni
+ 3 -0.05 -0.867 33.2 0 0.0643 0.0937 3.18 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
@@ -1129,409 +1229,62 @@ Step# X(mm) Y(mm) Z(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 43.3 0.84 0 43.3 543 test.phys biasWrapper(compt)
- 3 -73.3 14.6 200 0.84 0 174 717 World Transportation
- 4 -4.66e+03 928 1e+04 0.84 0 1.09e+04 1.16e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 43.3 0.16 0 0 0 test.phys initStep
- 1 0.181 -0.0361 43.4 0 0.16 0.437 0.437 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 88.8 0.652 0 88.8 589 test.phys biasWrapper(compt)
- 3 -30.1 -2.34 121 0.5 0 44 633 test.phys biasWrapper(compt)
- 4 -35.2 0.217 122 0.426 0 5.9 639 test.phys biasWrapper(compt)
- 5 -35.9 0.769 122 0.167 0 0.974 640 test.phys biasWrapper(compt)
- 6 -14.3 -1.11 134 0.158 0 24.6 664 test.phys biasWrapper(compt)
- 7 168 -68.6 122 0.12 0 195 859 test.phys biasWrapper(compt)
- 8 185 -36.4 200 0.12 0 86.1 945 World Transportation
- 9 2.27e+03 3.99e+03 1e+04 0.12 0 1.08e+04 1.17e+04 OutOfWorld 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
*********************************************************************************************************
* 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 168 -68.6 122 0.0373 0 0 0 test.phys initStep
- 1 168 -68.6 122 0 0.0373 0.0362 0.0362 test.phys eIoni
+ 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
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.3 -1.11 134 0.00924 0 0 0 test.phys initStep
- 1 -14.3 -1.11 134 0 0.00924 0.0031 0.0031 test.phys eIoni
+ 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
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -35.9 0.769 122 0.259 0 0 0 test.phys initStep
- 1 -36.3 0.982 122 0 0.259 0.939 0.939 test.phys eIoni
+ 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
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -35.2 0.217 122 0.0741 0 0 0 test.phys initStep
- 1 -35.2 0.212 122 0 0.0741 0.12 0.12 test.phys eIoni
+ 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
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -30.1 -2.34 121 0.152 0 0 0 test.phys initStep
- 1 -30.1 -2.46 121 0 0.152 0.4 0.4 test.phys eIoni
+ 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
*********************************************************************************************************
* G4Track 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 88.8 0.348 0 0 0 test.phys initStep
- 1 0.491 0.0382 89.4 0.0491 0.299 1.35 1.35 test.phys eIoni
- 2 0.516 0.0244 89.4 0 0.0491 0.0586 1.41 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 25.4 0.282 0 25.4 525 test.phys biasWrapper(compt)
- 3 -15.3 -6.73 20.1 0.175 0 17.6 543 test.phys biasWrapper(compt)
- 4 18.9 -52.8 -7.11e-15 0.175 0 60.8 604 World Transportation
- 5 7.42e+03 -1e+04 -4.33e+03 0.175 0 1.31e+04 1.37e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -15.3 -6.73 20.1 0.106 0 0 0 test.phys initStep
- 1 -15.5 -6.72 20 0 0.106 0.222 0.222 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 25.4 0.718 0 0 0 test.phys initStep
- 1 0.371 0.162 27 0.332 0.386 2.21 2.21 test.phys eIoni
- 2 0.0395 -0.239 27.5 0 0.332 1.29 3.5 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 154 0.353 0 154 654 test.phys biasWrapper(compt)
- 3 102 -27.6 161 0.329 0 106 760 test.phys biasWrapper(compt)
- 4 257 -20.6 114 0.235 0 163 922 test.phys biasWrapper(compt)
- 5 286 -61.3 133 0.207 0 53 975 test.phys biasWrapper(compt)
- 6 279 -95.5 166 0.116 0 47.9 1.02e+03 test.phys biasWrapper(compt)
- 7 353 103 72.8 0.113 0 232 1.26e+03 test.phys biasWrapper(compt)
- 8 361 123 74.4 0.0827 0 20.6 1.28e+03 test.phys biasWrapper(compt)
- 9 432 -17.3 86.3 0.0662 0 157 1.43e+03 test.phys biasWrapper(compt)
- 10 527 152 109 0.0662 0 195 1.63e+03 test.phys biasWrapper(Rayl)
- 11 547 183 115 0.0662 0 37.6 1.67e+03 test.phys biasWrapper(Rayl)
- 12 569 219 119 0.0649 0 42.3 1.71e+03 test.phys biasWrapper(compt)
- 13 572 224 116 0.0643 0 6.48 1.71e+03 test.phys biasWrapper(compt)
- 14 608 298 107 0.0525 0 82.7 1.8e+03 test.phys biasWrapper(compt)
- 15 579 218 190 0.0442 0 118 1.92e+03 test.phys biasWrapper(compt)
- 16 571 231 159 0.0386 0 34 1.95e+03 test.phys biasWrapper(compt)
- 17 572 226 161 0.0384 0 5.42 1.96e+03 test.phys biasWrapper(compt)
- 18 586 205 173 0.0373 0 27.9 1.98e+03 test.phys biasWrapper(compt)
- 19 572 150 181 0.0373 0 57.8 2.04e+03 test.phys biasWrapper(Rayl)
- 20 565 142 171 0.0362 0 15 2.06e+03 test.phys biasWrapper(compt)
- 21 567 142 161 0.0362 0 10 2.07e+03 test.phys biasWrapper(Rayl)
- 22 576 143 147 0.0342 0 16.2 2.08e+03 test.phys biasWrapper(compt)
- 23 556 143 129 0.0323 0 27.1 2.11e+03 test.phys biasWrapper(compt)
- 24 560 144 122 0 0.000405 8.52 2.12e+03 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 560 144 122 0.0319 0 0 0 test.phys initStep
- 1 560 144 122 0 0.0319 0.0274 0.0274 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 556 143 129 0.00186 0 0 0 test.phys initStep
- 1 556 143 129 0 0.00186 0.000211 0.000211 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 576 143 147 0.00203 0 0 0 test.phys initStep
- 1 576 143 147 0 0.00203 0.000243 0.000243 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 565 142 171 0.00116 0 0 0 test.phys initStep
- 1 565 142 171 0 0.00116 0.000104 0.000104 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 586 205 173 0.00102 0 0 0 test.phys initStep
- 1 586 205 173 0 0.00102 8.61e-05 8.61e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 572 226 161 0.000217 0 0 0 test.phys initStep
- 1 572 226 161 0 0.000217 1.41e-05 1.41e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 571 231 159 0.00564 0 0 0 test.phys initStep
- 1 571 231 159 0 0.00564 0.00132 0.00132 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 579 218 190 0.00828 0 0 0 test.phys initStep
- 1 579 218 190 0 0.00828 0.00256 0.00256 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 608 298 107 0.0118 0 0 0 test.phys initStep
- 1 608 298 107 0 0.0118 0.00474 0.00474 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 572 224 116 0.000607 0 0 0 test.phys initStep
- 1 572 224 116 0 0.000607 4.25e-05 4.25e-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 569 219 119 0.00132 0 0 0 test.phys initStep
- 1 569 219 119 0 0.00132 0.000125 0.000125 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 432 -17.3 86.3 0.0165 0 0 0 test.phys initStep
- 1 432 -17.3 86.3 0 0.0165 0.00855 0.00855 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 361 123 74.4 0.0304 0 0 0 test.phys initStep
- 1 361 123 74.4 0 0.0304 0.0252 0.0252 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 353 103 72.8 0.00301 0 0 0 test.phys initStep
- 1 353 103 72.8 0 0.00301 0.00046 0.00046 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 279 -95.5 166 0.091 0 0 0 test.phys initStep
- 1 279 -95.5 166 0 0.091 0.17 0.17 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 286 -61.3 133 0.0277 0 0 0 test.phys initStep
- 1 286 -61.3 133 0 0.0277 0.0213 0.0213 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 257 -20.6 114 0.094 0 0 0 test.phys initStep
- 1 257 -20.5 114 0 0.094 0.18 0.18 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 102 -27.6 161 0.0247 0 0 0 test.phys initStep
- 1 102 -27.6 161 0 0.0247 0.0175 0.0175 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 154 0.647 0 0 0 test.phys initStep
- 1 -0.503 0.136 156 0.378 0.269 2.07 2.07 test.phys eIoni
- 2 -0.0227 0.332 156 0.0301 0.348 1.45 3.52 test.phys eIoni
- 3 -0.0222 0.319 156 0 0.0301 0.0248 3.54 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 200 1 0 200 700 World Transportation
- 3 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 24.7 0.239 0 24.7 525 test.phys biasWrapper(compt)
- 3 -2.39 7.76 18.2 0.217 0 10.4 535 test.phys biasWrapper(compt)
- 4 -21.4 51 17.3 0.203 0 47.3 582 test.phys biasWrapper(compt)
- 5 -42 93.9 47.7 0.165 0 56.4 639 test.phys biasWrapper(compt)
- 6 -49.7 97.2 44.8 0.152 0 8.92 648 test.phys biasWrapper(compt)
- 7 -68.6 96.6 50 0.127 0 19.6 667 test.phys biasWrapper(compt)
- 8 -90.8 78.9 19.4 0.0853 0 41.8 709 test.phys biasWrapper(compt)
- 9 -79.6 83.2 37.8 0.0853 0 21.9 731 test.phys biasWrapper(Rayl)
- 10 -78 83.5 39.9 0.0798 0 2.7 734 test.phys biasWrapper(compt)
- 11 -87.2 78.6 73.8 0.0674 0 35.5 769 test.phys biasWrapper(compt)
- 12 -135 69 48.9 0.0566 0 54.9 824 test.phys biasWrapper(compt)
- 13 -71 123 0 0.0566 0 97.3 921 World Transportation
- 14 1e+04 8.67e+03 -7.68e+03 0.0566 0 1.53e+04 1.62e+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 -135 69 48.9 0.0108 0 0 0 test.phys initStep
- 1 -135 69 48.9 0 0.0108 0.00406 0.00406 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 -87.2 78.6 73.8 0.0125 0 0 0 test.phys initStep
- 1 -87.2 78.6 73.8 0 0.0125 0.00523 0.00523 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 -78 83.5 39.9 0.00544 0 0 0 test.phys initStep
- 1 -78 83.5 39.9 0 0.00544 0.00124 0.00124 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 -90.8 78.9 19.4 0.0417 0 0 0 test.phys initStep
- 1 -90.9 78.9 19.4 0 0.0417 0.044 0.044 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 -68.6 96.6 50 0.0252 0 0 0 test.phys initStep
- 1 -68.6 96.6 50 0 0.0252 0.0181 0.0181 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 -49.7 97.2 44.8 0.0126 0 0 0 test.phys initStep
- 1 -49.7 97.2 44.8 0 0.0126 0.00534 0.00534 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 -42 93.9 47.7 0.0377 0 0 0 test.phys initStep
- 1 -41.9 93.9 47.7 0 0.0377 0.0368 0.0368 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 -21.4 51 17.3 0.0144 0 0 0 test.phys initStep
- 1 -21.4 51 17.3 0 0.0144 0.00672 0.00672 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 -2.39 7.76 18.2 0.022 0 0 0 test.phys initStep
- 1 -2.39 7.76 18.2 0 0.022 0.0142 0.0142 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 24.7 0.761 0 0 0 test.phys initStep
- 1 0.0834 -0.27 26.5 0.274 0.488 2.29 2.29 test.phys eIoni
- 2 -0.0955 0.186 26.7 0.0251 0.248 1.02 3.31 test.phys eIoni
- 3 -0.102 0.183 26.7 0 0.0251 0.0179 3.33 test.phys eIoni
+ 0 0 0 53 0.262 0 0 0 test.phys initStep
+ 1 -0.333 0.138 53.3 0 0.262 0.955 0.955 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
@@ -1540,1288 +1293,322 @@ Step# X(mm) Y(mm) Z(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 157 0 0 157 657 test.phys biasWrapper(conv)
+ 2 0 0 88 0 0 88 588 test.phys biasWrapper(conv)
*********************************************************************************************************
* G4Track 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 157 9.42 0 0 0 test.phys initStep
- 1 1.69 -0.643 170 5.48 1.54 14 14 test.phys eIoni
- 2 1.7 -0.0729 171 5.06 0.169 1.13 15.2 test.phys eIoni
- 3 2.69 2.2 180 3.89 1.17 9.38 24.5 test.phys eIoni
- 4 4.4 4.13 183 3.01 0.587 4.04 28.6 test.phys eIoni
- 5 6.85 7.94 187 2.28 0.722 6.03 34.6 test.phys eIoni
- 6 8.07 10.8 190 1.69 0.592 4.85 39.5 test.phys eIoni
- 7 8.86 13.2 193 1.18 0.515 3.87 43.3 test.phys eIoni
- 8 9.66 13.6 195 0.767 0.179 1.67 45 test.phys eIoni
- 9 10.2 12.9 196 0.446 0.322 2.3 47.3 test.phys eIoni
- 10 9.25 13.2 197 0.197 0.248 1.64 48.9 test.phys eIoni
- 11 9.37 13 197 0 0.197 0.612 49.6 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 9.66 13.6 195 0.23 0 0 0 test.phys initStep
- 1 9.92 13.8 195 0 0.23 0.781 0.781 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 4.4 4.13 183 0.3 0 0 0 test.phys initStep
- 1 4.03 4.3 184 0.0375 0.262 1.15 1.15 test.phys eIoni
- 2 4.01 4.31 184 0 0.0375 0.0364 1.19 test.phys eIoni
+ 0 0 0 88 78.9 0 0 0 test.phys initStep
+ 1 -0.907 -0.765 124 74.4 4.48 36.3 36.3 test.phys eBrem
+ 2 -1.17 -4.77 165 36.5 5.1 41.4 77.8 test.phys eIoni
+ 3 0.0822 -11 200 32.2 4.26 35.3 113 World Transportation
+ 4 292 -2.19e+03 1e+04 32.2 3.35e-22 1e+04 1.02e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.7 -0.0729 171 0.247 0 0 0 test.phys initStep
- 1 1.61 -0.322 172 0 0.247 0.871 0.871 test.phys eIoni
+ 0 -1.17 -4.77 165 32.8 0 0 0 test.phys initStep
+ 1 -1.13 -4.65 167 32.5 0.216 1.51 1.51 test.phys eBrem
+ 2 -1.26 -4.57 175 26.3 0.865 7.79 9.3 test.phys eBrem
+ 3 -0.643 -5.05 184 24.8 1.04 9.41 18.7 test.phys eIoni
+ 4 -0.351 -5.18 189 23.6 0.586 5.01 23.7 test.phys eIoni
+ 5 -0.088 -5.45 195 22.4 0.65 6.38 30.1 test.phys eBrem
+ 6 -0.0643 -5.82 200 21.6 0.808 4.55 34.6 World Transportation
+ 7 258 -1.06e+03 1e+04 21.6 3.17e-22 9.86e+03 9.89e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2
+* 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 1.69 -0.643 170 2.4 0 0 0 test.phys initStep
- 1 4.54 1.21 173 1.83 0.565 5.03 5.03 test.phys eIoni
- 2 7.42 2.56 175 1.25 0.585 4.1 9.14 test.phys eIoni
- 3 8.33 3.55 177 0.846 0.4 3.13 12.3 test.phys eIoni
- 4 7.9 2.97 179 0.502 0.344 2.44 14.7 test.phys eIoni
- 5 7.74 3.28 180 0.287 0.215 1.77 16.5 test.phys eIoni
- 6 7.87 3.46 181 0 0.287 1.09 17.6 test.phys eIoni
+ 0 -0.351 -5.18 189 0.607 0 0 0 test.phys initStep
+ 1 -1.29 -5.81 190 0.32 0.286 2 2 test.phys eIoni
+ 2 -1.91 -6.02 190 0.0763 0.244 1.24 3.24 test.phys eIoni
+ 3 -1.97 -6.03 190 0 0.0763 0.126 3.36 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 3, Parent ID = 1
+* 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 0 0 157 89.6 0 0 0 test.phys initStep
- 1 0.188 -0.247 179 86.6 2.95 22.5 22.5 test.phys eBrem
- 2 0.312 -0.164 183 86.1 0.468 4.42 26.9 test.phys eBrem
- 3 0.919 0.38 200 84 2.16 16.6 43.5 World Transportation
- 4 573 480 1e+04 84 3.56e-22 9.83e+03 9.87e+03 OutOfWorld Transportation
+ 0 -0.643 -5.05 184 0.518 0 0 0 test.phys initStep
+ 1 -0.457 -4.04 185 0.237 0.28 1.81 1.81 test.phys eIoni
+ 2 -0.391 -3.83 185 0 0.237 0.819 2.63 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 3
+* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 5
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.312 -0.164 183 0.00251 0 0 0 test.phys initStep
- 1 0.313 -0.163 183 0 0.000405 0.0294 0.0294 test.phys biasWrapper(phot)
+ 0 -0.088 -5.45 195 0.483 0 0 0 test.phys initStep
+ 1 0.0922 -5.83 200 0.483 0 4.55 4.55 World Transportation
+ 2 390 -821 1e+04 0.483 0 9.84e+03 9.85e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3
+* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 5
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.188 -0.247 179 0.00421 0 0 0 test.phys initStep
- 1 0.197 -0.244 179 0 0.000405 0.201 0.201 test.phys biasWrapper(phot)
+ 0 -1.26 -4.57 175 5.31 0 0 0 test.phys initStep
+ 1 -1.05 -5.23 200 5.31 0 25.3 25.3 World Transportation
+ 2 78.7 -263 1e+04 5.31 0 9.8e+03 9.83e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 5
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.197 -0.244 179 0.00381 0 0 0 test.phys initStep
- 1 0.197 -0.244 179 0 0.00381 0.000679 0.000679 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.313 -0.163 183 0.0021 0 0 0 test.phys initStep
- 1 0.313 -0.163 183 0 0.0021 0.000257 0.000257 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 200 100 0 200 700 World Transportation
- 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 181 0 0 181 681 test.phys biasWrapper(conv)
-
-*********************************************************************************************************
-* G4Track 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 181 94.3 0 0 0 test.phys initStep
- 1 -0.00398 0.0508 185 80.7 0.593 4.24 4.24 test.phys eBrem
- 2 -0.138 0.141 190 78.3 0.626 4.94 9.18 test.phys eBrem
- 3 -0.421 0.203 200 77.2 1.1 9.78 19 World Transportation
- 4 -225 310 1e+04 77.2 3.53e-22 9.81e+03 9.83e+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.138 0.141 190 1.73 0 0 0 test.phys initStep
- 1 -0.512 0.132 200 1.73 0 9.78 9.78 World Transportation
- 2 -376 -8.3 1e+04 1.73 0 9.81e+03 9.82e+03 OutOfWorld Transportation
+ 0 -1.13 -4.65 167 0.0766 0 0 0 test.phys initStep
+ 1 -0.715 -2.66 200 0.0766 0 33.1 33.1 World Transportation
+ 2 122 587 1e+04 0.0766 0 9.82e+03 9.85e+03 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00398 0.0508 185 13 0 0 0 test.phys initStep
- 1 -0.15 0.312 200 13 0 14.7 14.7 World Transportation
- 2 -97.3 175 1e+04 13 0 9.8e+03 9.82e+03 OutOfWorld Transportation
+ 0 -0.907 -0.765 124 0.0261 0 0 0 test.phys initStep
+ 1 -0.852 -1.17 128 0.0246 0 4.13 4.13 test.phys biasWrapper(compt)
+ 2 -34.3 -59.3 109 0.0234 0 69.8 74 test.phys biasWrapper(compt)
+ 3 -13.4 -60 84.7 0 0.000405 32 106 test.phys biasWrapper(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 0 181 4.67 0 0 0 test.phys initStep
- 1 1.71 -1.13 189 3.72 0.955 8.8 8.8 test.phys eIoni
- 2 1 -4.35 196 3 0.717 7.25 16 test.phys eIoni
- 3 0.985 -4.24 200 2.32 0.678 4.76 20.8 World Transportation
- 4 2.89e+03 -1.27e+03 1e+04 2.32 2.76e-22 1.03e+04 1.03e+04 OutOfWorld Transportation
+ 0 0 0 88 20.1 0 0 0 test.phys initStep
+ 1 1.26 0.398 110 9.93 2.52 21.8 21.8 test.phys eBrem
+ 2 1.63 1.23 113 9.36 0.528 3.66 25.4 test.phys eBrem
+ 3 2.1 2.59 121 8.24 0.889 7.74 33.2 test.phys eIoni
+ 4 3.33 0.743 134 6.16 2.08 14.6 47.7 test.phys eIoni
+ 5 3.97 6.35 144 4.64 1.52 11.2 58.9 test.phys eIoni
+ 6 3 7.41 145 4.42 0.211 2.24 61.2 test.phys eBrem
+ 7 1.52 8.53 147 3.7 0.305 2.56 63.7 test.phys eIoni
+ 8 -2.44 11.6 152 2.92 0.785 7.22 70.9 test.phys eIoni
+ 9 -6.7 12 155 2.28 0.635 5.93 76.9 test.phys eIoni
+ 10 -10.1 9.42 156 1.79 0.495 4.88 81.8 test.phys eIoni
+ 11 -13.2 9.02 158 1.36 0.432 4.06 85.8 test.phys eIoni
+ 12 -15.1 10.7 160 1.02 0.338 3.33 89.2 test.phys eIoni
+ 13 -15.6 12.8 160 0.723 0.296 2.75 91.9 test.phys eIoni
+ 14 -16.3 12.9 162 0.469 0.254 2.22 94.1 test.phys eIoni
+ 15 -17.4 12.8 162 0 0.469 1.69 95.8 test.phys eIoni
+ 16 -17.4 12.8 162 0 0 0 95.8 test.phys annihil
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
+* 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 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.52 8.53 147 0.41 0 0 0 test.phys initStep
+ 1 1.93 9.06 148 0.187 0.222 1.54 1.54 test.phys eIoni
+ 2 1.74 9.21 148 0 0.187 0.564 2.1 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
+* 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 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 200 100 0 200 700 World Transportation
- 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 77.7 0 0 77.7 578 test.phys biasWrapper(conv)
-
-*********************************************************************************************************
-* G4Track 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 77.7 91.4 0 0 0 test.phys initStep
- 1 -2.66 0.511 130 84.6 6.85 52.1 52.1 test.phys eBrem
- 2 -3.23 -0.526 146 69.6 2.15 16.3 68.4 test.phys eBrem
- 3 -4.69 -1.85 197 62.8 6.49 51 119 test.phys eIoni
- 4 -4.95 -1.99 200 62.3 0.486 3.19 123 World Transportation
- 5 -863 -568 1e+04 62.3 3.48e-22 9.85e+03 9.98e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.69 -1.85 197 0.34 0 0 0 test.phys initStep
- 1 -5.33 -1.69 197 0.101 0.239 1.32 1.32 test.phys eIoni
- 2 -5.32 -1.62 197 0 0.101 0.203 1.52 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.23 -0.526 146 12.8 0 0 0 test.phys initStep
- 1 -4.56 -3.28 200 12.8 0 54.1 54.1 World Transportation
- 2 -247 -502 1e+04 12.8 0 9.82e+03 9.87e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.66 0.511 130 0.00366 0 0 0 test.phys initStep
- 1 -2.67 0.51 130 0 0.000405 0.00981 0.00981 test.phys biasWrapper(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 0 77.7 7.54 0 0 0 test.phys initStep
- 1 0.137 -0.709 81.3 6.89 0.471 3.79 3.79 test.phys eBrem
- 2 2.3 -2.13 93 5.37 1.52 12.4 16.2 test.phys eIoni
- 3 7.66 -4.1 98.5 4.03 1.01 8.26 24.4 test.phys eIoni
- 4 8.19 -4.53 99.3 3.79 0.196 1.05 25.5 test.phys eBrem
- 5 11.7 -8.27 104 2.91 0.881 7.36 32.8 test.phys eIoni
- 6 12.1 -9.01 105 0 0.129 1.03 33.9 test.phys annihil
-
-*********************************************************************************************************
-* 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 7.66 -4.1 98.5 0.32 0 0 0 test.phys initStep
- 1 7.39 -4.03 99.1 0.00889 0.311 1.24 1.24 test.phys eIoni
- 2 7.39 -4.03 99.1 0 0.00889 0.0029 1.24 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.67 0.51 130 0.00326 0 0 0 test.phys initStep
- 1 -2.67 0.51 130 0 0.00326 0.000523 0.000523 test.phys eIoni
-
-*********************************************************************************************************
-* 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 12.1 -9.01 105 2.33 0 0 0 test.phys initStep
- 1 89.3 -46.6 153 1.55 0 98.8 98.8 test.phys biasWrapper(compt)
- 2 154 -65.1 158 0.339 0 67.1 166 test.phys biasWrapper(compt)
- 3 184 198 73.1 0.255 0 279 444 test.phys biasWrapper(compt)
- 4 305 239 0 0.255 0 147 591 World Transportation
- 5 1e+04 3.52e+03 -5.86e+03 0.255 0 1.18e+04 1.24e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 184 198 73.1 0.0837 0 0 0 test.phys initStep
- 1 184 198 73.2 0 0.0837 0.147 0.147 test.phys 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 154 -65.1 158 1.21 0 0 0 test.phys initStep
- 1 156 -66.3 158 0.817 0.391 3.06 3.06 test.phys eIoni
- 2 158 -66.7 159 0.332 0.485 2.39 5.45 test.phys eIoni
- 3 158 -67.2 159 0.107 0.225 1.29 6.74 test.phys eIoni
- 4 158 -67.3 159 0 0.107 0.225 6.97 test.phys eIoni
-
-*********************************************************************************************************
-* 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 89.3 -46.6 153 0.786 0 0 0 test.phys initStep
- 1 89.8 -47.3 155 0.476 0.31 2.33 2.33 test.phys eIoni
- 2 89.1 -47.1 156 0.182 0.294 1.71 4.05 test.phys eIoni
- 3 89 -46.8 156 0 0.182 0.539 4.58 test.phys eIoni
-
-*********************************************************************************************************
-* 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 12.1 -9.01 105 1.47 0 0 0 test.phys initStep
- 1 -18.7 -111 200 1.47 0 143 143 World Transportation
- 2 -3.02e+03 -1e+04 9.47e+03 1.47 0 1.39e+04 1.4e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 8.19 -4.53 99.3 0.0503 0 0 0 test.phys initStep
- 1 23.8 -38.5 128 0.0474 0 47.2 47.2 test.phys biasWrapper(compt)
- 2 28.4 -43.4 124 0.0469 0 7.56 54.7 test.phys biasWrapper(compt)
- 3 51.3 -59.3 122 0.0436 0 28 82.7 test.phys biasWrapper(compt)
- 4 32.1 -112 160 0.0404 0 67.8 151 test.phys biasWrapper(compt)
- 5 -32.3 -70.2 200 0.0404 0 86.9 237 World Transportation
- 6 -1e+04 6.47e+03 6.42e+03 0.0404 0 1.34e+04 1.37e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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.137 -0.709 81.3 0.181 0 0 0 test.phys initStep
- 1 20.8 -10.6 172 0.113 0 93.6 93.6 test.phys biasWrapper(compt)
- 2 -32.1 -30.7 134 0.103 0 68 162 test.phys biasWrapper(compt)
- 3 -35.4 -31.4 136 0.0983 0 3.77 165 test.phys biasWrapper(compt)
- 4 -83.7 -101 200 0.0983 0 106 271 World Transportation
- 5 -6.99e+03 -1e+04 9.39e+03 0.0983 0 1.52e+04 1.54e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -35.4 -31.4 136 0.00449 0 0 0 test.phys initStep
- 1 -35.4 -31.4 136 0 0.00449 0.000895 0.000895 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -32.1 -30.7 134 0.0108 0 0 0 test.phys initStep
- 1 -32.1 -30.7 134 0 0.0108 0.00404 0.00404 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 20.8 -10.6 172 0.0675 0 0 0 test.phys initStep
- 1 20.8 -10.6 172 0 0.0675 0.102 0.102 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 32.1 -112 160 0.00316 0 0 0 test.phys initStep
- 1 32.1 -112 160 0 0.00316 0.000497 0.000497 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 51.3 -59.3 122 0.00332 0 0 0 test.phys initStep
- 1 51.3 -59.3 122 0 0.00332 0.000541 0.000541 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 28.4 -43.4 124 0.000449 0 0 0 test.phys initStep
- 1 28.4 -43.4 124 0 0.000449 2.94e-05 2.94e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 23.8 -38.5 128 0.0029 0 0 0 test.phys initStep
- 1 23.8 -38.5 128 0 0.0029 0.000432 0.000432 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 200 100 0 200 700 World Transportation
- 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 100 0 0 100 600 test.phys biasWrapper(conv)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 100 66.9 0 0 0 test.phys initStep
- 1 0.149 0.117 108 54.1 0.92 7.92 7.92 test.phys eBrem
- 2 1.22 -0.44 150 48.4 5.39 41.7 49.6 test.phys eIoni
- 3 1.3 0.809 168 46 2.41 18.4 68 test.phys eBrem
- 4 1.94 1.79 178 44.2 1.48 9.94 78 test.phys eBrem
- 5 2.01 1.85 179 43.8 0.0538 0.541 78.5 test.phys eIoni
- 6 3.07 3.38 191 42.1 1.68 12.4 90.9 test.phys eBrem
- 7 4.25 4.68 200 41 1.1 9.19 100 World Transportation
- 8 1.66e+03 1.56e+03 1e+04 41 3.43e-22 1.01e+04 1.02e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 2.01 1.85 179 0.318 0 0 0 test.phys initStep
- 1 1.82 2.41 179 0.043 0.274 1.23 1.23 test.phys eIoni
- 2 1.81 2.39 179 0 0.043 0.0465 1.28 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 1.22 -0.44 150 0.339 0 0 0 test.phys initStep
- 1 0.579 -0.363 150 0.0322 0.307 1.32 1.32 test.phys eIoni
- 2 0.57 -0.371 150 0 0.0322 0.0278 1.34 test.phys eIoni
-
-*********************************************************************************************************
-* 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 3.07 3.38 191 0.0407 0 0 0 test.phys initStep
- 1 4.3 4.64 200 0.0407 0 9.18 9.18 World Transportation
- 2 1.33e+03 1.37e+03 1e+04 0.0407 0 9.98e+03 9.99e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 1.94 1.79 178 0.316 0 0 0 test.phys initStep
- 1 5.11 4.23 200 0.316 0 22.2 22.2 World Transportation
- 2 1.43e+03 1.1e+03 1e+04 0.316 0 9.96e+03 9.99e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.3 0.809 168 0.0148 0 0 0 test.phys initStep
- 1 1.83 1.2 175 0 0.000405 6.62 6.62 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.83 1.2 175 0.0144 0 0 0 test.phys initStep
- 1 1.83 1.19 175 0 0.0144 0.00671 0.00671 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.149 0.117 108 11.8 0 0 0 test.phys initStep
- 1 0.948 3.33 200 11.8 0 91.7 91.7 World Transportation
- 2 86.4 347 1e+04 11.8 0 9.81e+03 9.9e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 3, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 100 32.1 0 0 0 test.phys initStep
- 1 -0.902 0.272 115 7.1 2.19 14.5 14.5 test.phys eBrem
- 2 -2.19 0.172 127 5.69 1.41 12.7 27.3 test.phys eIoni
- 3 -1.15 3.22 137 4.44 1.25 10.4 37.7 test.phys eIoni
- 4 -0.989 8.04 143 2.93 1.51 8.42 46.1 test.phys eIoni
- 5 -3.1 10.5 147 2.25 0.683 5.95 52.1 test.phys eIoni
- 6 -3.67 11.2 152 1.61 0.64 4.83 56.9 test.phys eIoni
- 7 -4.23 10.6 155 1.11 0.497 3.76 60.7 test.phys eIoni
- 8 -3.67 10.9 157 0.847 0.21 1.87 62.5 test.phys eBrem
- 9 -4.75 11.7 155 0.58 0.267 2.45 65 test.phys eIoni
- 10 -5.72 10.8 155 0.282 0.297 1.94 66.9 test.phys eIoni
- 11 -5.92 10.9 155 0.0467 0.236 1.04 68 test.phys eIoni
- 12 -5.91 10.9 155 0 0.0467 0.0497 68 test.phys eIoni
- 13 -5.91 10.9 155 0 0 0 68 test.phys annihil
-
-*********************************************************************************************************
-* 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 -5.91 10.9 155 0.511 0 0 0 test.phys initStep
- 1 -2.87 21.3 160 0.185 0 11.9 11.9 test.phys biasWrapper(compt)
- 2 4.21 -2.56 160 0.125 0 24.9 36.9 test.phys biasWrapper(compt)
- 3 -447 21.7 125 0.115 0 453 490 test.phys biasWrapper(compt)
- 4 -471 38.8 95.4 0.111 0 41.5 532 test.phys biasWrapper(compt)
- 5 -607 227 19.3 0.0775 0 245 777 test.phys biasWrapper(compt)
- 6 -595 212 27.7 0.0598 0 20.9 797 test.phys biasWrapper(compt)
- 7 -603 231 12.7 0.0489 0 25 822 test.phys biasWrapper(compt)
- 8 -540 174 50.4 0.0423 0 92.6 915 test.phys biasWrapper(compt)
- 9 -577 166 0 0.0423 0 62.8 978 World Transportation
- 10 -7.84e+03 -1.52e+03 -1e+04 0.0423 0 1.25e+04 1.34e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 -540 174 50.4 0.00663 0 0 0 test.phys initStep
- 1 -540 174 50.4 0 0.00663 0.00174 0.00174 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -603 231 12.7 0.0109 0 0 0 test.phys initStep
- 1 -603 231 12.7 0 0.0109 0.00414 0.00414 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -595 212 27.7 0.0177 0 0 0 test.phys initStep
- 1 -595 212 27.7 0 0.0177 0.00969 0.00969 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -607 227 19.3 0.0336 0 0 0 test.phys initStep
- 1 -607 227 19.3 0 0.0336 0.0301 0.0301 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -471 38.8 95.4 0.00362 0 0 0 test.phys initStep
- 1 -471 38.8 95.4 0 0.00362 0.000623 0.000623 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -447 21.7 125 0.00998 0 0 0 test.phys initStep
- 1 -447 21.7 125 0 0.00998 0.00354 0.00354 test.phys eIoni
-
-*********************************************************************************************************
-* 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 4.21 -2.56 160 0.0602 0 0 0 test.phys initStep
- 1 4.24 -2.59 160 0 0.0602 0.0836 0.0836 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -2.87 21.3 160 0.326 0 0 0 test.phys initStep
- 1 -2.79 22 161 0 0.326 1.26 1.26 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -5.91 10.9 155 0.511 0 0 0 test.phys initStep
- 1 -44.9 -123 90.4 0.488 0 154 154 test.phys biasWrapper(compt)
- 2 -42.1 -206 59.6 0.21 0 89 243 test.phys biasWrapper(compt)
- 3 -88 -199 123 0.204 0 78.5 321 test.phys biasWrapper(compt)
- 4 -111 -195 137 0.187 0 26.8 348 test.phys biasWrapper(compt)
- 5 -127 -173 178 0.186 0 49.6 398 test.phys biasWrapper(compt)
- 6 -128 -172 178 0.124 0 0.535 398 test.phys biasWrapper(compt)
- 7 -158 -206 161 0.114 0 48.5 447 test.phys biasWrapper(compt)
- 8 -173 -205 157 0.0969 0 16 463 test.phys biasWrapper(compt)
- 9 -175 -183 148 0 0.000405 23.9 486 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 13
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -175 -183 148 0.0965 0 0 0 test.phys initStep
- 1 -175 -183 148 0 0.0965 0.188 0.188 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -173 -205 157 0.0172 0 0 0 test.phys initStep
- 1 -173 -205 157 0 0.0172 0.00921 0.00921 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -158 -206 161 0.00964 0 0 0 test.phys initStep
- 1 -158 -206 161 0 0.00964 0.00333 0.00333 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -128 -172 178 0.0619 0 0 0 test.phys initStep
- 1 -128 -172 178 0 0.0619 0.0875 0.0875 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -127 -173 178 0.00171 0 0 0 test.phys initStep
- 1 -127 -173 178 0 0.00171 0.000186 0.000186 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -111 -195 137 0.0166 0 0 0 test.phys initStep
- 1 -111 -195 137 0 0.0166 0.00869 0.00869 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -88 -199 123 0.00604 0 0 0 test.phys initStep
- 1 -88 -199 123 0 0.00604 0.00148 0.00148 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -42.1 -206 59.6 0.279 0 0 0 test.phys initStep
- 1 -42 -206 59.3 0 0.279 1.05 1.05 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -44.9 -123 90.4 0.0225 0 0 0 test.phys initStep
- 1 -44.9 -123 90.4 0 0.0225 0.0149 0.0149 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -3.67 10.9 157 0.0549 0 0 0 test.phys initStep
- 1 -29.2 10.5 177 0.048 0 32.6 32.6 test.phys biasWrapper(compt)
- 2 16.2 47.4 200 0.048 0 63 95.5 World Transportation
- 3 1e+04 8.15e+03 5.32e+03 0.048 0 1.38e+04 1.39e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 12
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -29.2 10.5 177 0.00693 0 0 0 test.phys initStep
- 1 -29.2 10.5 177 0 0.00693 0.00188 0.00188 test.phys eIoni
-
-*********************************************************************************************************
-* 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.902 0.272 115 22.8 0 0 0 test.phys initStep
- 1 -7.29 -2.12 200 22.8 0 85.4 85.4 World Transportation
- 2 -743 -278 1e+04 22.8 0 9.83e+03 9.92e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 159 0 0 159 659 test.phys biasWrapper(conv)
-
-*********************************************************************************************************
-* G4Track 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 159 7.83 0 0 0 test.phys initStep
- 1 -2.36 1.24 172 5.2 1.95 13.8 13.8 test.phys eBrem
- 2 -4.53 2.6 181 4.18 1.02 9.6 23.3 test.phys eIoni
- 3 -6.48 2.11 188 3.38 0.8 7.94 31.3 test.phys eIoni
- 4 -9.69 -1.97 192 2.66 0.712 6.64 37.9 test.phys eIoni
- 5 -10.1 -6.48 195 2.06 0.606 5.47 43.4 test.phys eIoni
- 6 -7.95 -8.49 198 1.51 0.547 4.48 47.9 test.phys eIoni
- 7 -5.63 -9.61 200 1.04 0.477 3.57 51.5 test.phys eIoni
- 8 -5.58 -9.68 200 1.02 0.017 0.116 51.6 World Transportation
- 9 1.33e+03 -1e+04 7.71e+03 1.02 3.4e-22 1.26e+04 1.26e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.36 1.24 172 0.677 0 0 0 test.phys initStep
- 1 -9.54 15.2 200 0.677 0 32.2 32.2 World Transportation
- 2 -2.51e+03 4.87e+03 1e+04 0.677 0 1.12e+04 1.13e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 3, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 159 91.2 0 0 0 test.phys initStep
- 1 1.23 -0.0347 191 86.6 4.13 32.5 32.5 test.phys eIoni
- 2 1.36 -0.272 195 86.2 0.405 3.64 36.1 test.phys eBrem
- 3 1.54 -0.486 198 85.8 0.363 3.44 39.6 test.phys eBrem
- 4 1.63 -0.571 200 85.5 0.263 1.83 41.4 World Transportation
- 5 483 -389 1e+04 85.5 3.56e-22 9.82e+03 9.86e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.23 -0.0347 191 0.371 0 0 0 test.phys initStep
- 1 0.742 0.437 192 0.0961 0.275 1.43 1.43 test.phys eIoni
- 2 0.753 0.511 192 0 0.0961 0.187 1.61 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.54 -0.486 198 0.0946 0 0 0 test.phys initStep
- 1 1.62 -0.582 200 0.0946 0 1.83 1.83 World Transportation
- 2 444 -513 1e+04 0.0946 0 9.82e+03 9.83e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.36 -0.272 195 0.0351 0 0 0 test.phys initStep
- 1 1.6 -0.62 200 0.0351 0 5.27 5.27 World Transportation
- 2 431 -650 1e+04 0.0351 0 9.83e+03 9.84e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 182 0 0 182 682 test.phys biasWrapper(conv)
-
-*********************************************************************************************************
-* G4Track 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 182 31.1 0 0 0 test.phys initStep
- 1 0.276 0.303 192 29.7 1.34 10.1 10.1 test.phys eBrem
- 2 0.79 0.199 200 28.7 1.01 7.75 17.9 World Transportation
- 3 464 -537 1e+04 28.7 3.24e-22 9.83e+03 9.84e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.276 0.303 192 0.0165 0 0 0 test.phys initStep
- 1 0.811 0.204 200 0.0165 0 7.74 7.74 World Transportation
- 2 680 -125 1e+04 0.0165 0 9.82e+03 9.83e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 3, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 182 67.9 0 0 0 test.phys initStep
- 1 -0.0804 0.254 192 66 1.31 9.79 9.79 test.phys eBrem
- 2 -0.475 0.245 200 64.8 1.14 8.08 17.9 World Transportation
- 3 -425 -114 1e+04 64.8 3.48e-22 9.81e+03 9.83e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0804 0.254 192 0.657 0 0 0 test.phys initStep
- 1 -0.471 0.2 200 0.657 0 8.07 8.07 World Transportation
- 2 -475 -65.6 1e+04 0.657 0 9.81e+03 9.82e+03 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 7.77 0.863 0 7.77 508 test.phys biasWrapper(hadElastic)
- 3 32.3 -14.4 7.13 0.83 0.0331 35.3 543 test.phys biasWrapper(hadElastic)
- 4 47.4 -44.9 18 0.816 0.0145 35.7 579 test.phys biasWrapper(hadElastic)
- 5 60.5 -56.3 17.8 0.644 0 17.4 596 test.phys biasWrapper(hadElastic)
- 6 57.3 -45.8 27.6 0.631 0.0126 14.8 611 test.phys biasWrapper(hadElastic)
- 7 34 -29.9 79.3 0.609 0.0217 58.9 670 test.phys biasWrapper(hadElastic)
- 8 -225 61.8 190 0.607 0.00244 296 966 test.phys biasWrapper(hadElastic)
- 9 -240 69.7 200 0.607 0 19.2 986 World Transportation
- 10 -1e+04 5.46e+03 7.31e+03 0.607 0 1.32e+04 1.42e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 60.5 -56.3 17.8 0.172 0 0 0 test.phys initStep
- 1 60.5 -56.3 17.8 0 0.172 0.00164 0.00164 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 7.77 0.137 0 0 0 test.phys initStep
- 1 -0.000753 0.000335 7.77 0 0.137 0.00142 0.00142 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 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 69.8 0.929 0 69.8 570 test.phys biasWrapper(hadElastic)
- 3 -9.46 2.71 75.3 0.796 0 11.3 581 test.phys biasWrapper(hadElastic)
- 4 41.7 15.6 145 0.648 0 87.2 668 test.phys biasWrapper(hadElastic)
- 5 78.1 17.6 76.8 0.599 0.0495 77.1 745 test.phys biasWrapper(hadElastic)
- 6 268 -159 39.3 0.527 0 262 1.01e+03 test.phys biasWrapper(hadElastic)
- 7 -168 -790 200 0.527 0 784 1.79e+03 World Transportation
- 8 -6.53e+03 -1e+04 2.54e+03 0.527 0 1.14e+04 1.32e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 5, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 268 -159 39.3 0.0721 0 0 0 test.phys initStep
- 1 268 -159 39.3 0 0.0721 0.000939 0.000939 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.7 15.6 145 0.148 0 0 0 test.phys initStep
- 1 41.7 15.6 145 0 0.148 0.00149 0.00149 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 -9.46 2.71 75.3 0.133 0 0 0 test.phys initStep
- 1 -9.46 2.71 75.3 0 0.133 0.00139 0.00139 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.8 0.0713 0 0 0 test.phys initStep
- 1 0.000561 -0.000161 69.8 0 0.0713 0.000932 0.000932 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 200 1 0 200 700 World Transportation
- 3 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 171 0.99 0.00971 171 671 test.phys biasWrapper(hadElastic)
- 3 2.3 8.41 193 0.912 0 24.1 695 test.phys biasWrapper(hadElastic)
- 4 10.5 84.4 199 0.689 0 76.6 771 test.phys biasWrapper(hadElastic)
- 5 -6.77 43.3 187 0.648 0.0414 46.1 817 test.phys biasWrapper(hadElastic)
- 6 -82.4 30.5 165 0.624 0.0233 79.8 897 test.phys biasWrapper(hadElastic)
- 7 -132 -35.9 120 0.515 0 94.2 991 test.phys biasWrapper(hadElastic)
- 8 -292 225 130 0.452 0.0624 306 1.3e+03 test.phys biasWrapper(hadElastic)
- 9 -286 230 118 0.389 0.0634 14.5 1.31e+03 test.phys biasWrapper(hadElastic)
- 10 -289 234 118 0.308 0 4.3 1.32e+03 test.phys biasWrapper(hadElastic)
- 11 -278 217 84.2 0.308 0.000123 39.6 1.36e+03 test.phys biasWrapper(hadElastic)
- 12 -272 209 69.2 0.237 0 18.1 1.37e+03 test.phys biasWrapper(hadElastic)
- 13 -279 206 86.8 0.22 0.0176 19.3 1.39e+03 test.phys biasWrapper(hadElastic)
- 14 -254 103 140 0.165 0.0544 118 1.51e+03 test.phys biasWrapper(hadElastic)
- 15 -271 142 128 0.135 0.0305 43.5 1.55e+03 test.phys biasWrapper(hadElastic)
- 16 -267 139 153 0.122 0.0126 25.8 1.58e+03 test.phys biasWrapper(hadElastic)
- 17 -274 23.7 181 0.105 0.0171 119 1.7e+03 test.phys biasWrapper(hadElastic)
- 18 -273 24.8 185 0.0851 0.0199 4.12 1.7e+03 test.phys biasWrapper(hadElastic)
- 19 -283 30.2 180 0.0672 0.0179 12.6 1.72e+03 test.phys biasWrapper(hadElastic)
- 20 -278 9.05 181 0.0558 0.0115 21.8 1.74e+03 test.phys biasWrapper(hadElastic)
- 21 -269 19.6 200 0.0558 0 23 1.76e+03 World Transportation
- 22 4.18e+03 5.59e+03 1e+04 0.0558 0 1.21e+04 1.39e+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 -272 209 69.2 0.0712 0 0 0 test.phys initStep
- 1 -272 209 69.2 0 0.0712 0.000931 0.000931 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 -289 234 118 0.0802 0 0 0 test.phys initStep
- 1 -289 234 118 0 0.0802 0.001 0.001 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 -132 -35.9 120 0.11 0 0 0 test.phys initStep
- 1 -132 -35.9 120 0 0.11 0.00123 0.00123 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 10.5 84.4 199 0.223 0 0 0 test.phys initStep
- 1 10.5 84.4 199 0 0.223 0.00184 0.00184 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 2.3 8.41 193 0.0782 0 0 0 test.phys initStep
- 1 2.3 8.41 193 0 0.0782 0.000989 0.000989 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 4.74 0.849 0 4.74 505 test.phys biasWrapper(hadElastic)
- 3 -10.8 5.47 3.1 0.79 0.0591 12.2 517 test.phys biasWrapper(hadElastic)
- 4 -132 -45.2 74.9 0.773 0.0171 150 667 test.phys biasWrapper(hadElastic)
- 5 -154 -41.4 101 0.62 0 34.7 701 test.phys biasWrapper(hadElastic)
- 6 -150 -88.2 74.1 0.542 0 54.3 756 test.phys biasWrapper(hadElastic)
- 7 -257 -67.2 0 0.542 0 132 888 World Transportation
- 8 -1e+04 1.84e+03 -6.72e+03 0.542 0 1.2e+04 1.29e+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 -150 -88.2 74.1 0.0776 0 0 0 test.phys initStep
- 1 -150 -88.2 74.1 0 0.0776 0.000983 0.000983 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 -154 -41.4 101 0.153 0 0 0 test.phys initStep
- 1 -154 -41.4 101 0 0.153 0.00152 0.00152 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 4.74 0.151 0 0 0 test.phys initStep
- 1 0.000745 -0.000377 4.74 0 0.151 0.00151 0.00151 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 48.9 0.972 0.0282 48.9 549 test.phys biasWrapper(hadElastic)
- 3 -8.06 -16.4 73.5 0.916 0.0559 30.6 580 test.phys biasWrapper(hadElastic)
- 4 37.7 1.18 200 0.916 0 136 715 World Transportation
- 5 3.58e+03 1.36e+03 1e+04 0.916 0 1.05e+04 1.12e+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 179 0.979 0.0213 179 679 test.phys biasWrapper(hadElastic)
- 3 8.68 9.3 200 0.979 0 24.2 704 World Transportation
- 4 4.14e+03 4.44e+03 1e+04 0.979 0 1.15e+04 1.22e+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 88.9 0.867 0 88.9 589 test.phys biasWrapper(hadElastic)
- 3 7.16 79.8 89.6 0.657 0 80.1 669 test.phys biasWrapper(hadElastic)
- 4 4.05 49.7 103 0.632 0.0253 33 702 test.phys biasWrapper(hadElastic)
- 5 -7.21 34 139 0.527 0 40.6 743 test.phys biasWrapper(hadElastic)
- 6 2.24 38.7 140 0.509 0.0187 10.7 753 test.phys biasWrapper(hadElastic)
- 7 26.4 33.1 139 0.497 0.0114 24.8 778 test.phys biasWrapper(hadElastic)
- 8 163 39.1 56 0.395 0 160 938 test.phys biasWrapper(hadElastic)
- 9 127 8.5 49.1 0.38 0.0148 47.6 986 test.phys biasWrapper(hadElastic)
- 10 102 -41.3 79.7 0.344 0.0361 63.8 1.05e+03 test.phys biasWrapper(hadElastic)
- 11 81 -47.6 68.1 0.299 0.0453 24.5 1.07e+03 test.phys biasWrapper(hadElastic)
- 12 -12.4 179 101 0.225 0 247 1.32e+03 test.phys biasWrapper(hadElastic)
- 13 -6.45 148 97.5 0.199 0.0261 30.9 1.35e+03 test.phys biasWrapper(hadElastic)
- 14 1.47 149 98.6 0.179 0.0194 8.01 1.36e+03 test.phys biasWrapper(hadElastic)
- 15 9.24 176 139 0.156 0.0229 49.1 1.41e+03 test.phys biasWrapper(hadElastic)
- 16 -11.4 187 137 0.125 0.0318 23.7 1.43e+03 test.phys biasWrapper(hadElastic)
- 17 98.2 219 73.9 0.103 0.0219 130 1.56e+03 test.phys biasWrapper(hadElastic)
- 18 24.5 322 86.6 0.0884 0.0142 127 1.69e+03 test.phys biasWrapper(hadElastic)
- 19 27.2 322 96.3 0.0757 0.0127 10.1 1.7e+03 test.phys biasWrapper(hadElastic)
- 20 72 449 68.2 0.064 0.0117 138 1.84e+03 test.phys biasWrapper(hadElastic)
- 21 76.8 443 57.2 0.0527 0.0112 13.7 1.85e+03 test.phys biasWrapper(hadElastic)
- 22 69.7 448 54.8 0.0525 0.000191 9.16 1.86e+03 test.phys biasWrapper(hadElastic)
- 23 56.4 456 53.7 0.04 0.0125 15.4 1.88e+03 test.phys biasWrapper(hadElastic)
- 24 56.7 455 53.8 0.0318 0.00819 0.551 1.88e+03 test.phys biasWrapper(hadElastic)
- 25 57.7 465 37 0.0245 0.00732 19.6 1.9e+03 test.phys biasWrapper(hadElastic)
- 26 29.7 468 120 0.0207 0.00377 88 1.98e+03 test.phys biasWrapper(hadElastic)
- 27 35.5 452 120 0.0167 0.00403 16.5 2e+03 test.phys biasWrapper(hadElastic)
- 28 27.4 454 124 0.0146 0.00211 9.18 2.01e+03 test.phys biasWrapper(hadElastic)
- 29 0.792 494 62.9 0.0112 0.00333 77.7 2.09e+03 test.phys biasWrapper(hadElastic)
- 30 19.6 501 143 0.0111 0.000113 82.4 2.17e+03 test.phys biasWrapper(hadElastic)
- 31 20.7 496 162 0.0102 0.000888 20.3 2.19e+03 test.phys biasWrapper(hadElastic)
- 32 18.4 528 190 0.00779 0.00244 42.5 2.23e+03 test.phys biasWrapper(hadElastic)
- 33 26.6 519 176 0.00599 0.00179 18.8 2.25e+03 test.phys biasWrapper(hadElastic)
- 34 26.8 521 177 0.00496 0.00104 2.37 2.25e+03 test.phys biasWrapper(hadElastic)
- 35 -103 461 200 0.00496 0 145 2.4e+03 World Transportation
- 36 -1e+04 -4.09e+03 1.95e+03 0.00496 0 1.1e+04 1.34e+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 -12.4 179 101 0.0744 0 0 0 test.phys initStep
- 1 -12.4 179 101 0 0.0744 0.000957 0.000957 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 163 39.1 56 0.102 0 0 0 test.phys initStep
- 1 163 39.1 56 0 0.102 0.00117 0.00117 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 -7.21 34 139 0.105 0 0 0 test.phys initStep
- 1 -7.21 34 139 0 0.105 0.00119 0.00119 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 7.16 79.8 89.6 0.209 0 0 0 test.phys initStep
- 1 7.16 79.8 89.6 0 0.209 0.00179 0.00179 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 88.9 0.133 0 0 0 test.phys initStep
- 1 -7.33e-05 -0.000817 88.9 0 0.133 0.00139 0.00139 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 19.5 0.759 0 19.5 520 test.phys biasWrapper(hadElastic)
- 3 -2.72 8.74 -3.55e-15 0.759 0 21.6 541 World Transportation
- 4 -1.39e+03 4.48e+03 -1e+04 0.759 0 1.1e+04 1.16e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 19.5 0.241 0 0 0 test.phys initStep
- 1 0.000106 -0.000342 19.5 0 0.241 0.0019 0.0019 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 200 100 0 200 700 World Transportation
- 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 175 0 0 175 675 test.phys biasWrapper(neutronInelastic)
-
-*********************************************************************************************************
-* G4Track Information: Particle = N13, Track ID = 7, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 175 2.13 0 0 0 test.phys initStep
- 1 -0.000773 0.0032 175 0 2.13 0.00333 0.00333 test.phys ionIoni
-
-*********************************************************************************************************
-* 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 175 19.6 0 0 0 test.phys initStep
- 1 3.63 -0.109 200 19.6 0 25.6 25.6 World Transportation
- 2 1.41e+03 -42 1e+04 19.6 0 9.9e+03 9.93e+03 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 175 66 0 0 0 test.phys initStep
- 1 2.23 -19.7 200 66 0 32.2 32.2 World Transportation
- 2 861 -7.64e+03 1e+04 66 0 1.24e+04 1.25e+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 0 175 0.145 0 0 0 test.phys initStep
- 1 -68.3 39.8 165 0.128 0 79.6 79.6 test.phys biasWrapper(compt)
- 2 -104 36.2 109 0.124 0 66.3 146 test.phys biasWrapper(compt)
- 3 -146 91.7 0 0.124 0 130 276 World Transportation
- 4 -4.01e+03 5.15e+03 -1e+04 0.124 0 1.19e+04 1.21e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 -104 36.2 109 0.00432 0 0 0 test.phys initStep
- 1 -104 36.2 109 0 0.00432 0.000841 0.000841 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -68.3 39.8 165 0.0169 0 0 0 test.phys initStep
- 1 -68.3 39.8 165 0 0.0169 0.00898 0.00898 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 175 0.332 0 0 0 test.phys initStep
- 1 6.54 19.4 181 0.226 0 21.4 21.4 test.phys biasWrapper(compt)
- 2 203 101 0 0.226 0 279 301 World Transportation
- 3 1e+04 4.2e+03 -9.04e+03 0.226 0 1.39e+04 1.43e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 6.54 19.4 181 0.105 0 0 0 test.phys initStep
- 1 6.53 19.4 181 0 0.105 0.218 0.218 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 175 1.21 0 0 0 test.phys initStep
- 1 124 78.9 95.3 1.21 0 167 167 test.phys biasWrapper(compt)
- 2 137 87.1 86 0.291 0 18 185 test.phys biasWrapper(compt)
- 3 141 83.1 93.3 0.27 0 9.04 194 test.phys biasWrapper(compt)
- 4 191 -94.6 200 0.27 0 213 407 World Transportation
- 5 2.98e+03 -1e+04 6.15e+03 0.27 0 1.19e+04 1.23e+04 OutOfWorld Transportation
+ 0 2.1 2.59 121 0.233 0 0 0 test.phys initStep
+ 1 1.76 2.67 121 0 0.233 0.799 0.799 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 141 83.1 93.3 0.0212 0 0 0 test.phys initStep
- 1 141 83.1 93.3 0 0.0212 0.0133 0.0133 test.phys eIoni
+ 0 -13.4 -60 84.7 0.0229 0 0 0 test.phys initStep
+ 1 -13.4 -60 84.7 0 0.0229 0.0153 0.0153 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 137 87.1 86 0.917 0 0 0 test.phys initStep
- 1 138 88.1 84.6 0.508 0.409 2.57 2.57 test.phys eIoni
- 2 139 88.9 84.4 0.253 0.255 1.79 4.35 test.phys eIoni
- 3 139 89.2 84.2 0 0.253 0.903 5.26 test.phys eIoni
+ 0 -34.3 -59.3 109 0.00122 0 0 0 test.phys initStep
+ 1 -34.3 -59.3 109 0 0.00122 0.000111 0.000111 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 124 78.9 95.3 0.00437 0 0 0 test.phys initStep
- 1 124 78.9 95.3 0 0.00437 0.000856 0.000856 test.phys eIoni
+ 0 -0.852 -1.17 128 0.00151 0 0 0 test.phys initStep
+ 1 -0.852 -1.17 128 0 0.00151 0.000153 0.000153 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -17.4 12.8 162 0.511 0 0 0 test.phys initStep
+ 1 -4.8 46.6 154 0.189 0 36.9 36.9 test.phys biasWrapper(compt)
+ 2 -5.25 45.6 156 0.173 0 2 38.9 test.phys biasWrapper(compt)
+ 3 -21.6 41.5 168 0.164 0 20.7 59.6 test.phys biasWrapper(compt)
+ 4 -142 -25 182 0.144 0 138 198 test.phys biasWrapper(compt)
+ 5 -146 -62.3 200 0.144 0 41.7 240 World Transportation
+ 6 -1.12e+03 -1e+04 5.1e+03 0.144 0 1.11e+04 1.14e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 20
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -142 -25 182 0.0208 0 0 0 test.phys initStep
+ 1 -142 -25 182 0 0.0208 0.0129 0.0129 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 20
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -21.6 41.5 168 0.00885 0 0 0 test.phys initStep
+ 1 -21.6 41.5 168 0 0.00885 0.00287 0.00287 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 20
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.25 45.6 156 0.0153 0 0 0 test.phys initStep
+ 1 -5.24 45.6 156 0 0.0153 0.00753 0.00753 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.8 46.6 154 0.322 0 0 0 test.phys initStep
+ 1 -4.58 47.2 154 0 0.322 1.25 1.25 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -17.4 12.8 162 0.511 0 0 0 test.phys initStep
+ 1 -23.8 -4.55 166 0.332 0 18.9 18.9 test.phys biasWrapper(compt)
+ 2 -24.9 -17.4 152 0.223 0 19.6 38.5 test.phys biasWrapper(compt)
+ 3 -67.8 -101 195 0.218 0 104 142 test.phys biasWrapper(compt)
+ 4 -69 -108 200 0.218 0 8.44 151 World Transportation
+ 5 -1.79e+03 -1e+04 7.67e+03 0.218 0 1.25e+04 1.27e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -67.8 -101 195 0.00513 0 0 0 test.phys initStep
+ 1 -67.8 -101 195 0 0.00513 0.00112 0.00112 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -24.9 -17.4 152 0.11 0 0 0 test.phys initStep
+ 1 -24.9 -17.4 151 0 0.11 0.234 0.234 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -23.8 -4.55 166 0.179 0 0 0 test.phys initStep
+ 1 -23.9 -4.69 166 0 0.179 0.522 0.522 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3 7.41 145 0.00805 0 0 0 test.phys initStep
+ 1 2.4 8.13 146 0 0.000405 1.16 1.16 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.4 8.13 146 0.00764 0 0 0 test.phys initStep
+ 1 2.4 8.13 146 0 0.00764 0.00223 0.00223 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.63 1.23 113 0.0359 0 0 0 test.phys initStep
+ 1 -2.01 18.2 156 0.0327 0 46.7 46.7 test.phys biasWrapper(compt)
+ 2 -4.21 25.6 149 0.0306 0 10.8 57.5 test.phys biasWrapper(compt)
+ 3 39.5 8.7 123 0.0281 0 53.6 111 test.phys biasWrapper(compt)
+ 4 40 14.8 129 0.0275 0 8.99 120 test.phys biasWrapper(compt)
+ 5 11.7 87.2 132 0.0271 0 77.8 198 test.phys biasWrapper(compt)
+ 6 9.47 89.2 135 0 0.000405 3.9 202 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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 9.47 89.2 135 0.0267 0 0 0 test.phys initStep
+ 1 9.47 89.2 135 0 0.0267 0.02 0.02 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 15
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 11.7 87.2 132 0.000414 0 0 0 test.phys initStep
+ 1 11.7 87.2 132 0 0.000414 2.68e-05 2.68e-05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 15
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 40 14.8 129 0.000545 0 0 0 test.phys initStep
+ 1 40 14.8 129 0 0.000545 3.71e-05 3.71e-05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 15
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 39.5 8.7 123 0.00257 0 0 0 test.phys initStep
+ 1 39.5 8.7 123 0 0.00257 0.000354 0.000354 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 15
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -4.21 25.6 149 0.00204 0 0 0 test.phys initStep
+ 1 -4.21 25.6 149 0 0.00204 0.000244 0.000244 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -2.01 18.2 156 0.00319 0 0 0 test.phys initStep
+ 1 -2.01 18.2 156 0 0.00319 0.000505 0.000505 test.phys eIoni
+
+*********************************************************************************************************
+* 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 1.26 0.398 110 7.63 0 0 0 test.phys initStep
+ 1 12.8 14 200 7.63 0 92.2 92.2 World Transportation
+ 2 1.26e+03 1.49e+03 1e+04 7.63 0 9.99e+03 1.01e+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
@@ -2831,310 +1618,1176 @@ 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 100 0 0 0 World initStep
1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 67.7 98.8 0 67.7 568 test.phys biasWrapper(hadElastic)
- 3 22.4 -38.4 175 98.3 0 116 684 test.phys biasWrapper(hadElastic)
- 4 20.3 -47.7 200 98.3 0 27 711 World Transportation
- 5 -797 -3.67e+03 1e+04 98.3 0 1.05e+04 1.12e+04 OutOfWorld Transportation
+ 2 0 0 160 0 0 160 660 test.phys biasWrapper(conv)
*********************************************************************************************************
-* G4Track Information: Particle = N14, 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 22.4 -38.4 175 0.554 0 0 0 test.phys initStep
- 1 22.4 -38.4 175 0 0.554 0.00246 0.00246 test.phys ionIoni
+ 0 0 0 160 60.4 0 0 0 test.phys initStep
+ 1 2.01 -1.58 196 55.1 4.97 36.6 36.6 test.phys eIoni
+ 2 2.07 -1.54 200 54.5 0.635 3.73 40.3 World Transportation
+ 3 154 -40.7 1e+04 54.5 3.42e-22 9.8e+03 9.84e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = N14, 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 67.7 1.15 0 0 0 test.phys initStep
- 1 -0.00145 0.00247 67.7 0 1.15 0.00295 0.00295 test.phys ionIoni
+ 0 2.01 -1.58 196 0.34 0 0 0 test.phys initStep
+ 1 1.47 -1.24 197 0.055 0.285 1.32 1.32 test.phys eIoni
+ 2 1.44 -1.23 197 0 0.055 0.0714 1.39 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* 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 160 38.6 0 0 0 test.phys initStep
+ 1 0.103 0.49 171 37.1 1.27 11 11 test.phys eIoni
+ 2 0.0464 0.786 181 28.9 1.39 10.3 21.3 test.phys eBrem
+ 3 -0.0684 0.983 183 28.6 0.197 1.84 23.1 test.phys eBrem
+ 4 -0.121 1.46 189 26.9 0.596 5.75 28.9 test.phys eBrem
+ 5 -0.169 1.5 189 26.6 0.0736 0.758 29.6 test.phys eIoni
+ 6 -0.66 1.45 200 25.1 1.44 10.7 40.3 World Transportation
+ 7 -664 -359 1e+04 25.1 3.21e-22 9.83e+03 9.87e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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.169 1.5 189 0.299 0 0 0 test.phys initStep
+ 1 -0.632 1.79 190 0.0894 0.21 1.15 1.15 test.phys eIoni
+ 2 -0.651 1.81 190 0 0.0894 0.165 1.32 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.103 0.49 171 0.224 0 0 0 test.phys initStep
+ 1 -0.129 0.753 171 0 0.224 0.751 0.751 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.121 1.46 189 1.11 0 0 0 test.phys initStep
+ 1 -0.531 2.03 200 1.11 0 11.4 11.4 World Transportation
+ 2 -354 489 1e+04 1.11 0 9.82e+03 9.83e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0684 0.983 183 0.0362 0 0 0 test.phys initStep
+ 1 -0.189 1.38 200 0.0362 0 17.1 17.1 World Transportation
+ 2 -69.2 231 1e+04 0.0362 0 9.8e+03 9.82e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0464 0.786 181 6.8 0 0 0 test.phys initStep
+ 1 -0.975 2.17 200 6.8 0 19 19 World Transportation
+ 2 -530 717 1e+04 6.8 0 9.84e+03 9.86e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 0 0 -500 100 0 0 0 World initStep
1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 200 100 0 200 700 World Transportation
- 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+ 2 0 0 195 0 0 195 695 test.phys biasWrapper(conv)
*********************************************************************************************************
-* G4Track Information: Particle = neutron, 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 195 97.3 0 0 0 test.phys initStep
+ 1 -0.0535 -0.139 200 96.7 0.634 5.22 5.22 World Transportation
+ 2 -128 -451 1e+04 96.7 3.6e-22 9.81e+03 9.82e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 3, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 195 1.68 0 0 0 test.phys initStep
+ 1 2.49 2.71 195 1.27 0.407 3.88 3.88 test.phys eIoni
+ 2 4.21 4.3 197 0.862 0.413 3.19 7.07 test.phys eIoni
+ 3 4.35 6.58 196 0.461 0.401 2.48 9.55 test.phys eIoni
+ 4 3.67 7.38 197 0.222 0.239 1.67 11.2 test.phys eIoni
+ 5 3.92 7.63 196 0 0.222 0.717 11.9 test.phys eIoni
+ 6 3.92 7.63 196 0 0 0 11.9 test.phys annihil
+
+*********************************************************************************************************
+* 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 3.92 7.63 196 0.511 0 0 0 test.phys initStep
+ 1 4.75 4.09 200 0.511 0 5.06 5.06 World Transportation
+ 2 2.33e+03 -9.85e+03 1e+04 0.511 0 1.41e+04 1.41e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 3.92 7.63 196 0.511 0 0 0 test.phys initStep
+ 1 3.12 11 193 0.42 0 4.87 4.87 test.phys biasWrapper(compt)
+ 2 23.3 30.9 153 0.401 0 49.1 54 test.phys biasWrapper(compt)
+ 3 143 56 0 0.401 0 196 250 World Transportation
+ 4 7.94e+03 1.7e+03 -1e+04 0.401 0 1.28e+04 1.3e+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 23.3 30.9 153 0.0191 0 0 0 test.phys initStep
+ 1 23.3 30.9 153 0 0.0191 0.0111 0.0111 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 3.12 11 193 0.0912 0 0 0 test.phys initStep
+ 1 3.05 11.1 193 0 0.0912 0.171 0.171 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 147 99.7 0 147 647 test.phys biasWrapper(hadElastic)
- 3 -9.4 -4.84 200 99.7 0 54.4 701 World Transportation
- 4 -1.74e+03 -895 1e+04 99.7 0 9.99e+03 1.07e+04 OutOfWorld Transportation
+ 2 0 0 166 0 0 166 666 test.phys biasWrapper(conv)
*********************************************************************************************************
-* G4Track Information: Particle = N14, 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 0 147 0.29 0 0 0 test.phys initStep
- 1 0.0017 0.000875 147 0 0.29 0.00203 0.00203 test.phys ionIoni
+ 0 0 0 166 70.4 0 0 0 test.phys initStep
+ 1 0.559 -0.671 198 66.4 3.97 31.6 31.6 test.phys eBrem
+ 2 0.612 -0.682 200 66.1 0.272 1.93 33.5 World Transportation
+ 3 334 65.5 1e+04 66.1 3.48e-22 9.81e+03 9.84e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.559 -0.671 198 0.0126 0 0 0 test.phys initStep
+ 1 0.719 -0.659 200 0.0126 0 1.93 1.93 World Transportation
+ 2 818 61.8 1e+04 0.0126 0 9.83e+03 9.84e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 3, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 166 28.6 0 0 0 test.phys initStep
+ 1 -0.0725 -0.0784 169 28 0.281 2.62 2.62 test.phys eBrem
+ 2 -0.342 -0.395 176 26.9 1.04 7.23 9.85 test.phys eBrem
+ 3 -1.08 -0.304 183 18.1 0.833 7.05 16.9 test.phys eBrem
+ 4 -1.75 2.1 199 16.1 1.98 15.7 32.6 test.phys eBrem
+ 5 -1.6 2.28 200 15.9 0.165 1.32 33.9 World Transportation
+ 6 1.47e+03 944 1e+04 15.9 3.11e-22 9.95e+03 9.99e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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.75 2.1 199 0.00475 0 0 0 test.phys initStep
+ 1 -1.74 2.13 199 0 0.000405 0.23 0.23 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 -1.74 2.13 199 0.00435 0 0 0 test.phys initStep
+ 1 -1.74 2.13 199 0 0.00435 0.000849 0.000849 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.08 -0.304 183 8.02 0 0 0 test.phys initStep
+ 1 -2.97 -0.48 200 8.02 0 16.8 16.8 World Transportation
+ 2 -1.12e+03 -104 1e+04 8.02 0 9.86e+03 9.88e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.342 -0.395 176 0.00515 0 0 0 test.phys initStep
+ 1 -0.349 -0.37 177 0 0.000405 0.321 0.321 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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.0725 -0.0784 169 0.309 0 0 0 test.phys initStep
+ 1 -2 -1.34 200 0.309 0 31 31 World Transportation
+ 2 -614 -400 1e+04 0.309 0 9.83e+03 9.86e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.349 -0.37 177 0.00475 0 0 0 test.phys initStep
+ 1 -0.349 -0.37 177 0 0.00475 0.000985 0.000985 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 1.62 98.9 0 1.62 502 test.phys biasWrapper(hadElastic)
- 3 -74.4 26.6 200 98.9 0 214 715 World Transportation
- 4 -3.75e+03 1.34e+03 1e+04 98.9 0 1.05e+04 1.13e+04 OutOfWorld Transportation
+ 2 0 0 27.1 0 0 27.1 527 test.phys biasWrapper(conv)
*********************************************************************************************************
-* G4Track Information: Particle = N14, 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 0 1.62 1.07 0 0 0 test.phys initStep
- 1 0.00265 -0.000948 1.62 0 1.07 0.0029 0.0029 test.phys ionIoni
+ 0 0 0 27.1 68.3 0 0 0 test.phys initStep
+ 1 0.527 0.112 43.5 63.8 2.28 16.4 16.4 test.phys eIoni
+ 2 0.581 1.97 67.1 60.6 3.19 23.7 40.1 test.phys eBrem
+ 3 1.05 3.45 87.9 57.9 2.58 20.8 60.9 test.phys eBrem
+ 4 1.11 3.5 89.9 57.7 0.231 2.02 62.9 test.phys eBrem
+ 5 1.57 3.45 101 55.8 1.43 11.6 74.5 test.phys eIoni
+ 6 2.16 3.37 111 54.5 1.32 10 84.5 test.phys eBrem
+ 7 3.75 3.52 126 52.4 1.73 14.9 99.4 test.phys eIoni
+ 8 4.08 4.1 132 51.3 0.622 5.54 105 test.phys eIoni
+ 9 5.51 9.48 170 29.3 5.18 38.9 144 test.phys eBrem
+ 10 7.78 10.7 192 24.7 2.97 21.9 166 test.phys eBrem
+ 11 7.88 10.8 192 24.5 0.0511 0.445 166 test.phys eBrem
+ 12 9.68 11.3 200 23.5 0.997 7.97 174 World Transportation
+ 13 3.12e+03 108 1e+04 23.5 3.33e-22 1.03e+04 1.05e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* 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 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 115 0 0 115 615 test.phys biasWrapper(neutronInelastic)
+ 0 4.08 4.1 132 0.503 0 0 0 test.phys initStep
+ 1 5.07 3.96 132 0.195 0.308 1.78 1.78 test.phys eIoni
+ 2 4.8 3.91 133 0 0.195 0.603 2.38 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = C12, Track ID = 8, 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 0 115 1.61 0 0 0 test.phys initStep
- 1 -0.00141 0.00313 115 0 1.61 0.00344 0.00344 test.phys ionIoni
+ 0 3.75 3.52 126 0.367 0 0 0 test.phys initStep
+ 1 3.71 2.88 127 0 0.367 1.41 1.41 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = proton, Track ID = 3, Parent ID = 1
+* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 115 9.96 0 0 0 test.phys initStep
- 1 -0.261 -0.315 115 8.16 1.8 0.497 0.497 test.phys hIoni
- 2 -0.468 -0.562 115 6.55 1.61 0.394 0.891 test.phys hIoni
- 3 -0.628 -0.759 115 5.01 1.54 0.314 1.2 test.phys hIoni
- 4 -0.752 -0.916 116 3.42 1.59 0.247 1.45 test.phys hIoni
- 5 -0.842 -1.03 116 1.65 1.76 0.183 1.63 test.phys hIoni
- 6 -0.879 -1.08 116 0 1.65 0.0783 1.71 test.phys hIoni
+ 0 1.57 3.45 101 0.394 0 0 0 test.phys initStep
+ 1 1.95 4.13 102 0.119 0.275 1.5 1.5 test.phys eIoni
+ 2 1.94 4.13 102 0 0.119 0.267 1.76 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 4, 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 115 6.28 0 0 0 test.phys initStep
- 1 45.2 6.35 127 6.21 0 47.2 47.2 test.phys biasWrapper(hadElastic)
- 2 120 14.5 117 4.72 0 76.4 124 test.phys biasWrapper(hadElastic)
- 3 30.8 42.6 112 0 0 94 218 test.phys biasWrapper(neutronInelastic)
+ 0 0.527 0.112 43.5 2.14 0 0 0 test.phys initStep
+ 1 2.26 1.97 46.8 1.57 0.572 4.62 4.62 test.phys eIoni
+ 2 4.07 2.72 49.4 1.16 0.407 3.67 8.29 test.phys eIoni
+ 3 5.95 2.67 51.1 0.812 0.352 2.99 11.3 test.phys eIoni
+ 4 6.46 2.88 52.9 0.545 0.267 2.38 13.7 test.phys eIoni
+ 5 6.61 3.43 54 0.277 0.268 1.87 15.5 test.phys eIoni
+ 6 6.86 3.63 54.5 0.0259 0.251 1.04 16.6 test.phys eIoni
+ 7 6.85 3.64 54.5 0 0.0259 0.019 16.6 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 12, Parent ID = 4
+* 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 30.8 42.6 112 1.39 0 0 0 test.phys initStep
- 1 80.4 -32.6 190 1.37 0.0255 119 119 test.phys biasWrapper(hadElastic)
- 2 110 -66.3 200 1.37 0 45.7 165 World Transportation
- 3 8.69e+03 -1e+04 3.1e+03 1.37 0 1.34e+04 1.36e+04 OutOfWorld Transportation
+ 0 7.88 10.8 192 0.177 0 0 0 test.phys initStep
+ 1 10.3 10.7 200 0.177 0 8.09 8.09 World Transportation
+ 2 3.08e+03 -37.4 1e+04 0.177 0 1.03e+04 1.03e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 115 67.5 0 0 0 test.phys initStep
- 1 11.2 -25.1 200 67.5 0 89.5 89.5 World Transportation
- 2 1.29e+03 -2.91e+03 1e+04 67.5 0 1.03e+04 1.04e+04 OutOfWorld Transportation
+ 0 7.78 10.7 192 1.65 0 0 0 test.phys initStep
+ 1 11.5 11.3 200 1.65 0 8.97 8.97 World Transportation
+ 2 4.45e+03 723 1e+04 1.65 0 1.08e+04 1.08e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4
+* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 30.8 42.6 112 0.193 0 0 0 test.phys initStep
- 1 -56.1 64.8 -1.42e-14 0.193 0 143 143 World Transportation
- 2 -7.84e+03 2.05e+03 -1e+04 0.193 0 1.28e+04 1.3e+04 OutOfWorld Transportation
+ 0 5.51 9.48 170 16.8 0 0 0 test.phys initStep
+ 1 9.52 11.3 200 16.8 0 30.2 30.2 World Transportation
+ 2 1.33e+03 604 1e+04 16.8 0 9.91e+03 9.94e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4
+* 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 30.8 42.6 112 2.42 0 0 0 test.phys initStep
- 1 83.5 206 200 2.42 0 193 193 World Transportation
- 2 3.25e+03 1e+04 5.5e+03 2.42 0 1.16e+04 1.18e+04 OutOfWorld Transportation
+ 0 2.16 3.37 111 0.007 0 0 0 test.phys initStep
+ 1 2.34 3.38 114 0 0.000405 2.54 2.54 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1
+* 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 115 0.281 0 0 0 test.phys initStep
- 1 34.9 26.3 98.9 0.185 0 46.5 46.5 test.phys biasWrapper(compt)
- 2 146 -53.7 183 0.175 0 161 207 test.phys biasWrapper(compt)
- 3 158 -53.7 188 0.168 0 13.3 220 test.phys biasWrapper(compt)
- 4 187 -70.6 200 0.168 0 35.6 256 World Transportation
- 5 1e+04 -5.79e+03 4.23e+03 0.168 0 1.21e+04 1.23e+04 OutOfWorld Transportation
+ 0 1.11 3.5 89.9 0.00889 0 0 0 test.phys initStep
+ 1 1.14 3.52 91.6 0 0.000405 1.69 1.69 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 7
+* 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 158 -53.7 188 0.00678 0 0 0 test.phys initStep
- 1 158 -53.7 188 0 0.00678 0.00181 0.00181 test.phys eIoni
+ 0 1.05 3.45 87.9 0.17 0 0 0 test.phys initStep
+ 1 3.69 6.2 200 0.17 0 112 112 World Transportation
+ 2 235 247 1e+04 0.17 0 9.81e+03 9.92e+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.581 1.97 67.1 0.0065 0 0 0 test.phys initStep
+ 1 0.607 2.04 68.9 0 0.000405 1.81 1.81 test.phys biasWrapper(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 0 27.1 30.7 0 0 0 test.phys initStep
+ 1 -1.14 -0.327 46.2 27.7 2.76 19.1 19.1 test.phys eIoni
+ 2 -16.8 17.4 84.6 22.3 5.39 45.6 64.7 test.phys eIoni
+ 3 -18 18.4 87.4 21.7 0.36 3.21 67.9 test.phys eIoni
+ 4 -30 26.2 107 18.7 2.77 24.5 92.4 test.phys eIoni
+ 5 -36.2 35.7 118 16.6 1.74 15.5 108 test.phys eIoni
+ 6 -42.5 48.6 136 13.3 2.89 23.1 131 test.phys eIoni
+ 7 -43.8 50.2 138 8.76 0.351 3.07 134 test.phys eIoni
+ 8 -52.9 55.1 149 6.79 1.96 15.4 149 test.phys eIoni
+ 9 -58 55.2 153 6.04 0.737 6.76 156 test.phys eBrem
+ 10 -62.9 57 156 4.84 0.954 6.01 162 test.phys eBrem
+ 11 -68.1 61.1 161 3.77 1.07 9.06 171 test.phys eIoni
+ 12 -71.9 60.6 167 3.07 0.704 6.85 178 test.phys eIoni
+ 13 -73.3 58.1 172 2.36 0.703 6.17 184 test.phys eIoni
+ 14 -73.9 57.3 176 1.58 0.785 5.01 189 test.phys eIoni
+ 15 -75.6 56.1 179 1.16 0.416 3.7 193 test.phys eIoni
+ 16 -77.7 54.7 179 0.829 0.332 3 196 test.phys eIoni
+ 17 -78 53.6 181 0.513 0.317 2.42 198 test.phys eIoni
+ 18 -77.6 52.9 181 0.192 0.32 1.8 200 test.phys eIoni
+ 19 -77.4 52.7 182 0 0.192 0.567 201 test.phys eIoni
+ 20 -77.4 52.7 182 0 0 0 201 test.phys annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -43.8 50.2 138 4.21 0 0 0 test.phys initStep
+ 1 -44.8 55.7 143 3.08 1.13 7.99 7.99 test.phys eIoni
+ 2 -45.9 60.3 146 2.41 0.67 6.16 14.2 test.phys eIoni
+ 3 -45.2 64.5 148 1.88 0.536 5.06 19.2 test.phys eIoni
+ 4 -46.2 67.6 150 1.42 0.455 4.18 23.4 test.phys eIoni
+ 5 -47.9 69.3 152 1.01 0.412 3.42 26.8 test.phys eIoni
+ 6 -49.6 69.9 150 0.663 0.346 2.72 29.5 test.phys eIoni
+ 7 -49.1 70.5 149 0.288 0.375 2.11 31.6 test.phys eIoni
+ 8 -49.6 70.2 149 0.0323 0.256 1.1 32.7 test.phys eIoni
+ 9 -49.6 70.2 149 0 0.0323 0.0281 32.8 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -42.5 48.6 136 0.348 0 0 0 test.phys initStep
+ 1 -42.5 49.3 136 0.126 0.222 1.35 1.35 test.phys eIoni
+ 2 -42.4 49.2 136 0 0.126 0.296 1.64 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -36.2 35.7 118 0.355 0 0 0 test.phys initStep
+ 1 -36.7 36.3 117 0.0807 0.275 1.37 1.37 test.phys eIoni
+ 2 -36.7 36.4 118 0 0.0807 0.139 1.51 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -30 26.2 107 0.252 0 0 0 test.phys initStep
+ 1 -30.2 26.6 107 0.107 0.136 0.695 0.695 test.phys eBrem
+ 2 -30.1 26.6 107 0 0.107 0.222 0.918 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -18 18.4 87.4 0.293 0 0 0 test.phys initStep
+ 1 -18.5 18.3 87.5 0 0.293 1.12 1.12 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.14 -0.327 46.2 0.227 0 0 0 test.phys initStep
+ 1 -1.24 0.0531 46.1 0 0.227 0.765 0.765 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.607 2.04 68.9 0.0061 0 0 0 test.phys initStep
+ 1 0.607 2.04 68.9 0 0.0061 0.00151 0.00151 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 146 -53.7 183 0.0102 0 0 0 test.phys initStep
- 1 146 -53.7 183 0 0.0102 0.00369 0.00369 test.phys eIoni
+ 0 1.14 3.52 91.6 0.00848 0 0 0 test.phys initStep
+ 1 1.14 3.53 91.6 0 0.00848 0.00267 0.00267 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 7
+* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 34.9 26.3 98.9 0.0956 0 0 0 test.phys initStep
- 1 34.9 26.3 98.9 0 0.0956 0.185 0.185 test.phys eIoni
+ 0 2.34 3.38 114 0.0066 0 0 0 test.phys initStep
+ 1 2.34 3.38 114 0 0.0066 0.00173 0.00173 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1
+* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 20
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 115 0.459 0 0 0 test.phys initStep
- 1 -199 -168 172 0.316 0 267 267 test.phys biasWrapper(compt)
- 2 -204 -167 179 0.225 0 8.67 275 test.phys biasWrapper(compt)
- 3 -232 -211 191 0.223 0 53.6 329 test.phys biasWrapper(compt)
- 4 -262 -240 200 0.223 0 43 372 World Transportation
- 5 -1e+04 -9.76e+03 3.28e+03 0.223 0 1.4e+04 1.43e+04 OutOfWorld Transportation
+ 0 -30.2 26.6 107 0.00895 0 0 0 test.phys initStep
+ 1 -29.9 26.7 109 0 0.000405 1.72 1.72 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -232 -211 191 0.00227 0 0 0 test.phys initStep
- 1 -232 -211 191 0 0.00227 0.000291 0.000291 test.phys eIoni
+ 0 -29.9 26.7 109 0.00854 0 0 0 test.phys initStep
+ 1 -29.9 26.7 109 0 0.00854 0.0027 0.0027 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 6
+* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -204 -167 179 0.0905 0 0 0 test.phys initStep
- 1 -204 -167 179 0 0.0905 0.168 0.168 test.phys eIoni
+ 0 -77.4 52.7 182 0.511 0 0 0 test.phys initStep
+ 1 -75.1 69.7 81.8 0.226 0 101 101 test.phys biasWrapper(compt)
+ 2 -142 -199 109 0.205 0 278 379 test.phys biasWrapper(compt)
+ 3 -267 -312 200 0.205 0 191 571 World Transportation
+ 4 -1e+04 -9.22e+03 7.35e+03 0.205 0 1.5e+04 1.56e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 6
+* 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 -199 -168 172 0.144 0 0 0 test.phys initStep
- 1 -199 -168 172 0 0.144 0.366 0.366 test.phys eIoni
+ 0 -77.4 52.7 182 0.511 0 0 0 test.phys initStep
+ 1 -77.8 49.5 200 0.511 0 18.7 18.7 World Transportation
+ 2 -302 -1.63e+03 1e+04 0.511 0 9.94e+03 9.96e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
+* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 115 1.41 0 0 0 test.phys initStep
- 1 26.6 82.6 79.2 1.15 0 93.8 93.8 test.phys biasWrapper(compt)
- 2 50.1 379 62.2 0.43 0 298 391 test.phys biasWrapper(compt)
- 3 172 402 73.4 0.266 0 124 516 test.phys biasWrapper(compt)
- 4 194 454 0 0.266 0 92.8 608 World Transportation
- 5 3.28e+03 7.53e+03 -1e+04 0.266 0 1.26e+04 1.32e+04 OutOfWorld Transportation
+ 0 -62.9 57 156 0.253 0 0 0 test.phys initStep
+ 1 -76.6 63.5 168 0.205 0 19.1 19.1 test.phys biasWrapper(compt)
+ 2 -74.1 62.5 195 0.195 0 27.3 46.4 test.phys biasWrapper(compt)
+ 3 -73.3 59.2 200 0.195 0 6.37 52.7 World Transportation
+ 4 1.39e+03 -6.13e+03 1e+04 0.195 0 1.17e+04 1.17e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 14, Parent ID = 4
+* 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 30.8 42.6 112 0.668 0 0 0 test.phys initStep
- 1 30.8 42.6 112 0 0.668 0.00259 0.00259 test.phys ionIoni
+ 0 -58 55.2 153 0.014 0 0 0 test.phys initStep
+ 1 -63.8 55.7 157 0 0.000405 6.92 6.92 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 10, Parent ID = 4
+* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 24
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 120 14.5 117 1.49 0 0 0 test.phys initStep
- 1 120 14.5 117 0 1.49 0.00314 0.00314 test.phys ionIoni
+ 0 -63.8 55.7 157 0.0136 0 0 0 test.phys initStep
+ 1 -63.8 55.7 157 0 0.0136 0.00608 0.00608 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 9, Parent ID = 4
+* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 25
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 45.2 6.35 127 0.0708 0 0 0 test.phys initStep
- 1 45.2 6.35 127 0 0.0708 0.000928 0.000928 test.phys ionIoni
+ 0 -74.1 62.5 195 0.0106 0 0 0 test.phys initStep
+ 1 -74.1 62.6 195 0 0.0106 0.00395 0.00395 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 5
+* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 25
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 172 402 73.4 0.164 0 0 0 test.phys initStep
- 1 172 402 73.6 0 0.164 0.453 0.453 test.phys eIoni
+ 0 -76.6 63.5 168 0.048 0 0 0 test.phys initStep
+ 1 -76.6 63.5 168 0 0.048 0.0562 0.0562 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 5
+* 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 50.1 379 62.2 0.724 0 0 0 test.phys initStep
- 1 49.6 380 62 0.439 0.284 2.22 2.22 test.phys eIoni
- 2 48.7 381 61.9 0.212 0.227 1.62 3.84 test.phys eIoni
- 3 48.8 381 61.7 0 0.212 0.688 4.53 test.phys eIoni
+ 0 -142 -199 109 0.0203 0 0 0 test.phys initStep
+ 1 -142 -199 109 0 0.0203 0.0124 0.0124 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 5
+* 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 26.6 82.6 79.2 0.252 0 0 0 test.phys initStep
- 1 26.8 82.7 78.8 0 0.252 0.899 0.899 test.phys eIoni
+ 0 -75.1 69.7 81.8 0.285 0 0 0 test.phys initStep
+ 1 -75 70 81.4 0.0541 0.231 1.08 1.08 test.phys eIoni
+ 2 -75.1 70 81.4 0 0.0541 0.0694 1.15 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 200 100 0 200 700 World Transportation
+ 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 154 0 0 154 654 test.phys biasWrapper(conv)
+
+*********************************************************************************************************
+* G4Track 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 154 18.3 0 0 0 test.phys initStep
+ 1 -1.42 -0.321 165 17.2 1.11 10.7 10.7 test.phys eBrem
+ 2 1.96 -6.23 192 13.4 3.73 28.3 39 test.phys eBrem
+ 3 2.28 -8.42 197 12.6 0.622 5.31 44.3 test.phys eBrem
+ 4 2.51 -9.38 200 12.3 0.329 2.99 47.3 World Transportation
+ 5 1.22e+03 -3.84e+03 1e+04 12.3 3.23e-22 1.06e+04 1.06e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.28 -8.42 197 0.172 0 0 0 test.phys initStep
+ 1 2.47 -9.29 200 0.172 0 2.96 2.96 World Transportation
+ 2 678 -3.03e+03 1e+04 0.172 0 1.03e+04 1.03e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.42 -0.321 165 0.0269 0 0 0 test.phys initStep
+ 1 -1.43 -0.353 165 0.0251 0 0.312 0.312 test.phys biasWrapper(compt)
+ 2 97.6 -31.6 129 0 0.000405 110 110 test.phys biasWrapper(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 0 154 80.7 0 0 0 test.phys initStep
+ 1 0.149 0.144 160 79.7 0.839 5.54 5.54 test.phys eBrem
+ 2 0.159 0.155 160 79.6 0.0624 0.58 6.12 test.phys eBrem
+ 3 0.248 0.192 167 78.4 0.84 6.05 12.2 test.phys eIoni
+ 4 0.25 0.195 167 77.9 0.0267 0.221 12.4 test.phys eIoni
+ 5 0.817 0.196 187 73.2 2.32 19.9 32.3 test.phys eIoni
+ 6 1.39 -0.0301 194 71.8 0.864 7.91 40.2 test.phys eBrem
+ 7 2.11 0.115 200 71.3 0.575 5.56 45.7 World Transportation
+ 8 1.14e+03 73.2 1e+04 71.3 3.53e-22 9.87e+03 9.91e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.817 0.196 187 2.47 0 0 0 test.phys initStep
+ 1 -0.115 -3.76 190 1.74 0.727 5.15 5.15 test.phys eIoni
+ 2 -2.6 -5.48 190 0.806 0.405 3.16 8.31 test.phys eIoni
+ 3 -3.48 -5.59 192 0.522 0.284 2.37 10.7 test.phys eIoni
+ 4 -2.93 -5.11 192 0.388 0.134 1.07 11.7 test.phys eIoni
+ 5 -3.17 -4.27 192 0.139 0.249 1.48 13.2 test.phys eIoni
+ 6 -3.13 -4.4 192 0 0.139 0.346 13.6 test.phys 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 -2.6 -5.48 190 0.528 0 0 0 test.phys initStep
+ 1 -3.85 -5.45 190 0.264 0.264 1.83 1.83 test.phys eIoni
+ 2 -4.34 -5.51 190 0 0.264 0.967 2.8 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.25 0.195 167 0.446 0 0 0 test.phys initStep
+ 1 0.906 0.785 167 0.188 0.258 1.64 1.64 test.phys eIoni
+ 2 1.12 0.671 167 0 0.188 0.565 2.2 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.248 0.192 167 0.333 0 0 0 test.phys initStep
+ 1 0.824 -0.046 167 0.113 0.22 1.29 1.29 test.phys eIoni
+ 2 0.734 -0.0245 167 0 0.113 0.245 1.54 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 97.6 -31.6 129 0.0247 0 0 0 test.phys initStep
+ 1 97.6 -31.6 129 0 0.0247 0.0174 0.0174 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 -1.43 -0.353 165 0.00177 0 0 0 test.phys initStep
+ 1 -1.43 -0.353 165 0 0.00177 0.000195 0.000195 test.phys eIoni
+
+*********************************************************************************************************
+* 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 1.39 -0.0301 194 0.45 0 0 0 test.phys initStep
+ 1 2.12 0.202 200 0.45 0 5.57 5.57 World Transportation
+ 2 1.3e+03 412 1e+04 0.45 0 9.89e+03 9.9e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.159 0.155 160 0.00662 0 0 0 test.phys initStep
+ 1 0.16 0.159 161 0 2.31e-05 0.291 0.291 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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.149 0.144 160 0.177 0 0 0 test.phys initStep
+ 1 0.817 0.93 200 0.177 0 40.1 40.1 World Transportation
+ 2 164 193 1e+04 0.177 0 9.8e+03 9.84e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.16 0.159 161 0.0066 0 0 0 test.phys initStep
+ 1 0.16 0.159 161 0 0.0066 0.00173 0.00173 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 1.53 0 0 1.53 502 test.phys biasWrapper(conv)
+
+*********************************************************************************************************
+* G4Track 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 1.53 95.1 0 0 0 test.phys initStep
+ 1 -1.96 -2.88 68.2 61.3 8.13 66.7 66.7 test.phys eBrem
+ 2 -1.87 -3.19 79.5 59.7 1.44 11.4 78.1 test.phys eBrem
+ 3 -1.93 -4.41 101 55.8 2.63 21.3 99.4 test.phys eBrem
+ 4 -2.34 -4.66 111 49.2 1.48 10.2 110 test.phys eIoni
+ 5 -2.15 -4.78 115 48.8 0.39 3.53 113 test.phys eBrem
+ 6 0.452 -2.97 140 45.1 2.91 25.7 139 test.phys eBrem
+ 7 3.19 -1.71 160 42 2.58 20.6 159 test.phys eIoni
+ 8 5.3 -0.111 175 39 1.76 15 174 test.phys eIoni
+ 9 6.61 0.942 188 37.2 1.6 12.8 187 test.phys eBrem
+ 10 7.71 2.26 200 35.6 1.65 12.3 200 World Transportation
+ 11 285 1.35e+03 1e+04 35.6 3.33e-22 9.9e+03 1.01e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 5.3 -0.111 175 1.27 0 0 0 test.phys initStep
+ 1 6.52 -1.52 177 0.924 0.349 3.17 3.17 test.phys eIoni
+ 2 7.02 -2.07 179 0.631 0.292 2.58 5.75 test.phys eIoni
+ 3 8.03 -2.83 180 0.336 0.295 2.04 7.79 test.phys eIoni
+ 4 7.38 -2.71 180 0.0275 0.309 1.3 9.1 test.phys eIoni
+ 5 7.39 -2.7 180 0 0.0275 0.0211 9.12 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.19 -1.71 160 0.471 0 0 0 test.phys initStep
+ 1 2.88 -2.48 161 0.193 0.278 1.7 1.7 test.phys eIoni
+ 2 3.03 -2.74 161 0 0.193 0.594 2.29 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.34 -4.66 111 5.19 0 0 0 test.phys initStep
+ 1 -3.24 -4.53 113 4.79 0.266 2.34 2.34 test.phys eBrem
+ 2 -3.75 -4.52 115 4.35 0.218 1.5 3.84 test.phys eIoni
+ 3 -7.76 -4.61 121 3.32 1.02 8.22 12.1 test.phys eIoni
+ 4 -10.8 -3.74 126 2.3 1.02 6.55 18.6 test.phys eIoni
+ 5 -14.1 -2.57 129 1.68 0.628 4.88 23.5 test.phys eIoni
+ 6 -16 -1.97 132 1.24 0.438 3.85 27.3 test.phys eIoni
+ 7 -16.3 -0.176 134 0.832 0.407 3.12 30.5 test.phys eIoni
+ 8 -16.6 0.508 136 0.534 0.298 2.42 32.9 test.phys eIoni
+ 9 -17.7 0.061 136 0.272 0.263 1.85 34.7 test.phys eIoni
+ 10 -17.3 -0.305 136 0.00556 0.266 1.01 35.7 test.phys eIoni
+ 11 -17.3 -0.305 136 0 0.00556 0.00129 35.7 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.75 -4.52 115 0.223 0 0 0 test.phys initStep
+ 1 -3.54 -4.62 115 0 0.223 0.743 0.743 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.24 -4.53 113 0.139 0 0 0 test.phys initStep
+ 1 -32.6 -2.06 200 0.139 0 91.7 91.7 World Transportation
+ 2 -3.35e+03 276 1e+04 0.139 0 1.03e+04 1.04e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 6.61 0.942 188 0.199 0 0 0 test.phys initStep
+ 1 8.09 2.75 200 0.199 0 12.4 12.4 World Transportation
+ 2 1.2e+03 1.46e+03 1e+04 0.199 0 9.98e+03 9.99e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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.452 -2.97 140 0.742 0 0 0 test.phys initStep
+ 1 9.16 -1.36 200 0.742 0 60.7 60.7 World Transportation
+ 2 1.43e+03 262 1e+04 0.742 0 9.91e+03 9.97e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 -2.15 -4.78 115 0.0104 0 0 0 test.phys initStep
+ 1 -2.09 -4.74 116 0 2.31e-05 1.48 1.48 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.09 -4.74 116 0.0104 0 0 0 test.phys initStep
+ 1 -2.09 -4.74 116 0 0.0104 0.00381 0.00381 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.93 -4.41 101 1.21 0 0 0 test.phys initStep
+ 1 3.65 -12.1 200 1.21 0 99.6 99.6 World Transportation
+ 2 556 -767 1e+04 1.21 0 9.84e+03 9.94e+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 -1.87 -3.19 79.5 0.154 0 0 0 test.phys initStep
+ 1 2.03 -10.7 200 0.154 0 121 121 World Transportation
+ 2 319 -623 1e+04 0.154 0 9.82e+03 9.94e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.96 -2.88 68.2 25.7 0 0 0 test.phys initStep
+ 1 2.75 -7.57 200 25.7 0 132 132 World Transportation
+ 2 353 -356 1e+04 25.7 0 9.81e+03 9.94e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e+, Track ID = 3, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 1.53 3.87 0 0 0 test.phys initStep
+ 1 0.713 2.59 8.5 3.09 0.774 7.48 7.48 test.phys eIoni
+ 2 -0.432 6.63 13 2.4 0.689 6.22 13.7 test.phys eIoni
+ 3 -1.97 9.79 16.1 1.85 0.553 5.08 18.8 test.phys eIoni
+ 4 -1.41 11.5 19.4 1.45 0.402 4.16 22.9 test.phys eIoni
+ 5 -3.19 13.6 20.7 0.98 0.468 3.49 26.4 test.phys eIoni
+ 6 -3.58 15.7 20.1 0.655 0.325 2.69 29.1 test.phys eIoni
+ 7 -3.16 17.2 20 0.383 0.273 2.09 31.2 test.phys eIoni
+ 8 -2.31 17.2 20.2 0.129 0.254 1.45 32.7 test.phys eIoni
+ 9 -2.38 17.3 20.1 0 0.129 0.291 33 test.phys eIoni
+ 10 -2.38 17.3 20.1 0 0 0 33 test.phys annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.38 17.3 20.1 0.511 0 0 0 test.phys initStep
+ 1 -98.7 -239 200 0.511 0 328 328 World Transportation
+ 2 -3.76e+03 -1e+04 7.05e+03 0.511 0 1.25e+04 1.28e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 -2.38 17.3 20.1 0.511 0 0 0 test.phys initStep
+ 1 8.41 46 7.11e-15 0.511 0 36.7 36.7 World Transportation
+ 2 3.75e+03 1e+04 -6.98e+03 0.511 0 1.27e+04 1.28e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 200 100 0 200 700 World Transportation
+ 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = 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 75.2 99.7 0 75.2 575 test.phys biasWrapper(hadElastic)
- 3 26.5 -0.59 200 99.7 0 128 703 World Transportation
- 4 2.11e+03 -46.9 1e+04 99.7 0 1e+04 1.07e+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 120 0.955 0.0448 120 620 test.phys biasWrapper(hadElastic)
+ 3 -2.04 0.643 122 0.906 0.0493 2.92 623 test.phys biasWrapper(hadElastic)
+ 4 -19.4 -20 142 0.893 0.0126 33.6 657 test.phys biasWrapper(hadElastic)
+ 5 -158 -199 187 0.802 0 230 887 test.phys biasWrapper(hadElastic)
+ 6 -108 -275 161 0.764 0.0387 95 982 test.phys biasWrapper(hadElastic)
+ 7 18 -299 166 0.581 0 128 1.11e+03 test.phys biasWrapper(hadElastic)
+ 8 -31.2 -265 175 0.49 0 60.9 1.17e+03 test.phys biasWrapper(hadElastic)
+ 9 -18.5 -256 188 0.463 0.0277 20.4 1.19e+03 test.phys biasWrapper(hadElastic)
+ 10 -17.7 -259 200 0.463 0 12 1.2e+03 World Transportation
+ 11 674 -2.52e+03 1e+04 0.463 0 1.01e+04 1.13e+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 -31.2 -265 175 0.0903 0 0 0 test.phys initStep
+ 1 -31.2 -265 175 0 0.0903 0.00108 0.00108 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 -299 166 0.183 0 0 0 test.phys initStep
+ 1 18 -299 166 0 0.183 0.00169 0.00169 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 75.2 0.33 0 0 0 test.phys initStep
- 1 -0.00201 4.47e-05 75.2 0 0.33 0.00211 0.00211 test.phys ionIoni
+ 0 -158 -199 187 0.091 0 0 0 test.phys initStep
+ 1 -158 -199 187 0 0.091 0.00109 0.00109 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 104 0.833 0 104 604 test.phys biasWrapper(hadElastic)
+ 3 11.4 53.3 89.1 0.729 0 56.5 661 test.phys biasWrapper(hadElastic)
+ 4 -14.9 75.9 132 0.728 0.000982 55.2 716 test.phys biasWrapper(hadElastic)
+ 5 -62.5 127 200 0.728 0 97.4 813 World Transportation
+ 6 -6.91e+03 7.46e+03 1e+04 0.728 0 1.4e+04 1.48e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 11.4 53.3 89.1 0.103 0 0 0 test.phys initStep
+ 1 11.4 53.3 89.1 0 0.103 0.00118 0.00118 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 104 0.167 0 0 0 test.phys initStep
+ 1 -0.000174 -0.000809 104 0 0.167 0.00161 0.00161 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 200 1 0 200 700 World Transportation
+ 3 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 102 0.757 0 102 602 test.phys biasWrapper(hadElastic)
+ 3 40 3.06 0 0.757 0 109 711 World Transportation
+ 4 3.97e+03 304 -1e+04 0.757 0 1.07e+04 1.15e+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 102 0.243 0 0 0 test.phys initStep
+ 1 -0.000308 -2.35e-05 102 0 0.243 0.00191 0.00191 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 52.6 0.91 0 52.6 553 test.phys biasWrapper(hadElastic)
+ 3 95.6 9.85 88.5 0.855 0.0552 103 655 test.phys biasWrapper(hadElastic)
+ 4 104 -0.401 108 0.709 0 23.3 678 test.phys biasWrapper(hadElastic)
+ 5 180 -48.4 0 0.709 0 141 819 World Transportation
+ 6 7.29e+03 -4.5e+03 -1e+04 0.709 0 1.31e+04 1.39e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 104 -0.401 108 0.146 0 0 0 test.phys initStep
+ 1 104 -0.401 108 0 0.146 0.00148 0.00148 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 52.6 0.0896 0 0 0 test.phys initStep
+ 1 -0.00068 -7e-05 52.6 0 0.0896 0.00108 0.00108 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 37.5 0.931 0.0687 37.5 537 test.phys biasWrapper(hadElastic)
+ 3 -142 -3.88 121 0.863 0.0685 165 703 test.phys biasWrapper(hadElastic)
+ 4 -142 -22.7 173 0.822 0.0411 54.9 758 test.phys biasWrapper(hadElastic)
+ 5 -131 -9.53 200 0.822 0 32 790 World Transportation
+ 6 3.69e+03 4.74e+03 1e+04 0.822 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 12 0.837 0 12 512 test.phys biasWrapper(hadElastic)
+ 3 12.5 48.5 0 0.837 0 51.5 563 World Transportation
+ 4 2.58e+03 1e+04 -2.45e+03 0.837 0 1.06e+04 1.11e+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 12 0.163 0 0 0 test.phys initStep
+ 1 -0.000208 -0.000805 12 0 0.163 0.00158 0.00158 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 63.7 0.772 0 63.7 564 test.phys biasWrapper(hadElastic)
+ 3 5.14 -49 0 0.772 0 80.5 644 World Transportation
+ 4 811 -7.74e+03 -1e+04 0.772 0 1.26e+04 1.33e+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 63.7 0.228 0 0 0 test.phys initStep
+ 1 -5.42e-05 0.000517 63.7 0 0.228 0.00186 0.00186 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 65.1 0.989 0.0106 65.1 565 test.phys biasWrapper(hadElastic)
+ 3 14.2 -2.6 101 0.746 0 38.3 603 test.phys biasWrapper(hadElastic)
+ 4 13 -1.2 88.2 0.678 0.0679 12.5 616 test.phys biasWrapper(hadElastic)
+ 5 28.2 23.5 79.2 0.513 0 30.4 646 test.phys biasWrapper(hadElastic)
+ 6 24.5 20.6 81.6 0.441 0 5.29 652 test.phys biasWrapper(hadElastic)
+ 7 -77.8 123 30.8 0.332 0 153 805 test.phys biasWrapper(hadElastic)
+ 8 -69.2 107 40.5 0.286 0.0466 20 825 test.phys biasWrapper(hadElastic)
+ 9 -107 175 166 0.282 0.00392 147 972 test.phys biasWrapper(hadElastic)
+ 10 -103 207 198 0.27 0.0113 46.1 1.02e+03 test.phys biasWrapper(hadElastic)
+ 11 -105 209 200 0.27 0 3 1.02e+03 World Transportation
+ 12 -1e+04 9.27e+03 8.14e+03 0.27 0 1.56e+04 1.66e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 5, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -77.8 123 30.8 0.108 0 0 0 test.phys initStep
+ 1 -77.8 123 30.8 0 0.108 0.00122 0.00122 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 24.5 20.6 81.6 0.072 0 0 0 test.phys initStep
+ 1 24.5 20.6 81.6 0 0.072 0.000938 0.000938 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 28.2 23.5 79.2 0.165 0 0 0 test.phys initStep
+ 1 28.2 23.5 79.2 0 0.165 0.0016 0.0016 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 14.2 -2.6 101 0.244 0 0 0 test.phys initStep
+ 1 14.2 -2.6 101 0 0.244 0.00191 0.00191 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 162 0.927 0 162 662 test.phys biasWrapper(hadElastic)
+ 3 46.2 52.4 200 0.927 0 79.5 742 World Transportation
+ 4 8.83e+03 1e+04 7.42e+03 0.927 0 1.51e+04 1.59e+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 162 0.0726 0 0 0 test.phys initStep
+ 1 -0.000391 -0.000443 162 0 0.0726 0.000943 0.000943 test.phys ionIoni
*********************************************************************************************************
* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
@@ -3143,8 +2796,594 @@ Step# X(mm) Y(mm) Z(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 95.3 99.9 0.0591 95.3 595 test.phys biasWrapper(hadElastic)
- 3 1.54 9.14 200 99.9 0 105 700 World Transportation
- 4 146 865 1e+04 99.9 0 9.84e+03 1.05e+04 OutOfWorld Transportation
+ 2 0 0 200 100 0 200 700 World Transportation
+ 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 56 0 0 56 556 test.phys biasWrapper(neutronInelastic)
+
+*********************************************************************************************************
+* G4Track Information: Particle = Be8, Track ID = 7, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 56 2.72 0 0 0 test.phys initStep
+ 1 -0.00598 -0.00234 56 0 2.72 0.00644 0.00644 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = deuteron, Track ID = 6, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 56 1.82 0 0 0 test.phys initStep
+ 1 0.0178 -0.0348 56.1 0 1.82 0.0606 0.0606 test.phys hIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = alpha, Track ID = 5, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 56 7.19 0 0 0 test.phys initStep
+ 1 -0.0269 0.0722 56.1 0 7.19 0.0889 0.0889 test.phys ionIoni
+
+*********************************************************************************************************
+* 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 56 69.9 0 0 0 test.phys initStep
+ 1 89.5 -25.8 163 69.8 0 142 142 test.phys biasWrapper(hadElastic)
+ 2 124 -27.5 200 69.8 0 51.1 193 World Transportation
+ 3 9.31e+03 -481 1e+04 69.8 0 1.34e+04 1.36e+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 0 56 0.174 0 0 0 test.phys initStep
+ 1 6.73 -8.52 82.9 0.162 0 29 29 test.phys biasWrapper(compt)
+ 2 15.8 -5.11 94 0.121 0 14.7 43.8 test.phys biasWrapper(compt)
+ 3 102 36.9 0 0.121 0 135 178 World Transportation
+ 4 9.31e+03 4.5e+03 -1e+04 0.121 0 1.43e+04 1.45e+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 0 56 0.508 0 0 0 test.phys initStep
+ 1 -150 -72.7 38.8 0.423 0 168 168 test.phys biasWrapper(compt)
+ 2 -164 -91.9 47.4 0.417 0 25.5 193 test.phys biasWrapper(compt)
+ 3 -173 -99.5 52.7 0.183 0 12.5 206 test.phys biasWrapper(compt)
+ 4 -182 -34.8 42.2 0.142 0 66.1 272 test.phys biasWrapper(compt)
+ 5 -173 -32.3 0 0.142 0 43.3 315 World Transportation
+ 6 2.08e+03 575 -1e+04 0.142 0 1.03e+04 1.06e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 8, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 89.5 -25.8 163 0.132 0 0 0 test.phys initStep
+ 1 89.5 -25.8 163 0 0.132 0.00138 0.00138 test.phys ionIoni
+
+*********************************************************************************************************
+* 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 -182 -34.8 42.2 0.0415 0 0 0 test.phys initStep
+ 1 -182 -34.8 42.2 0 0.0415 0.0436 0.0436 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -173 -99.5 52.7 0.234 0 0 0 test.phys initStep
+ 1 -173 -99.8 52.9 0 0.234 0.801 0.801 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -164 -91.9 47.4 0.0066 0 0 0 test.phys initStep
+ 1 -164 -91.9 47.4 0 0.0066 0.00173 0.00173 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -150 -72.7 38.8 0.0846 0 0 0 test.phys initStep
+ 1 -150 -72.7 38.7 0 0.0846 0.15 0.15 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 15.8 -5.11 94 0.0405 0 0 0 test.phys initStep
+ 1 15.8 -5.11 94.1 0 0.0405 0.0418 0.0418 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 6.73 -8.52 82.9 0.0125 0 0 0 test.phys initStep
+ 1 6.73 -8.52 82.9 0 0.0125 0.00524 0.00524 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 200 100 0 200 700 World Transportation
+ 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 30.8 0 0 30.8 531 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 30.8 6.89 0 0 0 test.phys initStep
+ 1 0.0073 0.00141 30.8 0 6.89 0.0174 0.0174 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = triton, Track ID = 7, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 30.8 4.32 0 0 0 test.phys initStep
+ 1 -0.0169 -0.0975 31 1.43 2.88 0.155 0.155 test.phys hIoni
+ 2 -0.0205 -0.12 31 0 1.43 0.035 0.19 test.phys hIoni
+ 3 -0.0205 -0.12 31 0 0 0 0.19 test.phys Decay
+
+*********************************************************************************************************
+* G4Track Information: Particle = proton, Track ID = 4, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 30.8 10.8 0 0 0 test.phys initStep
+ 1 -0.408 -0.101 31.2 9.11 1.68 0.55 0.55 test.phys hIoni
+ 2 -0.74 -0.194 31.5 7.44 1.67 0.446 0.996 test.phys hIoni
+ 3 -1 -0.271 31.7 5.74 1.7 0.357 1.35 test.phys hIoni
+ 4 -1.2 -0.329 31.9 4.15 1.59 0.277 1.63 test.phys hIoni
+ 5 -1.36 -0.371 32 2.55 1.6 0.212 1.84 test.phys hIoni
+ 6 -1.46 -0.403 32.1 0.634 1.92 0.143 1.99 test.phys hIoni
+ 7 -1.47 -0.406 32.1 0 0.634 0.0175 2 test.phys hIoni
+
+*********************************************************************************************************
+* 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 30.8 13.3 0 0 0 test.phys initStep
+ 1 0.562 0.463 30.9 11.3 2.01 0.729 0.729 test.phys hIoni
+ 2 1.02 0.829 30.9 9.63 1.65 0.583 1.31 test.phys hIoni
+ 3 1.39 1.12 30.9 7.89 1.74 0.477 1.79 test.phys hIoni
+ 4 1.69 1.35 30.9 6.27 1.62 0.38 2.17 test.phys hIoni
+ 5 1.93 1.54 30.9 4.73 1.54 0.301 2.47 test.phys hIoni
+ 6 2.11 1.68 30.9 3.13 1.6 0.235 2.71 test.phys hIoni
+ 7 2.24 1.79 30.9 1.4 1.73 0.171 2.88 test.phys hIoni
+ 8 2.29 1.83 30.9 0.134 1.26 0.0598 2.94 test.phys hIoni
+ 9 2.29 1.83 30.9 0 0.134 0.00284 2.94 test.phys hIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 5, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 30.8 3.06 0 0 0 test.phys initStep
+ 1 43.1 -45.8 28.5 3.01 0.0451 63 63 test.phys biasWrapper(hadElastic)
+ 2 112 -75.3 41.3 2.87 0 76 139 test.phys biasWrapper(hadElastic)
+ 3 177 -74.8 0 2.87 0 76.9 216 World Transportation
+ 4 1e+04 -4.08 -6.26e+03 2.87 0 1.16e+04 1.19e+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 30.8 21.3 0 0 0 test.phys initStep
+ 1 -98.1 27.7 0 21.3 0 107 107 World Transportation
+ 2 -1e+04 2.82e+03 -3.11e+03 21.3 0 1.07e+04 1.09e+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 0 30.8 0.698 0 0 0 test.phys initStep
+ 1 -84.7 43.2 21.9 0.392 0 95.5 95.5 test.phys biasWrapper(compt)
+ 2 -252 -33.4 165 0.208 0 234 329 test.phys biasWrapper(compt)
+ 3 -160 -150 172 0.115 0 149 478 test.phys biasWrapper(compt)
+ 4 -215 -81.6 160 0.105 0 89 567 test.phys biasWrapper(compt)
+ 5 -213 -29.1 100 0.0956 0 79.6 646 test.phys biasWrapper(compt)
+ 6 -255 46.6 104 0.0841 0 87 734 test.phys biasWrapper(compt)
+ 7 -296 36.7 98.9 0.0796 0 41.7 775 test.phys biasWrapper(compt)
+ 8 -389 73.7 0 0.0796 0 141 916 World Transportation
+ 9 -9.84e+03 3.81e+03 -1e+04 0.0796 0 1.43e+04 1.52e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 9, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 112 -75.3 41.3 0.14 0 0 0 test.phys initStep
+ 1 112 -75.3 41.3 0 0.14 0.00143 0.00143 test.phys ionIoni
+
+*********************************************************************************************************
+* 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 -296 36.7 98.9 0.00443 0 0 0 test.phys initStep
+ 1 -296 36.7 98.9 0 0.00443 0.000877 0.000877 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 -255 46.6 104 0.0116 0 0 0 test.phys initStep
+ 1 -255 46.6 104 0 0.0116 0.00459 0.00459 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 -213 -29.1 100 0.00934 0 0 0 test.phys initStep
+ 1 -213 -29.1 100 0 0.00934 0.00316 0.00316 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 -215 -81.6 160 0.00971 0 0 0 test.phys initStep
+ 1 -215 -81.6 160 0 0.00971 0.00338 0.00338 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 -160 -150 172 0.093 0 0 0 test.phys initStep
+ 1 -160 -150 172 0 0.093 0.177 0.177 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 -252 -33.4 165 0.185 0 0 0 test.phys initStep
+ 1 -252 -33.4 166 0 0.185 0.551 0.551 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 -84.7 43.2 21.9 0.305 0 0 0 test.phys initStep
+ 1 -85 43.7 21.6 0.0139 0.291 1.18 1.18 test.phys eIoni
+ 2 -85 43.7 21.6 0 0.0139 0.00636 1.18 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 106 0 0 106 606 test.phys biasWrapper(neutronInelastic)
+
+*********************************************************************************************************
+* G4Track Information: Particle = C13, Track ID = 6, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 106 0.694 0 0 0 test.phys initStep
+ 1 0.00286 -0.000212 106 0 0.694 0.00292 0.00292 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 106 4.41 0 0 0 test.phys initStep
+ 1 -0.0749 0.188 107 2.71 1.7 0.223 0.223 test.phys hIoni
+ 2 -0.128 0.309 107 0.86 1.85 0.151 0.374 test.phys hIoni
+ 3 -0.137 0.332 107 0 0.86 0.0278 0.402 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 106 86.1 0 0 0 test.phys initStep
+ 1 -23.4 -16 200 86.1 0 97.7 97.7 World Transportation
+ 2 -2.48e+03 -1.69e+03 1e+04 86.1 0 1.02e+04 1.03e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 106 0.282 0 0 0 test.phys initStep
+ 1 -17.1 0.253 103 0.259 0 17.5 17.5 test.phys biasWrapper(compt)
+ 2 -73.2 -20.8 117 0.136 0 61.5 79 test.phys biasWrapper(compt)
+ 3 33 10.3 169 0.0995 0 122 201 test.phys biasWrapper(compt)
+ 4 -1.22 5.48 200 0.0995 0 46.4 248 World Transportation
+ 5 -1e+04 -1.39e+03 9.24e+03 0.0995 0 1.36e+04 1.38e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 33 10.3 169 0.0367 0 0 0 test.phys initStep
+ 1 33 10.3 169 0 0.0367 0.0351 0.0351 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -73.2 -20.8 117 0.123 0 0 0 test.phys initStep
+ 1 -73.3 -20.8 117 0 0.123 0.283 0.283 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -17.1 0.253 103 0.023 0 0 0 test.phys initStep
+ 1 -17.1 0.258 103 0 0.023 0.0154 0.0154 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 106 0.871 0 0 0 test.phys initStep
+ 1 2.39 0.469 106 0.223 0 2.6 2.6 test.phys biasWrapper(compt)
+ 2 -22.5 -37.4 114 0.222 0 46.1 48.7 test.phys biasWrapper(compt)
+ 3 -171 -245 200 0.222 0 270 319 World Transportation
+ 4 -7.16e+03 -1e+04 4.25e+03 0.222 0 1.27e+04 1.3e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 -22.5 -37.4 114 0.00113 0 0 0 test.phys initStep
+ 1 -22.5 -37.4 114 0 0.00113 9.91e-05 9.91e-05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.39 0.469 106 0.648 0 0 0 test.phys initStep
+ 1 3.75 0.972 105 0.343 0.305 2.08 2.08 test.phys eIoni
+ 2 3.94 0.38 105 0.0842 0.258 1.33 3.4 test.phys eIoni
+ 3 3.94 0.379 105 0 0.0842 0.149 3.55 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 200 100 0 200 700 World Transportation
+ 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 145 0 0 145 645 test.phys biasWrapper(neutronInelastic)
+
+*********************************************************************************************************
+* G4Track Information: Particle = N13, Track ID = 6, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 145 0.244 0 0 0 test.phys initStep
+ 1 -0.00145 -0.000891 145 0 0.244 0.00182 0.00182 test.phys ionIoni
+
+*********************************************************************************************************
+* 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 145 16.4 0 0 0 test.phys initStep
+ 1 -46.6 -22.2 200 16.4 0 75.6 75.6 World Transportation
+ 2 -8.31e+03 -3.95e+03 1e+04 16.4 0 1.34e+04 1.35e+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 145 71 0 0 0 test.phys initStep
+ 1 30.3 15.9 200 71 0 65 65 World Transportation
+ 2 5.41e+03 2.83e+03 1e+04 71 0 1.15e+04 1.16e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 145 0.523 0 0 0 test.phys initStep
+ 1 -40.2 24.3 159 0.457 0 49.2 49.2 test.phys biasWrapper(compt)
+ 2 -83.5 111 197 0.196 0 104 153 test.phys biasWrapper(compt)
+ 3 -96.3 87.9 200 0.196 0 27 180 World Transportation
+ 4 -5.57e+03 -1e+04 1.68e+03 0.196 0 1.16e+04 1.18e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -83.5 111 197 0.261 0 0 0 test.phys initStep
+ 1 -83.6 112 197 0 0.261 0.948 0.948 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -40.2 24.3 159 0.0662 0 0 0 test.phys initStep
+ 1 -40.3 24.2 159 0 0.0662 0.0984 0.0984 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 145 1.27 0 0 0 test.phys initStep
+ 1 18.3 13.7 136 0.249 0 24.3 24.3 test.phys biasWrapper(compt)
+ 2 8.4 4.62 129 0.232 0 15.2 39.6 test.phys biasWrapper(compt)
+ 3 -28.9 -4.87 122 0.209 0 39.2 78.8 test.phys biasWrapper(compt)
+ 4 -36.2 -12.3 124 0.155 0 10.8 89.6 test.phys biasWrapper(compt)
+ 5 -18.7 -58.6 82.3 0.13 0 64.9 154 test.phys biasWrapper(compt)
+ 6 60.3 -70.1 80.7 0.111 0 79.8 234 test.phys biasWrapper(compt)
+ 7 124 44.1 29 0.0923 0 140 375 test.phys biasWrapper(compt)
+ 8 120 50.1 36.2 0.0873 0 10.1 385 test.phys biasWrapper(compt)
+ 9 -165 51.7 200 0.0873 0 329 714 World Transportation
+ 10 -1e+04 107 5.85e+03 0.0873 0 1.13e+04 1.21e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 120 50.1 36.2 0.00502 0 0 0 test.phys initStep
+ 1 120 50.1 36.2 0 0.00502 0.00108 0.00108 test.phys eIoni
+
+*********************************************************************************************************
+* 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 124 44.1 29 0.0191 0 0 0 test.phys initStep
+ 1 124 44.1 29 0 0.0191 0.0111 0.0111 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 60.3 -70.1 80.7 0.0189 0 0 0 test.phys initStep
+ 1 60.3 -70.1 80.7 0 0.0189 0.0109 0.0109 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -18.7 -58.6 82.3 0.0244 0 0 0 test.phys initStep
+ 1 -18.7 -58.6 82.3 0 0.0244 0.0171 0.0171 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -36.2 -12.3 124 0.0541 0 0 0 test.phys initStep
+ 1 -36.2 -12.3 124 0 0.0541 0.0694 0.0694 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -28.9 -4.87 122 0.0229 0 0 0 test.phys initStep
+ 1 -28.9 -4.86 122 0 0.0229 0.0152 0.0152 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 8.4 4.62 129 0.0168 0 0 0 test.phys initStep
+ 1 8.41 4.62 129 0 0.0168 0.00884 0.00884 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 18.3 13.7 136 1.02 0 0 0 test.phys initStep
+ 1 20 15 136 0.74 0.279 2.74 2.74 test.phys eIoni
+ 2 21.5 15.2 135 0.449 0.291 2.25 4.99 test.phys eIoni
+ 3 22.4 14.9 134 0.211 0.237 1.65 6.64 test.phys eIoni
+ 4 22.6 15.2 134 0 0.211 0.684 7.32 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 123 99.2 0 123 623 test.phys biasWrapper(hadElastic)
+ 3 5.45 24.7 200 99.2 0 80.7 704 World Transportation
+ 4 703 3.19e+03 1e+04 99.2 0 1.03e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 123 0.765 0 0 0 test.phys initStep
+ 1 -0.000561 -0.00254 123 0 0.765 0.00268 0.00268 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 200 100 0 200 700 World Transportation
+ 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 200 100 0 200 700 World Transportation
+ 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
Graphics systems deleted.
Visualization Manager deleting...
diff --git a/examples/extended/biasing/GB02/exampleGB02.out b/examples/extended/biasing/GB02/exampleGB02.out
index 43d9ae3f43..9ba90d2044 100644
--- a/examples/extended/biasing/GB02/exampleGB02.out
+++ b/examples/extended/biasing/GB02/exampleGB02.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -71,9 +71,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
phot: for gamma SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 100 TeV in 61 bins
@@ -121,7 +119,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -152,12 +150,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -183,8 +181,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -216,7 +214,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -243,12 +241,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -275,12 +273,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -307,7 +305,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -340,7 +338,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -373,12 +371,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -405,12 +403,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -437,7 +435,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -637,6 +635,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -651,6 +650,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -759,16 +759,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
@@ -787,2511 +792,602 @@ Step# X(mm) Y(mm) Z(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 122 0.291 0 122 622 test.phys biasWrapper(compt)
- 2 -63.2 48.4 101 0.2 0 82.1 704 test.phys biasWrapper(compt)
- 3 -81 31.8 97.5 0.136 0 24.7 729 test.phys biasWrapper(compt)
- 4 -220 255 135 0.105 0 266 994 test.phys biasWrapper(compt)
- 5 -181 275 139 0.0776 0 44.3 1.04e+03 test.phys biasWrapper(compt)
- 6 -182 273 140 0.0604 0 2.61 1.04e+03 test.phys biasWrapper(compt)
- 7 -169 282 137 0.0584 0 16 1.06e+03 test.phys biasWrapper(compt)
- 8 -156 321 154 0.0479 0 44.3 1.1e+03 test.phys biasWrapper(compt)
- 9 -154 263 107 0.0479 0 75.2 1.18e+03 test.phys biasWrapper(Rayl)
- 10 -154 261 105 0.0479 0 2.33 1.18e+03 test.phys biasWrapper(Rayl)
- 11 -150 232 82.3 0.0419 0 37.6 1.22e+03 test.phys biasWrapper(compt)
- 12 -172 233 103 0.0399 0 29.7 1.25e+03 test.phys biasWrapper(compt)
- 13 -177 253 108 0.0345 0 21.2 1.27e+03 test.phys biasWrapper(compt)
- 14 -175 239 107 0 0.000405 13.7 1.28e+03 test.phys biasWrapper(phot)
+ 1 0 0 17.9 0.216 0 17.9 518 test.phys biasWrapper(compt)
+ 2 -7.42 7.85 -3.55e-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
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, 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 -175 239 107 0.0341 0 0 0 test.phys initStep
- 1 -175 239 107 0 0.0341 0.0309 0.0309 test.phys eIoni
+ 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.472 -0.242 20.6 0.15 0.256 1.53 3.86 test.phys eIoni
+ 3 0.636 -0.35 20.5 0 0.15 0.392 4.25 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, 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 -177 253 108 0.00534 0 0 0 test.phys initStep
- 1 -177 253 108 0 0.00534 0.0012 0.0012 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 = 12, 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 -172 233 103 0.00203 0 0 0 test.phys initStep
- 1 -172 233 103 0 0.00203 0.000243 0.000243 test.phys eIoni
+ 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
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 11, 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 -150 232 82.3 0.00603 0 0 0 test.phys initStep
- 1 -150 232 82.3 0 0.00603 0.00148 0.00148 test.phys eIoni
+ 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
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 10, 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 -156 321 154 0.0105 0 0 0 test.phys initStep
- 1 -156 321 154 0 0.0105 0.00385 0.00385 test.phys eIoni
+ 0 0 0 72.8 0.0107 0 0 0 test.phys initStep
+ 1 -0.00129 0.0014 72.8 0 0.0107 0.004 0.004 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 9, 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 -169 282 137 0.00198 0 0 0 test.phys initStep
- 1 -169 282 137 0 0.00198 0.000233 0.000233 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 = 8, 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 -182 273 140 0.0173 0 0 0 test.phys initStep
- 1 -182 273 140 0 0.0173 0.00927 0.00927 test.phys eIoni
+ 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 0 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
+
+*********************************************************************************************************
+* 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.356 -0.0511 17.5 0.45 0.287 2.24 2.24 test.phys eIoni
+ 2 0.0721 0.354 18.4 0.215 0.235 1.65 3.89 test.phys eIoni
+ 3 -0.252 0.483 18.5 0 0.215 0.702 4.59 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 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
*********************************************************************************************************
* 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 -181 275 139 0.0278 0 0 0 test.phys initStep
- 1 -181 275 139 0 0.0278 0.0216 0.0216 test.phys eIoni
+ 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
*********************************************************************************************************
* 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 -220 255 135 0.0301 0 0 0 test.phys initStep
- 1 -220 255 135 0 0.0301 0.0248 0.0248 test.phys eIoni
+ 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
*********************************************************************************************************
* 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 31.8 97.5 0.0642 0 0 0 test.phys initStep
- 1 -81 31.7 97.4 0 0.0642 0.0933 0.0933 test.phys eIoni
+ 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
*********************************************************************************************************
* 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 -63.2 48.4 101 0.0909 0 0 0 test.phys initStep
- 1 -63.2 48.4 101 0 0.0909 0.17 0.17 test.phys eIoni
+ 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
*********************************************************************************************************
* 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 122 0.709 0 0 0 test.phys initStep
- 1 0.337 -0.258 123 0.37 0.339 2.19 2.19 test.phys eIoni
- 2 0.944 -0.821 123 0.0555 0.315 1.42 3.61 test.phys eIoni
- 3 0.926 -0.852 123 0 0.0555 0.0725 3.69 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 72.5 0.44 0 72.5 572 test.phys biasWrapper(compt)
- 2 -184 287 200 0.44 0 364 937 World Transportation
- 3 -6.41e+03 1e+04 4.51e+03 0.44 0 1.23e+04 1.33e+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 72.5 0.56 0 0 0 test.phys initStep
- 1 0.316 -0.492 73.7 0.331 0.229 1.9 1.9 test.phys eIoni
- 2 0.314 -0.569 73 0.0441 0.287 1.28 3.18 test.phys eIoni
- 3 0.334 -0.558 73 0 0.0441 0.0485 3.23 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 71.7 0.265 0 71.7 572 test.phys biasWrapper(compt)
- 2 -141 70.8 0 0.265 0 173 745 World Transportation
- 3 -1e+04 5.03e+03 -5.02e+03 0.265 0 1.21e+04 1.29e+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 71.7 0.735 0 0 0 test.phys initStep
- 1 0.327 -0.164 73.4 0.426 0.309 2.24 2.24 test.phys eIoni
- 2 -0.0113 -1.07 73.1 0.14 0.286 1.59 3.83 test.phys eIoni
- 3 -0.0888 -1.21 73.2 0 0.14 0.352 4.18 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 40.8 0.204 0 40.8 541 test.phys biasWrapper(compt)
- 2 4.01 -3.18 8.12 0.161 0 33.1 574 test.phys biasWrapper(compt)
- 3 4.01 -3.04 8.06 0.148 0 0.162 574 test.phys biasWrapper(compt)
- 4 17.9 9.43 3.55e-15 0.148 0 20.3 594 World Transportation
- 5 1e+04 8.96e+03 -5.78e+03 0.148 0 1.46e+04 1.52e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 4.01 -3.04 8.06 0.0129 0 0 0 test.phys initStep
- 1 4.01 -3.04 8.06 0 0.0129 0.00554 0.00554 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 4.01 -3.18 8.12 0.0439 0 0 0 test.phys initStep
- 1 4.02 -3.2 8.11 0 0.0439 0.0482 0.0482 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 40.8 0.796 0 0 0 test.phys initStep
- 1 -0.038 0.0301 42.7 0.555 0.24 2.35 2.35 test.phys eIoni
- 2 -1.05 -0.274 43.5 0.303 0.253 1.89 4.24 test.phys eIoni
- 3 -1.57 -0.541 43.7 0.0458 0.257 1.17 5.41 test.phys eIoni
- 4 -1.57 -0.532 43.7 0 0.0458 0.0519 5.46 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 19.3 0.225 0 19.3 519 test.phys biasWrapper(compt)
- 2 -6.15 -0.966 12 0.125 0 9.66 529 test.phys biasWrapper(compt)
- 3 62.5 79.3 79.3 0.122 0 125 654 test.phys biasWrapper(compt)
- 4 116 131 200 0.122 0 142 796 World Transportation
- 5 4.47e+03 4.3e+03 1e+04 0.122 0 1.15e+04 1.23e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 62.5 79.3 79.3 0.00304 0 0 0 test.phys initStep
- 1 62.5 79.3 79.3 0 0.00304 0.000468 0.000468 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 -6.15 -0.966 12 0.0999 0 0 0 test.phys initStep
- 1 -6.22 -0.997 11.9 0 0.0999 0.2 0.2 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 19.3 0.775 0 0 0 test.phys initStep
- 1 0.218 0.0343 21.1 0.367 0.409 2.31 2.31 test.phys eIoni
- 2 0.51 -0.589 21.6 0.138 0.229 1.41 3.73 test.phys eIoni
- 3 0.55 -0.55 21.4 0 0.138 0.342 4.07 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 114 0.338 0 114 614 test.phys biasWrapper(compt)
- 2 212 320 114 0.171 0 384 998 test.phys biasWrapper(compt)
- 3 196 318 98.8 0.11 0 22.6 1.02e+03 test.phys biasWrapper(compt)
- 4 210 299 113 0.11 2.3e-05 27.6 1.05e+03 test.phys biasWrapper(compt)
- 5 236 266 136 0.102 0 48.1 1.1e+03 test.phys biasWrapper(compt)
- 6 242 88.5 115 0.0967 0 179 1.28e+03 test.phys biasWrapper(compt)
- 7 242 87.6 115 0.0712 0 1.23 1.28e+03 test.phys biasWrapper(compt)
- 8 112 161 95 0.059 0 151 1.43e+03 test.phys biasWrapper(compt)
- 9 153 164 182 0 0.000405 95.9 1.52e+03 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 153 164 182 0.0586 0 0 0 test.phys initStep
- 1 153 164 182 0 0.0586 0.0798 0.0798 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 112 161 95 0.0121 0 0 0 test.phys initStep
- 1 112 161 95 0 0.0121 0.00499 0.00499 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 242 87.6 115 0.0255 0 0 0 test.phys initStep
- 1 242 87.6 115 0 0.0255 0.0185 0.0185 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 242 88.5 115 0.00542 0 0 0 test.phys initStep
- 1 242 88.5 115 0 0.00542 0.00123 0.00123 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 236 266 136 0.00793 0 0 0 test.phys initStep
- 1 236 266 136 0 0.00793 0.00238 0.00238 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 196 318 98.8 0.0608 0 0 0 test.phys initStep
- 1 196 318 98.7 0 0.0608 0.085 0.085 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 212 320 114 0.167 0 0 0 test.phys initStep
- 1 212 320 114 0 0.167 0.47 0.47 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 114 0.662 0 0 0 test.phys initStep
- 1 -0.277 -0.419 116 0.337 0.324 2.1 2.1 test.phys eIoni
- 2 -0.457 -1.01 116 0.0859 0.252 1.31 3.41 test.phys eIoni
- 3 -0.386 -0.981 116 0 0.0859 0.154 3.57 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 186 0.244 0 186 686 test.phys biasWrapper(compt)
- 2 -85.1 66.2 107 0.129 0 133 819 test.phys biasWrapper(compt)
- 3 24.7 -65.3 126 0.129 0 172 991 test.phys biasWrapper(compt)
- 4 39.6 -79.6 127 0.126 0 20.8 1.01e+03 test.phys biasWrapper(compt)
- 5 40.4 -79.9 127 0.1 0 0.796 1.01e+03 test.phys biasWrapper(compt)
- 6 51.7 -27.5 24 0.0978 0 116 1.13e+03 test.phys biasWrapper(compt)
- 7 57.8 -28.8 0 0.0978 0 24.8 1.15e+03 World Transportation
- 8 2.6e+03 -551 -1e+04 0.0978 0 1.03e+04 1.15e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 51.7 -27.5 24 0.00269 0 0 0 test.phys initStep
- 1 51.7 -27.5 24 0 0.00269 0.000382 0.000382 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 40.4 -79.9 127 0.0252 0 0 0 test.phys initStep
- 1 40.4 -79.9 127 0 0.0252 0.0181 0.0181 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 39.6 -79.6 127 0.0036 0 0 0 test.phys initStep
- 1 39.6 -79.6 127 0 0.0036 0.000618 0.000618 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 24.7 -65.3 126 0.000231 0 0 0 test.phys initStep
- 1 24.7 -65.3 126 0 0.000231 1.49e-05 1.49e-05 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 -85.1 66.2 107 0.114 0 0 0 test.phys initStep
- 1 -85.1 66.3 107 0 0.114 0.25 0.25 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 186 0.756 0 0 0 test.phys initStep
- 1 0.237 -0.184 187 0.36 0.397 2.28 2.28 test.phys eIoni
- 2 0.638 -0.556 188 0.149 0.21 1.39 3.67 test.phys eIoni
- 3 0.772 -0.611 188 0 0.149 0.39 4.06 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 1.74 0.721 0 1.74 502 test.phys biasWrapper(compt)
- 2 -2.02 1.53 5.15 0.278 0 4.24 506 test.phys biasWrapper(compt)
- 3 -211 -536 27.8 0.247 0 577 1.08e+03 test.phys biasWrapper(compt)
- 4 -216 -539 27 0.163 0 6.39 1.09e+03 test.phys biasWrapper(compt)
- 5 -229 -506 -7.11e-15 0.163 0 45 1.13e+03 World Transportation
- 6 -4.18e+03 1e+04 -8.42e+03 0.163 0 1.4e+04 1.52e+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 -216 -539 27 0.0836 0 0 0 test.phys initStep
- 1 -216 -539 27 0 0.0836 0.147 0.147 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 -211 -536 27.8 0.0307 0 0 0 test.phys initStep
- 1 -211 -536 27.8 0 0.0307 0.0256 0.0256 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 -2.02 1.53 5.15 0.444 0 0 0 test.phys initStep
- 1 -2.33 2.2 5.88 0.0248 0.419 1.63 1.63 test.phys eIoni
- 2 -2.33 2.2 5.89 0 0.0248 0.0176 1.65 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 1.74 0.279 0 0 0 test.phys initStep
- 1 0.309 -0.235 2.12 0.0455 0.233 1.05 1.05 test.phys eIoni
- 2 0.286 -0.226 2.13 0 0.0455 0.0511 1.1 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 89.3 0.938 0 89.3 589 test.phys biasWrapper(compt)
- 2 -12 26.9 200 0.938 0 115 704 World Transportation
- 3 -1.07e+03 2.41e+03 1e+04 0.938 0 1.01e+04 1.08e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 89.3 0.0618 0 0 0 test.phys initStep
- 1 0.0165 -0.0372 89.4 0 0.0618 0.0874 0.0874 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 180 0.657 0 180 680 test.phys biasWrapper(compt)
- 2 -5.06 -17.4 200 0.657 0 26.7 707 World Transportation
- 3 -2.54e+03 -8.74e+03 1e+04 0.657 0 1.34e+04 1.41e+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 180 0.343 0 0 0 test.phys initStep
- 1 0.135 0.467 181 0.0532 0.29 1.33 1.33 test.phys eIoni
- 2 0.159 0.444 181 0 0.0532 0.0672 1.4 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 100 0 200 700 World Transportation
- 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 57.8 0 0 57.8 558 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 57.8 76.4 0 0 0 test.phys initStep
- 1 -1.65 -0.907 93.9 68.9 4.73 36.2 36.2 test.phys eIoni
- 2 -1.37 -1.79 110 66.6 2.01 16.2 52.3 test.phys eIoni
- 3 -1.11 -2.86 128 53.8 2.08 18.1 70.5 test.phys eBrem
- 4 -0.437 -2.78 140 52.3 1.46 11.6 82.1 test.phys eBrem
- 5 -0.318 -2.73 144 40.3 0.437 4.1 86.2 test.phys eBrem
- 6 -0.617 -2.68 154 39 1.3 10.5 96.7 test.phys eBrem
- 7 0.886 -3.06 163 37.3 1.26 8.98 106 test.phys eIoni
- 8 1.64 -3.37 167 35.9 0.53 3.48 109 test.phys eIoni
- 9 2.16 -3.67 170 35.4 0.462 3.04 112 test.phys eBrem
- 10 6.86 -5.36 200 31.3 4.11 31 143 World Transportation
- 11 1.83e+03 -1.97e+03 1e+04 31.3 3.38e-22 1.02e+04 1.03e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.64 -3.37 167 0.923 0 0 0 test.phys initStep
- 1 0.687 -2.63 168 0.623 0.299 2.58 2.58 test.phys eIoni
- 2 -0.67 -2.22 168 0.266 0.357 2.03 4.6 test.phys eIoni
- 3 -0.912 -1.85 168 0 0.266 0.981 5.58 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.886 -3.06 163 0.405 0 0 0 test.phys initStep
- 1 0.473 -3.72 164 0.168 0.237 1.53 1.53 test.phys eIoni
- 2 0.299 -3.6 164 0 0.168 0.474 2 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 -1.37 -1.79 110 0.264 0 0 0 test.phys initStep
- 1 -0.923 -1.84 110 0 0.264 0.968 0.968 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 -1.65 -0.907 93.9 2.75 0 0 0 test.phys initStep
- 1 -3.43 -0.685 96.8 2.1 0.403 3.63 3.63 test.phys eIoni
- 2 -6.15 -0.657 99.9 1.42 0.679 4.55 8.18 test.phys eIoni
- 3 -6.58 -3.18 98.4 0.972 0.451 3.43 11.6 test.phys eIoni
- 4 -8.32 -3.98 97.3 0.639 0.334 2.66 14.3 test.phys eIoni
- 5 -9.2 -5.09 96.8 0.305 0.334 2.06 16.3 test.phys eIoni
- 6 -8.76 -5.51 96.9 0.0545 0.25 1.18 17.5 test.phys eIoni
- 7 -8.76 -5.49 97 0 0.0545 0.0703 17.6 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -3.43 -0.685 96.8 0.244 0 0 0 test.phys initStep
- 1 -3.31 -0.403 97.2 0 0.244 0.855 0.855 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 57.8 22.6 0 0 0 test.phys initStep
- 1 -4.25 1.48 94.7 18 4.6 37.4 37.4 test.phys eIoni
- 2 -8.39 4.58 110 16.1 1.94 16.3 53.7 test.phys eBrem
- 3 -8.44 4.7 111 15.9 0.0519 0.463 54.2 test.phys eBrem
- 4 -9.1 5.51 114 15.2 0.43 3.49 57.7 test.phys eBrem
- 5 -10.5 6.84 122 13.5 1.27 8.17 65.8 test.phys eIoni
- 6 -14.7 8.73 144 10.6 2.91 22.8 88.7 test.phys eIoni
- 7 -15.1 9.28 156 9.25 1.31 12.1 101 test.phys eBrem
- 8 -11.4 11.7 171 6.95 2.29 16.1 117 test.phys eIoni
- 9 -10.7 11.9 181 5.5 1.39 10.2 127 test.phys eBrem
- 10 -9.62 12.4 184 5.06 0.424 3.41 131 test.phys eBrem
- 11 -9.64 13.1 193 3.71 1.34 9.36 140 test.phys eIoni
- 12 -9.52 14.4 200 2.84 0.872 7.08 147 World Transportation
- 13 5.06e+03 2.37e+03 1e+04 2.84 3.05e-22 1.13e+04 1.14e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -10.5 6.84 122 0.419 0 0 0 test.phys initStep
- 1 -10.7 7.71 122 0.186 0.233 1.57 1.57 test.phys eIoni
- 2 -10.4 7.81 122 0 0.186 0.555 2.12 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -9.62 12.4 184 0.0181 0 0 0 test.phys initStep
- 1 -7.63 11.9 194 0.0169 0 9.52 9.52 test.phys biasWrapper(compt)
- 2 -8.23 12.2 190 0 0.000405 3.47 13 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* 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 -8.23 12.2 190 0.0165 0 0 0 test.phys initStep
- 1 -8.23 12.2 190 0 0.0165 0.00854 0.00854 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -7.63 11.9 194 0.00119 0 0 0 test.phys initStep
- 1 -7.63 11.9 194 0 0.00119 0.000108 0.000108 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -10.7 11.9 181 0.0647 0 0 0 test.phys initStep
- 1 -5.12 22.5 198 0 0.000405 20.4 20.4 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 20
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -5.12 22.5 198 0.0643 0 0 0 test.phys initStep
- 1 -5.1 22.5 198 0 0.0643 0.0936 0.0936 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -15.1 9.28 156 0.00255 0 0 0 test.phys initStep
- 1 -15.1 9.29 156 0 0.000405 0.0203 0.0203 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* 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 -15.1 9.29 156 0.00215 0 0 0 test.phys initStep
- 1 -15.1 9.29 156 0 0.00215 0.000266 0.000266 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -9.1 5.51 114 0.302 0 0 0 test.phys initStep
- 1 -19.9 13.5 200 0.302 0 87.2 87.2 World Transportation
- 2 -1.24e+03 920 1e+04 0.302 0 9.92e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 -8.44 4.7 111 0.126 0 0 0 test.phys initStep
- 1 -21 31 196 0.095 0 90.2 90.2 test.phys biasWrapper(compt)
- 2 7.31 -77 196 0.0948 0 112 202 test.phys biasWrapper(compt)
- 3 37.6 -151 192 0.0831 0 79.6 282 test.phys biasWrapper(compt)
- 4 9.74 -171 183 0.0646 0 35.6 317 test.phys biasWrapper(compt)
- 5 15.2 -145 188 0.0539 0 26.4 344 test.phys biasWrapper(compt)
- 6 75.9 -257 0 0.0539 0 227 571 World Transportation
- 7 3.3e+03 -6.2e+03 -1e+04 0.0539 0 1.21e+04 1.26e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 16
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 15.2 -145 188 0.0108 0 0 0 test.phys initStep
- 1 15.2 -145 188 0 0.0108 0.00404 0.00404 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 16
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 9.74 -171 183 0.0184 0 0 0 test.phys initStep
- 1 9.74 -171 183 0 0.0184 0.0104 0.0104 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 16
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 37.6 -151 192 0.0118 0 0 0 test.phys initStep
- 1 37.6 -151 192 0 0.0118 0.00475 0.00475 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 16
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.31 -77 196 0.000177 0 0 0 test.phys initStep
- 1 7.31 -77 196 0 0.000177 1.21e-05 1.21e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 16
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -21 31 196 0.0309 0 0 0 test.phys initStep
- 1 -21 31.1 196 0 0.0309 0.0259 0.0259 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -8.39 4.58 110 0.00456 0 0 0 test.phys initStep
- 1 -8.41 4.63 110 0 0.000405 0.191 0.191 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 15
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -8.41 4.63 110 0.00416 0 0 0 test.phys initStep
- 1 -8.41 4.63 110 0 0.00416 0.000787 0.000787 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.16 -3.67 170 0.0195 0 0 0 test.phys initStep
- 1 6.67 -5.25 200 0.0195 0 30.8 30.8 World Transportation
- 2 1.46e+03 -513 1e+04 0.0195 0 9.92e+03 9.95e+03 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 -0.617 -2.68 154 0.00693 0 0 0 test.phys initStep
- 1 -0.561 -2.71 155 0 0.000405 0.428 0.428 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.561 -2.71 155 0.00653 0 0 0 test.phys initStep
- 1 -0.562 -2.71 155 0 0.00653 0.0017 0.0017 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 -0.318 -2.73 144 11.6 0 0 0 test.phys initStep
- 1 -1.19 -0.184 200 11.6 0 56.3 56.3 World Transportation
- 2 -154 444 1e+04 11.6 0 9.81e+03 9.87e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.437 -2.78 140 0.00548 0 0 0 test.phys initStep
- 1 -0.418 -2.8 140 0 0.000405 0.617 0.617 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.418 -2.8 140 0.00508 0 0 0 test.phys initStep
- 1 -0.418 -2.8 140 0 0.00508 0.0011 0.0011 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 -1.11 -2.86 128 10.7 0 0 0 test.phys initStep
- 1 1.96 -3.49 200 10.7 0 72 72 World Transportation
- 2 421 -88.7 1e+04 10.7 0 9.81e+03 9.88e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 100 0 200 700 World Transportation
- 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 134 0 0 134 634 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 134 48 0 0 0 test.phys initStep
- 1 0.179 0.219 152 45.3 2.37 18 18 test.phys eIoni
- 2 0.253 0.182 155 43.6 0.312 2.49 20.5 test.phys eBrem
- 3 3.04 -1.15 200 37.7 5.88 45.4 65.9 World Transportation
- 4 1.81e+03 -20.1 1e+04 37.7 3.37e-22 9.96e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.179 0.219 152 0.344 0 0 0 test.phys initStep
- 1 -0.448 0.299 153 0.0364 0.308 1.33 1.33 test.phys eIoni
- 2 -0.453 0.282 153 0 0.0364 0.0346 1.37 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 134 51 0 0 0 test.phys initStep
- 1 0.00958 0.0267 136 50.3 0.25 2.02 2.02 test.phys eIoni
- 2 -0.559 0.443 158 47.7 2.56 21.5 23.6 test.phys eBrem
- 3 -3.91 -0.878 200 42.5 5.2 42.4 65.9 World Transportation
- 4 -855 -995 1e+04 42.5 3.38e-22 9.89e+03 9.95e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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.00958 0.0267 136 0.405 0 0 0 test.phys initStep
- 1 0.733 0.332 137 0.18 0.225 1.53 1.53 test.phys eIoni
- 2 0.706 0.402 137 0 0.18 0.53 2.06 test.phys eIoni
+ 0 0 0 14.6 0.681 0 0 0 test.phys initStep
+ 1 0.232 -0.358 16 0.288 0.375 1.84 1.84 test.phys eBrem
+ 2 0.161 -0.721 16.5 0.0376 0.25 1.09 2.93 test.phys eIoni
+ 3 0.149 -0.729 16.5 0 0.0376 0.0367 2.97 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.559 0.443 158 0.0536 0 0 0 test.phys initStep
- 1 -1.45 0.158 166 0.0465 0 8.42 8.42 test.phys biasWrapper(compt)
- 2 105 56.4 119 0.0425 0 129 137 test.phys biasWrapper(compt)
- 3 94.5 71.2 116 0.0395 0 18.3 156 test.phys biasWrapper(compt)
- 4 103 77.7 113 0.0389 0 11.4 167 test.phys biasWrapper(compt)
- 5 108 91.7 102 0.0384 0 18.3 185 test.phys biasWrapper(compt)
- 6 164 120 21.1 0.034 0 102 288 test.phys biasWrapper(compt)
- 7 108 112 34.1 0.0302 0 58.1 346 test.phys biasWrapper(compt)
- 8 174 104 48.2 0.0291 0 67.8 413 test.phys biasWrapper(compt)
- 9 175 106 49.8 0.0291 0 2.66 416 test.phys biasWrapper(Rayl)
- 10 203 144 75.1 0.0282 0 53.7 470 test.phys biasWrapper(compt)
- 11 225 136 89.4 0.0273 0 27.2 497 test.phys biasWrapper(compt)
- 12 243 134 77.5 0 0.000405 21.5 519 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 243 134 77.5 0.0269 0 0 0 test.phys initStep
- 1 243 134 77.5 0 0.0269 0.0203 0.0203 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 225 136 89.4 0.000923 0 0 0 test.phys initStep
- 1 225 136 89.4 0 0.000923 7.45e-05 7.45e-05 test.phys eIoni
-
-*********************************************************************************************************
-* 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 203 144 75.1 0.000877 0 0 0 test.phys initStep
- 1 203 144 75.1 0 0.000877 6.93e-05 6.93e-05 test.phys eIoni
-
-*********************************************************************************************************
-* 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 174 104 48.2 0.00111 0 0 0 test.phys initStep
- 1 174 104 48.2 0 0.00111 9.67e-05 9.67e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 108 112 34.1 0.00376 0 0 0 test.phys initStep
- 1 108 112 34.1 0 0.00376 0.000665 0.000665 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 164 120 21.1 0.00446 0 0 0 test.phys initStep
- 1 164 120 21.1 0 0.00446 0.000885 0.000885 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 108 91.7 102 0.0005 0 0 0 test.phys initStep
- 1 108 91.7 102 0 0.0005 3.34e-05 3.34e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 103 77.7 113 0.000536 0 0 0 test.phys initStep
- 1 103 77.7 113 0 0.000536 3.64e-05 3.64e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 94.5 71.2 116 0.00299 0 0 0 test.phys initStep
- 1 94.5 71.2 116 0 0.00299 0.000454 0.000454 test.phys eIoni
+ 0 0.232 -0.358 16 0.0189 0 0 0 test.phys initStep
+ 1 -3.56 -4.93 17.3 0.0184 0 6.08 6.08 test.phys biasWrapper(compt)
+ 2 -4.09 -4.71 17.4 0 0.000405 0.574 6.66 test.phys biasWrapper(phot)
*********************************************************************************************************
* 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 105 56.4 119 0.00401 0 0 0 test.phys initStep
- 1 105 56.4 119 0 0.00401 0.00074 0.00074 test.phys eIoni
+ 0 -4.09 -4.71 17.4 0.018 0 0 0 test.phys initStep
+ 1 -4.09 -4.71 17.4 0 0.018 0.00997 0.00997 test.phys eIoni
*********************************************************************************************************
* 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 -1.45 0.158 166 0.00715 0 0 0 test.phys initStep
- 1 -1.45 0.158 166 0 0.00715 0.00198 0.00198 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.253 0.182 155 1.37 0 0 0 test.phys initStep
- 1 3.12 -1.36 200 1.37 0 45.2 45.2 World Transportation
- 2 627 -337 1e+04 1.37 0 9.83e+03 9.87e+03 OutOfWorld Transportation
+ 0 -3.56 -4.93 17.3 0.000466 0 0 0 test.phys initStep
+ 1 -3.56 -4.93 17.3 0 0.000466 3.07e-05 3.07e-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 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 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 74.2 0 0 74.2 574 test.phys biasWrapper(conv)
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 157 0.529 0 157 657 test.phys biasWrapper(compt)
+ 2 16.7 19.2 174 0.343 0 30.4 688 test.phys biasWrapper(compt)
+ 3 365 -6.3 157 0.342 0 350 1.04e+03 test.phys biasWrapper(compt)
+ 4 372 -6.85 156 0.207 0 7.45 1.04e+03 test.phys biasWrapper(compt)
+ 5 363 -162 139 0.185 0 156 1.2e+03 test.phys biasWrapper(compt)
+ 6 362 -165 141 0.11 0 3.74 1.2e+03 test.phys biasWrapper(compt)
+ 7 373 -146 132 0.109 0 23.3 1.23e+03 test.phys biasWrapper(compt)
+ 8 375 -143 130 0.109 0 3.81 1.23e+03 test.phys biasWrapper(compt)
+ 9 379 -125 125 0.106 0 19.5 1.25e+03 test.phys biasWrapper(compt)
+ 10 399 21.9 165 0.0932 0 153 1.4e+03 test.phys biasWrapper(compt)
+ 11 401 22.6 173 0.0916 0 8.7 1.41e+03 test.phys biasWrapper(compt)
+ 12 406 20.7 183 0.069 0 11.1 1.42e+03 test.phys biasWrapper(compt)
+ 13 401 6.82 125 0.0637 0 59.6 1.48e+03 test.phys biasWrapper(compt)
+ 14 373 34.5 103 0.0542 0 44.6 1.53e+03 test.phys biasWrapper(compt)
+ 15 430 23.4 73.2 0.05 0 64.8 1.59e+03 test.phys biasWrapper(compt)
+ 16 423 32.5 41.6 0.0492 0 33.6 1.63e+03 test.phys biasWrapper(compt)
+ 17 377 60.4 -7.11e-15 0.0492 0 67.7 1.69e+03 World Transportation
+ 18 -1e+04 6.4e+03 -9.45e+03 0.0492 0 1.54e+04 1.71e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2
+* 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 0 74.2 89.4 0 0 0 test.phys initStep
- 1 -0.029 -0.0218 78.8 88.6 0.753 4.65 4.65 test.phys eBrem
- 2 -0.198 -0.0147 93.6 86.8 1.74 14.8 19.5 test.phys eBrem
- 3 2.94 1.02 150 78.4 7.67 57 76.4 test.phys eBrem
- 4 3.52 4.07 171 75.8 2.49 21 97.4 test.phys eBrem
- 5 3.98 5.25 181 74.3 1.19 9.97 107 test.phys eBrem
- 6 4.12 6.04 186 72.4 0.641 4.76 112 test.phys eIoni
- 7 4.16 7.98 197 58.4 1.28 11 123 test.phys eBrem
- 8 4.08 8.66 200 58 0.449 3.49 127 World Transportation
- 9 -314 1.95e+03 1e+04 58 3.51e-22 9.99e+03 1.01e+04 OutOfWorld Transportation
+ 0 423 32.5 41.6 0.000855 0 0 0 test.phys initStep
+ 1 423 32.5 41.6 0 0.000855 6.69e-05 6.69e-05 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4
+* 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 4.12 6.04 186 1.26 0 0 0 test.phys initStep
- 1 5.86 6.79 188 0.933 0.325 3.15 3.15 test.phys eIoni
- 2 6.95 8.57 188 0.547 0.386 2.59 5.74 test.phys eIoni
- 3 7.97 8.45 189 0.308 0.239 1.87 7.61 test.phys eIoni
- 4 7.43 8.72 189 0.0282 0.279 1.19 8.8 test.phys eIoni
- 5 7.43 8.72 189 0 0.0282 0.0221 8.82 test.phys eIoni
+ 0 430 23.4 73.2 0.00414 0 0 0 test.phys initStep
+ 1 430 23.4 73.2 0 0.00414 0.00078 0.00078 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2
+* 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 74.2 9.61 0 0 0 test.phys initStep
- 1 0.597 -2.54 90.4 7.64 1.97 16.7 16.7 test.phys eIoni
- 2 5.58 -4.59 102 5.83 1.81 13.5 30.2 test.phys eIoni
- 3 10.7 -6.3 110 4.38 1.14 9.59 39.8 test.phys eIoni
- 4 15.5 -9.32 115 3.42 0.957 8.26 48.1 test.phys eIoni
- 5 19 -9.57 120 2.62 0.803 6.71 54.8 test.phys eIoni
- 6 21.2 -9.94 125 2.01 0.607 5.39 60.2 test.phys eIoni
- 7 20.2 -10.2 129 1.53 0.478 4.26 64.4 test.phys eBrem
- 8 20.3 -9.55 132 1.06 0.47 3.6 68 test.phys eIoni
- 9 20.9 -9.41 134 0.578 0.483 2.81 70.8 test.phys eIoni
- 10 21.6 -8.3 134 0.336 0.242 1.94 72.8 test.phys eIoni
- 11 21.8 -7.65 134 0.0336 0.303 1.3 74.1 test.phys eIoni
- 12 21.8 -7.64 134 0 0.0336 0.0301 74.1 test.phys eIoni
+ 0 373 34.5 103 0.00957 0 0 0 test.phys initStep
+ 1 373 34.5 103 0 0.00957 0.00329 0.00329 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3
+* 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 10.7 -6.3 110 0.312 0 0 0 test.phys initStep
- 1 10.6 -6.06 110 0 0.312 1.21 1.21 test.phys eIoni
+ 0 401 6.82 125 0.0053 0 0 0 test.phys initStep
+ 1 401 6.82 125 0 0.0053 0.00119 0.00119 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4
+* 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 4.16 7.98 197 12.7 0 0 0 test.phys initStep
- 1 4.08 8.67 200 12.7 0 3.49 3.49 World Transportation
- 2 -211 1.98e+03 1e+04 12.7 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 406 20.7 183 0.0226 0 0 0 test.phys initStep
+ 1 406 20.7 183 0 0.0226 0.0149 0.0149 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4
+* 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 3.98 5.25 181 0.354 0 0 0 test.phys initStep
- 1 4.63 8.18 200 0.354 0 19.1 19.1 World Transportation
- 2 342 1.53e+03 1e+04 0.354 0 9.92e+03 9.94e+03 OutOfWorld Transportation
+ 0 401 22.6 173 0.00157 0 0 0 test.phys initStep
+ 1 401 22.6 173 0 0.00157 0.000162 0.000162 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.52 4.07 171 0.00958 0 0 0 test.phys initStep
- 1 3.53 4.11 172 0 0.000405 0.315 0.315 test.phys biasWrapper(phot)
+ 0 399 21.9 165 0.0125 0 0 0 test.phys initStep
+ 1 399 21.9 165 0 0.0125 0.00525 0.00525 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8
+* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.53 4.11 172 0.00917 0 0 0 test.phys initStep
- 1 3.53 4.11 172 0 0.00917 0.00306 0.00306 test.phys eIoni
+ 0 379 -125 125 0.00314 0 0 0 test.phys initStep
+ 1 379 -125 125 0 0.00314 0.000494 0.000494 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4
+* 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 2.94 1.02 150 0.745 0 0 0 test.phys initStep
- 1 5.2 6.8 200 0.745 0 49.9 49.9 World Transportation
- 2 451 1.15e+03 1e+04 0.745 0 9.88e+03 9.93e+03 OutOfWorld Transportation
+ 0 375 -143 130 0.000645 0 0 0 test.phys initStep
+ 1 375 -143 130 0 0.000645 4.6e-05 4.6e-05 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4
+* 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.198 -0.0147 93.6 0.0791 0 0 0 test.phys initStep
- 1 -0.163 -0.0103 96.1 0.0725 0 2.4 2.4 test.phys biasWrapper(compt)
- 2 4.35 138 159 0.0649 0 152 154 test.phys biasWrapper(compt)
- 3 -21.3 129 200 0.0649 0 48.9 203 World Transportation
- 4 -6.18e+03 -1.98e+03 1e+04 0.0649 0 1.18e+04 1.2e+04 OutOfWorld Transportation
+ 0 373 -146 132 0.000261 0 0 0 test.phys initStep
+ 1 373 -146 132 0 0.000261 1.66e-05 1.66e-05 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4
+* 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.029 -0.0218 78.8 0.0307 0 0 0 test.phys initStep
- 1 -0.0269 0.0555 84.5 0 0.000405 5.69 5.69 test.phys biasWrapper(phot)
+ 0 362 -165 141 0.0754 0 0 0 test.phys initStep
+ 1 362 -165 141 0 0.0754 0.123 0.123 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 5
+* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0269 0.0555 84.5 0.0303 0 0 0 test.phys initStep
- 1 -0.0167 0.0613 84.5 0 0.0303 0.0251 0.0251 test.phys eIoni
+ 0 363 -162 139 0.0221 0 0 0 test.phys initStep
+ 1 363 -162 139 0 0.0221 0.0144 0.0144 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 6
+* 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 4.35 138 159 0.00766 0 0 0 test.phys initStep
- 1 4.35 138 159 0 0.00766 0.00224 0.00224 test.phys eIoni
+ 0 372 -6.85 156 0.135 0 0 0 test.phys initStep
+ 1 373 -6.78 156 0 0.135 0.33 0.33 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6
+* 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.163 -0.0103 96.1 0.00653 0 0 0 test.phys initStep
- 1 -0.163 -0.0109 96.1 0 0.00653 0.0017 0.0017 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 100 0 200 700 World Transportation
- 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 133 0 0 133 633 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 133 2.56 0 0 0 test.phys initStep
- 1 3.98 0.941 130 2.03 0.527 5.34 5.34 test.phys eIoni
- 2 5.23 2.64 127 1.45 0.578 4.46 9.8 test.phys eIoni
- 3 7.84 3.77 126 1.06 0.389 3.49 13.3 test.phys eIoni
- 4 7.84 6.13 126 0.694 0.369 2.83 16.1 test.phys eIoni
- 5 7.61 7.12 126 0.0823 0.131 1.16 17.3 test.phys eIoni
- 6 7.56 7.17 126 0 0.0823 0.135 17.4 test.phys eIoni
- 7 7.56 7.17 126 0 0 0 17.4 test.phys annihil
-
-*********************************************************************************************************
-* 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 7.61 7.12 126 0.481 0 0 0 test.phys initStep
- 1 8.25 8.07 126 0.115 0.365 1.72 1.72 test.phys eIoni
- 2 8.32 8.17 126 0 0.115 0.253 1.98 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 133 96.4 0 0 0 test.phys initStep
- 1 -1.78 -0.0445 155 93.2 3.16 22.1 22.1 test.phys eBrem
- 2 -1.79 -0.0449 155 92.9 0.00225 0.0283 22.2 test.phys eBrem
- 3 -3.72 -0.613 171 90.4 2.17 16.5 38.7 test.phys eIoni
- 4 -4.23 -0.766 174 90.1 0.314 2.82 41.5 test.phys eBrem
- 5 -5.33 -0.974 180 88.3 0.799 6.06 47.6 test.phys eBrem
- 6 -5.33 -0.975 180 87.6 0.0046 0.0298 47.6 test.phys eBrem
- 7 -8.44 -1.71 200 85.4 2.27 20.2 67.7 World Transportation
- 8 -1.36e+03 4.52 1e+04 85.4 3.59e-22 9.89e+03 9.96e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.72 -0.613 171 0.302 0 0 0 test.phys initStep
- 1 -4 -0.132 172 0.093 0.209 1.16 1.16 test.phys eIoni
- 2 -3.91 -0.16 172 0 0.093 0.177 1.34 test.phys eIoni
-
-*********************************************************************************************************
-* 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 -5.33 -0.975 180 0.621 0 0 0 test.phys initStep
- 1 -8.19 -1.05 200 0.621 0 20.1 20.1 World Transportation
- 2 -1.41e+03 -36.6 1e+04 0.621 0 9.9e+03 9.92e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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.33 -0.974 180 1.05 0 0 0 test.phys initStep
- 1 -8.55 -1.45 200 1.05 0 20.2 20.2 World Transportation
- 2 -1.6e+03 -236 1e+04 1.05 0 9.93e+03 9.95e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.23 -0.766 174 0.0144 0 0 0 test.phys initStep
- 1 -6.86 -1.09 186 0 0.000405 11.9 11.9 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -6.86 -1.09 186 0.014 0 0 0 test.phys initStep
- 1 -6.86 -1.09 186 0 0.014 0.00645 0.00645 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.79 -0.0449 155 0.307 0 0 0 test.phys initStep
- 1 -7.42 -0.57 200 0.307 0 45.4 45.4 World Transportation
- 2 -1.23e+03 -115 1e+04 0.307 0 9.88e+03 9.92e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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.78 -0.0445 155 0.0388 0 0 0 test.phys initStep
- 1 -3.68 -0.236 171 0.0379 0 15.8 15.8 test.phys biasWrapper(compt)
- 2 17.2 11.2 200 0.0379 0 37.9 53.6 World Transportation
- 3 6.98e+03 3.82e+03 1e+04 0.0379 0 1.26e+04 1.27e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.68 -0.236 171 0.000859 0 0 0 test.phys initStep
- 1 -3.68 -0.236 171 0 0.000859 6.73e-05 6.73e-05 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 7.56 7.17 126 0.511 0 0 0 test.phys initStep
- 1 -8.57 29.4 137 0.489 0 29.8 29.8 test.phys biasWrapper(compt)
- 2 -44.8 99.7 200 0.489 0 101 131 World Transportation
- 3 -5.14e+03 1e+04 9.02e+03 0.489 0 1.42e+04 1.43e+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 7.56 7.17 126 0.511 0 0 0 test.phys initStep
- 1 183 -235 0 0.511 0 324 324 World Transportation
- 2 7.27e+03 -1e+04 -5.08e+03 0.511 0 1.31e+04 1.34e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -8.57 29.4 137 0.022 0 0 0 test.phys initStep
- 1 -8.57 29.4 137 0 0.022 0.0142 0.0142 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 100 0 200 700 World Transportation
- 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 11.3 0 0 11.3 511 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 11.3 62.6 0 0 0 test.phys initStep
- 1 0.0709 1.43 38.7 59.1 3.46 27.5 27.5 test.phys eBrem
- 2 1.74 2.62 61.7 56.3 2.73 23.1 50.6 test.phys eBrem
- 3 2.69 3.07 74.6 53.9 1.45 12.9 63.5 test.phys eIoni
- 4 2.99 3.41 79.5 33.1 0.63 4.96 68.5 test.phys eBrem
- 5 3.73 4.06 90.4 6.93 1.39 11 79.4 test.phys eIoni
- 6 0.812 3.58 102 5.56 1.37 12.5 91.9 test.phys eIoni
- 7 -3.78 3.9 111 4.21 1.35 10.2 102 test.phys eIoni
- 8 -3.53 -1.31 116 3.2 1 8.04 110 test.phys eIoni
- 9 -1.66 -5.47 120 2.33 0.871 6.4 117 test.phys eIoni
- 10 1.34 -7.26 123 1.67 0.662 4.96 122 test.phys eIoni
- 11 3.73 -6.87 125 1.11 0.565 3.86 125 test.phys eIoni
- 12 5.66 -8.36 126 0.803 0.303 2.9 128 test.phys eIoni
- 13 5.69 -10.2 126 0.411 0.392 2.37 131 test.phys eIoni
- 14 5.5 -10.9 126 0.118 0.293 1.54 132 test.phys eIoni
- 15 5.38 -11 126 0 0.118 0.252 132 test.phys eIoni
- 16 5.38 -11 126 0 0 0 132 test.phys annihil
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.73 4.06 90.4 24.8 0 0 0 test.phys initStep
- 1 3.99 4.19 92.2 24.3 0.184 1.84 1.84 test.phys eIoni
- 2 4.1 4.21 92.7 23.6 0.0522 0.522 2.36 test.phys eIoni
- 3 6.98 6.05 109 21.3 1.94 17.1 19.5 test.phys eIoni
- 4 7.33 6 111 20.7 0.253 1.63 21.1 test.phys eIoni
- 5 8.3 6.04 114 19.6 0.314 2.89 24 test.phys eIoni
- 6 9.26 6.2 117 10 0.444 3.76 27.8 test.phys eIoni
- 7 12.4 9.59 134 7.66 2.35 17.3 45.1 test.phys eIoni
- 8 10.6 14.5 146 6.01 1.65 13.6 58.7 test.phys eIoni
- 9 5.56 18.4 154 4.56 1.45 10.9 69.6 test.phys eIoni
- 10 1.77 19.6 161 3.57 0.992 8.56 78.1 test.phys eIoni
- 11 -4.13 19 164 2.77 0.799 6.95 85.1 test.phys eIoni
- 12 -4.69 18.8 164 2.37 0.0719 0.609 85.7 test.phys eIoni
- 13 -9.18 18 164 1.81 0.553 4.99 90.7 test.phys eIoni
- 14 -12.4 19.2 163 1.3 0.512 4.08 94.7 test.phys eIoni
- 15 -13.6 20.8 161 0.688 0.377 3.08 97.8 test.phys eIoni
- 16 -14.3 21.5 160 0.41 0.278 2.15 100 test.phys eIoni
- 17 -14.4 21 159 0.081 0.329 1.54 102 test.phys eIoni
- 18 -14.4 21 159 0 0.081 0.139 102 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.6 20.8 161 0.237 0 0 0 test.phys initStep
- 1 -13.3 20.8 161 0.0952 0.127 0.615 0.615 test.phys eBrem
- 2 -13.3 20.7 161 0 0.0952 0.184 0.798 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.69 18.8 164 0.33 0 0 0 test.phys initStep
- 1 -4.92 18.4 165 0.0819 0.248 1.28 1.28 test.phys eIoni
- 2 -4.86 18.4 165 0 0.0819 0.142 1.42 test.phys eIoni
-
-*********************************************************************************************************
-* 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 9.26 6.2 117 9.14 0 0 0 test.phys initStep
- 1 14.3 7.17 127 7.54 1.36 10.8 10.8 test.phys eBrem
- 2 16.4 7.24 130 7.11 0.434 3.96 14.8 test.phys eBrem
- 3 21.7 6.8 136 5.87 1.23 7.83 22.6 test.phys eBrem
- 4 24.6 7.04 139 5.14 0.496 4.52 27.1 test.phys eIoni
- 5 30.6 7.17 146 3.94 1.2 9.49 36.6 test.phys eIoni
- 6 32.9 6.93 147 3.56 0.333 2.86 39.5 test.phys eBrem
- 7 37.1 3.78 151 2.62 0.944 6.94 46.4 test.phys eIoni
- 8 37 3.94 156 1.8 0.818 5.4 51.8 test.phys eIoni
- 9 36.9 3.84 157 1.52 0.261 0.604 52.4 test.phys eBrem
- 10 36.7 3.49 159 1.02 0.218 2.21 54.6 test.phys eBrem
- 11 36.7 3.01 161 0.654 0.369 2.75 57.4 test.phys eIoni
- 12 36.8 2.38 162 0.378 0.276 2.09 59.5 test.phys eIoni
- 13 37 2.47 163 0.144 0.234 1.45 60.9 test.phys eIoni
- 14 36.9 2.47 163 0 0.144 0.368 61.3 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 17
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 24.6 7.04 139 0.238 0 0 0 test.phys initStep
- 1 24.5 6.89 139 0 0.238 0.825 0.825 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.3 6.04 114 0.823 0 0 0 test.phys initStep
- 1 8.71 7.55 115 0.367 0.456 2.4 2.4 test.phys eIoni
- 2 8.61 8.36 115 0.0585 0.308 1.41 3.81 test.phys eIoni
- 3 8.6 8.39 115 0 0.0585 0.0795 3.89 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.33 6 111 0.293 0 0 0 test.phys initStep
- 1 6.96 6.21 111 0.053 0.24 1.12 1.12 test.phys eIoni
- 2 6.97 6.2 111 0 0.053 0.0669 1.19 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.98 6.05 109 0.403 0 0 0 test.phys initStep
- 1 7.5 5.38 110 0.164 0.239 1.52 1.52 test.phys eIoni
- 2 7.64 5.56 110 0 0.164 0.455 1.98 test.phys eIoni
-
-*********************************************************************************************************
-* 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 4.1 4.21 92.7 0.623 0 0 0 test.phys initStep
- 1 3.43 3.53 93.9 0.337 0.286 2.03 2.03 test.phys eIoni
- 2 3.51 2.84 93.7 0.0101 0.327 1.31 3.33 test.phys eIoni
- 3 3.51 2.85 93.7 0 0.0101 0.00363 3.34 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 9
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.99 4.19 92.2 0.344 0 0 0 test.phys initStep
- 1 3.42 4.17 92.7 0 0.344 1.33 1.33 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.69 3.07 74.6 0.934 0 0 0 test.phys initStep
- 1 3.47 4.52 75.9 0.618 0.316 2.59 2.59 test.phys eIoni
- 2 4.64 5.37 75.6 0.242 0.376 2.02 4.61 test.phys eIoni
- 3 4.71 5.71 75.4 0 0.242 0.848 5.46 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 11.3 36.4 0 0 0 test.phys initStep
- 1 0.0423 -0.566 20.8 34.5 1.25 9.53 9.53 test.phys eIoni
- 2 -3.26 0.603 53.2 29.5 4.16 32.7 42.2 test.phys eBrem
- 3 -14.3 12.6 98.5 23.4 6.1 48.3 90.5 test.phys eIoni
- 4 -14.7 15.9 107 21.7 1.31 9.49 100 test.phys eIoni
- 5 -14.8 18 113 20.9 0.809 5.8 106 test.phys eBrem
- 6 -22.6 27.1 145 16.2 4.63 34.6 140 test.phys eIoni
- 7 -20.5 36.6 170 12.7 3.53 27.3 168 test.phys eIoni
- 8 -20.8 37.6 174 11.6 0.811 3.7 171 test.phys eIoni
- 9 -24.7 42 190 9.5 2.11 16.9 188 test.phys eBrem
- 10 -28.4 44.3 200 8.04 1.46 11.5 200 World Transportation
- 11 -3.33e+03 3.79e+03 1e+04 8.04 3.23e-22 1.1e+04 1.12e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -20.8 37.6 174 0.288 0 0 0 test.phys initStep
- 1 -21 38.1 174 0.0552 0.233 1.1 1.1 test.phys eIoni
- 2 -21 38.1 174 0 0.0552 0.0718 1.17 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.7 15.9 107 0.359 0 0 0 test.phys initStep
- 1 -14.4 16.7 107 0 0.359 1.39 1.39 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0423 -0.566 20.8 0.592 0 0 0 test.phys initStep
- 1 0.467 -1.57 21.7 0.347 0.245 1.97 1.97 test.phys eIoni
- 2 0.898 -2.16 21.5 0 0.347 1.34 3.31 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.8 18 113 0.00749 0 0 0 test.phys initStep
- 1 -15.1 19.2 115 0 0.000405 2.97 2.97 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -15.1 19.2 115 0.00708 0 0 0 test.phys initStep
- 1 -15.1 19.2 115 0 0.00708 0.00195 0.00195 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.26 0.603 53.2 0.914 0 0 0 test.phys initStep
- 1 -6.75 5 77.6 0.531 0 25 25 test.phys biasWrapper(compt)
- 2 -68.5 261 200 0.531 0 290 315 World Transportation
- 3 -2.42e+03 1e+04 4.86e+03 0.531 0 1.11e+04 1.14e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -6.75 5 77.6 0.384 0 0 0 test.phys initStep
- 1 -6.77 4.63 78.4 0.14 0.244 1.47 1.47 test.phys eIoni
- 2 -6.87 4.75 78.5 0 0.14 0.349 1.82 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 17
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 36.7 3.49 159 0.28 0 0 0 test.phys initStep
- 1 33.5 0.75 186 0.274 0 27.5 27.5 test.phys biasWrapper(compt)
- 2 30.2 2.83 200 0.274 0 14.7 42.3 World Transportation
- 3 -2.23e+03 1.44e+03 1e+04 0.274 0 1.02e+04 1.02e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 27
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 33.5 0.75 186 0.00522 0 0 0 test.phys initStep
- 1 33.5 0.749 186 0 0.00522 0.00116 0.00116 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 17
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 36.9 3.84 157 0.0178 0 0 0 test.phys initStep
- 1 38.3 3.83 161 0.0167 0 5.05 5.05 test.phys biasWrapper(compt)
- 2 44.6 6.59 136 0 0.000405 26.2 31.3 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 26
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 44.6 6.59 136 0.0163 0 0 0 test.phys initStep
- 1 44.6 6.58 136 0 0.0163 0.00837 0.00837 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 26
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 38.3 3.83 161 0.00108 0 0 0 test.phys initStep
- 1 38.3 3.83 161 0 0.00108 9.29e-05 9.29e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 17
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 32.9 6.93 147 0.0407 0 0 0 test.phys initStep
- 1 54.3 -9.99 166 0.0361 0 32.8 32.8 test.phys biasWrapper(compt)
- 2 50.4 5.77 168 0.0361 0 16.4 49.2 test.phys biasWrapper(Rayl)
- 3 55 19.7 175 0.0361 0 16.1 65.3 test.phys biasWrapper(Rayl)
- 4 183 39.3 21.5 0.0361 0 201 266 test.phys biasWrapper(Rayl)
- 5 204 43.8 0 0.0361 0 30 296 World Transportation
- 6 9.78e+03 2.16e+03 -1e+04 0.0361 0 1.4e+04 1.43e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 25
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 54.3 -9.99 166 0.00452 0 0 0 test.phys initStep
- 1 54.3 -9.99 166 0 0.00452 0.000905 0.000905 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 17
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 21.7 6.8 136 0.00922 0 0 0 test.phys initStep
- 1 22 6.77 136 0 0.000405 0.361 0.361 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 23
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 22 6.77 136 0.00882 0 0 0 test.phys initStep
- 1 22 6.77 136 0 0.00882 0.00286 0.00286 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 17
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 16.4 7.24 130 0.00306 0 0 0 test.phys initStep
- 1 16.5 7.23 130 0 0.000405 0.135 0.135 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 22
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 16.5 7.23 130 0.00265 0 0 0 test.phys initStep
- 1 16.5 7.23 130 0 0.00265 0.000374 0.000374 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 17
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 14.3 7.17 127 0.227 0 0 0 test.phys initStep
- 1 59.8 5.13 200 0.227 0 86.3 86.3 World Transportation
- 2 6.15e+03 -267 1e+04 0.227 0 1.15e+04 1.16e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -13.3 20.8 161 0.0154 0 0 0 test.phys initStep
- 1 -21.3 21.5 154 0 0.000405 10.7 10.7 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 20
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -21.3 21.5 154 0.015 0 0 0 test.phys initStep
- 1 -21.3 21.5 154 0 0.015 0.00722 0.00722 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 5.38 -11 126 0.511 0 0 0 test.phys initStep
- 1 -35.1 -49.1 98.4 0.28 0 62.2 62.2 test.phys biasWrapper(compt)
- 2 -120 53 22.8 0.17 0 153 215 test.phys biasWrapper(compt)
- 3 -111 62.4 31.2 0.133 0 15.5 231 test.phys biasWrapper(compt)
- 4 -116 82.1 21.2 0.0957 0 22.5 253 test.phys biasWrapper(compt)
- 5 -116 81.1 34.3 0.0932 0 13.1 266 test.phys biasWrapper(compt)
- 6 -145 46.3 95.8 0.0806 0 76.5 343 test.phys biasWrapper(compt)
- 7 -154 36.5 88.8 0.0669 0 14.9 358 test.phys biasWrapper(compt)
- 8 -149 50.8 75.1 0.0629 0 20.5 378 test.phys biasWrapper(compt)
- 9 -67.7 41.6 22.1 0.0592 0 97.5 476 test.phys biasWrapper(compt)
- 10 -64 14.5 7.11e-15 0.0592 0 35.2 511 World Transportation
- 11 1.28e+03 -1e+04 -8.15e+03 0.0592 0 1.3e+04 1.35e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -67.7 41.6 22.1 0.00364 0 0 0 test.phys initStep
- 1 -67.7 41.6 22.1 0 0.00364 0.00063 0.00063 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -149 50.8 75.1 0.00406 0 0 0 test.phys initStep
- 1 -149 50.8 75.1 0 0.00406 0.000757 0.000757 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -154 36.5 88.8 0.0137 0 0 0 test.phys initStep
- 1 -154 36.4 88.8 0 0.0137 0.00618 0.00618 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -145 46.3 95.8 0.0125 0 0 0 test.phys initStep
- 1 -145 46.3 95.8 0 0.0125 0.00529 0.00529 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -116 81.1 34.3 0.00256 0 0 0 test.phys initStep
- 1 -116 81.1 34.3 0 0.00256 0.000354 0.000354 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -116 82.1 21.2 0.0375 0 0 0 test.phys initStep
- 1 -116 82.1 21.2 0 0.0375 0.0365 0.0365 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -111 62.4 31.2 0.0364 0 0 0 test.phys initStep
- 1 -111 62.4 31.2 0 0.0364 0.0347 0.0347 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -120 53 22.8 0.11 0 0 0 test.phys initStep
- 1 -120 53 22.7 0 0.11 0.236 0.236 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -35.1 -49.1 98.4 0.231 0 0 0 test.phys initStep
- 1 -35.2 -49.4 98.3 0 0.231 0.786 0.786 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 5.38 -11 126 0.511 0 0 0 test.phys initStep
- 1 46.1 27.4 155 0.279 0 62.6 62.6 test.phys biasWrapper(compt)
- 2 276 -149 171 0.178 0 290 353 test.phys biasWrapper(compt)
- 3 251 -179 167 0.119 0 38.9 392 test.phys biasWrapper(compt)
- 4 252 -164 200 0.119 0 36.2 428 World Transportation
- 5 432 4.43e+03 1e+04 0.119 0 1.08e+04 1.13e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 251 -179 167 0.0593 0 0 0 test.phys initStep
- 1 251 -179 167 0 0.0593 0.0813 0.0813 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 276 -149 171 0.1 0 0 0 test.phys initStep
- 1 276 -149 171 0 0.1 0.201 0.201 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 46.1 27.4 155 0.232 0 0 0 test.phys initStep
- 1 46.2 27.7 155 0 0.232 0.792 0.792 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.99 3.41 79.5 20.1 0 0 0 test.phys initStep
- 1 8.27 15.8 181 3.83 0 102 102 test.phys biasWrapper(compt)
- 2 10.2 28.6 200 3.83 0 23 125 World Transportation
- 3 986 6.61e+03 1e+04 3.83 0 1.18e+04 1.2e+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 1.74 2.62 61.7 0.11 0 0 0 test.phys initStep
- 1 2.32 2.87 73.8 0.0993 0 12.1 12.1 test.phys biasWrapper(compt)
- 2 9.33 60.2 105 0.075 0 65.7 77.8 test.phys biasWrapper(compt)
- 3 15.9 -26.5 134 0.0587 0 91.5 169 test.phys biasWrapper(compt)
- 4 33.6 15.5 107 0.0581 0 52.8 222 test.phys biasWrapper(compt)
- 5 40.1 20.5 101 0.0573 0 10.3 232 test.phys biasWrapper(compt)
- 6 43.7 34.2 86 0.047 0 20.6 253 test.phys biasWrapper(compt)
- 7 40.4 4.33 144 0.0397 0 65.4 318 test.phys biasWrapper(compt)
- 8 46.2 38.2 92.4 0.0397 0 62 380 test.phys biasWrapper(Rayl)
- 9 40.9 80.2 36.2 0 0.000405 70.4 451 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* 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.0709 1.43 38.7 0.0148 0 0 0 test.phys initStep
- 1 2.53 4.37 89.5 0 0.000405 50.9 50.9 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 5
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.53 4.37 89.5 0.0144 0 0 0 test.phys initStep
- 1 2.53 4.36 89.5 0 0.0144 0.00676 0.00676 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 40.9 80.2 36.2 0.0393 0 0 0 test.phys initStep
- 1 40.9 80.2 36.1 0 0.0393 0.0396 0.0396 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 40.4 4.33 144 0.00727 0 0 0 test.phys initStep
- 1 40.4 4.33 144 0 0.00727 0.00205 0.00205 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 43.7 34.2 86 0.0103 0 0 0 test.phys initStep
- 1 43.7 34.2 86 0 0.0103 0.00375 0.00375 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 40.1 20.5 101 0.000812 0 0 0 test.phys initStep
- 1 40.1 20.5 101 0 0.000812 6.24e-05 6.24e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 33.6 15.5 107 0.000645 0 0 0 test.phys initStep
- 1 33.6 15.5 107 0 0.000645 4.6e-05 4.6e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 15.9 -26.5 134 0.0163 0 0 0 test.phys initStep
- 1 15.9 -26.5 134 0 0.0163 0.00836 0.00836 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 9.33 60.2 105 0.0243 0 0 0 test.phys initStep
- 1 9.33 60.2 105 0 0.0243 0.017 0.017 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.32 2.87 73.8 0.0107 0 0 0 test.phys initStep
- 1 2.32 2.87 73.8 0 0.0107 0.00398 0.00398 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.27 15.8 181 16.3 0 0 0 test.phys initStep
- 1 8.37 15.8 185 15.9 0.43 3.76 3.76 test.phys eBrem
- 2 7.83 15.5 200 11.4 1.7 15.1 18.8 test.phys eBrem
- 3 7.79 15.5 200 11.3 0.0397 0.425 19.2 World Transportation
- 4 -1.02e+03 -455 1e+04 11.3 2.99e-22 9.87e+03 9.88e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.83 15.5 200 2.8 0 0 0 test.phys initStep
- 1 7.77 15.5 200 2.8 0 0.426 0.426 World Transportation
- 2 -1.36e+03 -232 1e+04 2.8 0 9.9e+03 9.9e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.37 15.8 185 0.00408 0 0 0 test.phys initStep
- 1 8.37 15.8 185 0 0.000405 0.13 0.13 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 64
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 8.37 15.8 185 0.00368 0 0 0 test.phys initStep
- 1 8.37 15.8 185 0 0.00368 0.000641 0.000641 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 100 0 200 700 World Transportation
- 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 104 40.2 0 104 604 test.phys biasWrapper(compt)
- 2 3.07 7.97 172 24.5 0 69.3 673 test.phys biasWrapper(compt)
- 3 4.29 14.8 200 24.5 0 28.5 701 World Transportation
- 4 437 2.45e+03 1e+04 24.5 0 1.01e+04 1.08e+04 OutOfWorld Transportation
+ 0 365 -6.3 157 0.00136 0 0 0 test.phys initStep
+ 1 365 -6.3 157 0 0.00136 0.000132 0.000132 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.07 7.97 172 15.7 0 0 0 test.phys initStep
- 1 2.95 7.66 181 14.7 1.01 8.72 8.72 test.phys eBrem
- 2 2.11 4.54 200 12.1 2.58 19.6 28.3 World Transportation
- 3 2.36e+03 1.52e+03 1e+04 12.1 3.11e-22 1.02e+04 1.02e+04 OutOfWorld Transportation
+ 0 16.7 19.2 174 0.186 0 0 0 test.phys initStep
+ 1 16.7 19.4 174 0 0.186 0.557 0.557 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 104 59.8 0 0 0 test.phys initStep
- 1 -3.12 -1.92 139 55 4.62 35.9 35.9 test.phys eBrem
- 2 -3.71 -2.71 147 54.1 0.916 7.43 43.4 test.phys eBrem
- 3 -4.74 -4.82 161 52.4 1.67 14.2 57.5 test.phys eBrem
- 4 -5.67 -10.4 197 47.7 4.37 36.7 94.3 test.phys eIoni
- 5 -6.01 -10.7 200 47.3 0.375 3.15 97.4 World Transportation
- 6 -938 -714 1e+04 47.3 3.41e-22 9.87e+03 9.97e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 -5.67 -10.4 197 0.333 0 0 0 test.phys initStep
- 1 -5.36 -11 197 0.0609 0.272 1.29 1.29 test.phys eIoni
- 2 -5.34 -11 197 0 0.0609 0.0853 1.38 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -4.74 -4.82 161 0.0258 0 0 0 test.phys initStep
- 1 -7.53 -10 190 0 0.000405 30.1 30.1 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* 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.71 -2.71 147 0.00307 0 0 0 test.phys initStep
- 1 -3.72 -2.71 147 0 0.000405 0.0528 0.0528 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* 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 -3.12 -1.92 139 0.213 0 0 0 test.phys initStep
- 1 -7.7 -7.24 175 0.198 0 36.2 36.2 test.phys biasWrapper(compt)
- 2 5.67 -12 200 0.198 0 28.9 65.1 World Transportation
- 3 5.2e+03 -1.84e+03 1e+04 0.198 0 1.12e+04 1.13e+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 2.95 7.66 181 0.0534 0 0 0 test.phys initStep
- 1 1.92 5.02 200 0.0534 0 19.2 19.2 World Transportation
- 2 -531 -1.36e+03 1e+04 0.0534 0 9.91e+03 9.93e+03 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 -7.7 -7.24 175 0.0149 0 0 0 test.phys initStep
- 1 -7.71 -7.24 175 0 0.0149 0.00712 0.00712 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.72 -2.71 147 0.00266 0 0 0 test.phys initStep
- 1 -3.72 -2.71 147 0 0.00266 0.000377 0.000377 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -7.53 -10 190 0.0254 0 0 0 test.phys initStep
- 1 -7.52 -10 190 0 0.0254 0.0184 0.0184 test.phys eIoni
+ 0 0 0 157 0.471 0 0 0 test.phys initStep
+ 1 -0.389 -0.445 158 0.15 0.321 1.7 1.7 test.phys eIoni
+ 2 -0.531 -0.579 158 0 0.15 0.392 2.09 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 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 105 52.4 0 105 605 test.phys biasWrapper(compt)
- 2 6.95 -5.98 200 52.4 0 95.3 700 World Transportation
- 3 725 -624 1e+04 52.4 0 9.85e+03 1.05e+04 OutOfWorld Transportation
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 54.9 0.462 0 54.9 555 test.phys biasWrapper(compt)
+ 2 0.309 32.5 69.4 0.249 0 35.6 591 test.phys biasWrapper(compt)
+ 3 0.0563 32.8 68.8 0.239 0 0.653 591 test.phys biasWrapper(compt)
+ 4 -73.2 124 0 0.239 0 136 727 World Transportation
+ 5 -8.01e+03 1e+04 -7.45e+03 0.239 0 1.47e+04 1.54e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0563 32.8 68.8 0.0105 0 0 0 test.phys initStep
+ 1 0.0569 32.8 68.8 0 0.0105 0.00387 0.00387 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 0.309 32.5 69.4 0.213 0 0 0 test.phys initStep
+ 1 0.378 32.7 69.6 0 0.213 0.693 0.693 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 105 47.6 0 0 0 test.phys initStep
- 1 -3.84 11.9 172 37.7 8.52 67.6 67.6 test.phys eIoni
- 2 -3.97 12.2 175 36.8 0.407 3.25 70.8 test.phys eIoni
- 3 -3.92 12.3 176 36.4 0.197 1.71 72.5 test.phys eIoni
- 4 -3.35 13.8 187 35 1.38 11.1 83.6 test.phys eBrem
- 5 -3.32 13.9 189 34.6 0.133 1.35 85 test.phys eIoni
- 6 -3.11 14.1 193 33.4 0.697 4.7 89.7 test.phys eBrem
- 7 -2.63 14.6 200 32.6 0.794 6.57 96.2 World Transportation
- 8 592 440 1e+04 32.6 3.28e-22 9.83e+03 9.92e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.32 13.9 189 0.292 0 0 0 test.phys initStep
- 1 -3.73 13.6 189 0.0196 0.272 1.12 1.12 test.phys eIoni
- 2 -3.73 13.6 189 0 0.0196 0.0116 1.13 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.92 12.3 176 0.226 0 0 0 test.phys initStep
- 1 -3.77 12 177 0 0.226 0.759 0.759 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.97 12.2 175 0.448 0 0 0 test.phys initStep
- 1 -4.83 12.3 175 0.165 0.283 1.64 1.64 test.phys eIoni
- 2 -4.89 12.3 176 0 0.165 0.458 2.1 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.84 11.9 172 1.41 0 0 0 test.phys initStep
- 1 -3.58 10.2 174 1.06 0.348 3.4 3.4 test.phys eIoni
- 2 -2.71 8.3 175 0.727 0.335 2.81 6.22 test.phys eIoni
- 3 -1.87 7.79 176 0.448 0.279 2.22 8.44 test.phys eIoni
- 4 -2.79 8.09 177 0.187 0.26 1.64 10.1 test.phys eIoni
- 5 -2.89 8.35 177 0 0.187 0.564 10.6 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.11 14.1 193 0.522 0 0 0 test.phys initStep
- 1 -2.48 14.7 200 0.522 0 6.58 6.58 World Transportation
- 2 942 789 1e+04 0.522 0 9.88e+03 9.88e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.35 13.8 187 0.00344 0 0 0 test.phys initStep
- 1 -3.35 13.8 188 0 0.000405 0.0768 0.0768 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* 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 -3.35 13.8 188 0.00304 0 0 0 test.phys initStep
- 1 -3.35 13.8 188 0 0.00304 0.000467 0.000467 test.phys eIoni
+ 0 0 0 54.9 0.538 0 0 0 test.phys initStep
+ 1 -0.00562 -0.591 56.1 0.28 0.258 1.85 1.85 test.phys eIoni
+ 2 -0.23 -1.01 56.3 0 0.28 1.06 2.91 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 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 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 108 0 0 108 608 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 108 11.7 0 0 0 test.phys initStep
- 1 2.5 0.955 128 8.83 2.84 20 20 test.phys eIoni
- 2 2.12 0.75 130 8.5 0.327 2.51 22.6 test.phys eBrem
- 3 2.03 0.872 132 6.62 0.131 1.38 23.9 test.phys eBrem
- 4 1.29 0.643 143 5.02 1.6 12 35.9 test.phys eIoni
- 5 1.58 0.312 152 3.89 1.14 9.37 45.3 test.phys eIoni
- 6 4.88 -2.22 158 2.99 0.894 7.52 52.8 test.phys eIoni
- 7 8.06 -1.66 162 2.3 0.693 6.05 58.8 test.phys eIoni
- 8 6.48 1.83 160 1.4 0.897 4.91 63.7 test.phys eIoni
- 9 5.7 3.91 159 1.08 0.322 2.86 66.6 test.phys eBrem
- 10 4.81 6.06 158 0.721 0.361 2.86 69.5 test.phys eIoni
- 11 3.91 6.95 158 0.52 0.18 1.5 71 test.phys eBrem
- 12 3.22 7.88 159 0.286 0.234 1.81 72.8 test.phys eIoni
- 13 2.82 8.2 158 0.0251 0.261 1.06 73.8 test.phys eIoni
- 14 2.82 8.19 158 0 0.0251 0.0165 73.9 test.phys eIoni
- 15 2.82 8.19 158 0 0 0 73.9 test.phys annihil
+ 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 -5.33e-15 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 108 87.3 0 0 0 test.phys initStep
- 1 -2.49 -1.33 168 76.6 7.87 60.3 60.3 test.phys eBrem
- 2 -2.78 -1.19 173 75.5 0.712 4.72 65.1 test.phys eIoni
- 3 -3.28 -1.16 180 74 1.14 7.23 72.3 test.phys eIoni
- 4 -4.61 -1.09 200 71.6 2.41 19.8 92.1 World Transportation
- 5 -927 196 1e+04 71.6 3.52e-22 9.85e+03 9.94e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.28 -1.16 180 0.291 0 0 0 test.phys initStep
- 1 -3.81 -1.14 180 0 0.291 1.11 1.11 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.78 -1.19 173 0.428 0 0 0 test.phys initStep
- 1 -1.98 -1.19 174 0.132 0.296 1.59 1.59 test.phys eIoni
- 2 -2.14 -1.2 174 0 0.132 0.319 1.91 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.49 -1.33 168 2.84 0 0 0 test.phys initStep
- 1 -3.88 -0.779 189 1.13 0 21.2 21.2 test.phys biasWrapper(compt)
- 2 -8.05 9.35 200 1.13 0 15.2 36.4 World Transportation
- 3 -3.89e+03 9.45e+03 1e+04 1.13 0 1.42e+04 1.42e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 -3.88 -0.779 189 1.72 0 0 0 test.phys initStep
- 1 -5.27 -1.64 193 1.25 0.468 3.92 3.92 test.phys eIoni
- 2 -6.12 -2.53 195 0.823 0.426 3.13 7.05 test.phys eIoni
- 3 -5.87 -2.45 198 0.548 0.275 2.4 9.45 test.phys eIoni
- 4 -5.09 -2.23 199 0.136 0.413 1.88 11.3 test.phys eIoni
- 5 -4.96 -2.15 199 0 0.136 0.333 11.7 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.82 8.19 158 0.511 0 0 0 test.phys initStep
- 1 -21.3 22.9 200 0.511 0 50.3 50.3 World Transportation
- 2 -5.69e+03 3.48e+03 1e+04 0.511 0 1.18e+04 1.19e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.82 8.19 158 0.511 0 0 0 test.phys initStep
- 1 67.3 -31.2 46.8 0.202 0 135 135 test.phys biasWrapper(compt)
- 2 60.7 51.9 68.4 0.174 0 86.1 221 test.phys biasWrapper(compt)
- 3 18.8 140 0 0.174 0 119 340 World Transportation
- 4 -4.65e+03 1e+04 -7.63e+03 0.174 0 1.33e+04 1.37e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 60.7 51.9 68.4 0.0278 0 0 0 test.phys initStep
- 1 60.7 51.9 68.4 0 0.0278 0.0215 0.0215 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 67.3 -31.2 46.8 0.309 0 0 0 test.phys initStep
- 1 67.6 -31.5 46.3 0.0444 0.264 1.19 1.19 test.phys eIoni
- 2 67.6 -31.5 46.3 0 0.0444 0.0491 1.24 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 3.91 6.95 158 0.021 0 0 0 test.phys initStep
- 1 7.14 11.7 157 0.021 0 5.85 5.85 test.phys biasWrapper(Rayl)
- 2 19.6 26.8 147 0.0199 0 21.9 27.8 test.phys biasWrapper(compt)
- 3 24.1 23.1 154 0 0.000405 9.06 36.9 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 24.1 23.1 154 0.0195 0 0 0 test.phys initStep
- 1 24.1 23.1 154 0 0.0195 0.0115 0.0115 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 19.6 26.8 147 0.0011 0 0 0 test.phys initStep
- 1 19.6 26.8 147 0 0.0011 9.56e-05 9.56e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.03 0.872 132 1.74 0 0 0 test.phys initStep
- 1 5.12 2.84 200 1.74 0 68.6 68.6 World Transportation
- 2 447 285 1e+04 1.74 0 9.81e+03 9.88e+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 2.12 0.75 130 0.00255 0 0 0 test.phys initStep
- 1 2.11 0.754 130 0 0.000405 0.0849 0.0849 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 5
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.11 0.754 130 0.00214 0 0 0 test.phys initStep
- 1 2.11 0.754 130 0 0.00214 0.000265 0.000265 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 100 0 200 700 World Transportation
- 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 45.3 43.8 0 45.3 545 test.phys biasWrapper(compt)
- 2 -13.6 -11.4 200 43.8 0 156 701 World Transportation
- 3 -878 -736 1e+04 43.8 0 9.86e+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 45.3 56.2 0 0 0 test.phys initStep
- 1 4.19 0.624 91.2 48.5 5.97 46.1 46.1 test.phys eBrem
- 2 5.59 3.78 113 45.4 2.74 22.4 68.6 test.phys eBrem
- 3 6.02 4.35 117 45 0.433 3.53 72.1 test.phys eBrem
- 4 7.33 7.57 134 39.7 2.03 17.5 89.6 test.phys eBrem
- 5 11.7 15.1 169 34.8 4.45 36.1 126 test.phys eIoni
- 6 11.9 15.3 170 33.3 0.18 0.981 127 test.phys eIoni
- 7 17.5 19.4 187 30.4 2.14 18.4 145 test.phys eBrem
- 8 22.2 21.8 200 28.4 1.91 14.2 159 World Transportation
- 9 3.55e+03 732 1e+04 28.4 3.44e-22 1.04e+04 1.06e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 11.9 15.3 170 1.33 0 0 0 test.phys initStep
- 1 11.4 17.3 172 0.726 0.606 3.27 3.27 test.phys eIoni
- 2 11.5 18.6 173 0.439 0.287 2.22 5.49 test.phys eIoni
- 3 11.9 19.2 174 0.214 0.225 1.62 7.11 test.phys eIoni
- 4 12 18.9 174 0 0.214 0.696 7.81 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 11.7 15.1 169 0.389 0 0 0 test.phys initStep
- 1 11.9 14.5 170 0 0.389 1.48 1.48 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 17.5 19.4 187 0.824 0 0 0 test.phys initStep
- 1 22.2 21.7 200 0.824 0 14.2 14.2 World Transportation
- 2 3.46e+03 1.7e+03 1e+04 0.824 0 1.05e+04 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.33 7.57 134 3.28 0 0 0 test.phys initStep
- 1 14.8 15.7 200 3.28 0 67 67 World Transportation
- 2 1.12e+03 1.22e+03 1e+04 3.28 0 9.94e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 6.02 4.35 117 0.0196 0 0 0 test.phys initStep
- 1 6.85 5.57 124 0.019 0 7.02 7.02 test.phys biasWrapper(compt)
- 2 0.842 28.1 126 0 2.31e-05 23.5 30.5 test.phys biasWrapper(phot)
-
-*********************************************************************************************************
-* 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.842 28.1 126 0.019 0 0 0 test.phys initStep
- 1 0.842 28.1 126 0 0.019 0.011 0.011 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 6.85 5.57 124 0.000546 0 0 0 test.phys initStep
- 1 6.85 5.57 124 0 0.000546 3.72e-05 3.72e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 5.59 3.78 113 0.352 0 0 0 test.phys initStep
- 1 14.8 14.1 200 0.352 0 87.8 87.8 World Transportation
- 2 1.05e+03 1.19e+03 1e+04 0.352 0 9.92e+03 1e+04 OutOfWorld Transportation
+ 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.32 0.356 12.1 0.393 0.275 2.09 2.26 test.phys eIoni
+ 3 0.272 0.796 12.6 0.0915 0.302 1.49 3.75 test.phys eIoni
+ 4 0.249 0.879 12.6 0 0.0915 0.172 3.93 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 4.19 0.624 91.2 1.72 0 0 0 test.phys initStep
- 1 10.1 10 200 1.72 0 109 109 World Transportation
- 2 542 856 1e+04 1.72 0 9.85e+03 9.96e+03 OutOfWorld Transportation
+ 0 -0.0217 0.0214 10.6 0.0593 0 0 0 test.phys initStep
+ 1 14.7 60.7 20.9 0.0499 0 63.3 63.3 test.phys biasWrapper(compt)
+ 2 -79.7 -69.3 140 0.0424 0 200 263 test.phys biasWrapper(compt)
+ 3 -62.8 -59.9 138 0 0.000405 19.5 283 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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 -62.8 -59.9 138 0.042 0 0 0 test.phys initStep
+ 1 -62.7 -59.9 138 0 0.042 0.0446 0.0446 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 -79.7 -69.3 140 0.00741 0 0 0 test.phys initStep
+ 1 -79.7 -69.3 140 0 0.00741 0.00211 0.00211 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 14.7 60.7 20.9 0.00946 0 0 0 test.phys initStep
+ 1 14.7 60.7 20.9 0 0.00946 0.00323 0.00323 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 7.21 0.565 0 7.21 507 test.phys biasWrapper(compt)
+ 2 6.17 3.55 12.6 0.432 0 8.95 516 test.phys biasWrapper(compt)
+ 3 13.1 -0.493 27.3 0.418 0 16.7 533 test.phys biasWrapper(compt)
+ 4 76.6 -55.3 114 0.205 0 121 654 test.phys biasWrapper(compt)
+ 5 74.1 -15.3 126 0.127 0 41.6 695 test.phys biasWrapper(compt)
+ 6 187 -72.8 0 0.127 0 178 874 World Transportation
+ 7 9.17e+03 -4.65e+03 -1e+04 0.127 0 1.42e+04 1.51e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 74.1 -15.3 126 0.0779 0 0 0 test.phys initStep
+ 1 74.1 -15.3 126 0 0.0779 0.13 0.13 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 76.6 -55.3 114 0.214 0 0 0 test.phys initStep
+ 1 76.8 -55.6 115 0 0.214 0.695 0.695 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 13.1 -0.493 27.3 0.0142 0 0 0 test.phys initStep
+ 1 13.1 -0.49 27.3 0 0.0142 0.00658 0.00658 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 6.17 3.55 12.6 0.132 0 0 0 test.phys initStep
+ 1 6.25 3.68 12.6 0 0.132 0.32 0.32 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 7.21 0.435 0 0 0 test.phys initStep
+ 1 -0.498 -0.287 8.05 0.129 0.307 1.61 1.61 test.phys eIoni
+ 2 -0.621 -0.374 8.08 0 0.129 0.305 1.92 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 126 0.84 0 126 626 test.phys biasWrapper(compt)
+ 2 34.6 6.14 200 0.84 0 81.5 708 World Transportation
+ 3 4.64e+03 824 1e+04 0.84 0 1.09e+04 1.16e+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 126 0.16 0 0 0 test.phys initStep
+ 1 -0.182 -0.0323 127 0 0.16 0.437 0.437 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 36.5 0.972 0 36.5 536 test.phys biasWrapper(compt)
+ 2 -18.2 -2.85 142 0.788 0 107 644 test.phys biasWrapper(compt)
+ 3 -24.1 7.01 162 0.364 0 22.3 666 test.phys biasWrapper(compt)
+ 4 1.68 -22.1 200 0.364 0 54.7 721 World Transportation
+ 5 6.57e+03 -7.43e+03 1e+04 0.364 0 1.39e+04 1.47e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -24.1 7.01 162 0.425 0 0 0 test.phys initStep
+ 1 -24.6 7.69 162 0.168 0.257 1.58 1.58 test.phys eIoni
+ 2 -24.6 7.57 162 0 0.168 0.471 2.05 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 -18.2 -2.85 142 0.183 0 0 0 test.phys initStep
+ 1 -18.2 -3.07 143 0 0.183 0.545 0.545 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 36.5 0.0282 0 0 0 test.phys initStep
+ 1 0.0104 0.00162 36.5 0 0.0282 0.022 0.022 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
@@ -3310,617 +1406,291 @@ Step# X(mm) Y(mm) Z(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 87.5 0 0 87.5 588 test.phys biasWrapper(conv)
+ 1 0 0 7.58 0 0 7.58 508 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 87.5 64.5 0 0 0 test.phys initStep
- 1 -2.62e-05 0.000109 87.6 62.6 0.013 0.0921 0.0921 test.phys eIoni
- 2 -0.0786 0.00684 98.8 60.1 1.55 11.2 11.3 test.phys eIoni
- 3 -0.0698 0.0218 101 59.3 0.273 2.39 13.6 test.phys eBrem
- 4 1.35 -3.36 159 51.3 7.42 58.1 71.7 test.phys eIoni
- 5 0.483 -10.7 185 47.1 3.37 27.5 99.2 test.phys eIoni
- 6 -0.241 -12.1 197 45.3 1.43 11.7 111 test.phys eIoni
- 7 -0.405 -12.5 200 45 0.32 2.93 114 World Transportation
- 8 -762 -1.25e+03 1e+04 45 3.4e-22 9.91e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 -0.241 -12.1 197 0.378 0 0 0 test.phys initStep
- 1 -0.79 -12.6 197 0.116 0.262 1.45 1.45 test.phys eIoni
- 2 -0.892 -12.7 197 0 0.116 0.256 1.7 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.483 -10.7 185 0.87 0 0 0 test.phys initStep
- 1 0.667 -12.3 187 0.541 0.33 2.48 2.48 test.phys eIoni
- 2 -0.247 -13.2 186 0.277 0.263 1.86 4.34 test.phys eIoni
- 3 -0.641 -13.1 186 0.0404 0.237 1.04 5.38 test.phys eIoni
- 4 -0.651 -13.1 186 0 0.0404 0.0416 5.43 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.35 -3.36 159 0.509 0 0 0 test.phys initStep
- 1 0.673 -2.75 160 0.191 0.318 1.79 1.79 test.phys eIoni
- 2 0.536 -2.57 160 0 0.191 0.582 2.37 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.0786 0.00684 98.8 0.933 0 0 0 test.phys initStep
- 1 -1.24 0.993 100 0.631 0.302 2.59 2.59 test.phys eIoni
- 2 -2.61 0.438 100 0.35 0.281 2.04 4.64 test.phys eIoni
- 3 -2.79 -0.0335 99.4 0.0525 0.297 1.35 5.99 test.phys eIoni
- 4 -2.82 -0.0469 99.4 0 0.0525 0.0659 6.06 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.62e-05 0.000109 87.6 1.9 0 0 0 test.phys initStep
- 1 1.03 -1.96 90.7 1.46 0.436 4.22 4.22 test.phys eIoni
- 2 1.38 -2.69 92.3 1.16 0.186 1.99 6.21 test.phys eBrem
- 3 3.24 -3.61 93.8 0.807 0.358 2.99 9.2 test.phys eIoni
- 4 4.85 -4.39 93.3 0.454 0.353 2.37 11.6 test.phys eIoni
- 5 5.58 -5.17 93.4 0.0402 0.413 1.66 13.2 test.phys eIoni
- 6 5.58 -5.18 93.3 0 0.0402 0.0411 13.3 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 87.5 34.4 0 0 0 test.phys initStep
- 1 2.04 0.642 118 29.1 3.81 30.4 30.4 test.phys eIoni
- 2 2.36 1.98 139 25.7 3.07 21.7 52.1 test.phys eIoni
- 3 2.38 2.03 140 25.2 0.0569 0.544 52.7 test.phys eIoni
- 4 2.44 2.13 142 24 0.25 1.88 54.6 test.phys eBrem
- 5 2.56 2.52 146 21.8 0.671 4.27 58.8 test.phys eIoni
- 6 1.08 2.61 163 19.3 2.01 17.1 75.9 test.phys eBrem
- 7 -3.49 3.33 194 15.6 3.74 32.2 108 test.phys eIoni
- 8 -6.42 3.73 200 14.9 0.715 6.32 114 World Transportation
- 9 -5.9e+03 1.63e+03 1e+04 14.9 3.59e-22 1.16e+04 1.17e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.56 2.52 146 1.52 0 0 0 test.phys initStep
- 1 2.26 4.6 148 1.04 0.484 3.59 3.59 test.phys eIoni
- 2 1.52 6.36 150 0.624 0.413 2.77 6.36 test.phys eIoni
- 3 1.07 7.67 149 0.372 0.253 2.03 8.39 test.phys eIoni
- 4 1.31 8.38 149 0.141 0.231 1.43 9.82 test.phys eIoni
- 5 1.16 8.47 149 0 0.141 0.356 10.2 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.38 2.03 140 0.444 0 0 0 test.phys initStep
- 1 1.98 2.84 140 0.224 0.22 1.63 1.63 test.phys eIoni
- 2 1.93 2.92 140 0 0.224 0.751 2.39 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.36 1.98 139 0.339 0 0 0 test.phys initStep
- 1 2.35 1.38 140 0.0222 0.317 1.31 1.31 test.phys eIoni
- 2 2.35 1.37 140 0 0.0222 0.0144 1.33 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.04 0.642 118 1.5 0 0 0 test.phys initStep
- 1 0.781 -0.794 120 1.06 0.441 3.56 3.56 test.phys eIoni
- 2 2.2 -0.967 122 0.653 0.41 2.82 6.38 test.phys eIoni
- 3 2.69 -2.25 123 0.339 0.314 2.09 8.46 test.phys eIoni
- 4 2.86 -2.05 124 0.114 0.225 1.32 9.78 test.phys eIoni
- 5 2.98 -2.11 124 0 0.114 0.251 10 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.08 2.61 163 0.48 0 0 0 test.phys initStep
- 1 0.732 5.78 200 0.48 0 37.1 37.1 World Transportation
- 2 -91.7 845 1e+04 0.48 0 9.84e+03 9.87e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 2.44 2.13 142 0.935 0 0 0 test.phys initStep
- 1 3.12 6.16 200 0.935 0 58.3 58.3 World Transportation
- 2 119 685 1e+04 0.935 0 9.82e+03 9.88e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 5
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.38 -2.69 92.3 0.113 0 0 0 test.phys initStep
- 1 5.93 -7.33 111 0.0925 0 20.1 20.1 test.phys biasWrapper(compt)
- 2 102 -107 60.5 0.0725 0 148 168 test.phys biasWrapper(compt)
- 3 116 -70.1 83 0.0572 0 45.8 214 test.phys biasWrapper(compt)
- 4 99.8 -90.2 49.5 0.0571 0 42.4 256 test.phys biasWrapper(compt)
- 5 92.9 -106 29.4 0.0551 0 26.5 283 test.phys biasWrapper(compt)
- 6 42.9 -114 -3.55e-15 0.0551 0 58.6 341 World Transportation
- 7 -1e+04 -1.77e+03 -5.91e+03 0.0551 0 1.18e+04 1.21e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 92.9 -106 29.4 0.00193 0 0 0 test.phys initStep
- 1 92.9 -106 29.4 0 0.00193 0.000225 0.000225 test.phys eIoni
-
-*********************************************************************************************************
-* 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 99.8 -90.2 49.5 0.000107 0 0 0 test.phys initStep
- 1 99.8 -90.2 49.5 0 0.000107 8.92e-06 8.92e-06 test.phys eIoni
-
-*********************************************************************************************************
-* 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 116 -70.1 83 0.0154 0 0 0 test.phys initStep
- 1 116 -70.1 83 0 0.0154 0.00756 0.00756 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 102 -107 60.5 0.02 0 0 0 test.phys initStep
- 1 102 -107 60.5 0 0.02 0.012 0.012 test.phys eIoni
-
-*********************************************************************************************************
-* 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 5.93 -7.33 111 0.021 0 0 0 test.phys initStep
- 1 5.93 -7.33 111 0 0.021 0.0131 0.0131 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 -0.0698 0.0218 101 0.605 0 0 0 test.phys initStep
- 1 2.63 -0.277 200 0.605 0 98.9 98.9 World Transportation
- 2 270 -29.9 1e+04 0.605 0 9.8e+03 9.9e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 52 0.872 0 52 552 test.phys biasWrapper(hadElastic)
- 2 10.6 -38.1 54 0.843 0.0288 39.6 592 test.phys biasWrapper(hadElastic)
- 3 28 -53.9 66.8 0.79 0.0527 26.8 618 test.phys biasWrapper(hadElastic)
- 4 27.3 -56.7 79.5 0.755 0.0348 13 631 test.phys biasWrapper(hadElastic)
- 5 32.6 -31.8 117 0.739 0.0161 45.6 677 test.phys biasWrapper(hadElastic)
- 6 99 96.9 189 0.582 0 161 838 test.phys biasWrapper(hadElastic)
- 7 -59.7 29.2 200 0.582 0 173 1.01e+03 World Transportation
- 8 -1e+04 -4.21e+03 912 0.582 0 1.08e+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 99 96.9 189 0.158 0 0 0 test.phys initStep
- 1 99 96.9 189 0 0.158 0.00155 0.00155 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 52 0.128 0 0 0 test.phys initStep
- 1 -0.000217 0.000782 52 0 0.128 0.00136 0.00136 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 159 0.998 0.00188 159 659 test.phys biasWrapper(hadElastic)
- 2 -6.54 -0.977 200 0.998 0 41.1 701 World Transportation
- 3 -1.59e+03 -237 1e+04 0.998 0 9.93e+03 1.06e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 152 0.9 0 152 652 test.phys biasWrapper(hadElastic)
- 2 -17.7 -170 200 0.9 0 178 830 World Transportation
- 3 -1.04e+03 -1e+04 2.96e+03 0.9 0 1.03e+04 1.11e+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 152 0.1 0 0 0 test.phys initStep
- 1 7.56e-05 0.000725 152 0 0.1 0.00116 0.00116 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 53.8 0.818 0 53.8 554 test.phys biasWrapper(hadElastic)
- 2 -9.33 24.3 42.8 0.797 0.0214 28.3 582 test.phys biasWrapper(hadElastic)
- 3 -1.5 152 49.5 0.652 0 128 710 test.phys biasWrapper(hadElastic)
- 4 9.9 145 56.8 0.617 0.0347 15.3 725 test.phys biasWrapper(hadElastic)
- 5 39.5 161 75.2 0.466 0 38.2 764 test.phys biasWrapper(hadElastic)
- 6 11.7 145 41.1 0.391 0 46.6 810 test.phys biasWrapper(hadElastic)
- 7 21.9 134 42.4 0.316 0 15.2 825 test.phys biasWrapper(hadElastic)
- 8 -19.1 237 200 0.316 0 193 1.02e+03 World Transportation
- 9 -2.57e+03 6.66e+03 1e+04 0.316 0 1.2e+04 1.3e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 7, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 21.9 134 42.4 0.0747 0 0 0 test.phys initStep
- 1 21.9 134 42.4 0 0.0747 0.00096 0.00096 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 6, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 11.7 145 41.1 0.0753 0 0 0 test.phys initStep
- 1 11.7 145 41.1 0 0.0753 0.000965 0.000965 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 5, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 39.5 161 75.2 0.151 0 0 0 test.phys initStep
- 1 39.5 161 75.2 0 0.151 0.00151 0.00151 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 -1.5 152 49.5 0.145 0 0 0 test.phys initStep
- 1 -1.5 152 49.5 0 0.145 0.00147 0.00147 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 53.8 0.182 0 0 0 test.phys initStep
- 1 0.000286 -0.000744 53.8 0 0.182 0.00169 0.00169 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 1 0 0 0 World initStep
- 1 0 0 0 1 0 500 500 test.phys Transportation
- 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 1 0 200 700 World Transportation
- 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 101 0 0 101 601 test.phys biasWrapper(neutronInelastic)
-
-*********************************************************************************************************
-* 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 101 0.512 0 0 0 test.phys initStep
- 1 28.6 22.1 89.2 0.397 0 38.1 38.1 test.phys biasWrapper(hadElastic)
- 2 28 18.7 90.5 0.362 0.0353 3.69 41.7 test.phys biasWrapper(hadElastic)
- 3 -75.4 -24.7 51.5 0.354 0.00774 119 161 test.phys biasWrapper(hadElastic)
- 4 -133 -20.9 0 0.354 0 77.6 238 World Transportation
- 5 -1e+04 638 -8.77e+03 0.354 0 1.32e+04 1.35e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 101 0.279 0 0 0 test.phys initStep
- 1 8.53 30.4 102 0.151 0 31.6 31.6 test.phys biasWrapper(compt)
- 2 25.5 -42.4 0 0.151 0 127 158 World Transportation
- 3 1.68e+03 -7.15e+03 -1e+04 0.151 0 1.24e+04 1.25e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 6, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 28.6 22.1 89.2 0.115 0 0 0 test.phys initStep
- 1 28.6 22.1 89.2 0 0.115 0.00127 0.00127 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 5, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 101 0.142 0 0 0 test.phys initStep
- 1 -0.000483 -0.000379 101 0 0.142 0.00145 0.00145 test.phys ionIoni
+ 0 0 0 7.58 28.9 0 0 0 test.phys initStep
+ 1 -0.0946 0.163 14 27.9 0.732 6.4 6.4 test.phys eIoni
+ 2 -0.282 -0.0215 18 27.2 0.646 4.06 10.5 test.phys eBrem
+ 3 -1.6 0.398 37.9 23.9 2.55 19.9 30.4 test.phys eIoni
+ 4 -1.41 0.0606 41.6 0 0.5 3.71 34.1 test.phys annihil
*********************************************************************************************************
* 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 8.53 30.4 102 0.128 0 0 0 test.phys initStep
- 1 8.55 30.5 102 0 0.128 0.301 0.301 test.phys eIoni
+ 0 -1.6 0.398 37.9 0.779 0 0 0 test.phys initStep
+ 1 -1.63 0.929 38.5 0.444 0.102 0.844 0.844 test.phys eIoni
+ 2 -1.6 1.27 39.5 0.19 0.254 1.63 2.48 test.phys eIoni
+ 3 -1.54 1.54 39.5 0 0.19 0.575 3.05 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* 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 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 -1.63 0.929 38.5 0.233 0 0 0 test.phys initStep
+ 1 -1.66 1.34 38.4 0 0.233 0.796 0.796 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+* 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 0 0 1 0 0 500 test.phys initStep
- 1 0 0 35.4 0.98 0.0203 35.4 535 test.phys biasWrapper(hadElastic)
- 2 32.7 92.9 200 0.98 0 192 727 World Transportation
- 3 1.98e+03 5.62e+03 1e+04 0.98 0 1.14e+04 1.21e+04 OutOfWorld Transportation
+ 0 -0.0946 0.163 14 0.304 0 0 0 test.phys initStep
+ 1 0.373 0.386 14.3 0.02 0.284 1.17 1.17 test.phys eIoni
+ 2 0.373 0.385 14.3 0 0.02 0.012 1.18 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* 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 -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 7.58 70 0 0 0 test.phys initStep
+ 1 -0.847 -1.27 46.6 64.5 4.95 39.1 39.1 test.phys eIoni
+ 2 -0.967 2.05 105 56.8 7.23 58.8 97.8 test.phys eIoni
+ 3 -0.799 2.38 108 56.1 0.498 3.2 101 test.phys eIoni
+ 4 -0.429 3.11 115 55.3 0.798 6.34 107 test.phys eBrem
+ 5 -0.377 3.18 115 55.2 0.0692 0.544 108 test.phys eBrem
+ 6 4.86 6.57 150 50 4.17 35.4 143 test.phys eIoni
+ 7 7.11 7.34 165 48.1 1.59 15.2 159 test.phys eIoni
+ 8 7.13 7.35 165 48 0.014 0.142 159 test.phys eBrem
+ 9 8.72 8.34 174 47 1.01 9.21 168 test.phys eBrem
+ 10 12.8 11.7 200 44.1 2.96 26.4 194 World Transportation
+ 11 732 1.23e+03 1e+04 44.1 3.4e-22 9.9e+03 1.01e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 147 0.99 0.0102 147 647 test.phys biasWrapper(hadElastic)
- 2 12.1 -4.1 179 0.92 0.07 34.4 681 test.phys biasWrapper(hadElastic)
- 3 27.9 -18.5 182 0.841 0 21.7 703 test.phys biasWrapper(hadElastic)
- 4 51.8 -6.08 200 0.841 0 32.1 735 World Transportation
- 5 1e+04 5.18e+03 7.53e+03 0.841 0 1.34e+04 1.41e+04 OutOfWorld Transportation
+ 0 7.11 7.34 165 0.312 0 0 0 test.phys initStep
+ 1 7.02 7.92 165 0.0899 0.222 1.21 1.21 test.phys eIoni
+ 2 7 7.91 165 0 0.0899 0.167 1.37 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2
+* 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 27.9 -18.5 182 0.079 0 0 0 test.phys initStep
- 1 27.9 -18.5 182 0 0.079 0.000995 0.000995 test.phys ionIoni
+ 0 4.86 6.57 150 1.04 0 0 0 test.phys initStep
+ 1 5.53 5.1 152 0.734 0.309 2.78 2.78 test.phys eIoni
+ 2 5.31 4.37 153 0.455 0.279 2.24 5.02 test.phys eIoni
+ 3 4.43 4.23 154 0 0.455 1.66 6.68 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, 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 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.799 2.38 108 0.244 0 0 0 test.phys initStep
+ 1 -1.11 2.63 109 0 0.244 0.854 0.854 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, 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 1 0 0 500 test.phys initStep
- 1 0 0 3.92 0.96 0.0399 3.92 504 test.phys biasWrapper(hadElastic)
- 2 153 113 200 0.96 0 273 777 World Transportation
- 3 7.8e+03 5.75e+03 1e+04 0.96 0 1.37e+04 1.44e+04 OutOfWorld Transportation
+ 0 -0.967 2.05 105 0.485 0 0 0 test.phys initStep
+ 1 -0.946 1.16 106 0.23 0.255 1.73 1.73 test.phys eIoni
+ 2 -1.27 0.931 106 0 0.23 0.781 2.51 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* 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 -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.847 -1.27 46.6 0.558 0 0 0 test.phys initStep
+ 1 -1.17 -0.36 47.3 0.326 0.229 1.63 1.63 test.phys eBrem
+ 2 -1.02 0.237 47.7 0 0.326 1.27 2.89 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 11
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 1 0 0 500 test.phys initStep
- 1 0 0 27 0.994 0.00641 27 527 test.phys biasWrapper(hadElastic)
- 2 -26.7 17.7 131 0.89 0 109 636 test.phys biasWrapper(hadElastic)
- 3 -333 180 109 0.709 0 347 983 test.phys biasWrapper(hadElastic)
- 4 -285 167 48 0 0 78.8 1.06e+03 test.phys biasWrapper(neutronInelastic)
+ 0 -1.17 -0.36 47.3 0.00268 0 0 0 test.phys initStep
+ 1 -1.16 -0.341 47.4 0 0.000405 0.0448 0.0448 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -285 167 48 0.104 0 0 0 test.phys initStep
- 1 -285 180 2.67 0.0926 0 47.2 47.2 test.phys biasWrapper(compt)
- 2 -287 185 1.95 0.0786 0 5.54 52.8 test.phys biasWrapper(compt)
- 3 -283 186 5.11e-15 0.0786 0 4.47 57.2 World Transportation
- 4 1e+04 2.79e+03 -5.14e+03 0.0786 0 1.18e+04 1.18e+04 OutOfWorld Transportation
+ 0 -1.16 -0.341 47.4 0.00227 0 0 0 test.phys initStep
+ 1 -1.16 -0.341 47.4 0 0.00227 0.000291 0.000291 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = C14, Track ID = 7, Parent ID = 2
+* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -285 167 48 0.163 0 0 0 test.phys initStep
- 1 -285 167 48 0 0.163 0.00184 0.00184 test.phys ionIoni
+ 0 8.72 8.34 174 0.00613 0 0 0 test.phys initStep
+ 1 8.82 8.51 175 0 0.000405 1.16 1.16 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = proton, Track ID = 5, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 19
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -285 167 48 0.991 0 0 0 test.phys initStep
- 1 -285 167 48 0 0.991 0.0346 0.0346 test.phys hIoni
+ 0 8.82 8.51 175 0.00572 0 0 0 test.phys initStep
+ 1 8.82 8.51 175 0 0.00572 0.00135 0.00135 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2
+* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -333 180 109 0.18 0 0 0 test.phys initStep
- 1 -333 180 109 0 0.18 0.00168 0.00168 test.phys ionIoni
+ 0 7.13 7.35 165 0.00827 0 0 0 test.phys initStep
+ 1 7.7 7.65 168 0 0.000405 3.19 3.19 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -26.7 17.7 131 0.104 0 0 0 test.phys initStep
- 1 -26.7 17.7 131 0 0.104 0.00119 0.00119 test.phys ionIoni
+ 0 7.7 7.65 168 0.00787 0 0 0 test.phys initStep
+ 1 7.7 7.65 168 0 0.00787 0.00234 0.00234 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 9, 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 -287 185 1.95 0.014 0 0 0 test.phys initStep
- 1 -287 185 1.95 0 0.014 0.00643 0.00643 test.phys eIoni
+ 0 -0.377 3.18 115 0.0225 0 0 0 test.phys initStep
+ 1 1.94 6.16 138 0.0225 0 22.7 22.7 test.phys biasWrapper(Rayl)
+ 2 4.82 3.6 138 0.0225 0 3.9 26.6 test.phys biasWrapper(Rayl)
+ 3 13.4 17.2 151 0.0225 0 20.8 47.4 test.phys biasWrapper(Rayl)
+ 4 15.3 24.6 153 0.0222 0 7.8 55.2 test.phys biasWrapper(compt)
+ 5 14.9 26.1 155 0 0.000405 2.28 57.5 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6
+* 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 -285 180 2.67 0.0115 0 0 0 test.phys initStep
- 1 -285 180 2.67 0 0.0115 0.00454 0.00454 test.phys eIoni
+ 0 14.9 26.1 155 0.0218 0 0 0 test.phys initStep
+ 1 14.9 26 155 0 0.0218 0.014 0.014 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* 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 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 15.3 24.6 153 0.000283 0 0 0 test.phys initStep
+ 1 15.3 24.6 153 0 0.000283 1.79e-05 1.79e-05 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+* 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 0 0 1 0 0 500 test.phys initStep
- 1 0 0 68.6 0.966 0.034 68.6 569 test.phys biasWrapper(hadElastic)
- 2 68.5 -41.7 162 0.912 0.0539 123 692 test.phys biasWrapper(hadElastic)
- 3 115 -5.39 200 0.912 0 69.8 762 World Transportation
- 4 1e+04 7.74e+03 8.22e+03 0.912 0 1.49e+04 1.57e+04 OutOfWorld Transportation
+ 0 -0.429 3.11 115 0.00237 0 0 0 test.phys initStep
+ 1 -0.424 3.12 115 0 0.000405 0.0575 0.0575 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* 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 -0.424 3.12 115 0.00197 0 0 0 test.phys initStep
+ 1 -0.424 3.12 115 0 0.00197 0.000231 0.000231 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 -1.41 0.0606 41.6 17.4 0 0 0 test.phys initStep
+ 1 20.9 -2.63 200 17.4 0 160 160 World Transportation
+ 2 1.4e+03 -169 1e+04 17.4 0 9.9e+03 1.01e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.41 0.0606 41.6 7.01 0 0 0 test.phys initStep
+ 1 -44.1 -39.6 200 7.01 0 169 169 World Transportation
+ 2 -2.69e+03 -2.49e+03 1e+04 7.01 0 1.04e+04 1.06e+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.282 -0.0215 18 0.047 0 0 0 test.phys initStep
+ 1 -3.09 -6.58 134 0.0432 0 117 117 test.phys biasWrapper(compt)
+ 2 22.7 -1.22 136 0.0371 0 26.4 143 test.phys biasWrapper(compt)
+ 3 -3.03 -18.8 132 0.0326 0 31.5 175 test.phys biasWrapper(compt)
+ 4 3.12 -9.52 135 0.0298 0 11.6 186 test.phys biasWrapper(compt)
+ 5 -11.1 -11.3 142 0.0285 0 15.8 202 test.phys biasWrapper(compt)
+ 6 -8.81 -16.8 150 0.0267 0 10 212 test.phys biasWrapper(compt)
+ 7 13.8 -73.5 86.1 0 0.000405 88.2 300 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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 13.8 -73.5 86.1 0.0263 0 0 0 test.phys initStep
+ 1 13.8 -73.5 86.1 0 0.0263 0.0195 0.0195 test.phys 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 -8.81 -16.8 150 0.00173 0 0 0 test.phys initStep
+ 1 -8.81 -16.8 150 0 0.00173 0.00019 0.00019 test.phys 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 -11.1 -11.3 142 0.00136 0 0 0 test.phys initStep
+ 1 -11.1 -11.3 142 0 0.00136 0.000132 0.000132 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.12 -9.52 135 0.00276 0 0 0 test.phys initStep
+ 1 3.12 -9.52 135 0 0.00276 0.0004 0.0004 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.03 -18.8 132 0.00454 0 0 0 test.phys initStep
+ 1 -3.03 -18.8 132 0 0.00454 0.000915 0.000915 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 22.7 -1.22 136 0.00603 0 0 0 test.phys initStep
+ 1 22.7 -1.22 136 0 0.00603 0.00148 0.00148 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.09 -6.58 134 0.00385 0 0 0 test.phys initStep
+ 1 -3.09 -6.58 134 0 0.00385 0.000693 0.000693 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
@@ -3931,230 +1701,317 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
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 = 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 27 99.7 0 27 527 test.phys biasWrapper(hadElastic)
- 2 -6.57 13.8 108 0 0 82.3 609 test.phys biasWrapper(neutronInelastic)
+ 1 0 0 67.8 0 0 67.8 568 test.phys biasWrapper(conv)
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 7, 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 -6.57 13.8 108 1.14 0 0 0 test.phys initStep
- 1 -7.44 13.7 109 1.09 0.054 1.81 1.81 test.phys biasWrapper(hadElastic)
- 2 -102 47.5 137 1.02 0 104 106 test.phys biasWrapper(hadElastic)
- 3 -104 46.7 140 0.912 0 3.71 110 test.phys biasWrapper(hadElastic)
- 4 -88.3 30.4 150 0.85 0.062 24.4 134 test.phys biasWrapper(hadElastic)
- 5 -41.8 -37.1 92 0.792 0.0575 100 235 test.phys biasWrapper(hadElastic)
- 6 -8.7 -12.3 0 0.792 0 101 335 World Transportation
- 7 3.58e+03 2.68e+03 -1e+04 0.792 0 1.1e+04 1.13e+04 OutOfWorld Transportation
+ 0 0 0 67.8 65 0 0 0 test.phys initStep
+ 1 0.00818 -0.00181 68.5 64.7 0.0734 0.697 0.697 test.phys eIoni
+ 2 -0.0345 -0.232 75 29.1 0.853 6.55 7.25 test.phys eBrem
+ 3 -0.0364 -0.234 75.2 29 0.0165 0.153 7.4 test.phys eBrem
+ 4 -0.0884 -0.758 84.3 27.7 1.3 9.11 16.5 test.phys eBrem
+ 5 -1.56 -2.42 105 25.2 2.34 20.7 37.3 test.phys eBrem
+ 6 -1.57 -2.96 108 24.5 0.39 2.97 40.2 test.phys eBrem
+ 7 -1.58 -3.02 108 24.4 0.0284 0.286 40.5 test.phys eBrem
+ 8 -1.74 -3.51 111 23.6 0.264 2.58 43.1 test.phys eIoni
+ 9 -1.92 -4.16 114 22.1 0.398 3.22 46.3 test.phys eBrem
+ 10 -2.28 -8.05 130 19.9 2.27 16.9 63.2 test.phys eBrem
+ 11 -10.1 -20.7 160 15.7 4.12 33.1 96.3 test.phys eIoni
+ 12 -17.5 -37.5 178 12.3 3.41 26.6 123 test.phys eIoni
+ 13 -20 -39.6 183 11.2 0.836 5.87 129 test.phys eBrem
+ 14 -31.2 -47.2 196 8.68 2.51 19.3 148 test.phys eIoni
+ 15 -33.1 -48.8 200 8.12 0.557 4.36 152 World Transportation
+ 16 -7.78e+03 -8.78e+03 1e+04 8.12 4.48e-22 1.52e+04 1.54e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -6.57 13.8 108 64.1 0 0 0 test.phys initStep
- 1 -0.335 16.7 144 64 0.0312 36.7 36.7 test.phys biasWrapper(hadElastic)
- 2 10.6 25.8 200 64 0 57.8 94.5 World Transportation
- 3 1.93e+03 1.61e+03 1e+04 64 0 1.01e+04 1.02e+04 OutOfWorld Transportation
+ 0 -1.74 -3.51 111 0.549 0 0 0 test.phys initStep
+ 1 -2.71 -3.16 111 0.292 0.257 1.88 1.88 test.phys eIoni
+ 2 -3.24 -2.92 111 0.0406 0.252 1.12 3 test.phys eIoni
+ 3 -3.22 -2.93 111 0 0.0406 0.042 3.04 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 2
+* 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 -6.57 13.8 108 0.0968 0 0 0 test.phys initStep
- 1 -20 25.3 111 0.0853 0 17.9 17.9 test.phys biasWrapper(compt)
- 2 -21.1 25.5 119 0.0768 0 8.23 26.2 test.phys biasWrapper(compt)
- 3 -2.43 89.4 143 0.0739 0 70.8 97 test.phys biasWrapper(compt)
- 4 71.8 193 104 0.0725 0 133 230 test.phys biasWrapper(compt)
- 5 77.7 195 102 0.0604 0 6.59 237 test.phys biasWrapper(compt)
- 6 58.3 217 123 0.0585 0 36.1 273 test.phys biasWrapper(compt)
- 7 68.9 286 161 0.0583 0 79.5 352 test.phys biasWrapper(compt)
- 8 61.5 342 200 0.0583 0 68.6 421 World Transportation
- 9 -1.22e+03 1e+04 6.98e+03 0.0583 0 1.19e+04 1.23e+04 OutOfWorld Transportation
+ 0 0.00818 -0.00181 68.5 0.227 0 0 0 test.phys initStep
+ 1 0.00592 0.35 68.7 0 0.227 0.763 0.763 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, 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 68.9 286 161 0.000235 0 0 0 test.phys initStep
- 1 68.9 286 161 0 0.000235 1.51e-05 1.51e-05 test.phys eIoni
+ 0 0 0 67.8 34 0 0 0 test.phys initStep
+ 1 -0.241 0.246 74.8 33 1 7.07 7.07 test.phys eBrem
+ 2 -1.3 1.41 99.7 29.9 3.03 25 32.1 test.phys eBrem
+ 3 -2.57 13.2 147 24.1 5.87 49 81.1 test.phys eIoni
+ 4 -3.05 14.9 153 23.1 0.744 5.9 87 test.phys eIoni
+ 5 -3.19 15.7 156 22.7 0.321 2.99 90 test.phys eBrem
+ 6 -3.34 17 160 21.8 0.572 4.3 94.3 test.phys eIoni
+ 7 -3.56 19.4 166 19.9 1.19 6.99 101 test.phys eIoni
+ 8 -4.34 22 177 18.4 1.4 11.4 113 test.phys eBrem
+ 9 -4.71 23.2 181 14.8 0.577 4.34 117 test.phys eBrem
+ 10 -5.38 27.2 200 12.6 2.24 19.4 136 World Transportation
+ 11 572 257 1e+04 12.6 3e-22 9.82e+03 9.96e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9
+* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 58.3 217 123 0.00181 0 0 0 test.phys initStep
- 1 58.3 217 123 0 0.00181 0.000203 0.000203 test.phys eIoni
+ 0 -3.56 19.4 166 0.739 0 0 0 test.phys initStep
+ 1 -3.11 20.9 167 0.446 0.293 2.25 2.25 test.phys eIoni
+ 2 -3.52 21.2 168 0.119 0.327 1.64 3.89 test.phys eIoni
+ 3 -3.64 21.1 168 0 0.119 0.267 4.15 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9
+* 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 77.7 195 102 0.0121 0 0 0 test.phys initStep
- 1 77.7 195 102 0 0.0121 0.00498 0.00498 test.phys eIoni
+ 0 -3.34 17 160 0.33 0 0 0 test.phys initStep
+ 1 -3.41 16.5 160 0.0665 0.263 1.28 1.28 test.phys eIoni
+ 2 -3.45 16.5 160 0 0.0665 0.0993 1.38 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9
+* 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 71.8 193 104 0.00147 0 0 0 test.phys initStep
- 1 71.8 193 104 0 0.00147 0.000147 0.000147 test.phys eIoni
+ 0 -3.05 14.9 153 0.229 0 0 0 test.phys initStep
+ 1 -2.69 14.9 153 0 0.229 0.776 0.776 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9
+* 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 -2.43 89.4 143 0.00282 0 0 0 test.phys initStep
- 1 -2.43 89.4 143 0 0.00282 0.000413 0.000413 test.phys eIoni
+ 0 -4.71 23.2 181 3.07 0 0 0 test.phys initStep
+ 1 -5.1 27.1 200 3.07 0 19.1 19.1 World Transportation
+ 2 -208 2.05e+03 1e+04 3.07 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9
+* 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 -21.1 25.5 119 0.00853 0 0 0 test.phys initStep
- 1 -21.1 25.5 119 0 0.00853 0.0027 0.0027 test.phys eIoni
+ 0 -4.34 22 177 0.0421 0 0 0 test.phys initStep
+ 1 -7.34 28.7 200 0.0421 0 24 24 World Transportation
+ 2 -1.29e+03 2.9e+03 1e+04 0.0421 0 1.03e+04 1.03e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9
+* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -20 25.3 111 0.0115 0 0 0 test.phys initStep
- 1 -20 25.3 111 0 0.0115 0.00457 0.00457 test.phys eIoni
+ 0 -3.19 15.7 156 0.0533 0 0 0 test.phys initStep
+ 1 -4.14 18.6 167 0.045 0 11.8 11.8 test.phys biasWrapper(compt)
+ 2 -9.53 21.8 154 0 0.000405 14.2 26 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 2
+* 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 -6.57 13.8 108 0.235 0 0 0 test.phys initStep
- 1 -0.749 26.9 113 0.222 0 15.3 15.3 test.phys biasWrapper(compt)
- 2 -2.51 41.2 118 0.144 0 15.3 30.6 test.phys biasWrapper(compt)
- 3 -121 2.49 88.3 0.0964 0 128 158 test.phys biasWrapper(compt)
- 4 -74.6 -18 115 0.0915 0 56.9 215 test.phys biasWrapper(compt)
- 5 -20.1 -91.8 105 0.0803 0 92.3 307 test.phys biasWrapper(compt)
- 6 -45.2 -130 138 0.0734 0 56 363 test.phys biasWrapper(compt)
- 7 -2.38 -151 200 0.0734 0 78.2 442 World Transportation
- 8 6.76e+03 -3.48e+03 1e+04 0.0734 0 1.24e+04 1.28e+04 OutOfWorld Transportation
+ 0 -9.53 21.8 154 0.0446 0 0 0 test.phys initStep
+ 1 -9.52 21.8 154 0 0.0446 0.0494 0.0494 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 8
+* 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 -45.2 -130 138 0.00692 0 0 0 test.phys initStep
- 1 -45.2 -130 138 0 0.00692 0.00188 0.00188 test.phys eIoni
+ 0 -4.14 18.6 167 0.00834 0 0 0 test.phys initStep
+ 1 -4.14 18.6 167 0 0.00834 0.00259 0.00259 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 8
+* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -20.1 -91.8 105 0.0113 0 0 0 test.phys initStep
- 1 -20.1 -91.8 105 0 0.0113 0.00438 0.00438 test.phys eIoni
+ 0 -1.3 1.41 99.7 0.00343 0 0 0 test.phys initStep
+ 1 -1.31 1.45 99.9 0 0.000405 0.189 0.189 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 8
+* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -74.6 -18 115 0.00488 0 0 0 test.phys initStep
- 1 -74.6 -18 115 0 0.00488 0.00103 0.00103 test.phys eIoni
+ 0 -1.31 1.45 99.9 0.00303 0 0 0 test.phys initStep
+ 1 -1.31 1.45 99.9 0 0.00303 0.000465 0.000465 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 8
+* 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 -121 2.49 88.3 0.0474 0 0 0 test.phys initStep
- 1 -121 2.49 88.2 0 0.0474 0.055 0.055 test.phys eIoni
+ 0 -0.241 0.246 74.8 0.0165 0 0 0 test.phys initStep
+ 1 -0.487 0.259 78.5 0.0165 0 3.68 3.68 test.phys biasWrapper(Rayl)
+ 2 13.1 -5.44 93.8 0 0.000405 21.3 24.9 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8
+* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 16
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.51 41.2 118 0.0785 0 0 0 test.phys initStep
- 1 -2.48 41.2 118 0 0.0785 0.132 0.132 test.phys eIoni
+ 0 13.1 -5.44 93.8 0.0161 0 0 0 test.phys initStep
+ 1 13.1 -5.44 93.8 0 0.0161 0.00818 0.00818 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8
+* 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.749 26.9 113 0.0129 0 0 0 test.phys initStep
- 1 -0.746 26.9 113 0 0.0129 0.00557 0.00557 test.phys eIoni
+ 0 -20 -39.6 183 0.312 0 0 0 test.phys initStep
+ 1 -30.7 -47.2 200 0.312 0 21.3 21.3 World Transportation
+ 2 -6.28e+03 -4.52e+03 1e+04 0.312 0 1.25e+04 1.25e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2
+* 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 -6.57 13.8 108 7.54 0 0 0 test.phys initStep
- 1 223 -24.5 0 7.54 0 257 257 World Transportation
- 2 1e+04 -1.65e+03 -4.59e+03 7.54 0 1.09e+04 1.12e+04 OutOfWorld Transportation
+ 0 -2.28 -8.05 130 0.00938 0 0 0 test.phys initStep
+ 1 -2.41 -8.77 132 0 2.31e-05 1.9 1.9 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 12, Parent ID = 7
+* 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 -104 46.7 140 0.105 0 0 0 test.phys initStep
- 1 -104 46.7 140 0 0.105 0.00119 0.00119 test.phys ionIoni
+ 0 -2.41 -8.77 132 0.00936 0 0 0 test.phys initStep
+ 1 -2.41 -8.77 132 0 0.00936 0.00317 0.00317 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 11, Parent ID = 7
+* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -102 47.5 137 0.0717 0 0 0 test.phys initStep
- 1 -102 47.5 137 0 0.0717 0.000935 0.000935 test.phys ionIoni
+ 0 -1.92 -4.16 114 1.06 0 0 0 test.phys initStep
+ 1 -6.8 -19.8 200 1.06 0 87.8 87.8 World Transportation
+ 2 -561 -1.8e+03 1e+04 1.06 0 9.98e+03 1.01e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = C12, Track ID = 10, Parent ID = 2
+* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -6.57 13.8 108 1.94 0 0 0 test.phys initStep
- 1 -6.57 13.8 108 0 1.94 0.00368 0.00368 test.phys ionIoni
+ 0 -1.58 -3.02 108 0.087 0 0 0 test.phys initStep
+ 1 -1.74 -19.9 200 0.087 0 93.5 93.5 World Transportation
+ 2 -18.5 -1.82e+03 1e+04 0.087 0 9.96e+03 1.01e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = proton, Track ID = 5, Parent ID = 2
+* 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 -6.57 13.8 108 12.2 0 0 0 test.phys initStep
- 1 -6.05 14.1 108 10.2 1.97 0.646 0.646 test.phys hIoni
- 2 -5.64 14.4 108 8.3 1.91 0.512 1.16 test.phys hIoni
- 3 -5.33 14.7 108 6.6 1.69 0.401 1.56 test.phys hIoni
- 4 -5.08 14.9 108 5.05 1.56 0.316 1.88 test.phys hIoni
- 5 -4.89 15.1 108 3.38 1.66 0.248 2.12 test.phys hIoni
- 6 -4.75 15.2 108 1.68 1.7 0.182 2.31 test.phys hIoni
- 7 -4.69 15.2 108 0 1.68 0.0805 2.39 test.phys hIoni
+ 0 -1.57 -2.96 108 0.307 0 0 0 test.phys initStep
+ 1 -6.11 -16 175 0.255 0 68.8 68.8 test.phys biasWrapper(compt)
+ 2 9.52 -4.04 200 0.255 0 31.7 100 World Transportation
+ 3 6.18e+03 4.74e+03 1e+04 0.255 0 1.25e+04 1.26e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 10
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 27 0.262 0 0 0 test.phys initStep
- 1 0.000788 -0.00165 27 0 0.262 0.00196 0.00196 test.phys ionIoni
+ 0 -6.11 -16 175 0.0519 0 0 0 test.phys initStep
+ 1 -6.13 -16.1 175 0 0.0519 0.0644 0.0644 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* 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 -1.56 -2.42 105 0.0931 0 0 0 test.phys initStep
+ 1 -1.63 -18.9 200 0.0931 0 96.5 96.5 World Transportation
+ 2 -8.12 -1.71e+03 1e+04 0.0931 0 9.95e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0884 -0.758 84.3 0.00514 0 0 0 test.phys initStep
+ 1 -0.0869 -0.759 84.4 0 0.000405 0.108 0.108 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0869 -0.759 84.4 0.00474 0 0 0 test.phys initStep
+ 1 -0.087 -0.759 84.4 0 0.00474 0.000981 0.000981 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 -0.0364 -0.234 75.2 0.0971 0 0 0 test.phys initStep
+ 1 3.14 -0.456 163 0.0823 0 87.6 87.6 test.phys biasWrapper(compt)
+ 2 -0.33 6.82 163 0.0678 0 8.08 95.7 test.phys biasWrapper(compt)
+ 3 0.756 5.21 156 0.0547 0 7.32 103 test.phys biasWrapper(compt)
+ 4 15.3 -3.91 198 0.0524 0 45.3 148 test.phys biasWrapper(compt)
+ 5 21.3 -8.2 200 0.0524 0 7.59 156 World Transportation
+ 6 1e+04 -7.16e+03 3.25e+03 0.0524 0 1.26e+04 1.28e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 15.3 -3.91 198 0.0023 0 0 0 test.phys initStep
+ 1 15.3 -3.91 198 0 0.0023 0.000296 0.000296 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.756 5.21 156 0.0131 0 0 0 test.phys initStep
+ 1 0.756 5.21 156 0 0.0131 0.00568 0.00568 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.33 6.82 163 0.0145 0 0 0 test.phys initStep
+ 1 -0.331 6.82 163 0 0.0145 0.00685 0.00685 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.14 -0.456 163 0.0148 0 0 0 test.phys initStep
+ 1 3.14 -0.458 163 0 0.0148 0.00706 0.00706 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0345 -0.232 75 34.8 0 0 0 test.phys initStep
+ 1 2.63 -9.39 200 34.8 0 125 125 World Transportation
+ 2 212 -727 1e+04 34.8 0 9.83e+03 9.95e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
@@ -4165,93 +2022,33 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
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 = 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 59 0 0 59 559 test.phys biasWrapper(neutronInelastic)
+ 1 0 0 197 0 0 197 697 test.phys biasWrapper(conv)
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 7, 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 59 0.193 0 0 0 test.phys initStep
- 1 31.8 -61.7 67 0.184 0.00883 69.9 69.9 test.phys biasWrapper(hadElastic)
- 2 36.7 -66.6 61.6 0.149 0.0347 8.74 78.6 test.phys biasWrapper(hadElastic)
- 3 16.8 -99.1 129 0.134 0.0155 77.5 156 test.phys biasWrapper(hadElastic)
- 4 -13.7 -95.7 130 0.124 0.00975 30.7 187 test.phys biasWrapper(hadElastic)
- 5 -31.4 -52.2 138 0.108 0.0165 47.7 235 test.phys biasWrapper(hadElastic)
- 6 30.4 -34.9 190 0.0808 0.0269 82.3 317 test.phys biasWrapper(hadElastic)
- 7 -26.7 -41 139 0.0686 0.0122 76.2 393 test.phys biasWrapper(hadElastic)
- 8 86.4 -52.5 43.1 0.0658 0.00277 149 542 test.phys biasWrapper(hadElastic)
- 9 96.5 -81.6 0 0.0658 0 53 595 World Transportation
- 10 2.46e+03 -6.83e+03 -1e+04 0.0658 0 1.23e+04 1.29e+04 OutOfWorld Transportation
+ 0 0 0 197 32.8 0 0 0 test.phys initStep
+ 1 -0.0449 -9.21e-05 200 32.5 0.279 2.66 2.66 World Transportation
+ 2 -392 31.7 1e+04 32.5 3.27e-22 9.81e+03 9.81e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 59 71.3 0 0 0 test.phys initStep
- 1 -56.4 24.3 200 71.3 0 154 154 World Transportation
- 2 -3.97e+03 1.72e+03 1e+04 71.3 0 1.07e+04 1.08e+04 OutOfWorld Transportation
+ 0 0 0 197 66.2 0 0 0 test.phys initStep
+ 1 0.0224 4.59e-05 200 65.8 0.372 2.66 2.66 World Transportation
+ 2 145 -60 1e+04 65.8 3.48e-22 9.8e+03 9.8e+03 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 59 1.02 0 0 0 test.phys initStep
- 1 14.6 -44.2 0 1.02 0 75.1 75.1 World Transportation
- 2 2.49e+03 -7.54e+03 -1e+04 1.02 0 1.27e+04 1.28e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 59 6.12 0 0 0 test.phys initStep
- 1 53.9 -16.1 177 5.12 0 131 131 test.phys biasWrapper(compt)
- 2 59.8 -18.6 200 5.12 0 24.1 155 World Transportation
- 3 2.54e+03 -1.06e+03 1e+04 5.12 0 1.02e+04 1.03e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = C12, Track ID = 8, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 59 1.33 0 0 0 test.phys initStep
- 1 0.00186 0.00135 59 0 1.33 0.00325 0.00325 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = proton, Track ID = 4, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 59 7.46 0 0 0 test.phys initStep
- 1 0.0792 -0.34 58.9 5.89 1.58 0.358 0.358 test.phys hIoni
- 2 0.137 -0.611 58.8 4.33 1.56 0.284 0.642 test.phys hIoni
- 3 0.174 -0.821 58.8 2.72 1.61 0.22 0.861 test.phys hIoni
- 4 0.204 -0.966 58.7 0.811 1.91 0.152 1.01 test.phys hIoni
- 5 0.209 -0.991 58.7 0.0427 0.768 0.0254 1.04 test.phys hIoni
- 6 0.21 -0.992 58.7 0.0054 0.0373 0.00133 1.04 test.phys hIoni
- 7 0.21 -0.992 58.7 0 0.0054 0.000455 1.04 test.phys hIoni
-
-*********************************************************************************************************
-* 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 53.9 -16.1 177 1.01 0 0 0 test.phys initStep
- 1 55.9 -16.5 178 0.642 0.365 2.72 2.72 test.phys eIoni
- 2 57.1 -16.4 179 0.349 0.293 2.06 4.79 test.phys eIoni
- 3 57.5 -16.5 179 0.109 0.24 1.35 6.14 test.phys eIoni
- 4 57.6 -16.4 179 0 0.109 0.23 6.37 test.phys eIoni
-
-*********************************************************************************************************
-* 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
@@ -4262,180 +2059,484 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
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 = 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 5.03 0 0 5.03 505 test.phys biasWrapper(neutronInelastic)
+ 1 0 0 37.7 0 0 37.7 538 test.phys biasWrapper(conv)
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 5, 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 5.03 10.1 0 0 0 test.phys initStep
- 1 27.4 48.5 149 0 0 155 155 test.phys biasWrapper(neutronInelastic)
+ 0 0 0 37.7 46 0 0 0 test.phys initStep
+ 1 -0.167 -0.0297 44.4 45.1 0.804 6.7 6.7 test.phys eBrem
+ 2 -0.174 -0.0459 44.9 44.8 0.0506 0.492 7.19 test.phys eIoni
+ 3 -0.196 -0.0409 47.3 43.6 0.273 2.42 9.62 test.phys eIoni
+ 4 -0.162 0.0229 50.2 42.9 0.354 2.86 12.5 test.phys eBrem
+ 5 0.0582 0.0991 54.1 42 0.453 3.88 16.4 test.phys eBrem
+ 6 -0.223 0.144 74.9 33 2.57 20.8 37.2 test.phys eBrem
+ 7 4 5.46 128 26.3 6.72 54 91.2 test.phys eIoni
+ 8 8.39 4.51 141 23 1.98 13.7 105 test.phys eIoni
+ 9 11.4 4.3 147 21.7 0.783 6.7 112 test.phys eIoni
+ 10 11.4 4.3 147 21.6 0.00116 0.019 112 test.phys eBrem
+ 11 12.7 4.27 150 20.5 0.297 2.64 114 test.phys eBrem
+ 12 13.4 4.26 151 20 0.173 1.36 116 test.phys eIoni
+ 13 19.4 4.91 160 17.7 1.28 10.9 127 test.phys eIoni
+ 14 27.9 4.58 170 15.5 1.76 13.4 140 test.phys eIoni
+ 15 42.6 3.38 191 12.6 2.94 26.2 166 test.phys eIoni
+ 16 46.1 3.06 200 10.4 1.31 9.47 176 test.phys eIoni
+ 17 46.1 3.06 200 10.4 0.00239 0.0441 176 World Transportation
+ 18 3.99e+03 -337 1e+04 10.4 3.18e-22 1.06e+04 1.07e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 5.03 17.8 0 0 0 test.phys initStep
- 1 -0.864 -6.86 -3.55e-15 17.8 0 8.55 8.55 World Transportation
- 2 -1.26e+03 -1e+04 -7.33e+03 17.8 0 1.25e+04 1.25e+04 OutOfWorld Transportation
+ 0 46.1 3.06 200 0.913 0 0 0 test.phys initStep
+ 1 46.1 3.1 200 0.896 0.017 0.0985 0.0985 World Transportation
+ 2 1e+04 8.41e+03 4.89e+03 0.896 3.79e-22 1.38e+04 1.38e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 5
+* 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 27.4 48.5 149 3.08 0 0 0 test.phys initStep
- 1 139 160 158 0.54 0 158 158 test.phys biasWrapper(compt)
- 2 91.4 236 200 0.54 0 98.8 257 World Transportation
- 3 -6.11e+03 1e+04 5.62e+03 0.54 0 1.28e+04 1.3e+04 OutOfWorld Transportation
+ 0 27.9 4.58 170 0.442 0 0 0 test.phys initStep
+ 1 28.9 4.94 170 0.0636 0.379 1.63 1.63 test.phys eIoni
+ 2 28.9 4.98 170 0 0.0636 0.0918 1.72 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 5.03 0.131 0 0 0 test.phys initStep
- 1 3.44 -2.3 -3.55e-15 0.131 0 6.52 6.52 World Transportation
- 2 6.83e+03 -4.58e+03 -1e+04 0.131 0 1.29e+04 1.3e+04 OutOfWorld Transportation
+ 0 19.4 4.91 160 1.02 0 0 0 test.phys initStep
+ 1 18.9 5.34 162 0.398 0.621 2.74 2.74 test.phys eIoni
+ 2 19.2 5.69 163 0.162 0.236 1.51 4.25 test.phys eIoni
+ 3 19.4 5.59 163 0 0.162 0.445 4.69 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2
+* 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 0 5.03 0.535 0 0 0 test.phys initStep
- 1 -5.78 -6.58 6.49 0.287 0 8.87 8.87 test.phys biasWrapper(compt)
- 2 -3.97 -8.42 10 0.217 0 4.36 13.2 test.phys biasWrapper(compt)
- 3 -6.45 23.3 59.1 0.139 0 58.5 71.7 test.phys biasWrapper(compt)
- 4 -17.2 8.2 61.2 0.113 0 18.7 90.4 test.phys biasWrapper(compt)
- 5 -64 32.4 61.1 0.0914 0 52.7 143 test.phys biasWrapper(compt)
- 6 -155 -179 200 0.0914 0 269 412 World Transportation
- 7 -4.39e+03 -1e+04 6.64e+03 0.0914 0 1.25e+04 1.29e+04 OutOfWorld Transportation
+ 0 13.4 4.26 151 0.262 0 0 0 test.phys initStep
+ 1 13.1 4.16 151 0 0.262 0.956 0.956 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = B11, Track ID = 13, Parent ID = 5
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 27.4 48.5 149 1.34 0 0 0 test.phys initStep
- 1 27.4 48.5 149 0 1.34 0.00383 0.00383 test.phys ionIoni
+ 0 11.4 4.3 147 0.572 0 0 0 test.phys initStep
+ 1 12.7 4.77 147 0.31 0.262 1.93 1.93 test.phys eIoni
+ 2 12.3 5.17 148 0.0715 0.239 1.2 3.13 test.phys eIoni
+ 3 12.3 5.21 148 0 0.0715 0.113 3.24 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = alpha, Track ID = 12, Parent ID = 5
+* 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 27.4 48.5 149 5.56 0 0 0 test.phys initStep
- 1 27.4 48.6 149 0 5.56 0.0583 0.0583 test.phys ionIoni
+ 0 8.39 4.51 141 1.31 0 0 0 test.phys initStep
+ 1 7.85 3.84 144 0.763 0.552 3.24 3.24 test.phys eIoni
+ 2 8.23 4.77 145 0.447 0.316 2.29 5.54 test.phys eIoni
+ 3 8.04 5.34 146 0.196 0.252 1.64 7.18 test.phys eIoni
+ 4 8.11 5.61 146 0 0.196 0.605 7.78 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = alpha, Track ID = 10, Parent ID = 2
+* 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 0 5.03 0.725 0 0 0 test.phys initStep
- 1 0.00437 0.00105 5.03 0 0.725 0.00492 0.00492 test.phys ionIoni
+ 0 -0.196 -0.0409 47.3 0.856 0 0 0 test.phys initStep
+ 1 -1.61 0.228 48.7 0.554 0.302 2.46 2.46 test.phys eIoni
+ 2 -1.5 0.59 49.9 0.303 0.251 1.89 4.34 test.phys eIoni
+ 3 -1.41 1.18 50.1 0.0598 0.243 1.17 5.51 test.phys eIoni
+ 4 -1.44 1.18 50.1 0 0.0598 0.0827 5.59 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = alpha, Track ID = 9, Parent ID = 2
+* 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 0 5.03 13.6 0 0 0 test.phys initStep
- 1 0.0496 0.127 5.16 6.76 6.88 0.183 0.183 test.phys ionIoni
- 2 0.0731 0.183 5.21 0 6.76 0.0804 0.263 test.phys ionIoni
+ 0 -0.174 -0.0459 44.9 0.329 0 0 0 test.phys initStep
+ 1 -0.328 -0.642 45.3 0.0616 0.267 1.27 1.27 test.phys eIoni
+ 2 -0.305 -0.662 45.3 0 0.0616 0.087 1.36 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = alpha, Track ID = 8, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 5.03 11.6 0 0 0 test.phys initStep
- 1 -0.145 0.0111 5.1 4.62 6.96 0.16 0.16 test.phys ionIoni
- 2 -0.184 0.0138 5.12 0 4.62 0.0433 0.203 test.phys ionIoni
+ 0 0 0 37.7 53 0 0 0 test.phys initStep
+ 1 -0.00114 -0.0836 40.6 52.5 0.416 2.85 2.85 test.phys eBrem
+ 2 0.136 -0.291 44.8 42.5 0.556 4.24 7.09 test.phys eIoni
+ 3 -2.05 -5.6 90.6 34.3 5.88 46.3 53.4 test.phys eIoni
+ 4 -2.62 -8.05 98.4 33 1.08 8.25 61.6 test.phys eIoni
+ 5 -2.68 -8.35 99.4 32.6 0.144 1.01 62.6 test.phys eIoni
+ 6 -4.07 -16.3 123 28.7 3.33 25.6 88.2 test.phys eIoni
+ 7 -4.73 -18.9 131 27.4 0.986 8.13 96.3 test.phys eIoni
+ 8 -6.22 -29.2 170 22.7 4.55 40.2 137 test.phys eBrem
+ 9 -6.12 -29.3 170 22 0.101 0.794 137 test.phys eIoni
+ 10 -5.64 -30 178 11.4 0.784 7.28 145 test.phys eIoni
+ 11 -3.33 -33.5 197 8.93 2.46 19.5 164 test.phys eIoni
+ 12 -2.64 -34.4 200 8.51 0.419 3.64 168 World Transportation
+ 13 2.45e+03 -1.93e+03 1e+04 8.51 3.03e-22 1.03e+04 1.04e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = proton, Track ID = 3, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 5.03 25.6 0 0 0 test.phys initStep
- 1 0.989 -1.4 6.1 22.4 3.23 2.02 2.02 test.phys hIoni
- 2 1.8 -2.52 6.94 19.6 2.8 1.62 3.63 test.phys hIoni
- 3 2.45 -3.44 7.59 17.2 2.37 1.3 4.93 test.phys hIoni
- 4 2.98 -4.18 8.13 14.8 2.46 1.07 6 test.phys hIoni
- 5 3.41 -4.78 8.56 12.7 2.05 0.847 6.85 test.phys hIoni
- 6 3.75 -5.26 8.9 10.7 2.03 0.684 7.53 test.phys hIoni
- 7 4.01 -5.63 9.19 8.85 1.82 0.542 8.07 test.phys hIoni
- 8 4.24 -5.92 9.43 7.3 1.55 0.432 8.51 test.phys hIoni
- 9 4.42 -6.15 9.61 5.72 1.57 0.349 8.86 test.phys hIoni
- 10 4.56 -6.33 9.76 4.06 1.66 0.277 9.13 test.phys hIoni
- 11 4.67 -6.48 9.87 2.4 1.66 0.209 9.34 test.phys hIoni
- 12 4.74 -6.57 9.94 0.479 1.93 0.134 9.48 test.phys hIoni
- 13 4.75 -6.57 9.95 0 0.479 0.0117 9.49 test.phys hIoni
+ 0 -5.64 -30 178 9.85 0 0 0 test.phys initStep
+ 1 2.16 -29.1 193 8.01 1.84 17.1 17.1 test.phys eIoni
+ 2 7.3 -25.8 200 6.55 1.47 9.7 26.8 World Transportation
+ 3 5.66e+03 1.52e+03 1e+04 6.55 3.29e-22 1.14e+04 1.14e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 6
+* 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 -64 32.4 61.1 0.0214 0 0 0 test.phys initStep
- 1 -64 32.4 61.1 0 0.0214 0.0135 0.0135 test.phys eIoni
+ 0 -6.12 -29.3 170 0.625 0 0 0 test.phys initStep
+ 1 -5.28 -28.5 171 0.333 0.292 2.03 2.03 test.phys eIoni
+ 2 -4.83 -28.9 172 0.00802 0.325 1.29 3.32 test.phys eIoni
+ 3 -4.83 -28.9 172 0 0.00802 0.00242 3.32 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 6
+* 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 -17.2 8.2 61.2 0.0264 0 0 0 test.phys initStep
- 1 -17.2 8.19 61.2 0 0.0264 0.0196 0.0196 test.phys eIoni
+ 0 -4.73 -18.9 131 0.396 0 0 0 test.phys initStep
+ 1 -4.1 -18.7 132 0.157 0.239 1.5 1.5 test.phys eIoni
+ 2 -3.97 -18.6 132 0 0.157 0.422 1.92 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -6.45 23.3 59.1 0.0783 0 0 0 test.phys initStep
- 1 -6.43 23.4 59.1 0 0.0783 0.132 0.132 test.phys eIoni
+ 0 -4.07 -16.3 123 0.514 0 0 0 test.phys initStep
+ 1 -4.86 -16 124 0.178 0.336 1.8 1.8 test.phys eIoni
+ 2 -5.08 -16.1 124 0 0.178 0.519 2.32 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.97 -8.42 10 0.0697 0 0 0 test.phys initStep
- 1 -3.94 -8.46 10 0 0.0697 0.108 0.108 test.phys eIoni
+ 0 -2.68 -8.35 99.4 0.29 0 0 0 test.phys initStep
+ 1 -2.71 -8.92 99.5 0 0.29 1.1 1.1 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -5.78 -6.58 6.49 0.248 0 0 0 test.phys initStep
- 1 -6.15 -6.8 6.38 0 0.248 0.879 0.879 test.phys eIoni
+ 0 -2.62 -8.05 98.4 0.223 0 0 0 test.phys initStep
+ 1 -2.49 -7.79 98.7 0 0.223 0.745 0.745 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11
+* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 139 160 158 2.54 0 0 0 test.phys initStep
- 1 143 163 158 1.89 0.653 5.27 5.27 test.phys eIoni
- 2 147 162 157 1.22 0.671 4.2 9.47 test.phys eIoni
- 3 149 161 155 0.868 0.349 3.08 12.5 test.phys eIoni
- 4 149 160 154 0.556 0.312 2.48 15 test.phys eIoni
- 5 149 159 153 0.276 0.28 1.89 16.9 test.phys eIoni
- 6 149 159 153 0 0.276 1.04 18 test.phys eIoni
+ 0 -2.05 -5.6 90.6 2.34 0 0 0 test.phys initStep
+ 1 -3.15 -4.16 94.7 1.6 0.744 4.95 4.95 test.phys eIoni
+ 2 -0.683 -2.29 95.8 1.2 0.401 3.72 8.67 test.phys eIoni
+ 3 1.47 -0.922 95.4 0.803 0.395 3.05 11.7 test.phys eIoni
+ 4 2.88 -0.315 96.4 0.538 0.266 2.36 14.1 test.phys eIoni
+ 5 4.05 0.111 96.7 0.314 0.224 1.85 15.9 test.phys eIoni
+ 6 4.11 0.655 96.4 0 0.314 1.21 17.1 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* 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.136 -0.291 44.8 9.38 0 0 0 test.phys initStep
+ 1 0.477 -0.374 46 8.96 0.129 1.19 1.19 test.phys eIoni
+ 2 7.99 -2.59 59.4 6.84 2.13 15.6 16.8 test.phys eIoni
+ 3 10.6 -3.52 70.8 5.51 1.33 12.2 29.1 test.phys eIoni
+ 4 6.14 -0.639 78.9 4.44 1.07 10.1 39.2 test.phys eIoni
+ 5 5.58 -0.152 79.8 3.31 0.186 1.15 40.3 test.phys eIoni
+ 6 3.38 3.44 84.2 2.52 0.788 6.53 46.8 test.phys eIoni
+ 7 4.56 7.42 86.6 1.91 0.608 5.24 52.1 test.phys eIoni
+ 8 5.49 11.1 87 1.29 0.623 4.24 56.3 test.phys eIoni
+ 9 6.62 12.9 88.7 0.85 0.438 3.2 59.5 test.phys eIoni
+ 10 7.16 14.3 90 0.565 0.285 2.45 62 test.phys eIoni
+ 11 6.81 15.6 90 0.242 0.323 1.91 63.9 test.phys eIoni
+ 12 7.16 15.8 90.2 0 0.242 0.846 64.7 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 20
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 5.58 -0.152 79.8 0.943 0 0 0 test.phys initStep
+ 1 4.57 -0.757 81.5 0.629 0.314 2.61 2.61 test.phys eIoni
+ 2 3.78 -1.87 82.1 0.372 0.257 2.04 4.65 test.phys eIoni
+ 3 3.26 -2.1 82.7 0.0299 0.342 1.43 6.08 test.phys eIoni
+ 4 3.25 -2.09 82.7 0 0.0299 0.0245 6.1 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 20
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.477 -0.374 46 0.287 0 0 0 test.phys initStep
+ 1 0.0992 -0.499 46.4 0 0.287 1.09 1.09 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -6.22 -29.2 170 0.063 0 0 0 test.phys initStep
+ 1 -4.67 -33 200 0.063 0 30.6 30.6 World Transportation
+ 2 498 -1.27e+03 1e+04 0.063 0 9.89e+03 9.92e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.00114 -0.0836 40.6 0.112 0 0 0 test.phys initStep
+ 1 0.383 -0.567 59 0.0932 0 18.4 18.4 test.phys biasWrapper(compt)
+ 2 -22.5 55.5 65.4 0.0829 0 60.9 79.3 test.phys biasWrapper(compt)
+ 3 -21.2 62.2 53.4 0.0704 0 13.8 93.1 test.phys biasWrapper(compt)
+ 4 -34.4 51.4 47.9 0.0634 0 17.9 111 test.phys biasWrapper(compt)
+ 5 -25.7 37.7 43.1 0.0563 0 16.9 128 test.phys biasWrapper(compt)
+ 6 -69.8 -9.72 103 0.0489 0 88.1 216 test.phys biasWrapper(compt)
+ 7 -123 108 86.2 0.0478 0 131 347 test.phys biasWrapper(compt)
+ 8 -113 154 62.5 0.0414 0 52.7 399 test.phys biasWrapper(compt)
+ 9 -118 148 87.5 0.036 0 26.3 426 test.phys biasWrapper(compt)
+ 10 -118 147 83.8 0.0334 0 3.91 430 test.phys biasWrapper(compt)
+ 11 -118 147 83.8 0 0.000405 0.339 430 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -118 147 83.8 0.033 0 0 0 test.phys initStep
+ 1 -118 147 83.8 0 0.033 0.0292 0.0292 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -118 147 83.8 0.00255 0 0 0 test.phys initStep
+ 1 -118 147 83.8 0 0.00255 0.00035 0.00035 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -118 148 87.5 0.00538 0 0 0 test.phys initStep
+ 1 -118 148 87.5 0 0.00538 0.00122 0.00122 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -113 154 62.5 0.00644 0 0 0 test.phys initStep
+ 1 -113 154 62.5 0 0.00644 0.00166 0.00166 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -123 108 86.2 0.00111 0 0 0 test.phys initStep
+ 1 -123 108 86.2 0 0.00111 9.66e-05 9.66e-05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -69.8 -9.72 103 0.00737 0 0 0 test.phys initStep
+ 1 -69.8 -9.72 103 0 0.00737 0.00209 0.00209 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -25.7 37.7 43.1 0.00707 0 0 0 test.phys initStep
+ 1 -25.7 37.7 43.1 0 0.00707 0.00195 0.00195 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -34.4 51.4 47.9 0.007 0 0 0 test.phys initStep
+ 1 -34.4 51.4 47.9 0 0.007 0.00191 0.00191 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -21.2 62.2 53.4 0.0125 0 0 0 test.phys initStep
+ 1 -21.2 62.2 53.4 0 0.0125 0.00529 0.00529 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -22.5 55.5 65.4 0.0103 0 0 0 test.phys initStep
+ 1 -22.5 55.5 65.4 0 0.0103 0.00373 0.00373 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.383 -0.567 59 0.0189 0 0 0 test.phys initStep
+ 1 0.384 -0.57 59 0 0.0189 0.0109 0.0109 test.phys eIoni
+
+*********************************************************************************************************
+* 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 12.7 4.27 150 0.873 0 0 0 test.phys initStep
+ 1 40.4 5.7 200 0.873 0 57.5 57.5 World Transportation
+ 2 5.42e+03 282 1e+04 0.873 0 1.12e+04 1.12e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 11.4 4.3 147 0.00645 0 0 0 test.phys initStep
+ 1 11.5 4.31 147 0.00645 0 0.239 0.239 test.phys biasWrapper(Rayl)
+ 2 11.8 5.14 146 0 0.000405 1.33 1.57 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 13
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 11.8 5.14 146 0.00604 0 0 0 test.phys initStep
+ 1 11.8 5.15 146 0 0.00604 0.00149 0.00149 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.223 0.144 74.9 6.39 0 0 0 test.phys initStep
+ 1 5.25 12.2 200 6.39 0 126 126 World Transportation
+ 2 434 955 1e+04 6.39 0 9.85e+03 9.98e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0582 0.0991 54.1 0.496 0 0 0 test.phys initStep
+ 1 3.05 1.63 164 0.235 0 110 110 test.phys biasWrapper(compt)
+ 2 -71.7 -12.1 155 0.234 0 76.5 187 test.phys biasWrapper(compt)
+ 3 -155 -30.8 133 0.194 0 88.3 275 test.phys biasWrapper(compt)
+ 4 -173 -82.7 85.7 0.164 0 72.6 347 test.phys biasWrapper(compt)
+ 5 -146 -80.2 0 0.164 0 90 437 World Transportation
+ 6 3.03e+03 210 -1e+04 0.164 0 1.05e+04 1.09e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.162 0.0229 50.2 0.333 0 0 0 test.phys initStep
+ 1 0.124 1.26 111 0.168 0 60.4 60.4 test.phys biasWrapper(compt)
+ 2 -2.14 3.76 109 0.131 0 3.94 64.3 test.phys biasWrapper(compt)
+ 3 -81.2 -3.21 163 0.131 0 96.1 160 test.phys biasWrapper(Rayl)
+ 4 -136 -7.82 200 0.131 0 66.5 227 World Transportation
+ 5 -1e+04 -836 6.87e+03 0.131 0 1.19e+04 1.22e+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.167 -0.0297 44.4 0.0332 0 0 0 test.phys initStep
+ 1 -0.521 -0.513 67.7 0.0302 0 23.3 23.3 test.phys biasWrapper(compt)
+ 2 -33.6 -53.4 24.7 0.0302 0 75.8 99.1 test.phys biasWrapper(Rayl)
+ 3 -45 -74.9 0 0.0302 0 34.7 134 World Transportation
+ 4 -4.65e+03 -8.76e+03 -1e+04 0.0302 0 1.4e+04 1.42e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.521 -0.513 67.7 0.00303 0 0 0 test.phys initStep
+ 1 -0.521 -0.513 67.7 0 0.00303 0.000465 0.000465 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.14 3.76 109 0.0372 0 0 0 test.phys initStep
+ 1 -2.14 3.77 108 0 0.0372 0.036 0.036 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.124 1.26 111 0.165 0 0 0 test.phys initStep
+ 1 0.176 1.21 111 0 0.165 0.458 0.458 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -173 -82.7 85.7 0.0294 0 0 0 test.phys initStep
+ 1 -173 -82.7 85.7 0 0.0294 0.0237 0.0237 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -155 -30.8 133 0.04 0 0 0 test.phys initStep
+ 1 -155 -30.8 133 0 0.04 0.0409 0.0409 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -71.7 -12.1 155 0.00102 0 0 0 test.phys initStep
+ 1 -71.7 -12.1 155 0 0.00102 8.56e-05 8.56e-05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.05 1.63 164 0.261 0 0 0 test.phys initStep
+ 1 3.25 1.67 164 0 0.261 0.951 0.951 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
@@ -4446,34 +2547,288 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
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 = 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 157 99.5 0 157 657 test.phys biasWrapper(hadElastic)
- 2 4.09 1.91 175 98.9 0 18.6 676 test.phys biasWrapper(hadElastic)
- 3 13.4 12.1 200 98.9 0 28.6 704 World Transportation
- 4 3.65e+03 3.99e+03 1e+04 98.9 0 1.12e+04 1.19e+04 OutOfWorld Transportation
+ 1 0 0 1.38 0 0 1.38 501 test.phys biasWrapper(conv)
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 4, 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 4.09 1.91 175 0.633 0 0 0 test.phys initStep
- 1 4.08 1.9 175 0 0.633 0.00255 0.00255 test.phys ionIoni
+ 0 0 0 1.38 34.2 0 0 0 test.phys initStep
+ 1 0.251 0.28 7.79 33.3 0.834 6.43 6.43 test.phys eBrem
+ 2 1.85 0.354 26.2 31 2.27 18.5 24.9 test.phys eBrem
+ 3 6.44 2.21 76.5 24 7.01 50.8 75.8 test.phys eIoni
+ 4 7.86 -4.15 109 18.9 4.09 33.1 109 test.phys eIoni
+ 5 10 -8.12 122 16.9 1.96 13.9 123 test.phys eBrem
+ 6 14.6 -14.8 149 13.1 3.75 28.4 151 test.phys eIoni
+ 7 22.7 -21.4 168 10.4 2.77 22.4 174 test.phys eIoni
+ 8 25.8 -24.8 174 8.79 0.857 7.58 181 test.phys eBrem
+ 9 28.6 -33.3 187 6.8 1.98 15.4 197 test.phys eIoni
+ 10 31.2 -36.8 197 0 1.41 11.1 208 test.phys annihil
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2
+* 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 0 157 0.452 0 0 0 test.phys initStep
- 1 -0.00202 -0.000943 157 0 0.452 0.00231 0.00231 test.phys ionIoni
+ 0 7.86 -4.15 109 1.02 0 0 0 test.phys initStep
+ 1 8.68 -3.31 111 0.689 0.327 2.74 2.74 test.phys eIoni
+ 2 9.61 -3.89 112 0.436 0.253 2.16 4.89 test.phys eIoni
+ 3 10.3 -4.41 112 0.182 0.254 1.61 6.51 test.phys eIoni
+ 4 10.4 -4.64 112 0 0.182 0.539 7.05 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+* 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 1.38 64.8 0 0 0 test.phys initStep
+ 1 -5.25 -5.66 105 51.4 13.5 104 104 test.phys eIoni
+ 2 -5.3 -5.92 106 49.7 0.139 1.34 106 test.phys eIoni
+ 3 -5.66 -8.21 116 48.4 1.31 10.2 116 test.phys eBrem
+ 4 -5.9 -9.48 126 36.9 1.18 9.95 126 test.phys eBrem
+ 5 -13.4 -16.8 174 31 5.82 48.8 175 test.phys eBrem
+ 6 -17.2 -21.9 200 27.7 3.35 27.1 202 World Transportation
+ 7 -2.86e+03 -452 1e+04 27.7 3.36e-22 1.02e+04 1.04e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.3 -5.92 106 1.5 0 0 0 test.phys initStep
+ 1 -4.59 -4.63 109 1.01 0.487 3.55 3.55 test.phys eIoni
+ 2 -3.63 -3.04 110 0.618 0.395 2.73 6.28 test.phys eIoni
+ 3 -4.34 -2.03 111 0.362 0.256 2.02 8.3 test.phys eIoni
+ 4 -3.74 -2.2 112 0.102 0.26 1.4 9.7 test.phys eIoni
+ 5 -3.68 -2.26 112 0 0.102 0.207 9.91 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -13.4 -16.8 174 0.0114 0 0 0 test.phys initStep
+ 1 -14 -17.5 178 0 0.000405 3.85 3.85 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -14 -17.5 178 0.011 0 0 0 test.phys initStep
+ 1 -14 -17.5 178 0 0.011 0.0042 0.0042 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -5.9 -9.48 126 10.3 0 0 0 test.phys initStep
+ 1 -8.56 -22 200 10.3 0 74.9 74.9 World Transportation
+ 2 -362 -1.69e+03 1e+04 10.3 0 9.95e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 -5.66 -8.21 116 0.0337 0 0 0 test.phys initStep
+ 1 -6.33 -11 132 0.032 0 16.2 16.2 test.phys biasWrapper(compt)
+ 2 33.9 9.65 147 0.0313 0 47.4 63.6 test.phys biasWrapper(compt)
+ 3 35.3 11 151 0.0312 9.85e-05 4.63 68.2 test.phys biasWrapper(compt)
+ 4 37.6 10.8 157 0.0295 0 7.04 75.2 test.phys biasWrapper(compt)
+ 5 27.3 24.8 163 0.0295 0 18.2 93.4 test.phys biasWrapper(Rayl)
+ 6 23.6 30 164 0 0.000405 6.52 99.9 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 23.6 30 164 0.0291 0 0 0 test.phys initStep
+ 1 23.6 30 164 0 0.0291 0.0233 0.0233 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 37.6 10.8 157 0.00168 0 0 0 test.phys initStep
+ 1 37.6 10.8 157 0 0.00168 0.00018 0.00018 test.phys eIoni
+
+*********************************************************************************************************
+* 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 33.9 9.65 147 0.000658 0 0 0 test.phys initStep
+ 1 33.9 9.65 147 0 0.000658 4.71e-05 4.71e-05 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -6.33 -11 132 0.00172 0 0 0 test.phys initStep
+ 1 -6.33 -11 132 0 0.00172 0.000187 0.000187 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 31.2 -36.8 197 5.75 0 0 0 test.phys initStep
+ 1 32.9 -36.8 200 5.75 0 3.87 3.87 World Transportation
+ 2 4.9e+03 56.1 1e+04 5.75 0 1.09e+04 1.09e+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 31.2 -36.8 197 0.672 0 0 0 test.phys initStep
+ 1 80.6 -72.1 183 0.465 0 62.3 62.3 test.phys biasWrapper(compt)
+ 2 145 -55.3 157 0.295 0 71.6 134 test.phys biasWrapper(compt)
+ 3 139 0.751 93.2 0.216 0 84.8 219 test.phys biasWrapper(compt)
+ 4 141 56.3 113 0.157 0 59.1 278 test.phys biasWrapper(compt)
+ 5 192 47.4 153 0.144 0 65.3 343 test.phys biasWrapper(compt)
+ 6 195 50 156 0.122 0 4.87 348 test.phys biasWrapper(compt)
+ 7 167 54.2 193 0.0891 0 46.3 394 test.phys biasWrapper(compt)
+ 8 171 63.2 187 0.07 0 11.5 406 test.phys biasWrapper(compt)
+ 9 175 60.2 200 0.07 0 13.8 420 World Transportation
+ 10 3.31e+03 -2.22e+03 1e+04 0.07 0 1.05e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 171 63.2 187 0.0191 0 0 0 test.phys initStep
+ 1 171 63.2 187 0 0.0191 0.0111 0.0111 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 167 54.2 193 0.0329 0 0 0 test.phys initStep
+ 1 167 54.1 193 0 0.0329 0.029 0.029 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 195 50 156 0.0223 0 0 0 test.phys initStep
+ 1 195 50 156 0 0.0223 0.0145 0.0145 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 192 47.4 153 0.0126 0 0 0 test.phys initStep
+ 1 192 47.4 153 0 0.0126 0.00535 0.00535 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 141 56.3 113 0.059 0 0 0 test.phys initStep
+ 1 141 56.3 113 0 0.059 0.0807 0.0807 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 139 0.751 93.2 0.0792 0 0 0 test.phys initStep
+ 1 139 0.749 93.1 0 0.0792 0.134 0.134 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 145 -55.3 157 0.17 0 0 0 test.phys initStep
+ 1 145 -55.3 157 0 0.17 0.482 0.482 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 80.6 -72.1 183 0.207 0 0 0 test.phys initStep
+ 1 80.7 -72.5 183 0 0.207 0.663 0.663 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 25.8 -24.8 174 0.718 0 0 0 test.phys initStep
+ 1 35.4 -36.4 200 0.718 0 30 30 World Transportation
+ 2 3.64e+03 -4.44e+03 1e+04 0.718 0 1.13e+04 1.14e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 10 -8.12 122 0.053 0 0 0 test.phys initStep
+ 1 12.9 -16.7 145 0.0507 0 24.9 24.9 test.phys biasWrapper(compt)
+ 2 21.1 23.1 200 0.0507 0 68.5 93.4 World Transportation
+ 3 1.48e+03 7.11e+03 1e+04 0.0507 0 1.22e+04 1.23e+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 1.85 0.354 26.2 0.0342 0 0 0 test.phys initStep
+ 1 3.58 -1.75 61.7 0 0.000405 35.6 35.6 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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.251 0.28 7.79 0.0047 0 0 0 test.phys initStep
+ 1 0.272 0.274 7.99 0 0.000405 0.198 0.198 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.272 0.274 7.99 0.0043 0 0 0 test.phys initStep
+ 1 0.272 0.274 7.99 0 0.0043 0.000833 0.000833 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.58 -1.75 61.7 0.0338 0 0 0 test.phys initStep
+ 1 3.59 -1.76 61.7 0 0.0338 0.0304 0.0304 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 12.9 -16.7 145 0.00231 0 0 0 test.phys initStep
+ 1 12.9 -16.7 145 0 0.00231 0.000299 0.000299 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
@@ -4484,597 +2839,1754 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
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 = 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 71.3 0 0 71.3 571 test.phys biasWrapper(neutronInelastic)
+ 1 0 0 18.8 31.1 0 18.8 519 test.phys biasWrapper(compt)
+ 2 9.77 3.88 88.1 0 0 70.1 589 test.phys biasWrapper(conv)
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 6, Parent ID = 2
+* 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 71.3 4.16 0 0 0 test.phys initStep
- 1 -125 7.6 63.1 3.15 0 125 125 test.phys biasWrapper(hadElastic)
- 2 -11.6 -44.2 57.3 2.44 0 124 250 test.phys biasWrapper(hadElastic)
- 3 -40.8 -15.8 32.7 2.28 0 47.6 297 test.phys biasWrapper(hadElastic)
- 4 -27.6 117 26.9 2.01 0 133 430 test.phys biasWrapper(hadElastic)
- 5 2.01 135 151 1.62 0 129 559 test.phys biasWrapper(hadElastic)
- 6 3.7 133 149 0 0 2.73 562 test.phys biasWrapper(neutronInelastic)
+ 0 9.77 3.88 88.1 22.9 0 0 0 test.phys initStep
+ 1 12.3 3.14 111 19.6 3 23 23 test.phys eIoni
+ 2 12.6 3.18 112 18.9 0.0979 0.744 23.8 test.phys eIoni
+ 3 15.3 3.54 120 17.6 1.05 9.13 32.9 test.phys eIoni
+ 4 21.5 8.68 149 14 3.54 29.5 62.4 test.phys eIoni
+ 5 20.8 9.72 172 11.2 2.79 23.8 86.2 test.phys eIoni
+ 6 16.9 14.9 189 3.15 1.98 18.3 104 test.phys eBrem
+ 7 17.4 16.6 195 2.45 0.705 6.32 111 test.phys eIoni
+ 8 18.1 15.8 200 1.94 0.511 5.16 116 test.phys eIoni
+ 9 18.2 15.8 200 1.92 0.0154 0.149 116 World Transportation
+ 10 5.59e+03 -3.46e+03 1e+04 1.92 3.14e-22 1.18e+04 1.19e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 16, Parent ID = 6
+* 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 3.7 133 149 0.73 0 0 0 test.phys initStep
- 1 -43.3 79.5 158 0.712 0.0179 72 72 test.phys biasWrapper(hadElastic)
- 2 -81 51.8 137 0.703 0.00897 51.5 124 test.phys biasWrapper(hadElastic)
- 3 -85.8 45.4 136 0.617 0 8.01 132 test.phys biasWrapper(hadElastic)
- 4 324 -319 13.6 0.506 0 562 694 test.phys biasWrapper(hadElastic)
- 5 323 -320 16.4 0.484 0.0221 3.01 697 test.phys biasWrapper(hadElastic)
- 6 358 -388 110 0.443 0.0406 121 817 test.phys biasWrapper(hadElastic)
- 7 491 -317 200 0.443 0 175 993 World Transportation
- 8 1e+04 4.7e+03 6.64e+03 0.443 0 1.25e+04 1.35e+04 OutOfWorld Transportation
+ 0 15.3 3.54 120 0.32 0 0 0 test.phys initStep
+ 1 14.9 3.67 121 0 0.32 1.24 1.24 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2
+* 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 71.3 34.4 0 0 0 test.phys initStep
- 1 -1.48 57.1 122 33.6 0 76.1 76.1 test.phys biasWrapper(hadElastic)
- 2 -11.3 81.5 200 33.6 0 82.8 159 World Transportation
- 3 -1.23e+03 3.13e+03 1e+04 33.6 0 1.03e+04 1.05e+04 OutOfWorld Transportation
+ 0 12.6 3.18 112 0.536 0 0 0 test.phys initStep
+ 1 13.6 3.8 112 0.288 0.248 1.85 1.85 test.phys eIoni
+ 2 13.5 3.86 112 0.0401 0.248 1.1 2.95 test.phys eIoni
+ 3 13.5 3.88 112 0 0.0401 0.041 2.99 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 6
+* 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 3.7 133 149 0.694 0 0 0 test.phys initStep
- 1 7.96 145 173 0.659 0 26.4 26.4 test.phys biasWrapper(compt)
- 2 21.6 156 200 0.659 0 32.4 58.7 World Transportation
- 3 4.94e+03 4.14e+03 1e+04 0.659 0 1.17e+04 1.17e+04 OutOfWorld Transportation
+ 0 12.3 3.14 111 0.342 0 0 0 test.phys initStep
+ 1 11.9 2.88 111 0.0223 0.32 1.33 1.33 test.phys eIoni
+ 2 11.9 2.88 111 0 0.0223 0.0146 1.34 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17
+* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 7.96 145 173 0.0349 0 0 0 test.phys initStep
- 1 7.94 145 173 0 0.0349 0.0321 0.0321 test.phys eIoni
+ 0 9.77 3.88 88.1 7.16 0 0 0 test.phys initStep
+ 1 11.5 4.23 100 5.7 1.46 12.8 12.8 test.phys eIoni
+ 2 14.7 8.87 109 4.45 1.25 10.4 23.1 test.phys eIoni
+ 3 18 14.5 113 3.47 0.975 8.38 31.5 test.phys eIoni
+ 4 20.4 19.3 116 2.65 0.824 6.8 38.3 test.phys eIoni
+ 5 22 23.5 119 2.04 0.613 5.45 43.8 test.phys eIoni
+ 6 22.1 22.1 122 1.51 0.524 4.44 48.2 test.phys eIoni
+ 7 20.5 20 124 1.14 0.369 3.57 51.8 test.phys eIoni
+ 8 21.6 18.3 125 0.815 0.328 2.95 54.7 test.phys eIoni
+ 9 22.9 19.5 126 0.555 0.26 2.39 57.1 test.phys eIoni
+ 10 23.5 19.5 127 0.324 0.231 1.89 59 test.phys eIoni
+ 11 23.8 19.6 128 0.0906 0.233 1.26 60.3 test.phys eIoni
+ 12 23.8 19.7 128 0 0.0906 0.169 60.5 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 71.3 0.253 0 0 0 test.phys initStep
- 1 0.363 0.408 71 0.137 0 0.595 0.595 test.phys biasWrapper(compt)
- 2 -35.1 -110 42.9 0.129 0 119 120 test.phys biasWrapper(compt)
- 3 -30.1 -180 64.9 0.103 0 73.3 193 test.phys biasWrapper(compt)
- 4 147 -135 166 0.0807 0 209 402 test.phys biasWrapper(compt)
- 5 146 -130 158 0.0617 0 9.72 412 test.phys biasWrapper(compt)
- 6 145 -140 167 0.0498 0 14.4 426 test.phys biasWrapper(compt)
- 7 151 -96.7 111 0.0422 0 71 497 test.phys biasWrapper(compt)
- 8 108 -122 165 0.0415 0 73.3 571 test.phys biasWrapper(compt)
- 9 94.2 -118 176 0.0415 0 18.4 589 test.phys biasWrapper(Rayl)
- 10 75.9 -122 184 0.0415 0 20.3 609 test.phys biasWrapper(Rayl)
- 11 52.9 -133 188 0.0409 0 26.2 636 test.phys biasWrapper(compt)
- 12 39.9 -137 200 0.0409 0 18.3 654 World Transportation
- 13 -1e+04 -3.3e+03 9.54e+03 0.0409 0 1.41e+04 1.47e+04 OutOfWorld Transportation
+ 0 0 0 18.8 68.9 0 0 0 test.phys initStep
+ 1 -0.114 -0.055 20.7 28.5 0.196 1.91 1.91 test.phys eBrem
+ 2 0.0413 -0.077 35.2 26.5 1.77 14.5 16.4 test.phys eBrem
+ 3 0.92 2.2 77.6 20.6 5.65 42.7 59.1 test.phys eIoni
+ 4 0.727 2.3 80.5 19.8 0.308 2.94 62.1 test.phys eBrem
+ 5 -1.2 6.39 113 15.8 4.06 33 95 test.phys eIoni
+ 6 -2.62 7.87 118 15.1 0.634 5.53 101 test.phys eBrem
+ 7 -4.66 10.4 124 13.8 0.972 6.89 107 test.phys eIoni
+ 8 -9.99 19.6 145 10.9 2.92 23.3 131 test.phys eIoni
+ 9 -15.5 21.8 162 8.47 2.39 18.7 149 test.phys eIoni
+ 10 -23.9 16 173 6.66 1.81 14.9 164 test.phys eIoni
+ 11 -32 13.2 181 4.12 1.65 12 176 test.phys eIoni
+ 12 -36.4 13.5 187 3.2 0.922 7.85 184 test.phys eIoni
+ 13 -39.5 9.94 191 2.33 0.875 6.35 190 test.phys eIoni
+ 14 -39.6 6.98 195 1.69 0.635 4.92 195 test.phys eIoni
+ 15 -38.1 6.19 198 1.23 0.464 3.87 199 test.phys eIoni
+ 16 -37.5 5.9 200 0.989 0.237 2.26 202 World Transportation
+ 17 306 -838 1e+04 0.989 2.67e-22 9.84e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 9
+* 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 52.9 -133 188 0.000567 0 0 0 test.phys initStep
- 1 52.9 -133 188 0 0.000567 3.9e-05 3.9e-05 test.phys eIoni
+ 0 -32 13.2 181 0.892 0 0 0 test.phys initStep
+ 1 -33.8 12.9 182 0.264 0.628 2.52 2.52 test.phys eIoni
+ 2 -34.3 12.8 181 0 0.264 0.968 3.49 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 30, 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 108 -122 165 0.000724 0 0 0 test.phys initStep
- 1 108 -122 165 0 0.000724 5.35e-05 5.35e-05 test.phys eIoni
+ 0 -4.66 10.4 124 0.387 0 0 0 test.phys initStep
+ 1 -5.3 9.92 125 0.158 0.228 1.47 1.47 test.phys eIoni
+ 2 -5.35 9.75 125 0 0.158 0.429 1.9 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 9
+* 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 151 -96.7 111 0.00756 0 0 0 test.phys initStep
- 1 151 -96.7 111 0 0.00756 0.00219 0.00219 test.phys eIoni
+ 0 0.92 2.2 77.6 0.283 0 0 0 test.phys initStep
+ 1 1.29 2.52 77.8 0 0.283 1.07 1.07 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 9
+* 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 145 -140 167 0.0119 0 0 0 test.phys initStep
- 1 145 -140 167 0 0.0119 0.00484 0.00484 test.phys eIoni
+ 0 -2.62 7.87 118 0.00554 0 0 0 test.phys initStep
+ 1 -3.32 8.71 121 0 0.000405 2.6 2.6 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9
+* 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 146 -130 158 0.019 0 0 0 test.phys initStep
- 1 146 -130 158 0 0.019 0.011 0.011 test.phys eIoni
+ 0 -3.32 8.71 121 0.00514 0 0 0 test.phys initStep
+ 1 -3.32 8.71 121 0 0.00514 0.00113 0.00113 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 9
+* 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 147 -135 166 0.0224 0 0 0 test.phys initStep
- 1 147 -135 166 0 0.0224 0.0147 0.0147 test.phys eIoni
+ 0 0.727 2.3 80.5 0.463 0 0 0 test.phys initStep
+ 1 -0.452 1.27 92.9 0.256 0 12.5 12.5 test.phys biasWrapper(compt)
+ 2 39.3 -132 101 0.143 0 139 152 test.phys biasWrapper(compt)
+ 3 25 -126 106 0.109 0 16.3 168 test.phys biasWrapper(compt)
+ 4 90 5.68 86.9 0.0765 0 148 317 test.phys biasWrapper(compt)
+ 5 89.7 5.04 87 0.0636 0 0.734 317 test.phys biasWrapper(compt)
+ 6 149 6.38 121 0.0628 0 68.5 386 test.phys biasWrapper(compt)
+ 7 191 30.6 142 0.0529 0 52.9 439 test.phys biasWrapper(compt)
+ 8 182 37.1 113 0.046 0 31.3 470 test.phys biasWrapper(compt)
+ 9 113 -63.5 184 0.0397 0 141 612 test.phys biasWrapper(compt)
+ 10 140 -54.4 179 0.0397 0 28.8 640 test.phys biasWrapper(Rayl)
+ 11 139 -35.1 168 0 0.000405 22.6 663 test.phys biasWrapper(phot)
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 9
+* 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 -30.1 -180 64.9 0.0261 0 0 0 test.phys initStep
- 1 -30.1 -180 64.9 0 0.0261 0.0193 0.0193 test.phys eIoni
+ 0 139 -35.1 168 0.0393 0 0 0 test.phys initStep
+ 1 139 -35.1 168 0 0.0393 0.0396 0.0396 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9
+* 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 -35.1 -110 42.9 0.00725 0 0 0 test.phys initStep
- 1 -35.1 -110 42.9 0 0.00725 0.00203 0.00203 test.phys eIoni
+ 0 113 -63.5 184 0.00629 0 0 0 test.phys initStep
+ 1 113 -63.5 184 0 0.00629 0.00159 0.00159 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9
+* 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 0.363 0.408 71 0.116 0 0 0 test.phys initStep
- 1 0.433 0.515 71 0 0.116 0.257 0.257 test.phys eIoni
+ 0 182 37.1 113 0.00697 0 0 0 test.phys initStep
+ 1 182 37.1 113 0 0.00697 0.0019 0.0019 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 2
+* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 71.3 1.57 0 0 0 test.phys initStep
- 1 -4.59 61.9 200 1.57 0 143 143 World Transportation
- 2 -354 4.78e+03 1e+04 1.57 0 1.09e+04 1.1e+04 OutOfWorld Transportation
+ 0 191 30.6 142 0.00989 0 0 0 test.phys initStep
+ 1 191 30.6 142 0 0.00989 0.00349 0.00349 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 21, Parent ID = 3
+* 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 -1.48 57.1 122 0.75 0 0 0 test.phys initStep
- 1 -1.48 57.1 122 0 0.75 0.00266 0.00266 test.phys ionIoni
+ 0 149 6.38 121 0.000813 0 0 0 test.phys initStep
+ 1 149 6.38 121 0 0.000813 6.25e-05 6.25e-05 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 20, Parent ID = 16
+* 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 324 -319 13.6 0.111 0 0 0 test.phys initStep
- 1 324 -319 13.6 0 0.111 0.00124 0.00124 test.phys ionIoni
+ 0 89.7 5.04 87 0.0129 0 0 0 test.phys initStep
+ 1 89.6 5.04 87 0 0.0129 0.00555 0.00555 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 19, Parent ID = 16
+* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 13
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -85.8 45.4 136 0.0857 0 0 0 test.phys initStep
- 1 -85.8 45.4 136 0 0.0857 0.00105 0.00105 test.phys ionIoni
+ 0 90 5.68 86.9 0.0327 0 0 0 test.phys initStep
+ 1 90 5.69 86.9 0 0.0327 0.0286 0.0286 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 18, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.7 133 149 0.188 0 0 0 test.phys initStep
- 1 3.7 133 149 0 0.188 0.00171 0.00171 test.phys ionIoni
+ 0 25 -126 106 0.034 0 0 0 test.phys initStep
+ 1 24.9 -126 106 0 0.034 0.0307 0.0307 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 15, Parent ID = 6
+* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.01 135 151 0.396 0 0 0 test.phys initStep
- 1 2.01 135 151 0 0.396 0.00222 0.00222 test.phys ionIoni
+ 0 39.3 -132 101 0.113 0 0 0 test.phys initStep
+ 1 39.3 -132 101 0 0.113 0.245 0.245 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 14, Parent ID = 6
+* 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 -27.6 117 26.9 0.273 0 0 0 test.phys initStep
- 1 -27.6 117 26.9 0 0.273 0.00199 0.00199 test.phys ionIoni
-
-*********************************************************************************************************
-* 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 -40.8 -15.8 32.7 0.151 0 0 0 test.phys initStep
- 1 -40.8 -15.8 32.7 0 0.151 0.00151 0.00151 test.phys ionIoni
-
-*********************************************************************************************************
-* 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 -11.6 -44.2 57.3 0.715 0 0 0 test.phys initStep
- 1 -11.6 -44.2 57.3 0 0.715 0.00263 0.00263 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 11, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -125 7.6 63.1 1.01 0 0 0 test.phys initStep
- 1 -125 7.61 63.1 0 1.01 0.00286 0.00286 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = Be10, Track ID = 10, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 71.3 3.06 0 0 0 test.phys initStep
- 1 0.00263 -0.00438 71.3 0 3.06 0.00743 0.00743 test.phys ionIoni
-
-*********************************************************************************************************
-* 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 71.3 2.13 0 0 0 test.phys initStep
- 1 0.0593 0.0952 71.3 0.129 2 0.117 0.117 test.phys hIoni
- 2 0.0608 0.0974 71.3 0.0247 0.104 0.00275 0.119 test.phys hIoni
- 3 0.0613 0.0981 71.3 0 0.0247 0.000975 0.12 test.phys hIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = proton, Track ID = 5, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 71.3 5.86 0 0 0 test.phys initStep
- 1 -0.0268 0.0492 71.6 4.29 1.56 0.282 0.282 test.phys hIoni
- 2 -0.0508 0.0825 71.8 2.67 1.62 0.218 0.501 test.phys hIoni
- 3 -0.0664 0.102 71.9 0.779 1.9 0.149 0.65 test.phys hIoni
- 4 -0.0693 0.105 71.9 0 0.779 0.0239 0.674 test.phys hIoni
-
-*********************************************************************************************************
-* 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 71.3 8.85 0 0 0 test.phys initStep
- 1 -0.046 -0.427 71.2 7.1 1.75 0.432 0.432 test.phys hIoni
- 2 -0.0835 -0.762 71.2 5.46 1.63 0.34 0.771 test.phys hIoni
- 3 -0.112 -1.03 71.2 3.82 1.64 0.266 1.04 test.phys hIoni
- 4 -0.13 -1.22 71.1 2.11 1.71 0.199 1.24 test.phys hIoni
- 5 -0.138 -1.34 71.1 0.0496 2.06 0.115 1.35 test.phys hIoni
- 6 -0.139 -1.34 71.1 0 0.0496 0.00145 1.35 test.phys hIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 100 0 200 700 World Transportation
- 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 64.3 98.2 0 64.3 564 test.phys biasWrapper(hadElastic)
- 2 35.7 -65 200 98.2 0 155 719 World Transportation
- 3 2.61e+03 -4.76e+03 1e+04 98.2 0 1.12e+04 1.19e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 64.3 1.84 0 0 0 test.phys initStep
- 1 -0.00154 0.00281 64.3 0 1.84 0.00333 0.00333 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
- 3 0 0 200 100 0 200 700 World Transportation
- 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 128 0 0 128 628 test.phys biasWrapper(neutronInelastic)
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 128 24.8 0 0 0 test.phys initStep
- 1 46 -86.1 193 24.6 0 117 117 test.phys biasWrapper(hadElastic)
- 2 46.7 -92.7 200 24.6 0 9.66 127 World Transportation
- 3 1.06e+03 -9.44e+03 1e+04 24.6 0 1.36e+04 1.37e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 128 62.5 0 0 0 test.phys initStep
- 1 -14.3 9.52 153 0 0 29.8 29.8 test.phys biasWrapper(neutronInelastic)
-
-*********************************************************************************************************
-* 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 -14.3 9.52 153 9.96 0 0 0 test.phys initStep
- 1 -29.2 71.5 200 9.96 0 79.4 79.4 World Transportation
- 2 -2.41e+03 1e+04 7.78e+03 9.96 0 1.27e+04 1.28e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 -14.3 9.52 153 0.368 0 0 0 test.phys initStep
- 1 35.6 -2.19 148 0.181 0 51.5 51.5 test.phys biasWrapper(compt)
- 2 -13.9 -59.5 200 0.181 0 92.1 144 World Transportation
- 3 -8.61e+03 -1e+04 9.3e+03 0.181 0 1.6e+04 1.61e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 35.6 -2.19 148 0.187 0 0 0 test.phys initStep
- 1 35.9 -2.17 147 0 0.187 0.564 0.564 test.phys eIoni
+ 0 -0.452 1.27 92.9 0.207 0 0 0 test.phys initStep
+ 1 -0.53 1.41 93.2 0 0.207 0.661 0.661 test.phys eIoni
*********************************************************************************************************
* 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 -14.3 9.52 153 2.6 0 0 0 test.phys initStep
- 1 -16 6.4 156 2.3 0 4.97 4.97 test.phys biasWrapper(compt)
- 2 -22.5 -25.7 184 0.255 0 43.2 48.2 test.phys biasWrapper(compt)
- 3 53 82.8 165 0.238 0 133 182 test.phys biasWrapper(compt)
- 4 110 145 200 0.238 0 91.3 273 World Transportation
- 5 9.19e+03 1e+04 5.72e+03 0.238 0 1.45e+04 1.48e+04 OutOfWorld Transportation
+ 0 0.0413 -0.077 35.2 0.172 0 0 0 test.phys initStep
+ 1 -0.765 0.268 46.7 0.172 0 11.5 11.5 test.phys biasWrapper(Rayl)
+ 2 0.206 -0.162 59 0.104 0 12.3 23.8 test.phys biasWrapper(compt)
+ 3 -15.2 -10.4 0 0.104 0 61.8 85.6 World Transportation
+ 4 -2.63e+03 -1.74e+03 -1e+04 0.104 0 1.05e+04 1.06e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 11
+* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 11
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 53 82.8 165 0.0175 0 0 0 test.phys initStep
- 1 53 82.8 165 0 0.0175 0.00952 0.00952 test.phys eIoni
+ 0 0.206 -0.162 59 0.0685 0 0 0 test.phys initStep
+ 1 0.213 -0.16 59 0 0.0685 0.105 0.105 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11
+* 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 -22.5 -25.7 184 2.05 0 0 0 test.phys initStep
- 1 -24.8 -28.5 187 1.48 0.569 4.46 4.46 test.phys eIoni
- 2 -26.4 -28.7 189 1.02 0.459 3.52 7.98 test.phys eIoni
- 3 -26.3 -28.3 191 0.566 0.454 2.74 10.7 test.phys eIoni
- 4 -25 -28.1 192 0.262 0.304 1.91 12.6 test.phys eIoni
- 5 -24.5 -28 192 0 0.262 0.956 13.6 test.phys eIoni
+ 0 -0.114 -0.055 20.7 40.2 0 0 0 test.phys initStep
+ 1 -11.9 -1.63 200 40.2 0 180 180 World Transportation
+ 2 -658 -87.6 1e+04 40.2 0 9.82e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11
+* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 5
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -16 6.4 156 0.299 0 0 0 test.phys initStep
- 1 -16.5 6.47 156 0.0638 0.236 1.15 1.15 test.phys eIoni
- 2 -16.6 6.48 156 0 0.0638 0.0923 1.24 test.phys eIoni
+ 0 16.9 14.9 189 6.09 0 0 0 test.phys initStep
+ 1 15 17.2 200 6.09 0 11.1 11.1 World Transportation
+ 2 -1.78e+03 2.18e+03 1e+04 6.09 0 1.02e+04 1.02e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, 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 0 0 128 0.809 0 0 0 test.phys initStep
- 1 8.83 -105 125 0.444 0 105 105 test.phys biasWrapper(compt)
- 2 -258 -288 184 0.17 0 329 434 test.phys biasWrapper(compt)
- 3 -135 -240 79.3 0.134 0 169 603 test.phys biasWrapper(compt)
- 4 -122 -290 51.6 0.0945 0 58.9 662 test.phys biasWrapper(compt)
- 5 -121 -281 48.1 0.0945 0 9.65 672 test.phys biasWrapper(Rayl)
- 6 -117 -172 0 0.0945 0 120 791 World Transportation
- 7 299 1e+04 -4.47e+03 0.0945 0 1.11e+04 1.19e+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 100 0 0 500 test.phys initStep
+ 1 0 0 56.9 0 0 56.9 557 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 56.9 57.4 0 0 0 test.phys initStep
+ 1 -0.000115 -0.0796 61.5 56.7 0.639 4.6 4.6 test.phys eBrem
+ 2 -0.268 -0.519 81.2 53.9 2.15 19.7 24.3 test.phys eIoni
+ 3 -1.11 -1.82 95.3 9.68 2.19 14.3 38.5 test.phys eBrem
+ 4 -1.52 -1.77 97.8 9.02 0.328 2.47 41 test.phys eBrem
+ 5 -1.58 0.463 113 6.93 2.09 15.8 56.8 test.phys eIoni
+ 6 -2.4 4.42 122 5.47 1.12 9.94 66.8 test.phys eIoni
+ 7 -2.89 6.47 126 4.78 0.69 5.1 71.9 test.phys eBrem
+ 8 -2.9 6.57 126 4.75 0.0132 0.135 72 test.phys eBrem
+ 9 -2.99 12 132 3.1 0.989 8.28 80.3 test.phys eIoni
+ 10 -2.53 17.8 132 2.45 0.656 6.23 86.5 test.phys eIoni
+ 11 -2.12 21.6 134 1.77 0.484 4.51 91 test.phys eBrem
+ 12 -0.416 24.6 135 1.31 0.462 4.03 95 test.phys eIoni
+ 13 1.58 26.4 136 0.968 0.339 3.25 98.3 test.phys eIoni
+ 14 3.15 27.7 137 0.666 0.302 2.67 101 test.phys eIoni
+ 15 3.71 28.1 138 0.362 0.304 2.12 103 test.phys eIoni
+ 16 4.28 28.5 138 0.123 0.239 1.38 104 test.phys eIoni
+ 17 4.38 28.4 138 0 0.123 0.269 105 test.phys eIoni
+ 18 4.38 28.4 138 0 0 0 105 test.phys annihil
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.99 12 132 0.659 0 0 0 test.phys initStep
+ 1 -2.3 12.9 131 0.412 0.247 2.1 2.1 test.phys eIoni
+ 2 -2.4 13.7 130 0.136 0.276 1.55 3.65 test.phys eIoni
+ 3 -2.35 13.8 130 0 0.136 0.335 3.98 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.4 4.42 122 0.337 0 0 0 test.phys initStep
+ 1 -2.61 5.12 122 0.117 0.22 1.31 1.31 test.phys eIoni
+ 2 -2.67 5.22 122 0 0.117 0.259 1.57 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.268 -0.519 81.2 0.635 0 0 0 test.phys initStep
+ 1 0.87 -0.31 82.1 0.388 0.247 2.05 2.05 test.phys eIoni
+ 2 1.72 -0.0919 82.2 0.118 0.271 1.48 3.53 test.phys eIoni
+ 3 1.83 -0.125 82.3 0 0.118 0.263 3.79 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 56.9 41.6 0 0 0 test.phys initStep
+ 1 -0.362 0.552 69.5 40.2 1.39 12.6 12.6 test.phys eBrem
+ 2 0.317 1.21 79.7 37.9 1.39 10.2 22.9 test.phys eIoni
+ 3 1.12 2.58 87.3 36.2 0.887 7.76 30.6 test.phys eIoni
+ 4 2.51 4.25 97.5 34.4 1.44 10.4 41 test.phys eIoni
+ 5 2.93 5.59 102 33.2 0.687 4.85 45.9 test.phys eIoni
+ 6 3.31 7.76 115 31.5 1.67 13.4 59.3 test.phys eBrem
+ 7 3.7 8.81 120 30.4 1.1 5.14 64.4 test.phys eBrem
+ 8 4.87 11.9 133 28.5 1.7 12.9 77.4 test.phys eIoni
+ 9 5.23 12.1 136 28.1 0.401 2.97 80.3 test.phys eBrem
+ 10 5.75 12.8 141 27.5 0.586 5.04 85.4 test.phys eBrem
+ 11 3.53 21.4 185 21.8 5.7 45.1 131 test.phys eIoni
+ 12 1.68 22.3 200 19.7 2.09 15.3 146 World Transportation
+ 13 -2.66e+03 843 1e+04 19.7 3.25e-22 1.02e+04 1.03e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 4.87 11.9 133 0.231 0 0 0 test.phys initStep
+ 1 4.92 12.3 133 0 0.231 0.789 0.789 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.93 5.59 102 0.502 0 0 0 test.phys initStep
+ 1 3.24 4.75 103 0.226 0.276 1.77 1.77 test.phys eIoni
+ 2 3.13 4.6 103 0 0.226 0.759 2.53 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.51 4.25 97.5 0.334 0 0 0 test.phys initStep
+ 1 1.95 4.19 97.9 0.112 0.222 1.29 1.29 test.phys eIoni
+ 2 2 4.15 97.8 0 0.112 0.24 1.53 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.12 2.58 87.3 0.869 0 0 0 test.phys initStep
+ 1 0.445 1.65 88.9 0.576 0.293 2.48 2.48 test.phys eIoni
+ 2 -0.746 1.89 89.6 0.295 0.281 1.93 4.41 test.phys eIoni
+ 3 -0.652 2.41 89.8 0.01 0.285 1.13 5.54 test.phys eIoni
+ 4 -0.651 2.41 89.8 0 0.01 0.00358 5.55 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.317 1.21 79.7 0.891 0 0 0 test.phys initStep
+ 1 0.843 -0.0148 81.3 0.595 0.296 2.52 2.52 test.phys eIoni
+ 2 -0.195 0.475 82.1 0.302 0.292 1.97 4.49 test.phys eIoni
+ 3 0.133 0.435 82.6 0 0.302 1.17 5.66 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 5.75 12.8 141 0.00654 0 0 0 test.phys initStep
+ 1 5.91 13 143 0 0.000405 1.93 1.93 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 5.91 13 143 0.00613 0 0 0 test.phys initStep
+ 1 5.91 13 143 0 0.00613 0.00152 0.00152 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 5.23 12.1 136 0.00229 0 0 0 test.phys initStep
+ 1 5.24 12.1 136 0 0.000405 0.0313 0.0313 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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.24 12.1 136 0.00189 0 0 0 test.phys initStep
+ 1 5.24 12.1 136 0 0.00189 0.000217 0.000217 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.7 8.81 120 0.00852 0 0 0 test.phys initStep
+ 1 3.72 8.84 121 0 0.000405 0.21 0.21 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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 3.72 8.84 121 0.00812 0 0 0 test.phys initStep
+ 1 3.72 8.84 121 0 0.00812 0.00247 0.00247 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.31 7.76 115 0.0034 0 0 0 test.phys initStep
+ 1 3.32 7.8 116 0 0.000405 0.175 0.175 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 21
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 3.32 7.8 116 0.00299 0 0 0 test.phys initStep
+ 1 3.32 7.8 116 0 0.00299 0.000455 0.000455 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.362 0.552 69.5 0.00544 0 0 0 test.phys initStep
+ 1 -0.144 0.589 69.7 0 0.000405 0.259 0.259 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 16
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.144 0.589 69.7 0.00504 0 0 0 test.phys initStep
+ 1 -0.144 0.589 69.7 0 0.00504 0.00109 0.00109 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 4.38 28.4 138 0.511 0 0 0 test.phys initStep
+ 1 13 68.5 84 0.467 0 67.5 67.5 test.phys biasWrapper(compt)
+ 2 69.8 113 0 0.467 0 111 178 World Transportation
+ 3 6.84e+03 5.42e+03 -1e+04 0.467 0 1.32e+04 1.34e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 15
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 13 68.5 84 0.0437 0 0 0 test.phys initStep
+ 1 12.9 68.5 84 0 0.0437 0.0478 0.0478 test.phys eIoni
+
+*********************************************************************************************************
+* 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 4.38 28.4 138 0.511 0 0 0 test.phys initStep
+ 1 -5.61 -18.3 200 0.511 0 78.6 78.6 World Transportation
+ 2 -1.57e+03 -7.36e+03 1e+04 0.511 0 1.23e+04 1.24e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.12 21.6 134 0.193 0 0 0 test.phys initStep
+ 1 0.197 32.6 133 0.185 0 11.2 11.2 test.phys biasWrapper(compt)
+ 2 2.79 37.3 135 0.177 0 5.61 16.8 test.phys biasWrapper(compt)
+ 3 4.56 70.9 137 0.116 0 33.7 50.6 test.phys biasWrapper(compt)
+ 4 -5.85 44.8 174 0.111 0 46.6 97.2 test.phys biasWrapper(compt)
+ 5 -9.73 46.5 200 0.111 0 25.9 123 World Transportation
+ 6 -1.5e+03 692 1e+04 0.111 0 9.93e+03 1.01e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 13
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.85 44.8 174 0.00541 0 0 0 test.phys initStep
+ 1 -5.85 44.8 174 0 0.00541 0.00123 0.00123 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 13
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 4.56 70.9 137 0.0611 0 0 0 test.phys initStep
+ 1 4.57 70.9 137 0 0.0611 0.0857 0.0857 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 13
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.79 37.3 135 0.0079 0 0 0 test.phys initStep
+ 1 2.79 37.3 135 0 0.0079 0.00236 0.00236 test.phys eIoni
+
+*********************************************************************************************************
+* 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 0.197 32.6 133 0.00746 0 0 0 test.phys initStep
+ 1 0.197 32.6 133 0 0.00746 0.00214 0.00214 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.9 6.57 126 0.0141 0 0 0 test.phys initStep
+ 1 -3.85 15.9 136 0 2.31e-05 13.1 13.1 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 11
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.85 15.9 136 0.014 0 0 0 test.phys initStep
+ 1 -3.85 15.9 136 0 0.014 0.00644 0.00644 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.89 6.47 126 0.00299 0 0 0 test.phys initStep
+ 1 -2.89 6.48 126 0 0.000405 0.00643 0.00643 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.89 6.48 126 0.00258 0 0 0 test.phys initStep
+ 1 -2.89 6.48 126 0 0.00258 0.000358 0.000358 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.52 -1.77 97.8 0.337 0 0 0 test.phys initStep
+ 1 -3.78 13.6 200 0.337 0 103 103 World Transportation
+ 2 -221 1.49e+03 1e+04 0.337 0 9.91e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.11 -1.82 95.3 42.1 0 0 0 test.phys initStep
+ 1 2.48 -8.17 200 42.1 0 105 105 World Transportation
+ 2 338 -603 1e+04 42.1 0 9.82e+03 9.93e+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.000115 -0.0796 61.5 0.0154 0 0 0 test.phys initStep
+ 1 -0.000885 -0.0785 61.6 0 0.000405 0.0471 0.0471 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.000885 -0.0785 61.6 0.015 0 0 0 test.phys initStep
+ 1 0.000182 -0.0802 61.6 0 0.015 0.00728 0.00728 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 100 0 200 700 World Transportation
+ 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 100 0 0 500 test.phys initStep
+ 1 0 0 57.6 0.444 0 57.6 558 test.phys biasWrapper(compt)
+ 2 -15.9 -17.6 54.1 0.412 0 24 582 test.phys biasWrapper(compt)
+ 3 -63.4 -52.4 20.2 0.316 0 67.9 650 test.phys biasWrapper(compt)
+ 4 -94.3 -38.3 7.11e-15 0.316 0 39.5 689 World Transportation
+ 5 -1e+04 4.48e+03 -6.49e+03 0.316 0 1.27e+04 1.34e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -63.4 -52.4 20.2 0.0968 0 0 0 test.phys initStep
+ 1 -63.4 -52.5 20.2 0 0.0968 0.189 0.189 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -15.9 -17.6 54.1 0.0316 0 0 0 test.phys initStep
+ 1 -15.9 -17.7 54.1 0 0.0316 0.027 0.027 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 57.6 99.6 0 0 0 test.phys initStep
+ 1 0.0246 0.00592 59.7 99.1 0.283 2.1 2.1 test.phys eBrem
+ 2 0.0401 0.0288 61 98.3 0.17 1.24 3.34 test.phys eIoni
+ 3 1.41 0.146 98.1 93.8 4.41 37.2 40.5 test.phys eBrem
+ 4 1.42 0.138 98.8 88.4 0.125 0.683 41.2 test.phys eBrem
+ 5 1.5 0.0999 105 87.4 0.712 5.89 47.1 test.phys eIoni
+ 6 1.72 0.213 122 84.5 2.04 17.4 64.5 test.phys eBrem
+ 7 0.966 0.8 153 77.4 4.13 31 95.5 test.phys eBrem
+ 8 0.741 0.88 155 77.2 0.169 1.79 97.3 test.phys eBrem
+ 9 0.0554 1.16 161 76.5 0.749 6.34 104 test.phys eBrem
+ 10 -0.658 1.38 169 75.4 1.04 7.69 111 test.phys eBrem
+ 11 -1.59 1.53 178 73.5 1.36 9.3 121 test.phys eIoni
+ 12 -1.65 1.55 178 73.1 0.0712 0.486 121 test.phys eIoni
+ 13 -2.49 1.75 184 71.7 0.611 5.94 127 test.phys eIoni
+ 14 -3.99 2.4 197 70.3 1.35 12.7 140 test.phys eBrem
+ 15 -4.4 2.61 200 69.9 0.382 3.07 143 World Transportation
+ 16 -1.31e+03 661 1e+04 69.9 3.54e-22 9.91e+03 1.01e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.49 1.75 184 0.856 0 0 0 test.phys initStep
+ 1 -2.27 0.426 186 0.538 0.319 2.46 2.46 test.phys eIoni
+ 2 -2.69 -0.0619 187 0.168 0.369 1.85 4.31 test.phys eIoni
+ 3 -2.71 -0.28 187 0 0.168 0.474 4.79 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -1.65 1.55 178 0.318 0 0 0 test.phys initStep
+ 1 -1.39 1.07 179 0.0415 0.276 1.23 1.23 test.phys eIoni
+ 2 -1.39 1.07 179 0 0.0415 0.0435 1.28 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.59 1.53 178 0.494 0 0 0 test.phys initStep
+ 1 -0.846 2.05 179 0.208 0.286 1.75 1.75 test.phys eIoni
+ 2 -0.788 2.06 179 0 0.208 0.666 2.42 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.5 0.0999 105 0.27 0 0 0 test.phys initStep
+ 1 1.95 0.2 105 0 0.27 0.998 0.998 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0401 0.0288 61 0.716 0 0 0 test.phys initStep
+ 1 1.02 -0.804 62.1 0.404 0.312 2.2 2.2 test.phys eIoni
+ 2 1.4 -1.46 61.5 0.194 0.21 1.53 3.73 test.phys eIoni
+ 3 1.51 -1.72 61.4 0 0.194 0.595 4.32 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.99 2.4 197 0.00417 0 0 0 test.phys initStep
+ 1 -4.01 2.42 197 0 0.000405 0.192 0.192 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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 -4.01 2.42 197 0.00376 0 0 0 test.phys initStep
+ 1 -4.01 2.42 197 0 0.00376 0.000666 0.000666 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.658 1.38 169 0.0326 0 0 0 test.phys initStep
+ 1 -0.917 1.47 171 0.0324 0 2.38 2.38 test.phys biasWrapper(compt)
+ 2 -1.24 1.27 172 0.0319 0 0.676 3.06 test.phys biasWrapper(compt)
+ 3 0.866 0.959 200 0.0319 0 28.4 31.5 World Transportation
+ 4 729 -105 1e+04 0.0319 0 9.83e+03 9.86e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 -1.24 1.27 172 0.000423 0 0 0 test.phys initStep
+ 1 -1.24 1.27 172 0 0.000423 2.74e-05 2.74e-05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 15
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.917 1.47 171 0.000292 0 0 0 test.phys initStep
+ 1 -0.917 1.47 171 0 0.000292 1.84e-05 1.84e-05 test.phys eIoni
+
+*********************************************************************************************************
+* 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.0554 1.16 161 0.0301 0 0 0 test.phys initStep
+ 1 -3.99 2.76 200 0.0301 0 39.1 39.1 World Transportation
+ 2 -1.02e+03 405 1e+04 0.0301 0 9.86e+03 9.9e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 0.741 0.88 155 0.0432 0 0 0 test.phys initStep
+ 1 0.104 0.989 159 0.038 0 4.37 4.37 test.phys biasWrapper(compt)
+ 2 -65.4 -87.3 52.8 0.037 0 153 157 test.phys biasWrapper(compt)
+ 3 -71.2 -111 52.5 0.036 0 24.3 182 test.phys biasWrapper(compt)
+ 4 -57 -159 7.11e-15 0.036 0 72.5 254 World Transportation
+ 5 2.65e+03 -9.26e+03 -1e+04 0.036 0 1.38e+04 1.4e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 -71.2 -111 52.5 0.00104 0 0 0 test.phys initStep
+ 1 -71.2 -111 52.5 0 0.00104 8.86e-05 8.86e-05 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -65.4 -87.3 52.8 0.000906 0 0 0 test.phys initStep
+ 1 -65.4 -87.3 52.8 0 0.000906 7.26e-05 7.26e-05 test.phys eIoni
+
+*********************************************************************************************************
+* 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 0.104 0.989 159 0.00526 0 0 0 test.phys initStep
+ 1 0.104 0.989 159 0 0.00526 0.00117 0.00117 test.phys eIoni
+
+*********************************************************************************************************
+* 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 0.966 0.8 153 2.87 0 0 0 test.phys initStep
+ 1 -3.86 2.09 185 0.506 0 32.3 32.3 test.phys biasWrapper(compt)
+ 2 -137 -117 200 0.506 0 179 211 World Transportation
+ 3 -1e+04 -8.94e+03 1.32e+03 0.506 0 1.33e+04 1.35e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -3.86 2.09 185 2.36 0 0 0 test.phys initStep
+ 1 -3.54 4.64 189 1.81 0.551 4.98 4.98 test.phys eIoni
+ 2 -4.36 5.35 193 1.37 0.444 4.07 9.05 test.phys eIoni
+ 3 -5.29 7.55 195 0.948 0.421 3.33 12.4 test.phys eIoni
+ 4 -4.86 6.06 193 0.614 0.335 2.62 15 test.phys eIoni
+ 5 -4.55 5.44 192 0.351 0.262 2.01 17 test.phys eIoni
+ 6 -4.8 4.74 192 0.0986 0.253 1.36 18.4 test.phys eIoni
+ 7 -4.9 4.72 192 0 0.0986 0.195 18.6 test.phys eIoni
+
+*********************************************************************************************************
+* 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 1.72 0.213 122 0.915 0 0 0 test.phys initStep
+ 1 0.542 1.96 200 0.915 0 77.9 77.9 World Transportation
+ 2 -148 221 1e+04 0.915 0 9.8e+03 9.88e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.42 0.138 98.8 5.31 0 0 0 test.phys initStep
+ 1 2.8 -1.58 200 5.31 0 101 101 World Transportation
+ 2 136 -168 1e+04 5.31 0 9.8e+03 9.9e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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.41 0.146 98.1 0.0271 0 0 0 test.phys initStep
+ 1 1.93 -0.122 122 0.0263 0 23.4 23.4 test.phys biasWrapper(compt)
+ 2 1.4 0.181 122 0 0.000405 0.704 24.1 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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.0246 0.00592 59.7 0.128 0 0 0 test.phys initStep
+ 1 0.624 1.02 115 0.117 0 55 55 test.phys biasWrapper(compt)
+ 2 17.4 59.3 160 0.101 0 75.4 130 test.phys biasWrapper(compt)
+ 3 51.1 55.8 170 0.101 0 35.4 166 test.phys biasWrapper(compt)
+ 4 108 41.3 200 0.101 0 65.9 232 World Transportation
+ 5 1e+04 -2.49e+03 5.4e+03 0.101 0 1.15e+04 1.17e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 51.1 55.8 170 0.000466 0 0 0 test.phys initStep
+ 1 51.1 55.8 170 0 0.000466 3.06e-05 3.06e-05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 17.4 59.3 160 0.0159 0 0 0 test.phys initStep
+ 1 17.4 59.3 160 0 0.0159 0.00801 0.00801 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.624 1.02 115 0.0115 0 0 0 test.phys initStep
+ 1 0.623 1.02 115 0 0.0115 0.00452 0.00452 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.4 0.181 122 0.0259 0 0 0 test.phys initStep
+ 1 1.39 0.178 122 0 0.0259 0.019 0.019 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.93 -0.122 122 0.000746 0 0 0 test.phys initStep
+ 1 1.93 -0.122 122 0 0.000746 5.56e-05 5.56e-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 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 157 0 0 157 657 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 157 78.4 0 0 0 test.phys initStep
+ 1 0.036 -0.0958 162 77.5 0.597 5.06 5.06 test.phys eBrem
+ 2 -0.108 -0.258 166 74.7 0.46 4.11 9.17 test.phys eBrem
+ 3 -0.378 -0.225 175 73.4 1.24 8.55 17.7 test.phys eBrem
+ 4 -1.55 -0.229 184 72.2 1.22 9.05 26.8 test.phys eBrem
+ 5 -3.24 -0.283 200 70.2 1.97 16.6 43.3 World Transportation
+ 6 -581 127 1e+04 70.2 3.5e-22 9.82e+03 9.86e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 157 20.6 0 0 0 test.phys initStep
+ 1 0.00939 -0.519 165 19.3 1.25 7.95 7.95 test.phys eBrem
+ 2 -0.0164 -0.583 166 19.1 0.152 1.14 9.09 test.phys eBrem
+ 3 0.0687 -0.782 171 17.9 0.607 5.31 14.4 test.phys eIoni
+ 4 -0.562 -1.08 184 15.8 1.73 12.8 27.2 test.phys eIoni
+ 5 -3.17 -2.21 198 13.6 2.16 14.1 41.2 test.phys eBrem
+ 6 -3.91 -2.24 200 11 0.229 2.1 43.3 test.phys eBrem
+ 7 -4.03 -2.22 200 11 0.0429 0.407 43.7 World Transportation
+ 8 -3.25e+03 454 1e+04 11 3.12e-22 1.03e+04 1.04e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.562 -1.08 184 0.383 0 0 0 test.phys initStep
+ 1 -0.453 -0.347 184 0 0.383 1.46 1.46 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0687 -0.782 171 0.62 0 0 0 test.phys initStep
+ 1 0.139 0.133 172 0.429 0.163 1.37 1.37 test.phys eBrem
+ 2 -0.138 -0.0354 173 0.187 0.242 1.6 2.97 test.phys eIoni
+ 3 -0.0209 0.0269 173 0 0.187 0.564 3.53 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 11
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.139 0.133 172 0.0274 0 0 0 test.phys initStep
+ 1 -0.709 -0.955 180 0 0.000405 8.03 8.03 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.709 -0.955 180 0.027 0 0 0 test.phys initStep
+ 1 -0.703 -0.951 180 0 0.027 0.0204 0.0204 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -3.91 -2.24 200 2.32 0 0 0 test.phys initStep
+ 1 -4.03 -2.21 200 2.32 0 0.407 0.407 World Transportation
+ 2 -2.92e+03 715 1e+04 2.32 0 1.02e+04 1.02e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 -3.17 -2.21 198 0.0201 0 0 0 test.phys initStep
+ 1 -4.01 -2.13 200 0.0201 0 2.5 2.5 World Transportation
+ 2 -3.54e+03 349 1e+04 0.0201 0 1.04e+04 1.04e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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.0164 -0.583 166 0.00656 0 0 0 test.phys initStep
+ 1 -0.0318 -0.605 166 0.00656 0 0.38 0.38 test.phys biasWrapper(Rayl)
+ 2 -0.15 -0.755 166 0 0.000405 0.192 0.571 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.15 -0.755 166 0.00616 0 0 0 test.phys initStep
+ 1 -0.149 -0.755 166 0 0.00616 0.00153 0.00153 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00939 -0.519 165 0.0821 0 0 0 test.phys initStep
+ 1 -1.28 -1.89 194 0.0667 0 29.5 29.5 test.phys biasWrapper(compt)
+ 2 -2.02 0.509 193 0.063 0 2.76 32.2 test.phys biasWrapper(compt)
+ 3 24.4 23.3 163 0.0586 0 45.9 78.1 test.phys biasWrapper(compt)
+ 4 19.1 127 173 0.0557 0 105 183 test.phys biasWrapper(compt)
+ 5 10.8 132 172 0.0467 0 9.98 193 test.phys biasWrapper(compt)
+ 6 26.7 135 173 0.0402 0 16.2 209 test.phys biasWrapper(compt)
+ 7 3.25 139 150 0.0402 0 33.1 242 test.phys biasWrapper(Rayl)
+ 8 -84.1 93.8 66.4 0 0.000405 129 371 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -84.1 93.8 66.4 0.0398 0 0 0 test.phys initStep
+ 1 -84.1 93.8 66.4 0 0.0398 0.0405 0.0405 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 26.7 135 173 0.00645 0 0 0 test.phys initStep
+ 1 26.7 135 173 0 0.00645 0.00166 0.00166 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 10.8 132 172 0.009 0 0 0 test.phys initStep
+ 1 10.8 132 172 0 0.009 0.00296 0.00296 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 19.1 127 173 0.00294 0 0 0 test.phys initStep
+ 1 19.1 127 173 0 0.00294 0.000442 0.000442 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 24.4 23.3 163 0.00433 0 0 0 test.phys initStep
+ 1 24.4 23.3 163 0 0.00433 0.000843 0.000843 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.02 0.509 193 0.00372 0 0 0 test.phys initStep
+ 1 -2.02 0.509 193 0 0.00372 0.000652 0.000652 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.28 -1.89 194 0.0155 0 0 0 test.phys initStep
+ 1 -1.28 -1.89 194 0 0.0155 0.00765 0.00765 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.55 -0.229 184 0.00943 0 0 0 test.phys initStep
+ 1 -2.05 -0.246 188 0 0.000405 4.98 4.98 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.05 -0.246 188 0.00902 0 0 0 test.phys initStep
+ 1 -2.05 -0.245 188 0 0.00902 0.00297 0.00297 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 -0.378 -0.225 175 0.0489 0 0 0 test.phys initStep
+ 1 -1.18 -0.368 181 0.0418 0 6.16 6.16 test.phys biasWrapper(compt)
+ 2 -54 21.4 90.9 0.0402 0 106 113 test.phys biasWrapper(compt)
+ 3 -52.8 71.9 68.9 0.0354 0 55 168 test.phys biasWrapper(compt)
+ 4 -52 55.8 62.7 0.0315 0 17.3 185 test.phys biasWrapper(compt)
+ 5 -50.6 60.8 62.1 0 0.000405 5.27 190 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -50.6 60.8 62.1 0.031 0 0 0 test.phys initStep
+ 1 -50.6 60.8 62.1 0 0.031 0.0261 0.0261 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -52 55.8 62.7 0.004 0 0 0 test.phys initStep
+ 1 -52 55.8 62.7 0 0.004 0.000736 0.000736 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -52.8 71.9 68.9 0.00477 0 0 0 test.phys initStep
+ 1 -52.8 71.9 68.9 0 0.00477 0.000993 0.000993 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -54 21.4 90.9 0.0016 0 0 0 test.phys initStep
+ 1 -54 21.4 90.9 0 0.0016 0.000168 0.000168 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.18 -0.368 181 0.00711 0 0 0 test.phys initStep
+ 1 -1.18 -0.368 181 0 0.00711 0.00197 0.00197 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.108 -0.258 166 2.31 0 0 0 test.phys initStep
+ 1 -0.964 -0.889 200 2.31 0 34 34 World Transportation
+ 2 -248 -183 1e+04 2.31 0 9.8e+03 9.84e+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.036 -0.0958 162 0.326 0 0 0 test.phys initStep
+ 1 -0.566 -1.17 195 0.306 0 33.1 33.1 test.phys biasWrapper(compt)
+ 2 -2.62 -2.95 200 0.306 0 5.73 38.8 World Transportation
+ 3 -4e+03 -3.47e+03 1e+04 0.306 0 1.11e+04 1.12e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.566 -1.17 195 0.0203 0 0 0 test.phys initStep
+ 1 -0.562 -1.17 195 0 0.0203 0.0123 0.0123 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 100 0 200 700 World Transportation
+ 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 100 0 0 500 test.phys initStep
+ 1 0 0 90.5 0 0 90.5 591 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.5 50 0 0 0 test.phys initStep
+ 1 -0.48 0.659 108 47.3 2.29 17.9 17.9 test.phys eBrem
+ 2 -1.73 3.43 155 41 5.96 46.6 64.5 test.phys eBrem
+ 3 4.7 5.59 200 35.3 5.73 45.6 110 test.phys eBrem
+ 4 4.72 5.61 200 35.2 0.0472 0.391 111 World Transportation
+ 5 494 700 1e+04 35.2 3.31e-22 9.84e+03 9.95e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 90.5 49 0 0 0 test.phys initStep
+ 1 0.00196 0.111 104 46.9 1.85 13.5 13.5 test.phys eIoni
+ 2 1.41 -3.05 143 40.8 5.08 39.4 52.9 test.phys eIoni
+ 3 6.06 -0.109 183 34.5 5.76 40.2 93.1 test.phys eIoni
+ 4 8.76 1.62 194 33.2 1.32 11.6 105 test.phys eBrem
+ 5 9.07 1.77 195 31.9 0.176 1.16 106 test.phys eIoni
+ 6 10.3 2.43 200 31.3 0.568 4.93 111 World Transportation
+ 7 2.52e+03 1.93e+03 1e+04 31.3 3.43e-22 1.03e+04 1.04e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 9.07 1.77 195 1.1 0 0 0 test.phys initStep
+ 1 11.2 1.07 196 0.725 0.379 2.89 2.89 test.phys eIoni
+ 2 12.8 -0.175 196 0.442 0.284 2.22 5.11 test.phys eIoni
+ 3 13.2 -0.631 197 0.108 0.334 1.63 6.74 test.phys eIoni
+ 4 13.2 -0.727 197 0 0.108 0.228 6.96 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 6.06 -0.109 183 0.501 0 0 0 test.phys initStep
+ 1 5.86 0.443 183 0.298 0.103 0.848 0.848 test.phys eBrem
+ 2 5.76 0.957 184 0.0494 0.249 1.15 1.99 test.phys eIoni
+ 3 5.75 0.93 184 0 0.0494 0.0591 2.05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.41 -3.05 143 1.03 0 0 0 test.phys initStep
+ 1 0.226 -2.29 145 0.704 0.33 2.77 2.77 test.phys eIoni
+ 2 -1.15 -2.84 146 0.388 0.316 2.18 4.95 test.phys eIoni
+ 3 -1.25 -2.85 146 0.357 0.0151 0.118 5.07 test.phys eBrem
+ 4 -2.02 -2.7 146 0.14 0.217 1.38 6.45 test.phys eIoni
+ 5 -1.88 -2.76 146 0 0.14 0.35 6.8 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00196 0.111 104 0.236 0 0 0 test.phys initStep
+ 1 0.142 -0.245 104 0 0.236 0.815 0.815 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.25 -2.85 146 0.0168 0 0 0 test.phys initStep
+ 1 -1.2 -2.49 146 0 0.000405 0.529 0.529 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.2 -2.49 146 0.0164 0 0 0 test.phys initStep
+ 1 -1.2 -2.49 146 0 0.0164 0.0085 0.0085 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 5.86 0.443 183 0.0994 0 0 0 test.phys initStep
+ 1 5.22 -0.268 187 0.086 0 4.09 4.09 test.phys biasWrapper(compt)
+ 2 4.04 -1.95 187 0.0713 0 2.05 6.14 test.phys biasWrapper(compt)
+ 3 -6.02 9.97 181 0.0695 0 16.7 22.8 test.phys biasWrapper(compt)
+ 4 -43.6 48.5 195 0.0692 0 55.5 78.4 test.phys biasWrapper(compt)
+ 5 -54.1 55 200 0.0692 0 13.3 91.6 World Transportation
+ 6 -1e+04 6.2e+03 4.84e+03 0.0692 0 1.26e+04 1.27e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -43.6 48.5 195 0.00033 0 0 0 test.phys initStep
+ 1 -43.6 48.5 195 0 0.00033 2.09e-05 2.09e-05 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -6.02 9.97 181 0.00179 0 0 0 test.phys initStep
+ 1 -6.02 9.97 181 0 0.00179 0.0002 0.0002 test.phys eIoni
+
+*********************************************************************************************************
+* 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 4.04 -1.95 187 0.0147 0 0 0 test.phys initStep
+ 1 4.04 -1.95 187 0 0.0147 0.00701 0.00701 test.phys eIoni
+
+*********************************************************************************************************
+* 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 5.22 -0.268 187 0.0133 0 0 0 test.phys initStep
+ 1 5.22 -0.267 187 0 0.0133 0.00588 0.00588 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 8.76 1.62 194 0.0312 0 0 0 test.phys initStep
+ 1 10.4 2.32 200 0.0312 0 6.09 6.09 World Transportation
+ 2 2.79e+03 1.19e+03 1e+04 0.0312 0 1.03e+04 1.03e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 4.7 5.59 200 0.00466 0 0 0 test.phys initStep
+ 1 4.71 5.6 200 0 0.000405 0.155 0.155 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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.71 5.6 200 0.00425 0 0 0 test.phys initStep
+ 1 4.71 5.6 200 0 0.00425 0.000818 0.000818 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.73 3.43 155 0.276 0 0 0 test.phys initStep
+ 1 -5.32 1.27 187 0.273 0 32.5 32.5 test.phys biasWrapper(compt)
+ 2 -8.48 -2.08 200 0.273 0 13.8 46.3 World Transportation
+ 3 -2.4e+03 -2.53e+03 1e+04 0.273 0 1.04e+04 1.04e+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.48 0.659 108 0.436 0 0 0 test.phys initStep
+ 1 -6.31 2.24 200 0.436 0 91.9 91.9 World Transportation
+ 2 -630 171 1e+04 0.436 0 9.82e+03 9.91e+03 OutOfWorld Transportation
*********************************************************************************************************
* 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 -122 -290 51.6 0.04 0 0 0 test.phys initStep
- 1 -122 -290 51.6 0 0.04 0.0408 0.0408 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -135 -240 79.3 0.0351 0 0 0 test.phys initStep
- 1 -135 -240 79.3 0 0.0351 0.0324 0.0324 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -258 -288 184 0.274 0 0 0 test.phys initStep
- 1 -259 -288 184 0.0522 0.222 1.02 1.02 test.phys eIoni
- 2 -259 -288 184 0 0.0522 0.0651 1.09 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 8.83 -105 125 0.366 0 0 0 test.phys initStep
- 1 9.32 -106 125 0.0812 0.284 1.41 1.41 test.phys eIoni
- 2 9.38 -106 125 0 0.0812 0.14 1.55 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 128 0.9 0 0 0 test.phys initStep
- 1 -15.1 4.92 115 0.483 0 20.9 20.9 test.phys biasWrapper(compt)
- 2 -75 -51.7 94.2 0.461 0 84.9 106 test.phys biasWrapper(compt)
- 3 -184 -103 72.1 0.27 0 122 228 test.phys biasWrapper(compt)
- 4 -180 -120 73.4 0.181 0 17.8 246 test.phys biasWrapper(compt)
- 5 -267 -138 200 0.181 0 155 400 World Transportation
- 6 -7.02e+03 -1.55e+03 1e+04 0.181 0 1.2e+04 1.24e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = C13, Track ID = 13, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.3 9.52 153 4.03 0 0 0 test.phys initStep
- 1 -14.3 9.52 153 0 4.03 0.00556 0.00556 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = proton, Track ID = 9, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.3 9.52 153 38 0 0 0 test.phys initStep
- 1 -13.7 13 154 33.3 4.62 3.94 3.94 test.phys hIoni
- 2 -13.1 15.8 156 29.5 3.88 3.15 7.08 test.phys hIoni
- 3 -12.6 18.1 157 25.8 3.62 2.55 9.63 test.phys hIoni
- 4 -12.2 19.9 157 22.4 3.4 2.05 11.7 test.phys hIoni
- 5 -11.9 21.4 158 19.6 2.83 1.62 13.3 test.phys hIoni
- 6 -11.6 22.5 159 17 2.61 1.31 14.6 test.phys hIoni
- 7 -11.4 23.5 159 14.6 2.35 1.05 15.7 test.phys hIoni
- 8 -11.2 24.2 160 12.5 2.11 0.838 16.5 test.phys hIoni
- 9 -11.1 24.8 160 10.6 1.96 0.672 17.2 test.phys hIoni
- 10 -11 25.2 160 8.77 1.8 0.536 17.7 test.phys hIoni
- 11 -10.9 25.6 160 7.08 1.69 0.427 18.1 test.phys hIoni
- 12 -10.8 25.9 160 5.53 1.55 0.339 18.5 test.phys hIoni
- 13 -10.8 26.1 161 3.94 1.59 0.269 18.7 test.phys hIoni
- 14 -10.7 26.3 161 2.31 1.63 0.204 18.9 test.phys hIoni
- 15 -10.7 26.4 161 0.319 1.99 0.129 19.1 test.phys hIoni
- 16 -10.7 26.4 161 0.0034 0.316 0.00687 19.1 test.phys hIoni
- 17 -10.7 26.4 161 0 0.0034 0.000361 19.1 test.phys hIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = N14, Track ID = 8, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 46 -86.1 193 0.237 0 0 0 test.phys initStep
- 1 46 -86.1 193 0 0.237 0.00189 0.00189 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = N13, Track ID = 7, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 128 0.448 0 0 0 test.phys initStep
- 1 0.00169 0.001 128 0 0.448 0.00219 0.00219 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 5
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -180 -120 73.4 0.0895 0 0 0 test.phys initStep
- 1 -180 -120 73.4 0 0.0895 0.166 0.166 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 5
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -184 -103 72.1 0.191 0 0 0 test.phys initStep
- 1 -184 -102 72 0 0.191 0.582 0.582 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 5
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -75 -51.7 94.2 0.022 0 0 0 test.phys initStep
- 1 -75 -51.7 94.2 0 0.022 0.0142 0.0142 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 5
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -15.1 4.92 115 0.417 0 0 0 test.phys initStep
- 1 -15.5 5.59 114 0.166 0.251 1.56 1.56 test.phys eIoni
- 2 -15.5 5.58 114 0 0.166 0.462 2.02 test.phys eIoni
+ 0 -5.32 1.27 187 0.00353 0 0 0 test.phys initStep
+ 1 -5.32 1.27 187 0 0.00353 0.000599 0.000599 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 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 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 0 100 0 0 500 test.phys initStep
- 1 0 0 15.6 99.5 0 15.6 516 test.phys biasWrapper(hadElastic)
- 2 21.4 -44.4 196 99.1 0 187 703 test.phys biasWrapper(hadElastic)
- 3 22.7 -45.2 200 99.1 0 4.04 707 World Transportation
- 4 3.35e+03 -2.08e+03 1e+04 99.1 0 1.05e+04 1.13e+04 OutOfWorld Transportation
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 137 0.824 0 137 637 test.phys biasWrapper(hadElastic)
+ 2 176 108 63.3 0.706 0 219 856 test.phys biasWrapper(hadElastic)
+ 3 149 103 7.21 0.703 0.00217 62.2 918 test.phys biasWrapper(hadElastic)
+ 4 147 101 7.11e-15 0.703 0 7.73 926 World Transportation
+ 5 -2.85e+03 -2.35e+03 -1e+04 0.703 0 1.07e+04 1.16e+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 21.4 -44.4 196 0.329 0 0 0 test.phys initStep
- 1 21.4 -44.4 196 0 0.329 0.00211 0.00211 test.phys ionIoni
+ 0 176 108 63.3 0.119 0 0 0 test.phys initStep
+ 1 176 108 63.3 0 0.119 0.00129 0.00129 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 15.6 0.534 0 0 0 test.phys initStep
- 1 -0.00102 0.00212 15.6 0 0.534 0.00243 0.00243 test.phys ionIoni
+ 0 0 0 137 0.176 0 0 0 test.phys initStep
+ 1 -0.000695 -0.000427 137 0 0.176 0.00166 0.00166 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 14.7 0.938 0.0621 14.7 515 test.phys biasWrapper(hadElastic)
+ 2 -3.36 -6.3 19.5 0.937 0.000968 8.59 523 test.phys biasWrapper(hadElastic)
+ 3 -8.02 -16.8 29.1 0.896 0.0415 15 538 test.phys biasWrapper(hadElastic)
+ 4 -60.4 -368 0 0.896 0 356 894 World Transportation
+ 5 -1.5e+03 -1e+04 -798 0.896 0 9.77e+03 1.07e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 64.3 0.97 0.0302 64.3 564 test.phys biasWrapper(hadElastic)
+ 2 99.4 -37.6 200 0.97 0 172 737 World Transportation
+ 3 7.28e+03 -2.75e+03 1e+04 0.97 0 1.24e+04 1.32e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 176 0.823 0 176 676 test.phys biasWrapper(hadElastic)
+ 2 2.24 10 172 0.711 0 10.9 687 test.phys biasWrapper(hadElastic)
+ 3 40.6 11.3 200 0.711 0 47.6 734 World Transportation
+ 4 1e+04 353 7.52e+03 0.711 0 1.24e+04 1.31e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.24 10 172 0.112 0 0 0 test.phys initStep
+ 1 2.24 10 172 0 0.112 0.00125 0.00125 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 176 0.177 0 0 0 test.phys initStep
+ 1 -0.000177 -0.000792 176 0 0.177 0.00167 0.00167 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 39.5 0.93 0.0695 39.5 540 test.phys biasWrapper(hadElastic)
+ 2 -28.6 60 78 0.924 0.00621 76.8 616 test.phys biasWrapper(hadElastic)
+ 3 -60.6 174 200 0.924 0 170 787 World Transportation
+ 4 -2.63e+03 9.35e+03 1e+04 0.924 0 1.37e+04 1.45e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 44.7 0.917 0 44.7 545 test.phys biasWrapper(hadElastic)
+ 2 -8.53 192 128 0.89 0.0267 209 754 test.phys biasWrapper(hadElastic)
+ 3 -60.8 251 200 0.89 0 107 861 World Transportation
+ 4 -7.18e+03 8.27e+03 1e+04 0.89 0 1.45e+04 1.54e+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 44.7 0.0832 0 0 0 test.phys initStep
+ 1 2.89e-05 -0.00065 44.7 0 0.0832 0.00103 0.00103 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 20.4 0.841 0 20.4 520 test.phys biasWrapper(hadElastic)
+ 2 -59.1 -79.1 -3.55e-15 0.841 0 101 621 World Transportation
+ 3 -7.48e+03 -1e+04 -2.56e+03 0.841 0 1.26e+04 1.33e+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 20.4 0.159 0 0 0 test.phys initStep
+ 1 0.000499 0.000668 20.4 0 0.159 0.00156 0.00156 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 3.55 0.869 0 3.55 504 test.phys biasWrapper(hadElastic)
+ 2 98.9 61.4 6.68 0.705 0 116 620 test.phys biasWrapper(hadElastic)
+ 3 92.1 64.1 4.44e-15 0.705 0 9.88 630 World Transportation
+ 4 -9.98e+03 4.19e+03 -1e+04 0.705 0 1.48e+04 1.54e+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 98.9 61.4 6.68 0.164 0 0 0 test.phys initStep
+ 1 98.9 61.4 6.68 0 0.164 0.00159 0.00159 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 3.55 0.131 0 0 0 test.phys initStep
+ 1 -0.000693 -0.00043 3.55 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 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 93.4 0.92 0 93.4 593 test.phys biasWrapper(hadElastic)
+ 2 82.3 -25.8 134 0.799 0 95.3 689 test.phys biasWrapper(hadElastic)
+ 3 84.5 -13.9 138 0.689 0 12.7 701 test.phys biasWrapper(hadElastic)
+ 4 106 -15.4 127 0.587 0 24.2 726 test.phys biasWrapper(hadElastic)
+ 5 107 -19.7 130 0.444 0 5.07 731 test.phys biasWrapper(hadElastic)
+ 6 87.9 56.5 34.1 0.38 0.0636 124 854 test.phys biasWrapper(hadElastic)
+ 7 246 12.1 0 0.38 0 167 1.02e+03 World Transportation
+ 8 1e+04 -2.73e+03 -2.11e+03 0.38 0 1.04e+04 1.14e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 7, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 107 -19.7 130 0.143 0 0 0 test.phys initStep
+ 1 107 -19.7 130 0 0.143 0.00146 0.00146 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 6, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 106 -15.4 127 0.102 0 0 0 test.phys initStep
+ 1 106 -15.4 127 0 0.102 0.00117 0.00117 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 84.5 -13.9 138 0.11 0 0 0 test.phys initStep
+ 1 84.5 -13.9 138 0 0.11 0.00123 0.00123 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 82.3 -25.8 134 0.122 0 0 0 test.phys initStep
+ 1 82.3 -25.8 134 0 0.122 0.00131 0.00131 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 93.4 0.0796 0 0 0 test.phys initStep
+ 1 -0.000603 0.000189 93.4 0 0.0796 0.001 0.001 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 1 0 0 0 World initStep
+ 1 0 0 0 1 0 500 500 test.phys Transportation
+ 2 0 0 0 1 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 1 0 200 700 World Transportation
+ 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 1 0 0 500 test.phys initStep
+ 1 0 0 84.3 0.979 0.0208 84.3 584 test.phys biasWrapper(hadElastic)
+ 2 0.0984 -7.73 97 0.911 0.0682 14.9 599 test.phys biasWrapper(hadElastic)
+ 3 19.8 -1.06 118 0.894 0.0172 29.8 629 test.phys biasWrapper(hadElastic)
+ 4 23.1 -2.69 123 0.76 0 6.07 635 test.phys biasWrapper(hadElastic)
+ 5 45.6 -58.2 78.1 0.712 0.0481 75 710 test.phys biasWrapper(hadElastic)
+ 6 117 -44.7 0 0.712 0 107 817 World Transportation
+ 7 9.27e+03 1.68e+03 -1e+04 0.712 0 1.37e+04 1.45e+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 23.1 -2.69 123 0.133 0 0 0 test.phys initStep
+ 1 23.1 -2.69 123 0 0.133 0.00139 0.00139 test.phys ionIoni
*********************************************************************************************************
* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
@@ -5093,155 +4605,1440 @@ Step# X(mm) Y(mm) Z(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 82.2 100 0.0321 82.2 582 test.phys biasWrapper(hadElastic)
- 2 7.64 0.758 200 100 0 118 700 World Transportation
- 3 643 63.8 1e+04 100 0 9.82e+03 1.05e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -500 100 0 0 0 World initStep
- 1 0 0 0 100 0 500 500 test.phys Transportation
- 2 0 0 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 101 99.1 0 101 601 test.phys biasWrapper(hadElastic)
- 2 1.22 -1.75 107 0 0 6.25 608 test.phys biasWrapper(neutronInelastic)
-
-*********************************************************************************************************
-* 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 1.22 -1.75 107 5.92 0 0 0 test.phys initStep
- 1 99.4 -27 200 5.92 0 137 137 World Transportation
- 2 1e+04 -2.57e+03 9.54e+03 5.92 0 1.38e+04 1.4e+04 OutOfWorld Transportation
+ 1 0 0 166 0 0 166 666 test.phys biasWrapper(neutronInelastic)
*********************************************************************************************************
* 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 1.22 -1.75 107 57.9 0 0 0 test.phys initStep
- 1 100 -138 200 57.9 0 192 192 World Transportation
- 2 7.27e+03 -1e+04 6.91e+03 57.9 0 1.39e+04 1.41e+04 OutOfWorld Transportation
+ 0 0 0 166 23.5 0 0 0 test.phys initStep
+ 1 35.7 31.3 169 22.7 0 47.5 47.5 test.phys biasWrapper(hadElastic)
+ 2 166 247 0 22.7 0 304 351 World Transportation
+ 3 6.03e+03 1e+04 -7.64e+03 22.7 0 1.37e+04 1.41e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 166 48.2 0 0 0 test.phys initStep
+ 1 -13.9 -2.1 200 48.2 0 36.6 36.6 World Transportation
+ 2 -4.04e+03 -611 1e+04 48.2 0 1.06e+04 1.06e+04 OutOfWorld Transportation
*********************************************************************************************************
* 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 1.22 -1.75 107 0.0978 0 0 0 test.phys initStep
- 1 -24.5 1.43 118 0.0875 0 27.8 27.8 test.phys biasWrapper(compt)
- 2 -25.4 6.24 119 0.0687 0 5.16 33 test.phys biasWrapper(compt)
- 3 -57.6 -31.8 44 0.0644 0 90.2 123 test.phys biasWrapper(compt)
- 4 -10.4 -79.1 0 0.0644 0 80 203 World Transportation
- 5 9.87e+03 -1e+04 -9.21e+03 0.0644 0 1.68e+04 1.7e+04 OutOfWorld Transportation
+ 0 0 0 166 0.395 0 0 0 test.phys initStep
+ 1 152 18.1 58.4 0.335 0 187 187 test.phys biasWrapper(compt)
+ 2 161 20.8 26 0.257 0 33.6 221 test.phys biasWrapper(compt)
+ 3 187 32.3 17 0.18 0 30.2 251 test.phys biasWrapper(compt)
+ 4 215 95.5 120 0.175 0 124 375 test.phys biasWrapper(compt)
+ 5 260 114 200 0.175 0 93.4 469 World Transportation
+ 6 5.79e+03 2.37e+03 1e+04 0.175 0 1.15e+04 1.19e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2
+* 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 1.22 -1.75 107 0.396 0 0 0 test.phys initStep
- 1 -41.7 -6.94 75.1 0.156 0 53.9 53.9 test.phys biasWrapper(compt)
- 2 -7.18 -11.1 105 0.133 0 45.9 99.9 test.phys biasWrapper(compt)
- 3 -29.2 -64.4 191 0.115 0 104 203 test.phys biasWrapper(compt)
- 4 -8.46 -79.7 200 0.115 0 27.2 231 World Transportation
- 5 1e+04 -7.47e+03 4.53e+03 0.115 0 1.32e+04 1.34e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 1.22 -1.75 107 3.58 0 0 0 test.phys initStep
- 1 1.22 -1.74 107 0 3.58 0.00823 0.00823 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = alpha, Track ID = 9, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.22 -1.75 107 4.76 0 0 0 test.phys initStep
- 1 1.21 -1.77 107 0 4.76 0.0454 0.0454 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = proton, Track ID = 5, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.22 -1.75 107 6.53 0 0 0 test.phys initStep
- 1 0.904 -1.74 107 4.99 1.55 0.313 0.313 test.phys hIoni
- 2 0.659 -1.74 107 3.38 1.61 0.246 0.559 test.phys hIoni
- 3 0.478 -1.74 107 1.66 1.72 0.181 0.74 test.phys hIoni
- 4 0.399 -1.73 107 0.209 1.45 0.0792 0.819 test.phys hIoni
- 5 0.394 -1.73 107 0.00548 0.203 0.00426 0.824 test.phys hIoni
- 6 0.394 -1.73 107 0 0.00548 0.000459 0.824 test.phys hIoni
-
-*********************************************************************************************************
-* 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 101 0.902 0 0 0 test.phys initStep
- 1 -0.00155 0.00223 101 0 0.902 0.00279 0.00279 test.phys ionIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -29.2 -64.4 191 0.018 0 0 0 test.phys initStep
- 1 -29.2 -64.4 191 0 0.018 0.00994 0.00994 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -7.18 -11.1 105 0.0232 0 0 0 test.phys initStep
- 1 -7.18 -11.1 105 0 0.0232 0.0156 0.0156 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -41.7 -6.94 75.1 0.24 0 0 0 test.phys initStep
- 1 -42 -6.96 74.8 0 0.24 0.833 0.833 test.phys eIoni
+ 0 215 95.5 120 0.00506 0 0 0 test.phys initStep
+ 1 215 95.5 120 0 0.00506 0.0011 0.0011 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -57.6 -31.8 44 0.00436 0 0 0 test.phys initStep
- 1 -57.6 -31.8 44 0 0.00436 0.000852 0.000852 test.phys eIoni
+ 0 187 32.3 17 0.0775 0 0 0 test.phys initStep
+ 1 187 32.3 17 0 0.0775 0.129 0.129 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -25.4 6.24 119 0.0188 0 0 0 test.phys initStep
- 1 -25.4 6.24 119 0 0.0188 0.0107 0.0107 test.phys eIoni
+ 0 161 20.8 26 0.0778 0 0 0 test.phys initStep
+ 1 161 20.8 25.9 0 0.0778 0.13 0.13 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -24.5 1.43 118 0.0103 0 0 0 test.phys initStep
- 1 -24.5 1.43 118 0 0.0103 0.00375 0.00375 test.phys eIoni
+ 0 152 18.1 58.4 0.0599 0 0 0 test.phys initStep
+ 1 152 18.1 58.4 0 0.0599 0.0828 0.0828 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 166 4.12 0 0 0 test.phys initStep
+ 1 139 -5.22 0 4.12 0 217 217 World Transportation
+ 2 8.49e+03 -319 -1e+04 4.12 0 1.3e+04 1.32e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 166 4.97 0 0 0 test.phys initStep
+ 1 -51.3 242 24.8 1.36 0 285 285 test.phys biasWrapper(compt)
+ 2 -213 532 84.7 0.478 0 337 622 test.phys biasWrapper(compt)
+ 3 -171 577 83.7 0.169 0 61.7 683 test.phys biasWrapper(compt)
+ 4 -180 558 85.8 0.169 0 21.6 705 test.phys biasWrapper(compt)
+ 5 -220 490 98.4 0.105 0 79.7 785 test.phys biasWrapper(compt)
+ 6 -206 501 86.1 0.0823 0 22.1 807 test.phys biasWrapper(compt)
+ 7 -280 406 0 0.0823 0 149 956 World Transportation
+ 8 -8.4e+03 -1e+04 -9.37e+03 0.0823 0 1.62e+04 1.71e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 10, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 35.7 31.3 169 0.827 0 0 0 test.phys initStep
+ 1 35.7 31.3 169 0 0.827 0.00273 0.00273 test.phys ionIoni
+
+*********************************************************************************************************
+* 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 166 0.918 0 0 0 test.phys initStep
+ 1 -5.09e-05 -0.00259 166 0 0.918 0.00295 0.00295 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = proton, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 166 5.25 0 0 0 test.phys initStep
+ 1 -0.111 0.00311 166 3.72 1.53 0.257 0.257 test.phys hIoni
+ 2 -0.197 0.00149 167 1.99 1.73 0.195 0.452 test.phys hIoni
+ 3 -0.243 0.00193 167 0.295 1.7 0.106 0.558 test.phys hIoni
+ 4 -0.245 0.00184 167 0.073 0.222 0.00625 0.565 test.phys hIoni
+ 5 -0.246 0.00182 167 0 0.073 0.00184 0.567 test.phys hIoni
+
+*********************************************************************************************************
+* 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 -206 501 86.1 0.0225 0 0 0 test.phys initStep
+ 1 -206 501 86.1 0 0.0225 0.0148 0.0148 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -220 490 98.4 0.064 0 0 0 test.phys initStep
+ 1 -220 490 98.4 0 0.064 0.0929 0.0929 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -180 558 85.8 0.000342 0 0 0 test.phys initStep
+ 1 -180 558 85.8 0 0.000342 2.17e-05 2.17e-05 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 -171 577 83.7 0.309 0 0 0 test.phys initStep
+ 1 -170 578 83.7 0.0226 0.286 1.19 1.19 test.phys eIoni
+ 2 -170 578 83.7 0 0.0226 0.0149 1.21 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 -213 532 84.7 0.886 0 0 0 test.phys initStep
+ 1 -214 533 85.1 0.56 0.326 2.51 2.51 test.phys eIoni
+ 2 -214 534 85.4 0.323 0.237 1.9 4.41 test.phys eIoni
+ 3 -214 535 85.1 0.0609 0.262 1.25 5.66 test.phys eIoni
+ 4 -214 535 85.2 0 0.0609 0.0851 5.75 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 -51.3 242 24.8 3.6 0 0 0 test.phys initStep
+ 1 -50.6 247 20.6 2.82 0.779 7.01 7.01 test.phys eIoni
+ 2 -50.4 249 15.8 2.18 0.642 5.74 12.7 test.phys eIoni
+ 3 -46.3 249 13.7 1.54 0.647 4.68 17.4 test.phys eIoni
+ 4 -43.2 249 13.6 0.735 0.801 3.61 21 test.phys eIoni
+ 5 -43.5 249 12.7 0.614 0.121 1.15 22.2 test.phys eBrem
+ 6 -43.6 250 12.3 0.516 0.0882 0.601 22.8 test.phys eBrem
+ 7 -43.8 251 11.7 0.26 0.256 1.8 24.6 test.phys eIoni
+ 8 -44 251 11.5 0 0.26 0.945 25.5 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 15
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -43.6 250 12.3 0.01 0 0 0 test.phys initStep
+ 1 -41 253 11.8 0 0.000405 4.67 4.67 test.phys biasWrapper(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 -41 253 11.8 0.0096 0 0 0 test.phys initStep
+ 1 -41 253 11.8 0 0.0096 0.00331 0.00331 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 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 8.87 0 0 8.87 509 test.phys biasWrapper(neutronInelastic)
+
+*********************************************************************************************************
+* 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 8.87 89.7 0 0 0 test.phys initStep
+ 1 -58.2 -21.2 110 0 0 119 119 test.phys biasWrapper(neutronInelastic)
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 9, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -58.2 -21.2 110 3.72 0 0 0 test.phys initStep
+ 1 -138 -144 0 3.72 0 183 183 World Transportation
+ 2 -6.55e+03 -1e+04 -8.83e+03 3.72 0 1.47e+04 1.49e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 8, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -58.2 -21.2 110 53.9 0 0 0 test.phys initStep
+ 1 -157 -13.7 200 53.9 0 134 134 World Transportation
+ 2 -1e+04 736 9.15e+03 53.9 0 1.33e+04 1.35e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 -58.2 -21.2 110 0.839 0 0 0 test.phys initStep
+ 1 -83.1 23 109 0.8 0 50.8 50.8 test.phys biasWrapper(compt)
+ 2 -122 64.8 111 0.413 0 57 108 test.phys biasWrapper(compt)
+ 3 -206 37.8 91.4 0.313 0 90.5 198 test.phys biasWrapper(compt)
+ 4 -226 -24.7 54 0.283 0 75.6 274 test.phys biasWrapper(compt)
+ 5 -223 -41 51.2 0.24 0 16.9 291 test.phys biasWrapper(compt)
+ 6 -285 -128 26.7 0.151 0 110 401 test.phys biasWrapper(compt)
+ 7 -271 -131 17.4 0.0974 0 17.3 418 test.phys biasWrapper(compt)
+ 8 -277 -127 28.8 0.0913 0 13.1 431 test.phys biasWrapper(compt)
+ 9 -266 -151 91 0.0885 0 67.2 499 test.phys biasWrapper(compt)
+ 10 -319 -242 200 0.0885 0 152 650 World Transportation
+ 11 -5.09e+03 -8.46e+03 1e+04 0.0885 0 1.37e+04 1.43e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -266 -151 91 0.00286 0 0 0 test.phys initStep
+ 1 -266 -151 91 0 0.00286 0.000422 0.000422 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -277 -127 28.8 0.00612 0 0 0 test.phys initStep
+ 1 -277 -127 28.8 0 0.00612 0.00152 0.00152 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -271 -131 17.4 0.0537 0 0 0 test.phys initStep
+ 1 -271 -131 17.4 0 0.0537 0.0684 0.0684 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -285 -128 26.7 0.0893 0 0 0 test.phys initStep
+ 1 -285 -128 26.7 0 0.0893 0.165 0.165 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -223 -41 51.2 0.0421 0 0 0 test.phys initStep
+ 1 -223 -41 51.2 0 0.0421 0.0447 0.0447 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -226 -24.7 54 0.0306 0 0 0 test.phys initStep
+ 1 -226 -24.7 54 0 0.0306 0.0255 0.0255 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -206 37.8 91.4 0.1 0 0 0 test.phys initStep
+ 1 -206 37.8 91.4 0 0.1 0.2 0.2 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -122 64.8 111 0.387 0 0 0 test.phys initStep
+ 1 -122 65.7 111 0.137 0.25 1.48 1.48 test.phys eIoni
+ 2 -122 65.8 111 0 0.137 0.34 1.82 test.phys 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 -83.1 23 109 0.0384 0 0 0 test.phys initStep
+ 1 -83.1 23 109 0 0.0384 0.0381 0.0381 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -58.2 -21.2 110 0.91 0 0 0 test.phys initStep
+ 1 -44.6 -20.3 0 0.91 0 111 111 World Transportation
+ 2 1.19e+03 67.3 -1e+04 0.91 0 1.01e+04 1.02e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 8.87 0.0672 0 0 0 test.phys initStep
+ 1 -30.2 45.6 17.2 0.0533 0 55.3 55.3 test.phys biasWrapper(compt)
+ 2 -10.7 12.2 15.1 0.0491 0 38.7 94.1 test.phys biasWrapper(compt)
+ 3 -10.7 12 15.7 0.0491 0 0.676 94.8 test.phys biasWrapper(Rayl)
+ 4 -58.5 -25.6 179 0.0424 0 174 269 test.phys biasWrapper(compt)
+ 5 -70.7 72.4 122 0.0375 0 114 384 test.phys biasWrapper(compt)
+ 6 -96.5 38.5 119 0.0368 0 42.7 426 test.phys biasWrapper(compt)
+ 7 -163 -14.1 185 0 0.000405 107 534 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -163 -14.1 185 0.0364 0 0 0 test.phys initStep
+ 1 -163 -14.2 185 0 0.0364 0.0345 0.0345 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -96.5 38.5 119 0.000746 0 0 0 test.phys initStep
+ 1 -96.5 38.5 119 0 0.000746 5.56e-05 5.56e-05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -70.7 72.4 122 0.00493 0 0 0 test.phys initStep
+ 1 -70.7 72.4 122 0 0.00493 0.00105 0.00105 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -58.5 -25.6 179 0.00664 0 0 0 test.phys initStep
+ 1 -58.5 -25.6 179 0 0.00664 0.00175 0.00175 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -10.7 12.2 15.1 0.00418 0 0 0 test.phys initStep
+ 1 -10.7 12.2 15.1 0 0.00418 0.000793 0.000793 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -30.2 45.6 17.2 0.014 0 0 0 test.phys initStep
+ 1 -30.2 45.6 17.2 0 0.014 0.00639 0.00639 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 8.87 0.408 0 0 0 test.phys initStep
+ 1 -0.497 -5.75 7.11e-15 0.408 0 10.6 10.6 World Transportation
+ 2 -561 -6.49e+03 -1e+04 0.408 0 1.19e+04 1.19e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 8.87 7.54 0 0 0 test.phys initStep
+ 1 -0.858 -13.2 7.11e-15 7.54 0 15.9 15.9 World Transportation
+ 2 -649 -1e+04 -6.7e+03 7.54 0 1.2e+04 1.21e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = Be8, Track ID = 14, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -58.2 -21.2 110 6.76 0 0 0 test.phys initStep
+ 1 -58.2 -21.2 110 0 6.76 0.017 0.017 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = alpha, Track ID = 13, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -58.2 -21.2 110 0.692 0 0 0 test.phys initStep
+ 1 -58.2 -21.2 110 0 0.692 0.00479 0.00479 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = proton, Track ID = 10, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -58.2 -21.2 110 3.02 0 0 0 test.phys initStep
+ 1 -58.3 -21.2 110 1.25 1.77 0.166 0.166 test.phys hIoni
+ 2 -58.4 -21.1 110 0.172 1.08 0.05 0.216 test.phys hIoni
+ 3 -58.4 -21.1 110 0.0493 0.123 0.00353 0.219 test.phys hIoni
+ 4 -58.4 -21.1 110 0.00885 0.0405 0.00144 0.221 test.phys hIoni
+ 5 -58.4 -21.1 110 0.00883 2.38e-05 0.00058 0.221 test.phys hIoni
+ 6 -58.4 -21.1 110 0.00819 0.00064 0.000579 0.222 test.phys hIoni
+ 7 -58.4 -21.1 110 0 0.00819 0.00056 0.222 test.phys hIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 7, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 8.87 2.21 0 0 0 test.phys initStep
+ 1 0.00303 0.0012 8.87 0 2.21 0.00353 0.00353 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 100 0 200 700 World Transportation
+ 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 100 0 0 500 test.phys initStep
+ 1 0 0 54.3 99.4 0 54.3 554 test.phys biasWrapper(hadElastic)
+ 2 -9.12 -42.7 200 99.4 0 152 706 World Transportation
+ 3 -623 -2.92e+03 1e+04 99.4 0 1.02e+04 1.09e+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 54.3 0.637 0 0 0 test.phys initStep
+ 1 0.000518 0.00243 54.3 0 0.637 0.00255 0.00255 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 100 0 200 700 World Transportation
+ 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 100 0 0 500 test.phys initStep
+ 1 0 0 56.1 99.5 0 56.1 556 test.phys biasWrapper(hadElastic)
+ 2 -37.1 5.83 200 99.5 0 149 705 World Transportation
+ 3 -2.56e+03 403 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 56.1 0.49 0 0 0 test.phys initStep
+ 1 0.00227 -0.000356 56.1 0 0.49 0.00237 0.00237 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 100 0 200 700 World Transportation
+ 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 100 0 0 500 test.phys initStep
+ 1 0 0 74.1 0 0 74.1 574 test.phys biasWrapper(neutronInelastic)
+
+*********************************************************************************************************
+* 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 74.1 68.9 0 0 0 test.phys initStep
+ 1 240 -68.9 200 68.9 0 279 279 World Transportation
+ 2 1e+04 -2.87e+03 5.32e+03 68.9 0 1.14e+04 1.17e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 74.1 0.546 0 0 0 test.phys initStep
+ 1 104 133 134 0.489 0 180 180 test.phys biasWrapper(compt)
+ 2 121 175 131 0.292 0 45 224 test.phys biasWrapper(compt)
+ 3 119 187 160 0.222 0 30.9 255 test.phys biasWrapper(compt)
+ 4 122 193 160 0.126 0 6.33 262 test.phys biasWrapper(compt)
+ 5 141 118 153 0.0857 0 77.8 339 test.phys biasWrapper(compt)
+ 6 143 127 155 0.0687 0 9.49 349 test.phys biasWrapper(compt)
+ 7 145 104 182 0.0607 0 35.3 384 test.phys biasWrapper(compt)
+ 8 127 104 184 0.0505 0 18.9 403 test.phys biasWrapper(compt)
+ 9 166 65.3 185 0.048 0 54.7 458 test.phys biasWrapper(compt)
+ 10 173 -5.07 99.7 0.0442 0 111 568 test.phys biasWrapper(compt)
+ 11 280 -13.3 104 0.0441 7.7e-05 108 676 test.phys biasWrapper(compt)
+ 12 293 -16.3 103 0.0385 0 13.3 689 test.phys biasWrapper(compt)
+ 13 256 46.9 105 0 0.000405 73 762 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 256 46.9 105 0.0381 0 0 0 test.phys initStep
+ 1 256 46.9 105 0 0.0381 0.0375 0.0375 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 293 -16.3 103 0.00559 0 0 0 test.phys initStep
+ 1 293 -16.3 103 0 0.00559 0.0013 0.0013 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 173 -5.07 99.7 0.00383 0 0 0 test.phys initStep
+ 1 173 -5.07 99.7 0 0.00383 0.000684 0.000684 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 166 65.3 185 0.00247 0 0 0 test.phys initStep
+ 1 166 65.3 185 0 0.00247 0.000333 0.000333 test.phys eIoni
+
+*********************************************************************************************************
+* 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 127 104 184 0.0102 0 0 0 test.phys initStep
+ 1 127 104 184 0 0.0102 0.00368 0.00368 test.phys eIoni
+
+*********************************************************************************************************
+* 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 145 104 182 0.00804 0 0 0 test.phys initStep
+ 1 145 104 182 0 0.00804 0.00243 0.00243 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 143 127 155 0.0169 0 0 0 test.phys initStep
+ 1 143 127 155 0 0.0169 0.00895 0.00895 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 141 118 153 0.0401 0 0 0 test.phys initStep
+ 1 141 118 153 0 0.0401 0.0411 0.0411 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 122 193 160 0.0959 0 0 0 test.phys initStep
+ 1 122 193 160 0 0.0959 0.186 0.186 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 119 187 160 0.0698 0 0 0 test.phys initStep
+ 1 119 187 160 0 0.0698 0.108 0.108 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 121 175 131 0.197 0 0 0 test.phys initStep
+ 1 121 175 131 0 0.197 0.614 0.614 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 104 133 134 0.0573 0 0 0 test.phys initStep
+ 1 104 133 134 0 0.0573 0.0766 0.0766 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 74.1 7.33 0 0 0 test.phys initStep
+ 1 -491 170 27.1 0.304 0 522 522 test.phys biasWrapper(compt)
+ 2 -488 172 28.2 0.185 0 3.02 525 test.phys biasWrapper(compt)
+ 3 -451 100 27.9 0.124 0 80.4 605 test.phys biasWrapper(compt)
+ 4 -455 107 49.2 0.119 0 22.8 628 test.phys biasWrapper(compt)
+ 5 -456 130 68.3 0.088 0 29.6 657 test.phys biasWrapper(compt)
+ 6 -439 132 38.1 0.0687 0 35 692 test.phys biasWrapper(compt)
+ 7 -427 61.2 120 0.0599 0 109 801 test.phys biasWrapper(compt)
+ 8 -415 23.3 78.7 0.0575 0 57.7 859 test.phys biasWrapper(compt)
+ 9 -417 15.3 77.9 0.0569 0 8.26 867 test.phys biasWrapper(compt)
+ 10 -510 -143 127 0.0532 0 190 1.06e+03 test.phys biasWrapper(compt)
+ 11 -499 -161 200 0.0532 0 76 1.13e+03 World Transportation
+ 12 873 -2.58e+03 1e+04 0.0532 0 1.02e+04 1.13e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = C12, Track ID = 7, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 74.1 9.99 0 0 0 test.phys initStep
+ 1 -0.00963 -3.02e-05 74.2 0 9.99 0.0133 0.0133 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = deuteron, Track ID = 6, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 74.1 2.96 0 0 0 test.phys initStep
+ 1 0.0422 0.105 74.1 0.224 2.73 0.125 0.125 test.phys hIoni
+ 2 0.0435 0.109 74.1 0 0.224 0.00496 0.13 test.phys hIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -510 -143 127 0.00367 0 0 0 test.phys initStep
+ 1 -510 -143 127 0 0.00367 0.00064 0.00064 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -417 15.3 77.9 0.000619 0 0 0 test.phys initStep
+ 1 -417 15.3 77.9 0 0.000619 4.36e-05 4.36e-05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -415 23.3 78.7 0.0024 0 0 0 test.phys initStep
+ 1 -415 23.3 78.7 0 0.0024 0.000318 0.000318 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -427 61.2 120 0.00881 0 0 0 test.phys initStep
+ 1 -427 61.2 120 0 0.00881 0.00285 0.00285 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -439 132 38.1 0.0193 0 0 0 test.phys initStep
+ 1 -439 132 38.1 0 0.0193 0.0113 0.0113 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -456 130 68.3 0.0314 0 0 0 test.phys initStep
+ 1 -456 130 68.3 0 0.0314 0.0267 0.0267 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -455 107 49.2 0.00461 0 0 0 test.phys initStep
+ 1 -455 107 49.2 0 0.00461 0.000938 0.000938 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -451 100 27.9 0.0613 0 0 0 test.phys initStep
+ 1 -451 100 27.9 0 0.0613 0.0861 0.0861 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -488 172 28.2 0.118 0 0 0 test.phys initStep
+ 1 -488 172 28.2 0 0.118 0.265 0.265 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -491 170 27.1 7.03 0 0 0 test.phys initStep
+ 1 -502 175 25.4 5.56 1.47 12.5 12.5 test.phys eIoni
+ 2 -511 178 23.8 3.98 1.58 10.2 22.7 test.phys eIoni
+ 3 -517 178 27.7 3.05 0.935 7.63 30.3 test.phys eIoni
+ 4 -521 178 32.2 2.36 0.688 6.1 36.4 test.phys eIoni
+ 5 -525 179 34.8 1.64 0.719 4.98 41.4 test.phys eIoni
+ 6 -526 179 37.5 1.13 0.516 3.79 45.2 test.phys eIoni
+ 7 -527 180 39.8 0.76 0.366 2.92 48.1 test.phys eIoni
+ 8 -526 179 41 0.43 0.33 2.29 50.4 test.phys eIoni
+ 9 -525 179 40.8 0.2 0.23 1.6 52 test.phys eIoni
+ 10 -525 179 40.9 0 0.2 0.624 52.6 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 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 144 0 0 144 644 test.phys biasWrapper(neutronInelastic)
+
+*********************************************************************************************************
+* 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 144 94.6 0 0 0 test.phys initStep
+ 1 16.2 -8.8 190 94.2 0 49.7 49.7 test.phys biasWrapper(hadElastic)
+ 2 18 -12.8 200 94.2 0 11.1 60.8 World Transportation
+ 3 1.76e+03 -3.86e+03 1e+04 94.2 0 1.07e+04 1.07e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 144 0.127 0 0 0 test.phys initStep
+ 1 -188 -38.6 51.6 0.116 0 213 213 test.phys biasWrapper(compt)
+ 2 -200 -74.3 0 0.116 0 64 277 World Transportation
+ 3 -2.62e+03 -6.99e+03 -1e+04 0.116 0 1.24e+04 1.27e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 -188 -38.6 51.6 0.0109 0 0 0 test.phys initStep
+ 1 -188 -38.6 51.6 0 0.0109 0.00413 0.00413 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 144 0.655 0 0 0 test.phys initStep
+ 1 28.3 42.8 92.2 0.234 0 72.6 72.6 test.phys biasWrapper(compt)
+ 2 2.82 57.7 110 0.227 0 34.5 107 test.phys biasWrapper(compt)
+ 3 -67.7 79.9 200 0.227 0 116 224 World Transportation
+ 4 -7.76e+03 2.5e+03 1e+04 0.227 0 1.27e+04 1.29e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.82 57.7 110 0.00728 0 0 0 test.phys initStep
+ 1 2.82 57.7 110 0 0.00728 0.00205 0.00205 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 28.3 42.8 92.2 0.421 0 0 0 test.phys initStep
+ 1 28.8 43.2 91.5 0.21 0.211 1.57 1.57 test.phys eIoni
+ 2 28.8 43 91.8 0 0.21 0.678 2.25 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 144 3.56 0 0 0 test.phys initStep
+ 1 77.7 219 0 3.56 0 273 273 World Transportation
+ 2 3.55e+03 1e+04 -6.43e+03 3.56 0 1.22e+04 1.25e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 8, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 16.2 -8.8 190 0.427 0 0 0 test.phys initStep
+ 1 16.2 -8.8 190 0 0.427 0.00227 0.00227 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 7, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 144 1.06 0 0 0 test.phys initStep
+ 1 -0.00245 0.00127 144 0 1.06 0.00289 0.00289 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 100 0 200 700 World Transportation
+ 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 100 0 0 500 test.phys initStep
+ 1 0 0 80.8 0 0 80.8 581 test.phys biasWrapper(neutronInelastic)
+
+*********************************************************************************************************
+* 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 80.8 91.4 0 0 0 test.phys initStep
+ 1 23.4 14.9 200 91.4 0 122 122 World Transportation
+ 2 1.94e+03 1.24e+03 1e+04 91.4 0 1.01e+04 1.02e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 80.8 0.0855 0 0 0 test.phys initStep
+ 1 7.54 -3.12 64.7 0.0728 0 18.1 18.1 test.phys biasWrapper(compt)
+ 2 68.6 85 82.2 0.0705 0 109 127 test.phys biasWrapper(compt)
+ 3 82.4 110 66.3 0 0.000405 32.3 159 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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 82.4 110 66.3 0.0701 0 0 0 test.phys initStep
+ 1 82.4 110 66.3 0 0.0701 0.109 0.109 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 68.6 85 82.2 0.00225 0 0 0 test.phys initStep
+ 1 68.6 85 82.2 0 0.00225 0.000285 0.000285 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 7.54 -3.12 64.7 0.0128 0 0 0 test.phys initStep
+ 1 7.54 -3.12 64.7 0 0.0128 0.00547 0.00547 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 80.8 0.67 0 0 0 test.phys initStep
+ 1 -2.02 -7.52 94 0.197 0 15.3 15.3 test.phys biasWrapper(compt)
+ 2 21.2 29.8 70.3 0.187 0 49.9 65.2 test.phys biasWrapper(compt)
+ 3 21.4 35.9 68.5 0.117 0 6.29 71.5 test.phys biasWrapper(compt)
+ 4 44.2 -16.9 37.8 0.115 0 65.2 137 test.phys biasWrapper(compt)
+ 5 82.2 -49.1 0 0.115 0 62.5 199 World Transportation
+ 6 1e+04 -8.48e+03 -9.86e+03 0.115 0 1.63e+04 1.65e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 44.2 -16.9 37.8 0.00224 0 0 0 test.phys initStep
+ 1 44.2 -16.9 37.8 0 0.00224 0.000285 0.000285 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 21.4 35.9 68.5 0.0698 0 0 0 test.phys initStep
+ 1 21.4 35.9 68.5 0 0.0698 0.108 0.108 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 21.2 29.8 70.3 0.00936 0 0 0 test.phys initStep
+ 1 21.2 29.8 70.3 0 0.00936 0.00317 0.00317 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -2.02 -7.52 94 0.473 0 0 0 test.phys initStep
+ 1 -2.26 -8.15 94.9 0.155 0.319 1.71 1.71 test.phys eIoni
+ 2 -2.1 -8.23 95 0 0.155 0.413 2.12 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 80.8 7.34 0 0 0 test.phys initStep
+ 1 24.5 21.4 0 7.34 0 87.1 87.1 World Transportation
+ 2 3.05e+03 2.66e+03 -1e+04 7.34 0 1.08e+04 1.09e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 7, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 80.8 0.428 0 0 0 test.phys initStep
+ 1 -0.00174 -0.00111 80.8 0 0.428 0.00227 0.00227 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 100 0 200 700 World Transportation
+ 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 100 0 0 500 test.phys initStep
+ 1 0 0 21.5 0 0 21.5 521 test.phys biasWrapper(neutronInelastic)
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 21.5 9.8 0 0 0 test.phys initStep
+ 1 -16.1 2.5 3.55e-15 9.8 0 27 27 World Transportation
+ 2 -7.54e+03 1.17e+03 -1e+04 9.8 0 1.26e+04 1.26e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 21.5 70.1 0 0 0 test.phys initStep
+ 1 -13.7 115 200 70.1 0 213 213 World Transportation
+ 2 -766 6.44e+03 1e+04 70.1 0 1.17e+04 1.19e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 21.5 0.471 0 0 0 test.phys initStep
+ 1 -0.248 -6.67 70.4 0.414 0 49.4 49.4 test.phys biasWrapper(compt)
+ 2 7.14 6.64 103 0.367 0 36.4 85.8 test.phys biasWrapper(compt)
+ 3 41.5 -12 200 0.367 0 104 190 World Transportation
+ 4 3.53e+03 -1.91e+03 1e+04 0.367 0 1.06e+04 1.08e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = C12, Track ID = 7, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 21.5 5.18 0 0 0 test.phys initStep
+ 1 0.00102 -0.00467 21.5 0 5.18 0.00666 0.00666 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = proton, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 21.5 1.88 0 0 0 test.phys initStep
+ 1 0.0866 0.0432 21.5 0.0598 1.82 0.0974 0.0974 test.phys hIoni
+ 2 0.088 0.044 21.5 0.00402 0.0558 0.00162 0.099 test.phys hIoni
+ 3 0.088 0.044 21.5 0 0.00402 0.000393 0.0994 test.phys hIoni
+
+*********************************************************************************************************
+* 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 7.14 6.64 103 0.0466 0 0 0 test.phys initStep
+ 1 7.13 6.67 103 0 0.0466 0.0534 0.0534 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.248 -6.67 70.4 0.0573 0 0 0 test.phys initStep
+ 1 -0.262 -6.7 70.5 0 0.0573 0.0767 0.0767 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 100 0 0 0 World initStep
+ 1 0 0 0 100 0 500 500 test.phys Transportation
+ 2 0 0 0 100 0 0 500 test.phys biasWrapper(0)
+ 3 0 0 200 100 0 200 700 World Transportation
+ 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 0 100 0 0 500 test.phys initStep
+ 1 0 0 68.6 0 0 68.6 569 test.phys biasWrapper(neutronInelastic)
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 6, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 68.6 0.196 0 0 0 test.phys initStep
+ 1 6.79 5.01 62.3 0.149 0.0472 10.5 10.5 test.phys biasWrapper(hadElastic)
+ 2 -44.5 -7.59 143 0.147 0.00208 96.6 107 test.phys biasWrapper(hadElastic)
+ 3 -62.5 -4.82 157 0.133 0.0142 22.7 130 test.phys biasWrapper(hadElastic)
+ 4 -106 -140 200 0.133 0 148 278 World Transportation
+ 5 -3.31e+03 -1e+04 3.37e+03 0.133 0 1.08e+04 1.11e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 68.6 87 0 0 0 test.phys initStep
+ 1 47.2 -19.1 200 87 0 141 141 World Transportation
+ 2 3.56e+03 -1.44e+03 1e+04 87 0 1.05e+04 1.06e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 68.6 0.265 0 0 0 test.phys initStep
+ 1 35.1 -13.4 131 0.141 0 73 73 test.phys biasWrapper(compt)
+ 2 -106 32.5 98.9 0.107 0 152 225 test.phys biasWrapper(compt)
+ 3 -116 4.15 138 0.0945 0 49 274 test.phys biasWrapper(compt)
+ 4 -165 -89 109 0.0733 0 109 383 test.phys biasWrapper(compt)
+ 5 -219 10.1 127 0.0706 0 114 498 test.phys biasWrapper(compt)
+ 6 -218 19.6 125 0.0596 0 9.77 507 test.phys biasWrapper(compt)
+ 7 -269 13 182 0.0596 6.52e-05 77.2 585 test.phys biasWrapper(compt)
+ 8 -286 8.91 197 0.0521 0 23.2 608 test.phys biasWrapper(compt)
+ 9 -291 23.9 190 0.0453 0 17.7 626 test.phys biasWrapper(compt)
+ 10 -282 24.8 200 0.0453 0 13.9 639 World Transportation
+ 11 8.5e+03 842 1e+04 0.0453 0 1.32e+04 1.38e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -291 23.9 190 0.00676 0 0 0 test.phys initStep
+ 1 -291 23.9 190 0 0.00676 0.0018 0.0018 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -286 8.91 197 0.00751 0 0 0 test.phys initStep
+ 1 -286 8.91 197 0 0.00751 0.00216 0.00216 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -218 19.6 125 0.0109 0 0 0 test.phys initStep
+ 1 -218 19.6 125 0 0.0109 0.00416 0.00416 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -219 10.1 127 0.00272 0 0 0 test.phys initStep
+ 1 -219 10.1 127 0 0.00272 0.000389 0.000389 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -165 -89 109 0.0212 0 0 0 test.phys initStep
+ 1 -165 -89 109 0 0.0212 0.0134 0.0134 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -116 4.15 138 0.0125 0 0 0 test.phys initStep
+ 1 -116 4.15 138 0 0.0125 0.00523 0.00523 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -106 32.5 98.9 0.0344 0 0 0 test.phys initStep
+ 1 -106 32.5 98.9 0 0.0344 0.0314 0.0314 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 35.1 -13.4 131 0.123 0 0 0 test.phys initStep
+ 1 35.2 -13.4 131 0 0.123 0.285 0.285 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 68.6 0.753 0 0 0 test.phys initStep
+ 1 -76.1 -63.3 63.3 0.722 0 99.1 99.1 test.phys biasWrapper(compt)
+ 2 -99.3 -80 55 0.712 0 29.8 129 test.phys biasWrapper(compt)
+ 3 -191 -135 37.2 0.307 0 109 238 test.phys biasWrapper(compt)
+ 4 55 -653 176 0.19 0 590 828 test.phys biasWrapper(compt)
+ 5 55 -653 176 0.161 0 0.0753 828 test.phys biasWrapper(compt)
+ 6 249 -611 100 0.145 0 212 1.04e+03 test.phys biasWrapper(compt)
+ 7 259 -620 95.7 0.102 0 14 1.05e+03 test.phys biasWrapper(compt)
+ 8 251 -614 159 0.0962 0 63.8 1.12e+03 test.phys biasWrapper(compt)
+ 9 268 -643 200 0.0962 0 53.1 1.17e+03 World Transportation
+ 10 4.35e+03 -7.48e+03 1e+04 0.0962 0 1.26e+04 1.38e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N13, Track ID = 7, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 68.6 1.23 0 0 0 test.phys initStep
+ 1 -0.00245 0.000773 68.6 0 1.23 0.00283 0.00283 test.phys ionIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 251 -614 159 0.00626 0 0 0 test.phys initStep
+ 1 251 -614 159 0 0.00626 0.00158 0.00158 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 259 -620 95.7 0.0429 0 0 0 test.phys initStep
+ 1 259 -620 95.7 0 0.0429 0.0462 0.0462 test.phys eIoni
+
+*********************************************************************************************************
+* 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 249 -611 100 0.0156 0 0 0 test.phys initStep
+ 1 249 -611 100 0 0.0156 0.00772 0.00772 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 55 -653 176 0.0292 0 0 0 test.phys initStep
+ 1 55 -653 176 0 0.0292 0.0235 0.0235 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 55 -653 176 0.117 0 0 0 test.phys initStep
+ 1 55 -653 176 0 0.117 0.26 0.26 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -191 -135 37.2 0.405 0 0 0 test.phys initStep
+ 1 -192 -135 36.9 0.177 0.226 1.45 1.45 test.phys eBrem
+ 2 -192 -135 36.7 0 0.177 0.514 1.96 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -99.3 -80 55 0.0104 0 0 0 test.phys initStep
+ 1 -99.3 -80 55 0 0.0104 0.00381 0.00381 test.phys eIoni
+
+*********************************************************************************************************
+* 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 -76.1 -63.3 63.3 0.0304 0 0 0 test.phys initStep
+ 1 -76.1 -63.3 63.3 0 0.0304 0.0251 0.0251 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 18
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -192 -135 36.9 0.00254 0 0 0 test.phys initStep
+ 1 -192 -135 36.9 0 0.000405 0.024 0.024 test.phys biasWrapper(phot)
+
+*********************************************************************************************************
+* 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 -192 -135 36.9 0.00213 0 0 0 test.phys initStep
+ 1 -192 -135 36.9 0 0.00213 0.000263 0.000263 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -500 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 75.3 0 0 75.3 575 test.phys biasWrapper(neutronInelastic)
+
+*********************************************************************************************************
+* 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 75.3 93 0 0 0 test.phys initStep
+ 1 9.8 -14.8 200 93 0 126 126 World Transportation
+ 2 780 -1.18e+03 1e+04 93 0 9.9e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 75.3 0.964 0 0 0 test.phys initStep
+ 1 -1.72 -68.7 72 0.677 0 68.8 68.8 test.phys biasWrapper(compt)
+ 2 -49 -141 27.1 0.186 0 97.2 166 test.phys biasWrapper(compt)
+ 3 37.2 0.669 128 0.125 0 194 360 test.phys biasWrapper(compt)
+ 4 38.3 1.36 122 0.0856 0 6.05 366 test.phys biasWrapper(compt)
+ 5 44 -14.2 151 0.0713 0 33.6 399 test.phys biasWrapper(compt)
+ 6 54.6 -20.8 142 0.0618 0 15.4 415 test.phys biasWrapper(compt)
+ 7 52.2 -83.4 200 0.0618 0 85.5 500 World Transportation
+ 8 -321 -1e+04 9.44e+03 0.0618 0 1.36e+04 1.41e+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 54.6 -20.8 142 0.00955 0 0 0 test.phys initStep
+ 1 54.6 -20.8 142 0 0.00955 0.00328 0.00328 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 44 -14.2 151 0.0143 0 0 0 test.phys initStep
+ 1 44 -14.2 151 0 0.0143 0.00667 0.00667 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 38.3 1.36 122 0.0391 0 0 0 test.phys initStep
+ 1 38.3 1.36 122 0 0.0391 0.0393 0.0393 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 37.2 0.669 128 0.0609 0 0 0 test.phys initStep
+ 1 37.2 0.689 128 0 0.0609 0.0852 0.0852 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -49 -141 27.1 0.491 0 0 0 test.phys initStep
+ 1 -49.5 -142 26.5 0.169 0.322 1.75 1.75 test.phys eIoni
+ 2 -49.7 -142 26.7 0 0.169 0.477 2.22 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -1.72 -68.7 72 0.288 0 0 0 test.phys initStep
+ 1 -1.44 -69.1 72.3 0 0.288 1.09 1.09 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 75.3 5.88 0 0 0 test.phys initStep
+ 1 -44.9 243 174 5.75 0 266 266 test.phys biasWrapper(compt)
+ 2 -61.9 319 200 5.75 0 82.1 348 World Transportation
+ 3 -2.23e+03 1e+04 3.56e+03 5.75 0 1.05e+04 1.08e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = N14, Track ID = 6, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 75.3 0.135 0 0 0 test.phys initStep
+ 1 -0.000658 0.000937 75.3 0 0.135 0.0014 0.0014 test.phys ionIoni
+
+*********************************************************************************************************
+* 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 -44.9 243 174 0.13 0 0 0 test.phys initStep
+ 1 -44.8 243 174 0 0.13 0.311 0.311 test.phys eIoni
Graphics systems deleted.
Visualization Manager deleting...
diff --git a/examples/extended/biasing/GB03/exampleGB03.out b/examples/extended/biasing/GB03/exampleGB03.out
index d44071ae0b..281461527b 100644
--- a/examples/extended/biasing/GB03/exampleGB03.out
+++ b/examples/extended/biasing/GB03/exampleGB03.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -59,9 +59,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
--------------------------------------------------------
Absorber is made of Lead
Gap is made of Scintillator
@@ -127,7 +125,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -158,12 +156,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -189,8 +187,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -222,7 +220,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -249,12 +247,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -281,12 +279,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -313,7 +311,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -346,7 +344,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -379,12 +377,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -411,12 +409,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -443,7 +441,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -643,6 +641,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -657,6 +656,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -765,16 +765,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
Region -- -- appears in world volume
This region is in the mass world.
@@ -834,7 +839,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob
Run terminated.
Run Summary
Number of events processed : 10
- User=0.3s Real=0.3s Sys=0.01s
+ User=0.21s Real=0.22s Sys=0s
Region -- -- appears in world volume
This region is in the mass world.
@@ -894,7 +899,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob
Run terminated.
Run Summary
Number of events processed : 10
- User=0.49s Real=0.5s Sys=0s
+ User=0.07s Real=0.07s Sys=0s
Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
@@ -907,9 +912,9 @@ G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
-Total navigation history collections cleaned: 85
+Total navigation history collections cleaned: 76
================== Deleting memory pools ===================
-Pool ID '20G4NavigationLevelRep', size : 0.13 MB
+Pool ID '20G4NavigationLevelRep', size : 0.117 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.0365 MB
Pool ID '7G4Event', size : 0.000961 MB
@@ -918,11 +923,11 @@ Pool ID '17G4PrimaryParticle', size : 0.000961 MB
Pool ID '15G4HCofThisEvent', size : 0.000961 MB
Pool ID '16G4HitsCollection', size : 0 MB
Pool ID '7G4Track', size : 0.0721 MB
-Pool ID '18G4TouchableHistory', size : 0.0106 MB
+Pool ID '18G4TouchableHistory', size : 0.00961 MB
Pool ID '15G4CountedObjectIvE', size : 0.00192 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.26 MB
+Dynamic pools deleted: 12 / Total memory freed: 0.24 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
diff --git a/examples/extended/biasing/GB04/exampleGB04.out b/examples/extended/biasing/GB04/exampleGB04.out
index b9d2d16425..f6784c4aa6 100644
--- a/examples/extended/biasing/GB04/exampleGB04.out
+++ b/examples/extended/biasing/GB04/exampleGB04.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -71,9 +71,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
phot: for gamma SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 100 TeV in 61 bins
@@ -113,7 +111,7 @@ eIoni: for e- SubType= 2
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -144,7 +142,7 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -157,7 +155,7 @@ eBrem: for e+ SubType= 3
eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen
msc: for proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -183,8 +181,8 @@ hPairProd: for proton SubType= 4
hPairProd : Emin= 0 eV Emax= 100 TeV
CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -216,7 +214,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -243,12 +241,12 @@ hPairProd: for anti_proton SubType= 4
CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -275,12 +273,12 @@ hPairProd: for kaon+ SubType= 4
CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -307,7 +305,7 @@ hPairProd: for kaon- SubType= 4
CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of kaon+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -340,7 +338,7 @@ muPairProd: for mu+ SubType= 4
CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -373,12 +371,12 @@ muPairProd: for mu- SubType= 4
CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of mu+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -405,12 +403,12 @@ hPairProd: for pi+ SubType= 4
CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -437,7 +435,7 @@ hPairProd: for pi- SubType= 4
CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Used Lambda table of pi+
- 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -637,6 +635,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
@@ -651,6 +650,7 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
@@ -759,16 +759,21 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
-Use new data files 1
-Use complete data files 0
-Correlated gamma emission flag 0
+Internal e- conversion flag 1
+Store e- internal conversion data 0
Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
=======================================================================
-Number of de-excitation channels 8
Region -- -- appears in world volume
This region is in the mass world.
@@ -816,106 +821,55 @@ BremSplittingOperator : starting run with brem. splitting factor = 1, biasing on
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.00337 0.000102 0.427 99.8 0.153 0.427 1e+03 test.phys biasWrapper(eBrem)
- 3 0.0103 -0.019 2.67 98.5 1.31 2.25 1e+03 test.phys biasWrapper(eBrem)
- 4 0.0207 -0.0153 3.55 98 0.398 0.876 1e+03 test.phys biasWrapper(eBrem)
- 5 0.143 -0.0274 7.3 94.3 1.66 3.75 1.01e+03 test.phys biasWrapper(eBrem)
- 6 0.165 0.0553 10 93.1 1.22 2.7 1.01e+03 World Transportation
- 7 40.6 315 1e+04 93.1 3.65e-22 1e+04 1.1e+04 OutOfWorld Transportation
+ 2 4.77e-05 -2.36e-05 0.0295 98 0.0112 0.0295 1e+03 test.phys biasWrapper(eBrem)
+ 3 0.0019 -0.000323 0.264 97.9 0.0798 0.234 1e+03 test.phys biasWrapper(eBrem)
+ 4 0.158 -0.0694 5.34 67.7 1.97 5.08 1.01e+03 test.phys biasWrapper(eBrem)
+ 5 0.162 -0.0698 5.57 67.5 0.0755 0.23 1.01e+03 test.phys biasWrapper(eBrem)
+ 6 0.254 0.0111 10 65.8 1.65 4.44 1.01e+03 World Transportation
+ 7 30.9 -272 1e+04 65.8 3.55e-22 9.99e+03 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.143 -0.0274 7.3 2.05 0 0 0 test.phys initStep
- 1 0.166 0.0378 10 2.05 0 2.7 2.7 World Transportation
- 2 84 241 1e+04 2.05 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 0.162 -0.0698 5.57 0.167 0 0 0 test.phys initStep
+ 1 0.258 0.0165 10 0.167 0 4.43 4.43 World Transportation
+ 2 218 195 1e+04 0.167 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.0207 -0.0153 3.55 0.0372 0 0 0 test.phys initStep
- 1 0.099 0.0275 9.12 0 0.00155 5.57 5.57 test.phys phot
+ 0 0.158 -0.0694 5.34 28.3 0 0 0 test.phys initStep
+ 1 0.278 -0.0713 10 28.3 0 4.66 4.66 World Transportation
+ 2 259 -4.23 1e+04 28.3 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.0103 -0.019 2.67 0.0424 0 0 0 test.phys initStep
- 1 0.0516 0.0257 6.48 0.0403 0 3.81 3.81 test.phys compt
- 2 1.62 -5.68 8.79 0.0362 0 6.36 10.2 test.phys compt
- 3 2.33 -5.26 6.58 0.0362 0 2.36 12.5 test.phys Rayl
- 4 3.52 0.262 4.75 0.0354 0 5.94 18.5 test.phys compt
- 5 4.52 1.58 1.81 0.0344 0 3.37 21.8 test.phys compt
- 6 4.95 2.72 1.67 0 0.00155 1.22 23.1 test.phys phot
+ 0 0.0019 -0.000323 0.264 0.0142 0 0 0 test.phys initStep
+ 1 0.046 0.0874 0.499 0 0.00155 0.254 0.254 test.phys phot
+
+*********************************************************************************************************
+* 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.046 0.0874 0.499 0.0126 0 0 0 test.phys initStep
+ 1 0.0459 0.0869 0.499 0 0.0126 0.00197 0.00197 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.00337 0.000102 0.427 0.013 0 0 0 test.phys initStep
- 1 -0.00373 0.000181 0.486 0 0.00155 0.0592 0.0592 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00373 0.000181 0.486 0.0115 0 0 0 test.phys initStep
- 1 -0.0034 0.000586 0.486 0 0.0115 0.00167 0.00167 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 4.95 2.72 1.67 0.0328 0 0 0 test.phys initStep
- 1 4.96 2.72 1.67 0 0.0328 0.0103 0.0103 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 4.52 1.58 1.81 0.00103 0 0 0 test.phys initStep
- 1 4.52 1.58 1.81 0 0.00103 3.88e-05 3.88e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.52 0.262 4.75 0.000771 0 0 0 test.phys initStep
- 1 3.52 0.262 4.75 0 0.000771 2.63e-05 2.63e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.62 -5.68 8.79 0.00407 0 0 0 test.phys initStep
- 1 1.62 -5.68 8.79 0 0.00407 0.000299 0.000299 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0516 0.0257 6.48 0.00215 0 0 0 test.phys initStep
- 1 0.0516 0.0257 6.48 0 0.00215 0.000111 0.000111 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.099 0.0275 9.12 0.0357 0 0 0 test.phys initStep
- 1 0.101 0.0295 9.12 0 0.0357 0.0119 0.0119 test.phys eIoni
+ 0 4.77e-05 -2.36e-05 0.0295 1.98 0 0 0 test.phys initStep
+ 1 0.0151 -0.0169 10 1.98 0 9.97 9.97 World Transportation
+ 2 15.1 -16.9 1e+04 1.98 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
@@ -924,329 +878,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 -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.97 10 1.01e+03 World Transportation
- 3 -265 58.8 1e+04 96 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -1e+03 100 0 0 0 World initStep
- 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
- 2 0.000337 -0.00131 0.213 92.2 0.16 0.213 1e+03 test.phys biasWrapper(eBrem)
- 3 0.00192 -0.0245 1.21 90.9 0.31 0.995 1e+03 test.phys biasWrapper(eBrem)
- 4 0.0858 -0.194 10 87.6 3.29 8.8 1.01e+03 World Transportation
- 5 520 -36.2 1e+04 87.6 3.64e-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.00192 -0.0245 1.21 0.918 0 0 0 test.phys initStep
- 1 0.158 -0.226 10 0.918 0 8.8 8.8 World Transportation
- 2 177 -229 1e+04 0.918 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.000337 -0.00131 0.213 7.67 0 0 0 test.phys initStep
- 1 -0.095 0.045 10 7.67 0 9.79 9.79 World Transportation
- 2 -97.5 47.3 1e+04 7.67 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -1e+03 100 0 0 0 World initStep
- 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
- 2 -0.0766 0.19 6.63 97.5 2.4 6.63 1.01e+03 test.phys biasWrapper(eBrem)
- 3 -0.297 0.247 10 96 1.52 3.38 1.01e+03 World Transportation
- 4 -886 225 1e+04 96 3.68e-22 1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0766 0.19 6.63 0.0861 0 0 0 test.phys initStep
- 1 -0.407 0.295 10 0.0861 0 3.39 3.39 World Transportation
- 2 -979 309 1e+04 0.0861 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -1e+03 100 0 0 0 World initStep
- 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
- 2 0.0976 0.0397 8.14 96.3 2.99 8.15 1.01e+03 test.phys eIoni
- 3 0.0911 0.101 8.88 96.1 0.23 0.744 1.01e+03 test.phys biasWrapper(eBrem)
- 4 0.0889 0.208 10 95.4 0.71 1.12 1.01e+03 World Transportation
- 5 -51.7 993 1e+04 95.4 3.68e-22 1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0976 0.0397 8.14 0.662 0 0 0 test.phys initStep
- 1 0.0223 -0.299 8.47 0.0216 0.64 1.19 1.19 test.phys eIoni
- 2 0.0212 -0.298 8.46 0 0.0216 0.00497 1.2 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.0911 0.101 8.88 0.0152 0 0 0 test.phys initStep
- 1 0.0916 0.125 9.12 0 0.00155 0.24 0.24 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0916 0.125 9.12 0.0136 0 0 0 test.phys initStep
- 1 0.0922 0.125 9.12 0 0.0136 0.00225 0.00225 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.00141 -0.0222 2.5 95.9 1.25 2.5 1e+03 test.phys eIoni
- 3 0.202 -0.164 7.78 93.6 1.93 5.29 1.01e+03 test.phys biasWrapper(eBrem)
- 4 0.25 -0.246 10 92.7 0.887 2.22 1.01e+03 World Transportation
- 5 400 -393 1e+04 92.7 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00141 -0.0222 2.5 2.81 0 0 0 test.phys initStep
- 1 -0.118 0.809 4.15 2.06 0.749 1.9 1.9 test.phys msc
- 2 0.0792 0.799 6.33 1.37 0.69 2.41 4.31 test.phys eIoni
- 3 -0.558 0.124 6.79 0.563 0.613 1.5 5.81 test.phys biasWrapper(eBrem)
- 4 -0.914 0.232 6.84 0 0.563 0.99 6.8 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.558 0.124 6.79 0.197 0 0 0 test.phys initStep
- 1 -7.65 0.395 6.63 0.128 0 7.09 7.09 test.phys compt
- 2 -6.61 1.49 4.87 0.0935 0 2.32 9.41 test.phys compt
- 3 -15 6.67 10 0.0935 0 11.1 20.5 World Transportation
- 4 -1e+04 6.17e+03 6.12e+03 0.0935 0 1.32e+04 1.33e+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.202 -0.164 7.78 0.458 0 0 0 test.phys initStep
- 1 0.212 -0.179 8.15 0.425 0 0.373 0.373 test.phys compt
- 2 0.507 -0.843 9.59 0.253 0 1.61 1.98 test.phys compt
- 3 -91.1 -120 3.68 0.155 0 150 152 test.phys compt
- 4 -124 -75.9 10 0.155 0 55 207 World Transportation
- 5 -7.68e+03 1e+04 1.47e+03 0.155 0 1.27e+04 1.29e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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 -91.1 -120 3.68 0.0974 0 0 0 test.phys initStep
- 1 -91.1 -120 3.68 0 0.0974 0.0665 0.0665 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.507 -0.843 9.59 0.172 0 0 0 test.phys initStep
- 1 0.537 -0.84 9.64 0 0.172 0.17 0.17 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.212 -0.179 8.15 0.0333 0 0 0 test.phys initStep
- 1 0.211 -0.176 8.15 0 0.0333 0.0105 0.0105 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 -6.61 1.49 4.87 0.0343 0 0 0 test.phys initStep
- 1 -6.61 1.49 4.87 0 0.0343 0.0111 0.0111 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 -7.65 0.395 6.63 0.0696 0 0 0 test.phys initStep
- 1 -7.66 0.393 6.63 0 0.0696 0.0377 0.0377 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.0648 0.107 4.31 98.2 1.71 4.32 1e+03 test.phys biasWrapper(eBrem)
- 3 -0.194 0.05 6.85 96.9 1.06 2.55 1.01e+03 test.phys biasWrapper(eBrem)
- 4 -0.318 -0.00183 10 95.9 1.01 3.15 1.01e+03 World Transportation
- 5 -598 -484 1e+04 95.9 3.67e-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.194 0.05 6.85 0.2 0 0 0 test.phys initStep
- 1 -0.31 0.0102 10 0.2 0 3.15 3.15 World Transportation
- 2 -367 -127 1e+04 0.2 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.0648 0.107 4.31 0.082 0 0 0 test.phys initStep
- 1 -0.344 0.0676 8.1 0.0624 0 3.8 3.8 test.phys compt
- 2 -0.728 2.24 0 0.0624 0 8.39 12.2 World Transportation
- 3 -476 2.69e+03 -1e+04 0.0624 0 1.04e+04 1.04e+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 -0.344 0.0676 8.1 0.0196 0 0 0 test.phys initStep
- 1 -0.344 0.0675 8.1 0 0.0196 0.00421 0.00421 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.00171 -0.00143 0.355 99 0.136 0.355 1e+03 test.phys eIoni
- 3 0.0401 0.00167 2.64 94.9 1.11 2.29 1e+03 test.phys eIoni
- 4 0.107 -0.022 4.03 74.8 0.442 1.39 1e+03 test.phys biasWrapper(eBrem)
- 5 0.188 -0.0529 5.3 74.2 0.522 1.28 1.01e+03 test.phys biasWrapper(eBrem)
- 6 0.478 -0.2 10 72.3 1.92 4.71 1.01e+03 World Transportation
- 7 635 -42.3 1e+04 72.3 3.58e-22 1e+04 1.1e+04 OutOfWorld Transportation
+ 2 -0.00367 -0.072 2.89 98.8 1.19 2.89 1e+03 test.phys biasWrapper(eBrem)
+ 3 0.487 -0.102 8.76 95.3 2.94 5.89 1.01e+03 test.phys eIoni
+ 4 0.601 -0.139 10 94.9 0.432 1.24 1.01e+03 World Transportation
+ 5 838 -243 1e+04 94.9 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0401 0.00167 2.64 2.99 0 0 0 test.phys initStep
- 1 -0.366 0.115 4.28 1.93 1.05 1.87 1.87 test.phys msc
- 2 -0.248 0.107 4.55 1.71 0.0853 0.299 2.17 test.phys biasWrapper(eBrem)
- 3 0.511 -0.155 5.77 0.482 1.23 2.18 4.34 test.phys eIoni
- 4 0.621 0.112 5.84 0 0.482 0.8 5.14 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.00171 -0.00143 0.355 0.89 0 0 0 test.phys initStep
- 1 -0.167 0.0171 0.49 0.779 0.111 0.232 0.232 test.phys msc
- 2 -0.399 0.223 0.541 0.623 0.156 0.335 0.567 test.phys msc
- 3 -0.418 0.503 0.531 0.506 0.117 0.332 0.899 test.phys msc
- 4 -0.445 0.43 0.232 0.347 0.159 0.332 1.23 test.phys msc
- 5 -0.511 0.358 0.137 0.287 0.06 0.145 1.38 test.phys msc
- 6 -0.489 0.298 0.117 0.255 0.032 0.0731 1.45 test.phys msc
- 7 -0.459 0.219 0.101 0.213 0.0416 0.0867 1.54 test.phys msc
- 8 -0.44 0.159 0.129 0.18 0.0333 0.0696 1.61 test.phys msc
- 9 -0.433 0.124 0.166 0.138 0.0422 0.0674 1.67 test.phys msc
- 10 -0.41 0.132 0.133 0 0.138 0.118 1.79 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.248 0.107 4.55 0.139 0 0 0 test.phys initStep
- 1 2.79 -0.953 10 0.139 0 6.33 6.33 World Transportation
- 2 5.57e+03 -1.94e+03 1e+04 0.139 0 1.16e+04 1.16e+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.188 -0.0529 5.3 0.062 0 0 0 test.phys initStep
- 1 0.45 -0.213 10 0.062 0 4.71 4.71 World Transportation
- 2 557 -341 1e+04 0.062 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.107 -0.022 4.03 19.7 0 0 0 test.phys initStep
- 1 0.345 -0.152 10 19.7 0 5.98 5.98 World Transportation
- 2 399 -218 1e+04 19.7 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -1e+03 100 0 0 0 World initStep
- 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
- 2 0.000613 0.00392 0.439 98.3 0.157 0.439 1e+03 test.phys biasWrapper(eBrem)
- 3 0.0436 -0.0204 2.93 97.4 0.84 2.49 1e+03 test.phys biasWrapper(eBrem)
- 4 0.271 0.0158 8.85 93.9 2.54 5.93 1.01e+03 test.phys biasWrapper(eBrem)
- 5 0.316 -0.00685 10 93.4 0.43 1.15 1.01e+03 World Transportation
- 6 422 -229 1e+04 93.4 3.66e-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.271 0.0158 8.85 0.968 0 0 0 test.phys initStep
- 1 0.322 -0.0163 10 0.968 0 1.15 1.15 World Transportation
- 2 446 -278 1e+04 0.968 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.0436 -0.0204 2.93 0.109 0 0 0 test.phys initStep
- 1 0.128 0.138 10 0.109 0 7.07 7.07 World Transportation
- 2 119 224 1e+04 0.109 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 0.487 -0.102 8.76 0.52 0 0 0 test.phys initStep
+ 1 0.665 -0.327 8.93 0 0.52 0.888 0.888 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.000613 0.00392 0.439 1.51 0 0 0 test.phys initStep
- 1 0.184 0.375 10 1.51 0 9.57 9.57 World Transportation
- 2 192 388 1e+04 1.51 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 -0.00367 -0.072 2.89 0.0283 0 0 0 test.phys initStep
+ 1 0.0872 -0.13 4.86 0 0.00155 1.97 1.97 test.phys phot
+
+*********************************************************************************************************
+* 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.0872 -0.13 4.86 0.0268 0 0 0 test.phys initStep
+ 1 0.0882 -0.131 4.86 0 0.0268 0.00722 0.00722 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
@@ -1255,12 +914,302 @@ Step# X(mm) Y(mm) Z(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.8 4.16 10 1.01e+03 World Transportation
- 3 402 933 1e+04 95.8 3.68e-22 1e+04 1.11e+04 OutOfWorld Transportation
+ 2 -0.0329 -0.0732 3.8 98.6 1.37 3.8 1e+03 test.phys biasWrapper(eBrem)
+ 3 -0.0264 -0.301 10 95.7 2.81 6.21 1.01e+03 World Transportation
+ 4 730 -494 1e+04 95.7 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0329 -0.0732 3.8 0.0709 0 0 0 test.phys initStep
+ 1 -0.0113 -0.303 10 0.0709 0 6.2 6.2 World Transportation
+ 2 34.9 -371 1e+04 0.0709 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 -0.00145 0.0002 0.384 91.8 0.133 0.384 1e+03 test.phys biasWrapper(eBrem)
+ 3 -0.0173 0.0169 2.04 90.9 0.7 1.66 1e+03 test.phys biasWrapper(eBrem)
+ 4 -0.241 -0.059 10 87.7 3.2 7.97 1.01e+03 World Transportation
+ 5 -393 284 1e+04 87.7 3.64e-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.0173 0.0169 2.04 0.228 0 0 0 test.phys initStep
+ 1 -0.272 -0.0217 10 0.228 0 7.96 7.96 World Transportation
+ 2 -320 -48.5 1e+04 0.228 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.00145 0.0002 0.384 8.02 0 0 0 test.phys initStep
+ 1 0.0322 -0.021 10 8.02 0 9.62 9.62 World Transportation
+ 2 35 -22 1e+04 8.02 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 0 0 10 95.6 4.43 10 1.01e+03 World Transportation
+ 3 11.6 384 1e+04 95.6 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 -0.0984 0.102 4.76 98.1 1.78 4.76 1e+03 test.phys biasWrapper(eBrem)
+ 3 -0.101 0.12 5.2 97.1 0.142 0.443 1.01e+03 test.phys biasWrapper(eBrem)
+ 4 -0.101 0.12 5.22 95.2 0.0037 0.0157 1.01e+03 test.phys biasWrapper(eBrem)
+ 5 -0.188 0.17 10 93.4 1.8 4.78 1.01e+03 World Transportation
+ 6 -758 -44.2 1e+04 93.4 3.66e-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.101 0.12 5.22 1.87 0 0 0 test.phys initStep
+ 1 -0.225 0.207 10 1.87 0 4.78 4.78 World Transportation
+ 2 -259 182 1e+04 1.87 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.101 0.12 5.2 0.878 0 0 0 test.phys initStep
+ 1 -0.184 0.158 10 0.878 0 4.8 4.8 World Transportation
+ 2 -173 80.5 1e+04 0.878 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.0984 0.102 4.76 0.0846 0 0 0 test.phys initStep
+ 1 -0.0872 0.344 10 0.0846 0 5.25 5.25 World Transportation
+ 2 21.4 463 1e+04 0.0846 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 0.0052 -1.69e-05 0.523 99.4 0.164 0.523 1e+03 test.phys biasWrapper(eBrem)
+ 3 0.00571 -0.00153 0.798 98.8 0.128 0.274 1e+03 test.phys eIoni
+ 4 0.0406 -0.0546 3.43 96.6 1.03 2.63 1e+03 test.phys eIoni
+ 5 0.0952 -0.133 5.11 94.1 0.587 1.68 1.01e+03 test.phys eIoni
+ 6 0.0558 -0.185 7.62 92.3 0.868 2.52 1.01e+03 test.phys eIoni
+ 7 0.0806 -0.184 10 91.5 0.816 2.38 1.01e+03 World Transportation
+ 8 268 -25.6 1e+04 91.5 3.65e-22 9.99e+03 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0558 -0.185 7.62 0.95 0 0 0 test.phys initStep
+ 1 -0.124 0.257 8.08 0.515 0.347 1.04 1.04 test.phys biasWrapper(eBrem)
+ 2 0.134 0.321 8.28 0 0.515 0.877 1.91 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0952 -0.133 5.11 1.83 0 0 0 test.phys initStep
+ 1 0.607 -0.395 5.84 0.968 0.349 1.09 1.09 test.phys biasWrapper(eBrem)
+ 2 1.01 -0.751 6.41 0.329 0.639 1.6 2.69 test.phys eIoni
+ 3 0.975 -0.886 6.51 0 0.329 0.462 3.15 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0406 -0.0546 3.43 1.18 0 0 0 test.phys initStep
+ 1 -0.461 0.364 4.18 0.573 0.604 1.79 1.79 test.phys eIoni
+ 2 -0.575 0.468 3.82 0.104 0.469 1.01 2.8 test.phys eIoni
+ 3 -0.588 0.467 3.85 0 0.104 0.0742 2.88 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00571 -0.00153 0.798 0.463 0 0 0 test.phys initStep
+ 1 -0.171 -0.154 0.954 0 0.463 0.757 0.757 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.607 -0.395 5.84 0.514 0 0 0 test.phys initStep
+ 1 4.17 -1.08 10 0.514 0 5.52 5.52 World Transportation
+ 2 8.54e+03 -1.65e+03 1e+04 0.514 0 1.32e+04 1.33e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.124 0.257 8.08 0.0881 0 0 0 test.phys initStep
+ 1 2.44 1.12 9.04 0.0811 0 2.87 2.87 test.phys compt
+ 2 6.76 6.96 4.77 0.0804 0 8.43 11.3 test.phys compt
+ 3 7.36 8.93 3.04 0 0.00155 2.69 14 test.phys phot
+
+*********************************************************************************************************
+* 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.0052 -1.69e-05 0.523 0.47 0 0 0 test.phys initStep
+ 1 0.0503 -0.0172 10 0.47 0 9.48 9.48 World Transportation
+ 2 47.5 -18.1 1e+04 0.47 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 7.36 8.93 3.04 0.0789 0 0 0 test.phys initStep
+ 1 7.35 8.94 3.03 0 0.0789 0.0465 0.0465 test.phys eIoni
+
+*********************************************************************************************************
+* 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 6.76 6.96 4.77 0.000661 0 0 0 test.phys initStep
+ 1 6.76 6.96 4.77 0 0.000661 2.16e-05 2.16e-05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 2.44 1.12 9.04 0.00704 0 0 0 test.phys initStep
+ 1 2.44 1.12 9.04 0 0.00704 0.000733 0.000733 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.018 0.0372 2.25 91.3 0.935 2.25 1e+03 test.phys biasWrapper(eBrem)
+ 3 -0.0116 -0.0334 10 88.2 3.07 7.76 1.01e+03 World Transportation
+ 4 4.19e+03 170 1e+04 88.2 3.94e-22 1.08e+04 1.18e+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.018 0.0372 2.25 7.76 0 0 0 test.phys initStep
+ 1 0.0035 -0.0207 10 7.76 0 7.75 7.75 World Transportation
+ 2 27.7 -74.6 1e+04 7.76 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 -0.00142 -0.0028 0.466 99.4 0.136 0.466 1e+03 test.phys eIoni
+ 3 0.0167 -0.162 8.42 60.3 2.85 7.96 1.01e+03 test.phys biasWrapper(eBrem)
+ 4 0.107 -0.634 10 59.8 0.544 1.65 1.01e+03 World Transportation
+ 5 645 -2.89e+03 1e+04 59.8 3.67e-22 1.04e+04 1.14e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.00142 -0.0028 0.466 0.474 0 0 0 test.phys initStep
+ 1 -0.13 0.0093 0.655 0.371 0.104 0.265 0.265 test.phys msc
+ 2 -0.0705 -0.00458 0.847 0 0.371 0.551 0.815 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.0167 -0.162 8.42 36.2 0 0 0 test.phys initStep
+ 1 0.11 -0.635 10 36.2 0 1.65 1.65 World Transportation
+ 2 588 -2.99e+03 1e+04 36.2 0 1.04e+04 1.04e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 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.0051 0.0257 2.05 98.5 0.999 2.05 1e+03 test.phys eIoni
+ 3 0.0497 0.0544 3.76 97.8 0.656 1.71 1e+03 test.phys biasWrapper(eBrem)
+ 4 0.0561 0.0561 3.87 97.7 0.0474 0.114 1e+03 test.phys biasWrapper(eBrem)
+ 5 0.39 0.125 10 95.5 2.19 6.14 1.01e+03 World Transportation
+ 6 277 -324 1e+04 95.5 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0051 0.0257 2.05 0.503 0 0 0 test.phys initStep
+ 1 -0.124 0.253 2.23 0 0.503 0.849 0.849 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.0561 0.0561 3.87 0.0588 0 0 0 test.phys initStep
+ 1 0.405 0.12 10 0.0588 0 6.14 6.14 World Transportation
+ 2 569 105 1e+04 0.0588 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.0497 0.0544 3.76 0.00635 0 0 0 test.phys initStep
+ 1 0.0507 0.0548 3.78 0 0.00155 0.0187 0.0187 test.phys phot
+
+*********************************************************************************************************
+* 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.0507 0.0548 3.78 0.0048 0 0 0 test.phys initStep
+ 1 0.0508 0.0549 3.78 0 0.0048 0.00039 0.00039 test.phys eIoni
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0s Sys=0s
+ User=0s Real=0.01s Sys=0s
Region -- -- appears in world volume
This region is in the mass world.
@@ -1303,727 +1252,148 @@ 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.00607 0.0192 1.39 99 0.458 1.39 1e+03 test.phys eIoni
- 3 0.141 -0.00127 3.26 98.5 0.582 1.88 1e+03 test.phys biasWrapper(eBrem)
- 4 0.61 -0.233 10 95.6 2.85 6.76 1.01e+03 World Transportation
- 5 648 -1.23e+03 1e+04 95.6 3.69e-22 1.01e+04 1.11e+04 OutOfWorld Transportation
+ 2 0 0 10 96.1 3.86 10 1.01e+03 World Transportation
+ 3 664 34 1e+04 96.1 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, 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.00607 0.0192 1.39 0.493 0 0 0 test.phys initStep
- 1 -0.106 0.235 1.58 0 0.493 0.825 0.825 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.121 0.046 5.29 80.3 1.93 5.29 1.01e+03 test.phys biasWrapper(eBrem)
+ 3 -0.0511 -0.0747 9.71 73.6 1.57 4.42 1.01e+03 test.phys biasWrapper(eBrem)
+ 4 -0.0484 -0.0816 10 73.5 0.0991 0.292 1.01e+03 World Transportation
+ 5 -42.2 -302 1e+04 73.5 3.58e-22 9.99e+03 1.1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.141 -0.00127 3.26 1.06 0 0 0 test.phys initStep
- 1 0.607 -0.283 10 1.06 0 6.76 6.76 World Transportation
- 2 691 -418 1e+04 1.06 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 -0.0511 -0.0747 9.71 5.13 0 0 0 test.phys initStep
+ 1 -0.045 -0.0757 10 5.13 0 0.292 0.292 World Transportation
+ 2 206 -33.5 1e+04 5.13 0 9.99e+03 9.99e+03 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.141 -0.00127 3.26 7.35 0 0 0 test.phys initStep
- 1 0.592 -0.229 10 7.35 0 6.76 6.76 World Transportation
- 2 669 -338 1e+04 7.35 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.121 0.046 5.29 0.0165 0 0 0 test.phys initStep
+ 1 0.122 0.0516 6.11 0 0.00155 0.817 0.817 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.122 0.0516 6.11 0.0149 0 0 0 test.phys initStep
+ 1 0.123 0.0511 6.11 0 0.0149 0.00263 0.00263 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.141 -0.00127 3.26 3.56 0 0 0 test.phys initStep
- 1 0.626 -0.192 10 3.56 0 6.76 6.76 World Transportation
- 2 720 -283 1e+04 3.56 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.121 0.046 5.29 17.3 0 0 0 test.phys initStep
+ 1 0.0383 0.0385 10 17.3 0 4.71 4.71 World Transportation
+ 2 -174 -15.8 1e+04 17.3 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.141 -0.00127 3.26 4.42 0 0 0 test.phys initStep
- 1 0.576 -0.21 10 4.42 0 6.76 6.76 World Transportation
- 2 646 -310 1e+04 4.42 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.121 0.046 5.29 0.0841 0 0 0 test.phys initStep
+ 1 0.172 -0.089 10 0.0841 0 4.71 4.71 World Transportation
+ 2 109 -286 1e+04 0.0841 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.141 -0.00127 3.26 30.3 0 0 0 test.phys initStep
- 1 0.603 -0.239 10 30.3 0 6.76 6.76 World Transportation
- 2 685 -353 1e+04 30.3 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.121 0.046 5.29 6.86 0 0 0 test.phys initStep
+ 1 -0.0198 -0.0172 10 6.86 0 4.71 4.71 World Transportation
+ 2 -298 -134 1e+04 6.86 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.141 -0.00127 3.26 0.0817 0 0 0 test.phys initStep
- 1 0.608 -0.23 10 0.0817 0 6.76 6.76 World Transportation
- 2 693 -339 1e+04 0.0817 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.121 0.046 5.29 0.0205 0 0 0 test.phys initStep
+ 1 0.11 0.0286 6.22 0 0.00155 0.927 0.927 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.11 0.0286 6.22 0.0189 0 0 0 test.phys initStep
+ 1 0.109 0.0287 6.22 0 0.0189 0.00396 0.00396 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.141 -0.00127 3.26 0.856 0 0 0 test.phys initStep
- 1 0.624 -0.183 10 0.856 0 6.76 6.76 World Transportation
- 2 716 -270 1e+04 0.856 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.121 0.046 5.29 0.0745 0 0 0 test.phys initStep
+ 1 0.0272 0.163 10 0.0745 0 4.71 4.71 World Transportation
+ 2 -198 249 1e+04 0.0745 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.141 -0.00127 3.26 0.0603 0 0 0 test.phys initStep
- 1 0.607 -0.233 10 0.0603 0 6.76 6.76 World Transportation
- 2 691 -343 1e+04 0.0603 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.121 0.046 5.29 0.0242 0 0 0 test.phys initStep
+ 1 0.0822 0.0388 7.05 0 0.00155 1.76 1.76 test.phys phot
+
+*********************************************************************************************************
+* 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.0822 0.0388 7.05 0.0227 0 0 0 test.phys initStep
+ 1 0.0832 0.0392 7.06 0 0.0227 0.0054 0.0054 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.141 -0.00127 3.26 1.03 0 0 0 test.phys initStep
- 1 0.612 -0.205 10 1.03 0 6.76 6.76 World Transportation
- 2 699 -303 1e+04 1.03 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.121 0.046 5.29 4.18 0 0 0 test.phys initStep
+ 1 0.0721 -0.00648 10 4.18 0 4.71 4.71 World Transportation
+ 2 -103 -111 1e+04 4.18 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.141 -0.00127 3.26 0.00792 0 0 0 test.phys initStep
- 1 0.142 -0.00167 3.27 0 0.00155 0.012 0.012 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.142 -0.00167 3.27 0.00637 0 0 0 test.phys initStep
- 1 0.142 -0.00156 3.27 0 0.00637 0.000621 0.000621 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.00445 -0.00155 0.469 98 0.183 0.469 1e+03 test.phys eIoni
- 3 0.194 0.0899 10 94.6 3.46 9.54 1.01e+03 World Transportation
- 4 419 -388 1e+04 94.6 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.00445 -0.00155 0.469 1.77 0 0 0 test.phys initStep
- 1 0.0133 0.123 0.719 1.68 0.0967 0.282 0.282 test.phys msc
- 2 -0.0868 0.459 0.903 1.57 0.109 0.407 0.689 test.phys msc
- 3 -0.0231 0.952 0.908 1.35 0.216 0.535 1.22 test.phys msc
- 4 -0.276 1.36 0.735 1.12 0.232 0.529 1.75 test.phys msc
- 5 -0.589 1.67 0.76 0.948 0.171 0.485 2.24 test.phys msc
- 6 -0.813 1.65 1.19 0.767 0.181 0.488 2.73 test.phys msc
- 7 -1.55 1.62 1.38 0.519 0.248 0.77 3.5 test.phys msc
- 8 -1.59 1.34 1.55 0 0.519 0.887 4.38 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -1e+03 100 0 0 0 World initStep
- 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
- 2 -8.22e-05 0.000905 0.165 99.5 0.0484 0.165 1e+03 test.phys eIoni
- 3 0.101 -0.0726 5.37 97 2.16 5.21 1.01e+03 test.phys biasWrapper(eBrem)
- 4 0.374 0.117 10 95.3 1.66 4.65 1.01e+03 World Transportation
- 5 489 431 1e+04 95.3 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -8.22e-05 0.000905 0.165 0.497 0 0 0 test.phys initStep
- 1 0.0626 0.00482 0.238 0.464 0.0331 0.0984 0.0984 test.phys msc
- 2 0.0424 0.0173 0.362 0.418 0.0465 0.126 0.225 test.phys msc
- 3 0.0318 -0.0105 0.534 0.29 0.128 0.2 0.425 test.phys msc
- 4 0.158 -0.0509 0.572 0 0.29 0.383 0.808 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.101 -0.0726 5.37 0.238 0 0 0 test.phys initStep
- 1 0.367 0.112 10 0.238 0 4.64 4.64 World Transportation
- 2 575 398 1e+04 0.238 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.101 -0.0726 5.37 1.89 0 0 0 test.phys initStep
- 1 0.346 0.113 10 1.89 0 4.64 4.64 World Transportation
- 2 528 401 1e+04 1.89 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.101 -0.0726 5.37 0.787 0 0 0 test.phys initStep
- 1 0.426 0.154 10 0.787 0 4.65 4.65 World Transportation
- 2 702 488 1e+04 0.787 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.101 -0.0726 5.37 1.04 0 0 0 test.phys initStep
- 1 0.371 0.123 10 1.04 0 4.64 4.64 World Transportation
- 2 583 423 1e+04 1.04 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.101 -0.0726 5.37 0.101 0 0 0 test.phys initStep
- 1 0.453 0.135 10 0.101 0 4.65 4.65 World Transportation
- 2 759 447 1e+04 0.101 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.101 -0.0726 5.37 0.156 0 0 0 test.phys initStep
- 1 0.485 0.0576 10 0.156 0 4.65 4.65 World Transportation
- 2 830 281 1e+04 0.156 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.101 -0.0726 5.37 5.44 0 0 0 test.phys initStep
- 1 0.379 0.0674 10 5.44 0 4.64 4.64 World Transportation
- 2 599 302 1e+04 5.44 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.101 -0.0726 5.37 1.28 0 0 0 test.phys initStep
- 1 0.409 0.148 10 1.28 0 4.65 4.65 World Transportation
- 2 664 476 1e+04 1.28 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.101 -0.0726 5.37 0.103 0 0 0 test.phys initStep
- 1 0.402 0.0951 10 0.103 0 4.64 4.64 World Transportation
- 2 650 362 1e+04 0.103 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.101 -0.0726 5.37 0.289 0 0 0 test.phys initStep
- 1 0.368 0.112 10 0.289 0 4.64 4.64 World Transportation
- 2 577 399 1e+04 0.289 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -1e+03 100 0 0 0 World initStep
- 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
- 2 0.022 0.00209 1.45 98.5 0.576 1.45 1e+03 test.phys eIoni
- 3 -0.00452 -0.113 4.86 96.3 1.53 3.41 1e+03 test.phys eIoni
- 4 -0.0342 -0.134 10 94.5 1.86 5.14 1.01e+03 World Transportation
- 5 733 -394 1e+04 94.5 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00452 -0.113 4.86 0.652 0 0 0 test.phys initStep
- 1 0.162 -0.437 5.15 0 0.652 1.18 1.18 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.022 0.00209 1.45 0.927 0 0 0 test.phys initStep
- 1 0.624 -0.435 1.72 0.671 0.256 0.795 0.795 test.phys msc
- 2 0.553 -0.755 2.08 0.0614 0.61 1.21 2.01 test.phys eIoni
- 3 0.561 -0.756 2.08 0 0.0614 0.0303 2.04 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.029 -0.0701 3.08 95.6 1.29 3.08 1e+03 test.phys biasWrapper(eBrem)
- 3 -0.0737 0.151 8.34 78.7 2.24 5.27 1.01e+03 test.phys biasWrapper(eBrem)
- 4 -0.0601 0.249 10 78.1 0.609 1.66 1.01e+03 World Transportation
- 5 134 659 1e+04 78.1 3.61e-22 1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0737 0.151 8.34 14.7 0 0 0 test.phys initStep
- 1 -0.0588 0.248 10 14.7 0 1.66 1.66 World Transportation
- 2 89.6 586 1e+04 14.7 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.029 -0.0701 3.08 0.124 0 0 0 test.phys initStep
- 1 0.0225 0.0303 10 0.124 0 6.92 6.92 World Transportation
- 2 -9.43 145 1e+04 0.124 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.029 -0.0701 3.08 0.436 0 0 0 test.phys initStep
- 1 0.0308 0.031 10 0.436 0 6.92 6.92 World Transportation
- 2 2.59 146 1e+04 0.436 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.029 -0.0701 3.08 10.2 0 0 0 test.phys initStep
- 1 -0.0685 0.101 10 10.2 0 6.92 6.92 World Transportation
- 2 -141 247 1e+04 10.2 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.029 -0.0701 3.08 0.859 0 0 0 test.phys initStep
- 1 0.0119 0.0371 10 0.859 0 6.92 6.92 World Transportation
- 2 -24.7 155 1e+04 0.859 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.029 -0.0701 3.08 0.0936 0 0 0 test.phys initStep
- 1 0.0139 -0.00555 10 0.0936 0 6.92 6.92 World Transportation
- 2 -21.8 93.2 1e+04 0.0936 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.029 -0.0701 3.08 9.33 0 0 0 test.phys initStep
- 1 0.0502 0.0252 10 9.33 0 6.92 6.92 World Transportation
- 2 30.6 138 1e+04 9.33 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.029 -0.0701 3.08 0.744 0 0 0 test.phys initStep
- 1 0.000686 0.0496 10 0.744 0 6.92 6.92 World Transportation
- 2 -40.9 173 1e+04 0.744 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.029 -0.0701 3.08 0.505 0 0 0 test.phys initStep
- 1 0.00649 0.0129 10 0.505 0 6.92 6.92 World Transportation
- 2 -32.6 120 1e+04 0.505 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.029 -0.0701 3.08 0.0132 0 0 0 test.phys initStep
- 1 0.0299 -0.0675 3.28 0 0.00155 0.195 0.195 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0299 -0.0675 3.28 0.0116 0 0 0 test.phys initStep
- 1 0.0297 -0.067 3.28 0 0.0116 0.0017 0.0017 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.029 -0.0701 3.08 3.09 0 0 0 test.phys initStep
- 1 0.107 0.204 10 3.09 0 6.93 6.93 World Transportation
- 2 112 396 1e+04 3.09 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -1e+03 100 0 0 0 World initStep
- 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
- 2 0 0 10 95.1 4.95 10 1.01e+03 World Transportation
- 3 -626 -801 1e+04 95.1 3.68e-22 1e+04 1.11e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 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.102 -0.0331 4.08 98.2 1.6 4.08 1e+03 test.phys biasWrapper(eBrem)
- 3 0.115 -0.0532 4.69 97.5 0.186 0.607 1e+03 test.phys eIoni
- 4 0.132 -0.13 6.99 96.6 0.848 2.3 1.01e+03 test.phys biasWrapper(eBrem)
- 5 0.133 -0.145 7.79 96.2 0.279 0.803 1.01e+03 test.phys biasWrapper(eBrem)
- 6 0.14 -0.147 8.26 22.6 0.363 0.472 1.01e+03 test.phys biasWrapper(eBrem)
- 7 0.202 -0.152 10 22.1 0.525 1.74 1.01e+03 World Transportation
- 8 -216 -658 1e+04 22.1 3.23e-22 1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.115 -0.0532 4.69 0.492 0 0 0 test.phys initStep
- 1 0.138 -0.309 4.86 0 0.492 0.823 0.823 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.14 -0.147 8.26 73.2 0 0 0 test.phys initStep
- 1 0.186 -0.138 10 73.2 0 1.74 1.74 World Transportation
- 2 264 52.1 1e+04 73.2 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.133 -0.145 7.79 0.134 0 0 0 test.phys initStep
- 1 0.176 -0.16 10 0.134 0 2.21 2.21 World Transportation
- 2 194 -64.2 1e+04 0.134 0 9.99e+03 9.99e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.132 -0.13 6.99 0.0407 0 0 0 test.phys initStep
- 1 0.154 -0.171 10 0.0407 0 3.01 3.01 World Transportation
- 2 71.5 -137 1e+04 0.0407 0 9.99e+03 9.99e+03 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.102 -0.0331 4.08 0.66 0 0 0 test.phys initStep
- 1 0.246 -0.197 10 0.66 0 5.92 5.92 World Transportation
- 2 242 -277 1e+04 0.66 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.102 -0.0331 4.08 0.12 0 0 0 test.phys initStep
- 1 0.224 -0.181 10 0.12 0 5.92 5.92 World Transportation
- 2 206 -249 1e+04 0.12 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.102 -0.0331 4.08 28.9 0 0 0 test.phys initStep
- 1 0.215 -0.196 10 28.9 0 5.92 5.92 World Transportation
- 2 190 -275 1e+04 28.9 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.102 -0.0331 4.08 0.216 0 0 0 test.phys initStep
- 1 0.224 -0.166 10 0.216 0 5.92 5.92 World Transportation
- 2 205 -224 1e+04 0.216 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.102 -0.0331 4.08 0.791 0 0 0 test.phys initStep
- 1 0.216 -0.155 10 0.791 0 5.92 5.92 World Transportation
- 2 193 -205 1e+04 0.791 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.102 -0.0331 4.08 0.00972 0 0 0 test.phys initStep
- 1 0.102 -0.0331 4.08 0 0.00155 0.000396 0.000396 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.102 -0.0331 4.08 0.00817 0 0 0 test.phys initStep
- 1 0.102 -0.033 4.08 0 0.00817 0.00094 0.00094 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.102 -0.0331 4.08 1.54 0 0 0 test.phys initStep
- 1 0.239 -0.16 10 1.54 0 5.92 5.92 World Transportation
- 2 231 -214 1e+04 1.54 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.102 -0.0331 4.08 0.433 0 0 0 test.phys initStep
- 1 0.183 -0.196 10 0.433 0 5.92 5.92 World Transportation
- 2 137 -276 1e+04 0.433 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.102 -0.0331 4.08 0.0882 0 0 0 test.phys initStep
- 1 0.149 -0.132 7.83 0.0758 0 3.75 3.75 test.phys compt
- 2 5.58 -7.1 8.01 0.0704 0 8.84 12.6 test.phys compt
- 3 6.58 -12.6 0 0.0704 0 9.75 22.3 World Transportation
- 4 1.25e+03 -6.83e+03 -1e+04 0.0704 0 1.22e+04 1.22e+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.102 -0.0331 4.08 0.251 0 0 0 test.phys initStep
- 1 0.114 -0.0443 4.57 0.142 0 0.495 0.495 test.phys compt
- 2 -1.64 6.75 0 0.142 0 8.38 8.87 World Transportation
- 3 -2.58e+03 1e+04 -6.73e+03 0.142 0 1.23e+04 1.23e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.114 -0.0443 4.57 0.109 0 0 0 test.phys initStep
- 1 0.117 -0.0539 4.6 0 0.109 0.0805 0.0805 test.phys eIoni
-
-*********************************************************************************************************
-* 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 5.58 -7.1 8.01 0.00535 0 0 0 test.phys initStep
- 1 5.58 -7.1 8.01 0 0.00535 0.000465 0.000465 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.149 -0.132 7.83 0.0124 0 0 0 test.phys initStep
- 1 0.149 -0.132 7.83 0 0.0124 0.00192 0.00192 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.113 -0.0952 5.17 97.2 2.06 5.17 1.01e+03 test.phys biasWrapper(eBrem)
- 3 0.172 -0.122 8.5 95.9 1.3 3.34 1.01e+03 test.phys biasWrapper(eBrem)
- 4 0.181 -0.162 10 95.3 0.564 1.5 1.01e+03 World Transportation
- 5 114 -270 1e+04 95.3 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.172 -0.122 8.5 0.00938 0 0 0 test.phys initStep
- 1 0.173 -0.125 8.63 0 0.00155 0.126 0.126 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.173 -0.125 8.63 0.00783 0 0 0 test.phys initStep
- 1 0.173 -0.125 8.63 0 0.00783 0.000876 0.000876 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.113 -0.0952 5.17 0.185 0 0 0 test.phys initStep
- 1 0.262 -0.106 9.11 0.179 0 3.94 3.94 test.phys compt
- 2 0.714 -0.145 10 0.179 0 1 4.94 World Transportation
- 3 5.05e+03 -437 1e+04 0.179 0 1.12e+04 1.12e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.262 -0.106 9.11 0.00594 0 0 0 test.phys initStep
- 1 0.262 -0.106 9.11 0 0.00594 0.000553 0.000553 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.113 -0.0952 5.17 0.454 0 0 0 test.phys initStep
- 1 0.289 -0.11 10 0.454 0 4.84 4.84 World Transportation
- 2 362 -30.4 1e+04 0.454 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.113 -0.0952 5.17 0.163 0 0 0 test.phys initStep
- 1 0.28 -0.134 10 0.163 0 4.84 4.84 World Transportation
- 2 344 -80.5 1e+04 0.163 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.113 -0.0952 5.17 0.00619 0 0 0 test.phys initStep
- 1 0.114 -0.0952 5.17 0 0.00155 0.00729 0.00729 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.114 -0.0952 5.17 0.00464 0 0 0 test.phys initStep
- 1 0.114 -0.0953 5.17 0 0.00464 0.000369 0.000369 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.113 -0.0952 5.17 1.3 0 0 0 test.phys initStep
- 1 0.27 -0.122 10 1.3 0 4.84 4.84 World Transportation
- 2 324 -54.8 1e+04 1.3 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.113 -0.0952 5.17 0.437 0 0 0 test.phys initStep
- 1 0.715 -0.052 10 0.437 0 4.87 4.87 World Transportation
- 2 1.24e+03 89.2 1e+04 0.437 0 1.01e+04 1.01e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.113 -0.0952 5.17 1.49 0 0 0 test.phys initStep
- 1 0.289 -0.107 10 1.49 0 4.84 4.84 World Transportation
- 2 364 -24.4 1e+04 1.49 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.113 -0.0952 5.17 4.66 0 0 0 test.phys initStep
- 1 0.322 -0.157 10 4.66 0 4.84 4.84 World Transportation
- 2 432 -128 1e+04 4.66 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.113 -0.0952 5.17 0.0231 0 0 0 test.phys initStep
- 1 0.182 -0.0985 6.6 0 0.00155 1.43 1.43 test.phys phot
+ 0 0.121 0.046 5.29 0.0195 0 0 0 test.phys initStep
+ 1 0.126 0.0422 5.57 0.0195 7.17e-05 0.277 0.277 test.phys compt
+ 2 0.252 -0.191 6.1 0 0.00155 0.594 0.87 test.phys phot
*********************************************************************************************************
* 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.182 -0.0985 6.6 0.0216 0 0 0 test.phys initStep
- 1 0.181 -0.0982 6.6 0 0.0216 0.00495 0.00495 test.phys eIoni
+ 0 0.252 -0.191 6.1 0.0179 0 0 0 test.phys initStep
+ 1 0.252 -0.191 6.1 0 0.0179 0.00359 0.00359 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.113 -0.0952 5.17 0.748 0 0 0 test.phys initStep
- 1 0.302 -0.139 10 0.748 0 4.84 4.84 World Transportation
- 2 389 -91.5 1e+04 0.748 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.121 0.046 5.29 17.8 0 0 0 test.phys initStep
+ 1 0.00906 0.0585 10 17.8 0 4.71 4.71 World Transportation
+ 2 -236 26.6 1e+04 17.8 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
@@ -2032,126 +1402,905 @@ Step# X(mm) Y(mm) Z(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.0369 0.0939 3.61 98.2 1.79 3.61 1e+03 test.phys biasWrapper(eBrem)
- 3 0.47 0.0865 10 96 2.17 6.41 1.01e+03 World Transportation
- 4 363 -451 1e+04 96 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation
+ 2 0.000257 -0.00434 0.479 85.3 0.235 0.48 1e+03 test.phys biasWrapper(eBrem)
+ 3 -0.0892 0.339 9.19 81.3 3.15 8.72 1.01e+03 test.phys biasWrapper(eBrem)
+ 4 -0.157 0.367 10 81 0.278 0.812 1.01e+03 World Transportation
+ 5 -1.28e+03 653 1e+04 81 3.65e-22 1.01e+04 1.11e+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.0892 0.339 9.19 0.852 0 0 0 test.phys initStep
+ 1 -0.152 0.373 10 0.852 0 0.812 0.812 World Transportation
+ 2 -781 415 1e+04 0.852 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.0369 0.0939 3.61 9.95 0 0 0 test.phys initStep
- 1 0.453 0.134 10 9.95 0 6.4 6.4 World Transportation
- 2 651 62.8 1e+04 9.95 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.000257 -0.00434 0.479 0.102 0 0 0 test.phys initStep
+ 1 -0.0784 -0.107 10 0.102 0 9.52 9.52 World Transportation
+ 2 -82.6 -108 1e+04 0.102 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0369 0.0939 3.61 6.81 0 0 0 test.phys initStep
- 1 0.449 0.0992 10 6.81 0 6.4 6.4 World Transportation
- 2 645 8.35 1e+04 6.81 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.000257 -0.00434 0.479 1.73 0 0 0 test.phys initStep
+ 1 -0.06 0.0282 3.76 0.393 0 3.28 3.28 test.phys compt
+ 2 81.2 -60.8 5.22 0.282 0 101 105 test.phys compt
+ 3 86.4 -59.5 10 0.282 0 7.22 112 World Transportation
+ 4 1e+04 2.33e+03 9.02e+03 0.282 0 1.36e+04 1.37e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 81.2 -60.8 5.22 0.111 0 0 0 test.phys initStep
+ 1 81.2 -60.8 5.2 0 0.111 0.0826 0.0826 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.06 0.0282 3.76 1.34 0 0 0 test.phys initStep
+ 1 -0.283 0.191 4.87 0.249 1.09 1.92 1.92 test.phys eIoni
+ 2 -0.237 0.253 4.8 0 0.249 0.304 2.22 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.0369 0.0939 3.61 0.0115 0 0 0 test.phys initStep
- 1 0.0843 0.0929 4.24 0 0.00155 0.632 0.632 test.phys phot
-
-*********************************************************************************************************
-* 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 0.0843 0.0929 4.24 0.00998 0 0 0 test.phys initStep
- 1 0.0839 0.0928 4.24 0 0.00998 0.00132 0.00132 test.phys eIoni
+ 0 0.000257 -0.00434 0.479 7.55 0 0 0 test.phys initStep
+ 1 -0.0901 -0.17 10 7.55 0 9.52 9.52 World Transportation
+ 2 -94.9 -174 1e+04 7.55 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.0369 0.0939 3.61 0.666 0 0 0 test.phys initStep
- 1 0.474 0.0491 10 0.666 0 6.41 6.41 World Transportation
- 2 684 -69.9 1e+04 0.666 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.000257 -0.00434 0.479 0.0204 0 0 0 test.phys initStep
+ 1 -0.00186 -0.00654 0.744 0 0.000119 0.265 0.265 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.00186 -0.00654 0.744 0.0203 0 0 0 test.phys initStep
+ 1 -0.00118 -0.00735 0.745 0 0.0203 0.00445 0.00445 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.0369 0.0939 3.61 5.39 0 0 0 test.phys initStep
- 1 0.476 0.0932 10 5.39 0 6.41 6.41 World Transportation
- 2 686 -1.03 1e+04 5.39 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.000257 -0.00434 0.479 3.52 0 0 0 test.phys initStep
+ 1 -0.0189 -0.239 10 3.52 0 9.52 9.52 World Transportation
+ 2 -20.1 -246 1e+04 3.52 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.0369 0.0939 3.61 0.314 0 0 0 test.phys initStep
- 1 0.452 0.0863 9.82 0 0.00155 6.22 6.22 test.phys phot
+ 0 0.000257 -0.00434 0.479 11.9 0 0 0 test.phys initStep
+ 1 -0.156 -0.11 10 11.9 0 9.52 9.52 World Transportation
+ 2 -164 -111 1e+04 11.9 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.0369 0.0939 3.61 0.0661 0 0 0 test.phys initStep
- 1 0.498 0.104 10 0.0661 0 6.41 6.41 World Transportation
- 2 721 15.2 1e+04 0.0661 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.000257 -0.00434 0.479 81.2 0 0 0 test.phys initStep
+ 1 -0.0871 -0.0613 10 81.2 0 9.52 9.52 World Transportation
+ 2 -91.8 -59.9 1e+04 81.2 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0369 0.0939 3.61 0.486 0 0 0 test.phys initStep
- 1 0.502 0.0742 10 0.486 0 6.41 6.41 World Transportation
- 2 727 -30.7 1e+04 0.486 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.000257 -0.00434 0.479 0.138 0 0 0 test.phys initStep
+ 1 -0.0583 -0.103 10 0.138 0 9.52 9.52 World Transportation
+ 2 -61.5 -104 1e+04 0.138 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.0369 0.0939 3.61 0.0163 0 0 0 test.phys initStep
- 1 0.118 0.09 4.89 0 0.00155 1.28 1.28 test.phys phot
+ 0 0.000257 -0.00434 0.479 0.0149 0 0 0 test.phys initStep
+ 1 -0.00358 -0.00718 0.749 0 0.000119 0.27 0.27 test.phys phot
+
+*********************************************************************************************************
+* 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.00358 -0.00718 0.749 0.0148 0 0 0 test.phys initStep
+ 1 -0.00288 -0.0075 0.75 0 0.0148 0.0026 0.0026 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.0369 0.0939 3.61 0.0434 0 0 0 test.phys initStep
- 1 0.491 0.031 10 0.0434 0 6.41 6.41 World Transportation
- 2 710 -98.3 1e+04 0.0434 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.000257 -0.00434 0.479 14.5 0 0 0 test.phys initStep
+ 1 -0.129 -0.156 10 14.5 0 9.52 9.52 World Transportation
+ 2 -136 -159 1e+04 14.5 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 0.000548 0.000206 0.158 97.8 0.0973 0.158 1e+03 test.phys eIoni
+ 3 -0.124 0.138 5.1 95 2.19 4.94 1.01e+03 test.phys eIoni
+ 4 -0.0685 0.245 9.71 93 1.54 4.62 1.01e+03 test.phys biasWrapper(eBrem)
+ 5 -0.0595 0.246 10 92.9 0.106 0.288 1.01e+03 World Transportation
+ 6 445 -17.9 1e+04 92.9 3.65e-22 1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.124 0.138 5.1 0.649 0 0 0 test.phys initStep
+ 1 -0.446 0.297 5.38 0.128 0.521 1.17 1.17 test.phys eIoni
+ 2 -0.423 0.274 5.4 0 0.128 0.104 1.27 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.000548 0.000206 0.158 2.1 0 0 0 test.phys initStep
+ 1 0.202 -0.0172 0.481 1.97 0.129 0.397 0.397 test.phys msc
+ 2 0.421 -0.18 0.678 1.88 0.0879 0.339 0.736 test.phys msc
+ 3 0.533 -0.207 0.998 1.75 0.13 0.345 1.08 test.phys msc
+ 4 0.54 -0.554 1.46 1.56 0.195 0.589 1.67 test.phys msc
+ 5 0.601 -0.657 2.16 1.23 0.325 0.802 2.47 test.phys msc
+ 6 0.419 0.18 2.83 0.732 0.501 1.37 3.84 test.phys msc
+ 7 0.559 0.408 3.31 0.0401 0.692 1.31 5.15 test.phys eIoni
+ 8 0.556 0.405 3.3 0 0.0401 0.0145 5.16 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.0685 0.245 9.71 0.0502 0 0 0 test.phys initStep
+ 1 -0.0485 0.237 10 0.0502 0 0.288 0.288 World Transportation
+ 2 695 -255 1e+04 0.0502 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.0685 0.245 9.71 0.178 0 0 0 test.phys initStep
+ 1 -0.0562 0.247 10 0.178 0 0.288 0.288 World Transportation
+ 2 426 84.6 1e+04 0.178 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.0685 0.245 9.71 26.9 0 0 0 test.phys initStep
+ 1 -0.0589 0.245 10 26.9 0 0.288 0.288 World Transportation
+ 2 334 17.2 1e+04 26.9 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0685 0.245 9.71 0.0106 0 0 0 test.phys initStep
+ 1 -0.0592 0.246 10 0.0106 0 0.288 0.288 World Transportation
+ 2 324 62.1 1e+04 0.0106 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0685 0.245 9.71 7.34 0 0 0 test.phys initStep
+ 1 -0.0594 0.245 10 7.34 0 0.288 0.288 World Transportation
+ 2 317 5.2 1e+04 7.34 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.0685 0.245 9.71 0.0514 0 0 0 test.phys initStep
+ 1 -0.0633 0.245 10 0.0514 0 0.288 0.288 World Transportation
+ 2 183 24.3 1e+04 0.0514 0 9.99e+03 9.99e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0685 0.245 9.71 0.108 0 0 0 test.phys initStep
+ 1 -0.0574 0.248 10 0.108 0 0.288 0.288 World Transportation
+ 2 385 129 1e+04 0.108 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.0685 0.245 9.71 0.016 0 0 0 test.phys initStep
+ 1 -0.0665 0.243 9.77 0 0.00155 0.0602 0.0602 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0665 0.243 9.77 0.0145 0 0 0 test.phys initStep
+ 1 -0.0669 0.243 9.77 0 0.0145 0.00248 0.00248 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.0685 0.245 9.71 0.228 0 0 0 test.phys initStep
+ 1 -0.0651 0.244 10 0.228 0 0.288 0.288 World Transportation
+ 2 119 -21 1e+04 0.228 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.0685 0.245 9.71 0.446 0 0 0 test.phys initStep
+ 1 -0.0591 0.246 10 0.446 0 0.288 0.288 World Transportation
+ 2 326 39.7 1e+04 0.446 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 -0.0309 -0.1 5.27 97.4 2.23 5.28 1.01e+03 test.phys biasWrapper(eBrem)
+ 3 0.809 -0.607 10 95.6 1.71 4.83 1.01e+03 World Transportation
+ 4 1.79e+03 -1.3e+03 1e+04 95.6 3.75e-22 1.02e+04 1.12e+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.0309 -0.1 5.27 0.0109 0 0 0 test.phys initStep
+ 1 -0.0243 -0.105 5.31 0 0.00155 0.04 0.04 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0243 -0.105 5.31 0.00935 0 0 0 test.phys initStep
+ 1 -0.024 -0.104 5.31 0 0.00935 0.00118 0.00118 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.0309 -0.1 5.27 0.0453 0 0 0 test.phys initStep
+ 1 0.824 -0.593 10 0.0453 0 4.83 4.83 World Transportation
+ 2 1.81e+03 -1.04e+03 1e+04 0.0453 0 1.02e+04 1.02e+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.0309 -0.1 5.27 0.897 0 0 0 test.phys initStep
+ 1 0.804 -0.609 10 0.897 0 4.83 4.83 World Transportation
+ 2 1.76e+03 -1.08e+03 1e+04 0.897 0 1.02e+04 1.02e+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.0309 -0.1 5.27 0.52 0 0 0 test.phys initStep
+ 1 0.821 -0.584 10 0.52 0 4.83 4.83 World Transportation
+ 2 1.8e+03 -1.02e+03 1e+04 0.52 0 1.02e+04 1.02e+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.0309 -0.1 5.27 12.1 0 0 0 test.phys initStep
+ 1 0.802 -0.588 10 12.1 0 4.82 4.82 World Transportation
+ 2 1.76e+03 -1.03e+03 1e+04 12.1 0 1.02e+04 1.02e+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.0309 -0.1 5.27 19.8 0 0 0 test.phys initStep
+ 1 0.818 -0.659 10 19.8 0 4.83 4.83 World Transportation
+ 2 1.8e+03 -1.18e+03 1e+04 19.8 0 1.02e+04 1.02e+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.0309 -0.1 5.27 0.572 0 0 0 test.phys initStep
+ 1 0.863 -0.583 10 0.572 0 4.83 4.83 World Transportation
+ 2 1.89e+03 -1.02e+03 1e+04 0.572 0 1.02e+04 1.02e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0309 -0.1 5.27 3.03 0 0 0 test.phys initStep
+ 1 0.813 -0.594 10 3.03 0 4.83 4.83 World Transportation
+ 2 1.78e+03 -1.04e+03 1e+04 3.03 0 1.02e+04 1.02e+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.0309 -0.1 5.27 0.00914 0 0 0 test.phys initStep
+ 1 -0.0165 -0.109 5.36 0 0.00155 0.0847 0.0847 test.phys phot
+
+*********************************************************************************************************
+* 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.0309 -0.1 5.27 0.412 0 0 0 test.phys initStep
+ 1 0.815 -0.621 10 0.412 0 4.83 4.83 World Transportation
+ 2 1.79e+03 -1.1e+03 1e+04 0.412 0 1.02e+04 1.02e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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.0165 -0.109 5.36 0.00759 0 0 0 test.phys initStep
+ 1 -0.0162 -0.109 5.36 0 0.00759 0.000831 0.000831 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.0197 -0.00991 1.83 53.9 0.77 1.83 1e+03 test.phys biasWrapper(eBrem)
+ 3 0.0559 -0.113 4.36 51.8 1.1 2.54 1e+03 test.phys eIoni
+ 4 0.245 -0.163 8.13 50.5 1.29 3.78 1.01e+03 test.phys biasWrapper(eBrem)
+ 5 0.301 -0.21 9.43 46.5 0.464 1.3 1.01e+03 test.phys eIoni
+ 6 0.313 -0.206 9.6 45.6 0.062 0.175 1.01e+03 test.phys eIoni
+ 7 0.336 -0.205 10 45.3 0.29 0.397 1.01e+03 World Transportation
+ 8 653 24.5 1e+04 45.3 3.44e-22 1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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.313 -0.206 9.6 0.806 0 0 0 test.phys initStep
+ 1 0.415 -0.0678 9.69 0.743 0.0629 0.205 0.205 test.phys msc
+ 2 0.429 0.096 9.77 0.689 0.0548 0.185 0.391 test.phys msc
+ 3 0.448 0.232 9.81 0.634 0.0548 0.15 0.54 test.phys msc
+ 4 0.468 0.362 9.8 0.558 0.0758 0.132 0.672 test.phys msc
+ 5 0.444 0.416 9.89 0.503 0.0546 0.112 0.784 test.phys msc
+ 6 0.455 0.445 9.94 0.48 0.0235 0.0635 0.848 test.phys msc
+ 7 0.479 0.476 9.98 0.46 0.0203 0.0538 0.902 test.phys msc
+ 8 0.484 0.485 10 0.451 0.00836 0.0247 0.927 World Transportation
+ 9 1.81e+03 4.52e+03 1e+04 0.451 3.49e-22 1.11e+04 1.11e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.301 -0.21 9.43 3.59 0 0 0 test.phys initStep
+ 1 0.201 -0.485 10 3.22 0.366 0.662 0.662 World Transportation
+ 2 -5.3e+03 -4.18e+03 1e+04 3.22 3.28e-22 1.21e+04 1.21e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0559 -0.113 4.36 1.01 0 0 0 test.phys initStep
+ 1 -0.169 0.419 4.96 0.396 0.617 1.64 1.64 test.phys eIoni
+ 2 -0.0985 0.556 4.95 0.287 0.0968 0.215 1.85 test.phys biasWrapper(eBrem)
+ 3 -0.154 0.571 4.83 0 0.287 0.376 2.23 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 12
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0985 0.556 4.95 0.0124 0 0 0 test.phys initStep
+ 1 -0.225 0.592 4.75 0 0.00155 0.237 0.237 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.225 0.592 4.75 0.0109 0 0 0 test.phys initStep
+ 1 -0.226 0.593 4.75 0 0.0109 0.00152 0.00152 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.245 -0.163 8.13 0.00606 0 0 0 test.phys initStep
+ 1 0.246 -0.163 8.14 0 0.00155 0.00539 0.00539 test.phys phot
+
+*********************************************************************************************************
+* 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 0.246 -0.163 8.14 0.00451 0 0 0 test.phys initStep
+ 1 0.246 -0.163 8.14 0 0.00451 0.000353 0.000353 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.0197 -0.00991 1.83 6.24 0 0 0 test.phys initStep
+ 1 0.00828 -0.139 10 6.24 0 8.17 8.17 World Transportation
+ 2 34.2 -158 1e+04 6.24 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0197 -0.00991 1.83 0.1 0 0 0 test.phys initStep
+ 1 0.00573 -0.091 7.02 0.0798 0 5.2 5.2 test.phys compt
+ 2 -5.17 7.66 4.16 0.0635 0 9.75 14.9 test.phys compt
+ 3 -5.15 6.79 5.77 0.0624 0 1.84 16.8 test.phys compt
+ 4 -6.89 0.324 10 0.0624 0 7.92 24.7 World Transportation
+ 5 -2.69e+03 -1e+04 6.55e+03 0.0624 0 1.22e+04 1.23e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.15 6.79 5.77 0.00113 0 0 0 test.phys initStep
+ 1 -5.15 6.79 5.77 0 0.00113 4.37e-05 4.37e-05 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -5.17 7.66 4.16 0.0162 0 0 0 test.phys initStep
+ 1 -5.17 7.66 4.15 0 0.0162 0.00304 0.00304 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00573 -0.091 7.02 0.0205 0 0 0 test.phys initStep
+ 1 0.00617 -0.0917 7.03 0 0.0205 0.00453 0.00453 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.0197 -0.00991 1.83 0.022 0 0 0 test.phys initStep
+ 1 -0.0196 -0.0128 2 0 0.00155 0.173 0.173 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0196 -0.0128 2 0.0204 0 0 0 test.phys initStep
+ 1 -0.0205 -0.014 2 0 0.0204 0.0045 0.0045 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0197 -0.00991 1.83 1.97 0 0 0 test.phys initStep
+ 1 0.00044 -0.0852 10 1.97 0 8.17 8.17 World Transportation
+ 2 24.7 -92.1 1e+04 1.97 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.0197 -0.00991 1.83 0.126 0 0 0 test.phys initStep
+ 1 0.00573 -0.0841 7.24 0.123 0 5.41 5.41 test.phys compt
+ 2 -0.115 -1.36 10 0.123 0 3.05 8.46 World Transportation
+ 3 -438 -4.64e+03 1e+04 0.123 0 1.1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00573 -0.0841 7.24 0.00266 0 0 0 test.phys initStep
+ 1 0.00573 -0.0841 7.24 0 0.00266 0.000153 0.000153 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.0197 -0.00991 1.83 1.37 0 0 0 test.phys initStep
+ 1 0.000707 -0.137 10 1.37 0 8.17 8.17 World Transportation
+ 2 25 -156 1e+04 1.37 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.0197 -0.00991 1.83 3.29 0 0 0 test.phys initStep
+ 1 -0.000192 -0.128 10 3.29 0 8.17 8.17 World Transportation
+ 2 23.9 -144 1e+04 3.29 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.0197 -0.00991 1.83 5.83 0 0 0 test.phys initStep
+ 1 0.019 -0.112 10 5.83 0 8.17 8.17 World Transportation
+ 2 47.3 -125 1e+04 5.83 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.0197 -0.00991 1.83 4.52 0 0 0 test.phys initStep
+ 1 -0.0297 -0.107 10 4.52 0 8.17 8.17 World Transportation
+ 2 -12.2 -119 1e+04 4.52 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.0197 -0.00991 1.83 45.3 0 0 0 test.phys initStep
+ 1 0.0185 -0.128 10 45.3 0 8.17 8.17 World Transportation
+ 2 46.8 -144 1e+04 45.3 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 0.000217 0.000241 0.167 99.9 0.0509 0.167 1e+03 test.phys biasWrapper(eBrem)
+ 3 0.00609 -0.00432 1.1 99.5 0.317 0.933 1e+03 test.phys biasWrapper(eBrem)
+ 4 0.0389 0.0173 5.39 96.9 1.76 4.29 1.01e+03 test.phys eIoni
+ 5 0.034 0.0191 6.15 96.5 0.262 0.754 1.01e+03 test.phys biasWrapper(eBrem)
+ 6 0.0396 0.0593 8.08 95 0.72 1.93 1.01e+03 test.phys biasWrapper(eBrem)
+ 7 0.00577 0.116 10 94.3 0.717 1.92 1.01e+03 World Transportation
+ 8 -207 177 1e+04 94.3 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0389 0.0173 5.39 0.882 0 0 0 test.phys initStep
+ 1 -0.381 -0.292 5.86 0.203 0.679 1.5 1.5 test.phys eIoni
+ 2 -0.348 -0.361 5.84 0 0.203 0.22 1.72 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.0396 0.0593 8.08 0.812 0 0 0 test.phys initStep
+ 1 0.037 0.0731 10 0.812 0 1.92 1.92 World Transportation
+ 2 -13.2 71.7 1e+04 0.812 0 9.99e+03 9.99e+03 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.034 0.0191 6.15 0.0792 0 0 0 test.phys initStep
+ 1 0.00178 0.0607 10 0.0792 0 3.85 3.85 World Transportation
+ 2 -83.6 108 1e+04 0.0792 0 9.99e+03 9.99e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00609 -0.00432 1.1 0.118 0 0 0 test.phys initStep
+ 1 0.0853 -0.228 10 0.118 0 8.9 8.9 World Transportation
+ 2 89 -252 1e+04 0.118 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.000217 0.000241 0.167 0.0137 0 0 0 test.phys initStep
+ 1 0.00578 0.000233 0.937 0 0.00155 0.77 0.77 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00578 0.000233 0.937 0.0122 0 0 0 test.phys initStep
+ 1 0.00554 -0.000232 0.937 0 0.0122 0.00185 0.00185 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.000217 0.000241 0.167 0.15 0 0 0 test.phys initStep
+ 1 -0.0273 -0.0959 10 0.15 0 9.83 9.83 World Transportation
+ 2 -28 -97.7 1e+04 0.15 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.000217 0.000241 0.167 0.172 0 0 0 test.phys initStep
+ 1 0.135 0.115 10 0.172 0 9.83 9.83 World Transportation
+ 2 137 117 1e+04 0.172 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.000217 0.000241 0.167 0.557 0 0 0 test.phys initStep
+ 1 0.0265 0.0145 2.67 0.494 0 2.5 2.5 test.phys compt
+ 2 2.88 -2.67 10 0.494 0 8.31 10.8 World Transportation
+ 3 3.89e+03 -3.66e+03 1e+04 0.494 0 1.13e+04 1.13e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* 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 0.0265 0.0145 2.67 0.0625 0 0 0 test.phys initStep
+ 1 0.0198 0.0212 2.67 0 0.0625 0.0313 0.0313 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.000217 0.000241 0.167 82.2 0 0 0 test.phys initStep
+ 1 -0.203 -0.116 10 82.2 0 9.84 9.84 World Transportation
+ 2 -206 -118 1e+04 82.2 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.000217 0.000241 0.167 0.88 0 0 0 test.phys initStep
+ 1 0.0676 0.0417 10 0.88 0 9.83 9.83 World Transportation
+ 2 68.5 42.2 1e+04 0.88 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.000217 0.000241 0.167 3.17 0 0 0 test.phys initStep
+ 1 0.118 0.0551 10 3.17 0 9.83 9.83 World Transportation
+ 2 120 55.8 1e+04 3.17 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.000217 0.000241 0.167 83.6 0 0 0 test.phys initStep
+ 1 0.0438 0.0221 10 83.6 0 9.83 9.83 World Transportation
+ 2 44.3 22.3 1e+04 83.6 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.000217 0.000241 0.167 77.8 0 0 0 test.phys initStep
+ 1 0.0573 0.00917 10 77.8 0 9.83 9.83 World Transportation
+ 2 58.1 9.08 1e+04 77.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.000217 0.000241 0.167 0.0169 0 0 0 test.phys initStep
+ 1 0.0222 0.00375 0.686 0 0.00155 0.52 0.52 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0222 0.00375 0.686 0.0154 0 0 0 test.phys initStep
+ 1 0.0215 0.00317 0.686 0 0.0154 0.00277 0.00277 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.92 10 1.01e+03 World Transportation
+ 3 -386 434 1e+04 96.1 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 0.0501 0.0803 3.57 97 1.79 3.57 1e+03 test.phys eIoni
+ 3 0.347 0.215 8.47 95.2 1.85 4.91 1.01e+03 test.phys biasWrapper(eBrem)
+ 4 0.424 0.218 10 94.3 0.828 1.53 1.01e+03 World Transportation
+ 5 593 -146 1e+04 94.3 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0501 0.0803 3.57 1.18 0 0 0 test.phys initStep
+ 1 0.705 -0.175 4.27 0.448 0.727 1.79 1.79 test.phys eIoni
+ 2 0.878 -0.278 4.09 0 0.448 0.722 2.51 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.347 0.215 8.47 0.227 0 0 0 test.phys initStep
+ 1 0.405 0.223 10 0.227 0 1.53 1.53 World Transportation
+ 2 378 53 1e+04 0.227 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.347 0.215 8.47 0.0189 0 0 0 test.phys initStep
+ 1 0.368 0.218 8.91 0 0.000119 0.442 0.442 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.368 0.218 8.91 0.0188 0 0 0 test.phys initStep
+ 1 0.367 0.217 8.91 0 0.0188 0.00391 0.00391 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.347 0.215 8.47 0.128 0 0 0 test.phys initStep
+ 1 0.423 0.219 10 0.128 0 1.53 1.53 World Transportation
+ 2 495 22.1 1e+04 0.128 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.347 0.215 8.47 3.78 0 0 0 test.phys initStep
+ 1 0.423 0.218 10 3.78 0 1.53 1.53 World Transportation
+ 2 498 19.4 1e+04 3.78 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.347 0.215 8.47 16.9 0 0 0 test.phys initStep
+ 1 0.431 0.21 10 16.9 0 1.53 1.53 World Transportation
+ 2 553 -32 1e+04 16.9 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.347 0.215 8.47 4.46 0 0 0 test.phys initStep
+ 1 0.427 0.223 10 4.46 0 1.53 1.53 World Transportation
+ 2 521 49 1e+04 4.46 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.347 0.215 8.47 3.65 0 0 0 test.phys initStep
+ 1 0.421 0.223 10 3.65 0 1.53 1.53 World Transportation
+ 2 484 48.5 1e+04 3.65 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.347 0.215 8.47 0.23 0 0 0 test.phys initStep
+ 1 0.424 0.221 10 0.23 0 1.53 1.53 World Transportation
+ 2 503 34.9 1e+04 0.23 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.347 0.215 8.47 2.39 0 0 0 test.phys initStep
+ 1 0.437 0.222 10 2.39 0 1.53 1.53 World Transportation
+ 2 586 43.6 1e+04 2.39 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.347 0.215 8.47 0.0096 0 0 0 test.phys initStep
+ 1 0.347 0.215 8.49 0 0.00155 0.0154 0.0154 test.phys phot
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 3
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.118 0.09 4.89 0.0147 0 0 0 test.phys initStep
- 1 0.118 0.0909 4.89 0 0.0147 0.00256 0.00256 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 0.452 0.0863 9.82 0.312 0 0 0 test.phys initStep
- 1 0.388 0.0892 9.88 0.278 0.0347 0.101 0.101 test.phys msc
- 2 0.354 0.0921 9.92 0.259 0.0184 0.0605 0.162 test.phys msc
- 3 0.337 0.0974 9.96 0.237 0.0218 0.0502 0.212 test.phys msc
- 4 0.332 0.098 9.98 0.228 0.00939 0.0194 0.231 test.phys msc
- 5 0.332 0.0934 10 0.222 0.00631 0.017 0.248 test.phys msc
- 6 0.333 0.0917 10 0.22 0.00175 0.00323 0.252 World Transportation
- 7 288 -5.48e+03 1e+04 0.22 4.79e-22 1.14e+04 1.14e+04 OutOfWorld Transportation
+ 0 0.347 0.215 8.49 0.00805 0 0 0 test.phys initStep
+ 1 0.348 0.215 8.49 0 0.00805 0.000917 0.000917 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
@@ -2160,99 +2309,122 @@ Step# X(mm) Y(mm) Z(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.281 0.0667 7.73 94.7 3.02 7.74 1.01e+03 test.phys biasWrapper(eBrem)
- 3 0.395 -0.0318 10 93.9 0.747 2.28 1.01e+03 World Transportation
- 4 690 -394 1e+04 93.9 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation
+ 2 0.0255 -0.0111 1.58 99.4 0.538 1.58 1e+03 test.phys biasWrapper(eBrem)
+ 3 0.207 0.0606 10 96 3.38 8.43 1.01e+03 World Transportation
+ 4 281 -29.8 1e+04 96 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.281 0.0667 7.73 0.617 0 0 0 test.phys initStep
- 1 0.417 -0.0432 10 0.617 0 2.28 2.28 World Transportation
- 2 597 -484 1e+04 0.617 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0255 -0.0111 1.58 94.5 0 0 0 test.phys initStep
+ 1 0.104 -0.0929 10 94.5 0 8.42 8.42 World Transportation
+ 2 93.7 -97.2 1e+04 94.5 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.281 0.0667 7.73 0.346 0 0 0 test.phys initStep
- 1 0.403 -0.0281 10 0.346 0 2.27 2.27 World Transportation
- 2 537 -417 1e+04 0.346 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0255 -0.0111 1.58 0.00852 0 0 0 test.phys initStep
+ 1 0.0267 -0.0105 1.64 0 0.00155 0.0604 0.0604 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0267 -0.0105 1.64 0.00697 0 0 0 test.phys initStep
+ 1 0.0268 -0.0107 1.64 0 0.00697 0.000722 0.000722 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.281 0.0667 7.73 3.14 0 0 0 test.phys initStep
- 1 0.39 -0.0283 10 3.14 0 2.27 2.27 World Transportation
- 2 481 -418 1e+04 3.14 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0255 -0.0111 1.58 18.2 0 0 0 test.phys initStep
+ 1 0.215 0.0104 10 18.2 0 8.42 8.42 World Transportation
+ 2 224 25.5 1e+04 18.2 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.281 0.0667 7.73 39.6 0 0 0 test.phys initStep
- 1 0.409 -0.032 10 39.6 0 2.28 2.28 World Transportation
- 2 563 -435 1e+04 39.6 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0255 -0.0111 1.58 0.396 0 0 0 test.phys initStep
+ 1 -0.0137 -0.0466 10 0.396 0 8.42 8.42 World Transportation
+ 2 -46.6 -42.1 1e+04 0.396 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.281 0.0667 7.73 10.8 0 0 0 test.phys initStep
- 1 0.386 -0.0328 10 10.8 0 2.27 2.27 World Transportation
- 2 463 -438 1e+04 10.8 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0255 -0.0111 1.58 11.2 0 0 0 test.phys initStep
+ 1 0.198 0.0496 10 11.2 0 8.42 8.42 World Transportation
+ 2 205 72.1 1e+04 11.2 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.281 0.0667 7.73 12.9 0 0 0 test.phys initStep
- 1 0.398 -0.0339 10 12.9 0 2.27 2.27 World Transportation
- 2 514 -443 1e+04 12.9 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0255 -0.0111 1.58 4.77 0 0 0 test.phys initStep
+ 1 0.286 0.187 10 4.77 0 8.43 8.43 World Transportation
+ 2 309 235 1e+04 4.77 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.281 0.0667 7.73 15.9 0 0 0 test.phys initStep
- 1 0.403 -0.0246 10 15.9 0 2.27 2.27 World Transportation
- 2 538 -402 1e+04 15.9 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0255 -0.0111 1.58 29 0 0 0 test.phys initStep
+ 1 0.856 -0.544 10 29 0 8.48 8.48 World Transportation
+ 2 987 -633 1e+04 29 0 1.01e+04 1.01e+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.281 0.0667 7.73 5.19 0 0 0 test.phys initStep
- 1 0.388 -0.0264 10 5.19 0 2.27 2.27 World Transportation
- 2 470 -410 1e+04 5.19 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0255 -0.0111 1.58 18.8 0 0 0 test.phys initStep
+ 1 0.215 0.107 10 18.8 0 8.42 8.42 World Transportation
+ 2 225 140 1e+04 18.8 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.281 0.0667 7.73 1.58 0 0 0 test.phys initStep
- 1 0.386 -0.0281 10 1.58 0 2.27 2.27 World Transportation
- 2 464 -417 1e+04 1.58 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0255 -0.0111 1.58 0.768 0 0 0 test.phys initStep
+ 1 0.201 0.0768 10 0.768 0 8.42 8.42 World Transportation
+ 2 209 104 1e+04 0.768 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.281 0.0667 7.73 2.3 0 0 0 test.phys initStep
- 1 0.399 -0.0218 10 2.3 0 2.27 2.27 World Transportation
- 2 520 -390 1e+04 2.3 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0255 -0.0111 1.58 0.0775 0 0 0 test.phys initStep
+ 1 0.105 0.0607 4.51 0.0751 0 2.93 2.93 test.phys compt
+ 2 0.367 -0.0478 4.86 0 0.00155 0.453 3.38 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.367 -0.0478 4.86 0.0735 0 0 0 test.phys initStep
+ 1 0.369 -0.0401 4.87 0 0.0735 0.0413 0.0413 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.105 0.0607 4.51 0.0024 0 0 0 test.phys initStep
+ 1 0.105 0.0608 4.51 0 0.0024 0.000131 0.000131 test.phys eIoni
Run terminated.
Run Summary
Number of events processed : 10
@@ -2299,99 +2471,8 @@ BremSplittingOperator : starting run with brem. splitting factor = 10, biasing p
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 0 0 -1e+03 100 0 0 0 World initStep
1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
- 2 0.0516 -0.0193 7.88 96.7 3.27 7.89 1.01e+03 test.phys biasWrapper(eBrem)
- 3 0.15 -0.0181 10 95.8 0.86 2.12 1.01e+03 World Transportation
- 4 509 74.2 1e+04 95.8 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0516 -0.0193 7.88 9.6 0 0 0 test.phys initStep
- 1 0.15 -0.0191 10 9.6 0 2.12 2.12 World Transportation
- 2 464 1.21 1e+04 9.6 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.0516 -0.0193 7.88 37.8 0 0 0 test.phys initStep
- 1 0.174 -0.0308 10 37.8 0 2.12 2.12 World Transportation
- 2 577 -54.3 1e+04 37.8 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0516 -0.0193 7.88 0.389 0 0 0 test.phys initStep
- 1 0.148 -0.00738 10 0.389 0 2.12 2.12 World Transportation
- 2 452 56.3 1e+04 0.389 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.0516 -0.0193 7.88 0.46 0 0 0 test.phys initStep
- 1 0.151 -0.018 10 0.46 0 2.12 2.12 World Transportation
- 2 467 6.17 1e+04 0.46 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.0516 -0.0193 7.88 1.31 0 0 0 test.phys initStep
- 1 0.151 -0.0216 10 1.31 0 2.12 2.12 World Transportation
- 2 467 -10.9 1e+04 1.31 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.0516 -0.0193 7.88 4.56 0 0 0 test.phys initStep
- 1 0.142 -0.0164 10 4.56 0 2.12 2.12 World Transportation
- 2 424 13.6 1e+04 4.56 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0516 -0.0193 7.88 0.0602 0 0 0 test.phys initStep
- 1 0.148 -0.0273 10 0.0602 0 2.12 2.12 World Transportation
- 2 452 -37.5 1e+04 0.0602 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.0516 -0.0193 7.88 0.0565 0 0 0 test.phys initStep
- 1 0.151 -0.0173 10 0.0565 0 2.12 2.12 World Transportation
- 2 470 9.72 1e+04 0.0565 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.0516 -0.0193 7.88 0.445 0 0 0 test.phys initStep
- 1 0.152 -0.0061 10 0.445 0 2.12 2.12 World Transportation
- 2 471 62.3 1e+04 0.445 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.0516 -0.0193 7.88 0.049 0 0 0 test.phys initStep
- 1 0.141 -0.0136 10 0.049 0 2.12 2.12 World Transportation
- 2 421 26.9 1e+04 0.049 0 1e+04 1e+04 OutOfWorld Transportation
+ 2 0 0 10 96.3 3.74 10 1.01e+03 World Transportation
+ 3 -555 747 1e+04 96.3 3.68e-22 1e+04 1.1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
@@ -2400,321 +2481,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 0 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.00542 -0.00506 0.677 88.1 0.328 0.677 1e+03 test.phys biasWrapper(eBrem)
- 3 0.147 -0.0864 6.79 85.4 2.54 6.12 1.01e+03 test.phys biasWrapper(eBrem)
- 4 0.155 -0.152 7.64 12.6 0.279 0.852 1.01e+03 test.phys biasWrapper(eBrem)
- 5 0.258 -0.357 10 11.7 0.89 2.4 1.01e+03 World Transportation
- 6 489 1.52e+03 1e+04 11.7 3.08e-22 1.01e+04 1.11e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.155 -0.152 7.64 1.8 0 0 0 test.phys initStep
- 1 0.138 -0.356 10 1.8 0 2.37 2.37 World Transportation
- 2 -70.4 -866 1e+04 1.8 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.155 -0.152 7.64 0.165 0 0 0 test.phys initStep
- 1 0.15 -0.356 10 0.165 0 2.37 2.37 World Transportation
- 2 -21.2 -867 1e+04 0.165 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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.155 -0.152 7.64 0.105 0 0 0 test.phys initStep
- 1 0.166 -0.255 8.8 0.0824 0 1.16 1.16 test.phys compt
- 2 2.19 -8.86 4.82 0.0824 0 9.69 10.9 test.phys Rayl
- 3 6.39 -22.7 0 0.0824 0 15.2 26.1 World Transportation
- 4 3.04e+03 -1e+04 -3.48e+03 0.0824 0 1.1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 29
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.166 -0.255 8.8 0.0225 0 0 0 test.phys initStep
- 1 0.165 -0.254 8.8 0 0.0225 0.00533 0.00533 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.155 -0.152 7.64 2.02 0 0 0 test.phys initStep
- 1 0.142 -0.353 10 2.02 0 2.37 2.37 World Transportation
- 2 -56.8 -852 1e+04 2.02 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.155 -0.152 7.64 0.00601 0 0 0 test.phys initStep
- 1 0.155 -0.152 7.65 0 0.00155 0.00437 0.00437 test.phys phot
-
-*********************************************************************************************************
-* 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.155 -0.152 7.65 0.00446 0 0 0 test.phys initStep
- 1 0.155 -0.152 7.65 0 0.00446 0.000346 0.000346 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.155 -0.152 7.64 1.18 0 0 0 test.phys initStep
- 1 0.138 -0.367 10 1.18 0 2.37 2.37 World Transportation
- 2 -73.7 -912 1e+04 1.18 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.155 -0.152 7.64 1.57 0 0 0 test.phys initStep
- 1 0.135 -0.367 10 1.57 0 2.37 2.37 World Transportation
- 2 -85.5 -914 1e+04 1.57 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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.155 -0.152 7.64 0.164 0 0 0 test.phys initStep
- 1 0.139 -0.362 10 0.164 0 2.37 2.37 World Transportation
- 2 -69.8 -893 1e+04 0.164 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.155 -0.152 7.64 5.98 0 0 0 test.phys initStep
- 1 0.152 -0.322 10 5.98 0 2.36 2.36 World Transportation
- 2 -14.4 -722 1e+04 5.98 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.155 -0.152 7.64 72.4 0 0 0 test.phys initStep
- 1 0.117 -0.358 10 72.4 0 2.37 2.37 World Transportation
- 2 -163 -874 1e+04 72.4 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.147 -0.0864 6.79 0.101 0 0 0 test.phys initStep
- 1 0.132 -0.324 10 0.101 0 3.22 3.22 World Transportation
- 2 -44.8 -741 1e+04 0.101 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.147 -0.0864 6.79 8.58 0 0 0 test.phys initStep
- 1 0.135 -0.308 10 8.58 0 3.21 3.21 World Transportation
- 2 -37.1 -690 1e+04 8.58 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.147 -0.0864 6.79 0.124 0 0 0 test.phys initStep
- 1 0.166 -0.391 10 0.124 0 3.22 3.22 World Transportation
- 2 61.5 -948 1e+04 0.124 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.147 -0.0864 6.79 0.00887 0 0 0 test.phys initStep
- 1 0.146 -0.0877 6.81 0 0.00155 0.0182 0.0182 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.146 -0.0877 6.81 0.00732 0 0 0 test.phys initStep
- 1 0.146 -0.0877 6.81 0 0.00732 0.000783 0.000783 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.147 -0.0864 6.79 0.0749 0 0 0 test.phys initStep
- 1 0.145 -0.328 10 0.0749 0 3.22 3.22 World Transportation
- 2 -4.66 -752 1e+04 0.0749 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.147 -0.0864 6.79 27.7 0 0 0 test.phys initStep
- 1 0.156 -0.404 10 27.7 0 3.22 3.22 World Transportation
- 2 28.8 -991 1e+04 27.7 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.147 -0.0864 6.79 1.24 0 0 0 test.phys initStep
- 1 0.127 -0.334 10 1.24 0 3.22 3.22 World Transportation
- 2 -59.6 -770 1e+04 1.24 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.147 -0.0864 6.79 2.22 0 0 0 test.phys initStep
- 1 0.129 -0.316 10 2.22 0 3.22 3.22 World Transportation
- 2 -54.3 -717 1e+04 2.22 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.147 -0.0864 6.79 23.7 0 0 0 test.phys initStep
- 1 0.131 -0.339 10 23.7 0 3.22 3.22 World Transportation
- 2 -47.3 -789 1e+04 23.7 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.147 -0.0864 6.79 0.178 0 0 0 test.phys initStep
- 1 0.163 -0.298 10 0.178 0 3.21 3.21 World Transportation
- 2 50.8 -658 1e+04 0.178 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.00542 -0.00506 0.677 0.501 0 0 0 test.phys initStep
- 1 0.0227 0.0106 6.67 0.181 0 5.99 5.99 test.phys compt
- 2 0.859 -4.92 -8.88e-16 0.181 0 8.33 14.3 World Transportation
- 3 1.26e+03 -7.4e+03 -1e+04 0.181 0 1.25e+04 1.25e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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.0227 0.0106 6.67 0.32 0 0 0 test.phys initStep
- 1 0.0188 0.0371 6.82 0 0.32 0.444 0.444 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.00542 -0.00506 0.677 8.21 0 0 0 test.phys initStep
- 1 -0.0112 0.000838 10 8.21 0 9.32 9.32 World Transportation
- 2 -6.18 6.32 1e+04 8.21 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00542 -0.00506 0.677 1.77 0 0 0 test.phys initStep
- 1 -0.0434 0.0671 10 1.77 0 9.32 9.32 World Transportation
- 2 -40.7 77.4 1e+04 1.77 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.00542 -0.00506 0.677 0.703 0 0 0 test.phys initStep
- 1 0.0149 0.0812 10 0.703 0 9.32 9.32 World Transportation
- 2 21.8 92.5 1e+04 0.703 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.00542 -0.00506 0.677 0.108 0 0 0 test.phys initStep
- 1 -0.144 -0.0724 10 0.108 0 9.32 9.32 World Transportation
- 2 -149 -72.2 1e+04 0.108 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.00542 -0.00506 0.677 0.211 0 0 0 test.phys initStep
- 1 0.0214 0.0484 10 0.211 0 9.32 9.32 World Transportation
- 2 28.8 57.3 1e+04 0.211 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.00542 -0.00506 0.677 0.0462 0 0 0 test.phys initStep
- 1 0.00603 0.0794 10 0.0462 0 9.32 9.32 World Transportation
- 2 12.3 90.6 1e+04 0.0462 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.00542 -0.00506 0.677 0.0227 0 0 0 test.phys initStep
- 1 -0.00465 -0.00307 1.04 0 0.00155 0.361 0.361 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00465 -0.00307 1.04 0.0212 0 0 0 test.phys initStep
- 1 -0.00584 -0.0037 1.04 0 0.0212 0.0048 0.0048 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.00542 -0.00506 0.677 6.06 0 0 0 test.phys initStep
- 1 0.00192 0.00996 10 6.06 0 9.32 9.32 World Transportation
- 2 7.87 16.1 1e+04 6.06 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.00542 -0.00506 0.677 11.6 0 0 0 test.phys initStep
- 1 0.0169 0.0433 10 11.6 0 9.32 9.32 World Transportation
- 2 23.9 51.8 1e+04 11.6 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 2 0 0 10 96 4.01 10 1.01e+03 World Transportation
+ 3 -467 -1.06e+03 1e+04 96 3.69e-22 1.01e+04 1.11e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
@@ -2723,1249 +2491,411 @@ Step# X(mm) Y(mm) Z(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.0782 0.0289 3.18 98.3 1.23 3.18 1e+03 test.phys eIoni
- 3 -0.282 0.0459 10 95.9 2.32 6.83 1.01e+03 World Transportation
- 4 -1.04e+03 548 1e+04 95.9 3.69e-22 1.01e+04 1.11e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0782 0.0289 3.18 0.508 0 0 0 test.phys initStep
- 1 0.109 -0.151 3.37 0 0.508 0.859 0.859 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.0108 0.0078 0.988 98.5 0.345 0.988 1e+03 test.phys eIoni
- 3 0.045 -0.0554 3.96 35 1.07 2.98 1e+03 test.phys biasWrapper(eBrem)
- 4 0.483 -0.347 9.34 32.4 2.25 5.42 1.01e+03 test.phys biasWrapper(eBrem)
- 5 0.502 -0.337 10 31.8 0.617 0.657 1.01e+03 World Transportation
- 6 591 -104 1e+04 31.8 3.33e-22 1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0108 0.0078 0.988 1.11 0 0 0 test.phys initStep
- 1 -0.235 0.463 1.16 0.603 0.503 0.58 0.58 test.phys msc
- 2 -0.268 0.638 1.53 0 0.603 1.08 1.66 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.483 -0.347 9.34 0.0799 0 0 0 test.phys initStep
- 1 0.492 -0.335 10 0.0799 0 0.657 0.657 World Transportation
- 2 145 187 1e+04 0.0799 0 9.99e+03 9.99e+03 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.483 -0.347 9.34 5.31 0 0 0 test.phys initStep
- 1 0.502 -0.339 10 5.31 0 0.657 0.657 World Transportation
- 2 287 122 1e+04 5.31 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.483 -0.347 9.34 0.0842 0 0 0 test.phys initStep
- 1 0.499 -0.339 10 0.0842 0 0.657 0.657 World Transportation
- 2 243 130 1e+04 0.0842 0 9.99e+03 9.99e+03 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.483 -0.347 9.34 0.692 0 0 0 test.phys initStep
- 1 0.62 -0.313 10 0.692 0 0.671 0.671 World Transportation
- 2 2.09e+03 523 1e+04 0.692 0 1.02e+04 1.02e+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.483 -0.347 9.34 1.07 0 0 0 test.phys initStep
- 1 0.501 -0.336 10 1.07 0 0.657 0.657 World Transportation
- 2 269 172 1e+04 1.07 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.483 -0.347 9.34 0.0671 0 0 0 test.phys initStep
- 1 0.516 -0.331 10 0.0671 0 0.657 0.657 World Transportation
- 2 506 253 1e+04 0.0671 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.483 -0.347 9.34 0.00805 0 0 0 test.phys initStep
- 1 0.485 -0.346 9.4 0 0.00155 0.0606 0.0606 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.485 -0.346 9.4 0.0065 0 0 0 test.phys initStep
- 1 0.485 -0.346 9.4 0 0.0065 0.000643 0.000643 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.483 -0.347 9.34 3.2 0 0 0 test.phys initStep
- 1 0.497 -0.321 10 3.2 0 0.657 0.657 World Transportation
- 2 219 401 1e+04 3.2 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.483 -0.347 9.34 0.00936 0 0 0 test.phys initStep
- 1 0.486 -0.346 9.41 0 0.000119 0.0699 0.0699 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.486 -0.346 9.41 0.00924 0 0 0 test.phys initStep
- 1 0.486 -0.346 9.41 0 0.00924 0.00116 0.00116 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.483 -0.347 9.34 0.338 0 0 0 test.phys initStep
- 1 0.534 -0.189 10 0.338 0 0.677 0.677 World Transportation
- 2 786 2.4e+03 1e+04 0.338 0 1.03e+04 1.03e+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.045 -0.0554 3.96 0.0172 0 0 0 test.phys initStep
- 1 0.048 -0.0564 4.26 0 0.00155 0.301 0.301 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 12
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.048 -0.0564 4.26 0.0157 0 0 0 test.phys initStep
- 1 0.0489 -0.0562 4.26 0 0.0157 0.00286 0.00286 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.045 -0.0554 3.96 0.692 0 0 0 test.phys initStep
- 1 0.0986 -0.072 10 0.692 0 6.04 6.04 World Transportation
- 2 88.8 -27.6 1e+04 0.692 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.045 -0.0554 3.96 0.15 0 0 0 test.phys initStep
- 1 0.0356 -0.0915 10 0.15 0 6.04 6.04 World Transportation
- 2 -15.6 -59.8 1e+04 0.15 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.045 -0.0554 3.96 0.138 0 0 0 test.phys initStep
- 1 0.102 -0.0741 10 0.138 0 6.04 6.04 World Transportation
- 2 94 -31 1e+04 0.138 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.045 -0.0554 3.96 7.75 0 0 0 test.phys initStep
- 1 0.115 -0.0885 10 7.75 0 6.04 6.04 World Transportation
- 2 117 -55 1e+04 7.75 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.045 -0.0554 3.96 0.0462 0 0 0 test.phys initStep
- 1 0.257 -0.177 8.71 0 0.00155 4.75 4.75 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.257 -0.177 8.71 0.0446 0 0 0 test.phys initStep
- 1 0.255 -0.174 8.71 0 0.0446 0.0175 0.0175 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.045 -0.0554 3.96 0.0221 0 0 0 test.phys initStep
- 1 0.0458 -0.0556 4.02 0 0.000119 0.056 0.056 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 6
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0458 -0.0556 4.02 0.022 0 0 0 test.phys initStep
- 1 0.046 -0.0544 4.02 0 0.022 0.00512 0.00512 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.045 -0.0554 3.96 1.14 0 0 0 test.phys initStep
- 1 0.143 -0.0903 10 1.14 0 6.04 6.04 World Transportation
- 2 162 -57.9 1e+04 1.14 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.045 -0.0554 3.96 45.7 0 0 0 test.phys initStep
- 1 0.184 -0.136 10 45.7 0 6.04 6.04 World Transportation
- 2 230 -133 1e+04 45.7 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.045 -0.0554 3.96 62.5 0 0 0 test.phys initStep
- 1 0.116 -0.0862 10 62.5 0 6.04 6.04 World Transportation
- 2 118 -51.1 1e+04 62.5 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -1e+03 100 0 0 0 World initStep
- 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
- 2 0.00839 -0.0297 1.67 98.9 0.589 1.67 1e+03 test.phys eIoni
- 3 -0.133 -0.166 8.42 95.4 2.47 6.76 1.01e+03 test.phys eIoni
- 4 -0.183 -0.198 10 94.2 1.14 1.58 1.01e+03 World Transportation
- 5 -162 -235 1e+04 94.2 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.133 -0.166 8.42 1.08 0 0 0 test.phys initStep
- 1 -0.23 -0.896 8.6 0.772 0.305 0.824 0.824 test.phys msc
- 2 0.354 -1.25 8.2 0.279 0.492 0.893 1.72 test.phys msc
- 3 0.465 -1.21 8.25 0 0.279 0.362 2.08 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.00839 -0.0297 1.67 0.488 0 0 0 test.phys initStep
- 1 -0.18 0.133 1.84 0 0.488 0.814 0.814 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.00432 0.000561 0.502 99.5 0.194 0.502 1e+03 test.phys biasWrapper(eBrem)
- 3 -0.00611 -0.0149 10 95.9 3.68 9.51 1.01e+03 World Transportation
- 4 -79.4 -255 1e+04 95.9 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00432 0.000561 0.502 0.457 0 0 0 test.phys initStep
- 1 0.0229 -0.0102 1.6 0.406 0 1.09 1.09 test.phys compt
- 2 -4.67 0.234 10 0.406 0 9.63 10.7 World Transportation
- 3 -5.59e+03 290 1e+04 0.406 0 1.14e+04 1.15e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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.0229 -0.0102 1.6 0.0509 0 0 0 test.phys initStep
- 1 0.0296 -0.0107 1.6 0 0.0509 0.022 0.022 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.00432 0.000561 0.502 0.0224 0 0 0 test.phys initStep
- 1 -0.00375 0.000475 1.08 0 0.00155 0.578 0.578 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00375 0.000475 1.08 0.0208 0 0 0 test.phys initStep
- 1 -0.00385 -0.000864 1.08 0 0.0208 0.00467 0.00467 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.00432 0.000561 0.502 5.51 0 0 0 test.phys initStep
- 1 -0.0557 -0.0133 10 5.51 0 9.5 9.5 World Transportation
- 2 -54.1 -14.6 1e+04 5.51 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.00432 0.000561 0.502 0.0466 0 0 0 test.phys initStep
- 1 -0.00376 -0.00258 0.857 0.0466 0 0.355 0.355 test.phys Rayl
- 2 1.49 -0.222 6.57 0.0402 0 5.9 6.26 test.phys compt
- 3 -1.92 -1.24 4.01 0.0355 0 4.38 10.6 test.phys compt
- 4 -1.55 -0.813 4.02 0 0.000119 0.569 11.2 test.phys phot
-
-*********************************************************************************************************
-* 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 -1.55 -0.813 4.02 0.0353 0 0 0 test.phys initStep
- 1 -1.55 -0.811 4.02 0 0.0353 0.0117 0.0117 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -1.92 -1.24 4.01 0.00472 0 0 0 test.phys initStep
- 1 -1.92 -1.24 4.01 0 0.00472 0.000379 0.000379 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.49 -0.222 6.57 0.00642 0 0 0 test.phys initStep
- 1 1.49 -0.222 6.57 0 0.00642 0.000628 0.000628 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.00432 0.000561 0.502 4.55 0 0 0 test.phys initStep
- 1 0.0162 0.024 10 4.55 0 9.5 9.5 World Transportation
- 2 21.6 24.7 1e+04 4.55 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.00432 0.000561 0.502 0.0108 0 0 0 test.phys initStep
- 1 -0.00411 0.000861 0.796 0 0.00155 0.294 0.294 test.phys phot
-
-*********************************************************************************************************
-* 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 -0.00411 0.000861 0.796 0.00923 0 0 0 test.phys initStep
- 1 -0.00382 0.000965 0.796 0 0.00923 0.00115 0.00115 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.00432 0.000561 0.502 1.1 0 0 0 test.phys initStep
- 1 0.179 0.181 10 1.1 0 9.5 9.5 World Transportation
- 2 193 190 1e+04 1.1 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00432 0.000561 0.502 4.2 0 0 0 test.phys initStep
- 1 0.0121 0.0137 1.37 0.279 0 0.864 0.864 test.phys compt
- 2 -1.38 0.139 0 0.279 0 1.95 2.82 World Transportation
- 3 -1e+04 903 -9.81e+03 0.279 0 1.4e+04 1.4e+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.00432 0.000561 0.502 0.23 0 0 0 test.phys initStep
- 1 0.00741 0.204 10 0.23 0 9.5 9.5 World Transportation
- 2 12.3 215 1e+04 0.23 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.00432 0.000561 0.502 0.272 0 0 0 test.phys initStep
- 1 -0.0012 -0.0103 2.21 0.228 0 1.7 1.7 test.phys compt
- 2 2.02 0.552 3.96 0.228 0 2.74 4.44 test.phys Rayl
- 3 2.9 0.811 4.73 0.228 0 1.2 5.64 test.phys Rayl
- 4 7.09 2.77 10 0.228 0 7.01 12.7 World Transportation
- 5 7.94e+03 3.71e+03 1e+04 0.228 0 1.33e+04 1.33e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0012 -0.0103 2.21 0.0436 0 0 0 test.phys initStep
- 1 -0.00564 -0.0115 2.21 0 0.0436 0.0168 0.0168 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 4
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0121 0.0137 1.37 3.92 0 0 0 test.phys initStep
- 1 0.000304 0.0118 3.12 3.26 0.658 1.9 1.9 test.phys msc
- 2 -0.0475 0.0483 3.46 3.13 0.0951 0.351 2.25 test.phys biasWrapper(eBrem)
- 3 0.374 -1.25 5.27 1.97 1.16 2.3 4.55 test.phys msc
- 4 1.58 -1.69 6.33 1.04 0.925 2.34 6.9 test.phys eIoni
- 5 2.15 -2.07 6.85 0.484 0.558 1.67 8.56 test.phys eIoni
- 6 2.06 -1.83 6.99 0 0.484 0.805 9.37 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0475 0.0483 3.46 0.00768 0 0 0 test.phys initStep
- 1 -0.0429 0.0375 3.48 0 0.000119 0.0245 0.0245 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0475 0.0483 3.46 0.0544 0 0 0 test.phys initStep
- 1 0.278 -0.0341 10 0.0544 0 6.55 6.55 World Transportation
- 2 497 -126 1e+04 0.0544 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0475 0.0483 3.46 0.176 0 0 0 test.phys initStep
- 1 0.65 -3.72 10 0.176 0 7.58 7.58 World Transportation
- 2 1.07e+03 -5.77e+03 1e+04 0.176 0 1.16e+04 1.16e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0475 0.0483 3.46 0.00808 0 0 0 test.phys initStep
- 1 -0.0621 0.0433 3.55 0 0.00155 0.0859 0.0859 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0475 0.0483 3.46 0.0409 0 0 0 test.phys initStep
- 1 -0.0127 0.0274 3.54 0 0.00155 0.0915 0.0915 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0475 0.0483 3.46 0.0116 0 0 0 test.phys initStep
- 1 -0.0454 0.0324 3.61 0 0.00155 0.155 0.155 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0475 0.0483 3.46 0.0703 0 0 0 test.phys initStep
- 1 -0.222 -0.238 4.42 0.0654 0 1.01 1.01 test.phys compt
- 2 -6.01 4.95 9.26 0 0.00155 9.16 10.2 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0475 0.0483 3.46 0.0134 0 0 0 test.phys initStep
- 1 -0.0735 0.0182 3.71 0 0.00155 0.249 0.249 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0475 0.0483 3.46 0.0416 0 0 0 test.phys initStep
- 1 0.188 -0.813 9.47 0.0383 0 6.08 6.08 test.phys compt
- 2 -3.14 0.153 9.48 0 0.00155 3.46 9.54 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0475 0.0483 3.46 0.0416 0 0 0 test.phys initStep
- 1 -0.342 -0.21 5.95 0 0.00155 2.52 2.52 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 20
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.342 -0.21 5.95 0.04 0 0 0 test.phys initStep
- 1 -0.345 -0.212 5.95 0 0.04 0.0145 0.0145 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 21
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -3.14 0.153 9.48 0.0367 0 0 0 test.phys initStep
- 1 -3.14 0.156 9.48 0 0.0367 0.0125 0.0125 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 21
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.188 -0.813 9.47 0.00335 0 0 0 test.phys initStep
- 1 0.188 -0.813 9.47 0 0.00335 0.000219 0.000219 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 22
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0735 0.0182 3.71 0.0119 0 0 0 test.phys initStep
- 1 -0.0734 0.0182 3.71 0 0.0119 0.00178 0.00178 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 23
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -6.01 4.95 9.26 0.0638 0 0 0 test.phys initStep
- 1 -6.02 4.95 9.27 0 0.0638 0.0324 0.0324 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 23
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.222 -0.238 4.42 0.00497 0 0 0 test.phys initStep
- 1 -0.222 -0.238 4.42 0 0.00497 0.000412 0.000412 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 24
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0454 0.0324 3.61 0.01 0 0 0 test.phys initStep
- 1 -0.0459 0.0324 3.61 0 0.01 0.00133 0.00133 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 25
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0127 0.0274 3.54 0.0393 0 0 0 test.phys initStep
- 1 -0.0137 0.0245 3.55 0 0.0393 0.0141 0.0141 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 26
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0621 0.0433 3.55 0.00653 0 0 0 test.phys initStep
- 1 -0.0621 0.0434 3.55 0 0.00653 0.000647 0.000647 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0429 0.0375 3.48 0.00756 0 0 0 test.phys initStep
- 1 -0.0429 0.0377 3.48 0 0.00756 0.000826 0.000826 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.00502 0.00258 0.531 98.3 0.219 0.531 1e+03 test.phys biasWrapper(eBrem)
- 3 0.106 -0.00646 10 94.8 3.54 9.48 1.01e+03 World Transportation
- 4 221 54.8 1e+04 94.8 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.00502 0.00258 0.531 0.327 0 0 0 test.phys initStep
- 1 0.024 0.0315 10 0.327 0 9.47 9.47 World Transportation
- 2 20.1 30.5 1e+04 0.327 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.00502 0.00258 0.531 0.126 0 0 0 test.phys initStep
- 1 0.14 0.0771 10 0.126 0 9.47 9.47 World Transportation
- 2 142 78.7 1e+04 0.126 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.00502 0.00258 0.531 11.7 0 0 0 test.phys initStep
- 1 0.0171 -0.0248 10 11.7 0 9.47 9.47 World Transportation
- 2 12.8 -28.9 1e+04 11.7 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.00502 0.00258 0.531 41.1 0 0 0 test.phys initStep
- 1 0.129 0.0119 10 41.1 0 9.47 9.47 World Transportation
- 2 131 9.87 1e+04 41.1 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.00502 0.00258 0.531 0.672 0 0 0 test.phys initStep
- 1 0.107 -0.00803 10 0.672 0 9.47 9.47 World Transportation
- 2 107 -11.2 1e+04 0.672 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.00502 0.00258 0.531 35 0 0 0 test.phys initStep
- 1 0.0994 -0.000658 10 35 0 9.47 9.47 World Transportation
- 2 99.6 -3.42 1e+04 35 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.00502 0.00258 0.531 0.0256 0 0 0 test.phys initStep
- 1 0.0261 -0.00279 2.53 0 0.000119 2 2 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0261 -0.00279 2.53 0.0255 0 0 0 test.phys initStep
- 1 0.0243 -0.0028 2.53 0 0.0255 0.00662 0.00662 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.00502 0.00258 0.531 6.47 0 0 0 test.phys initStep
- 1 0.139 0.0271 10 6.47 0 9.47 9.47 World Transportation
- 2 142 25.9 1e+04 6.47 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.00502 0.00258 0.531 4.89 0 0 0 test.phys initStep
- 1 0.122 -0.0326 10 4.89 0 9.47 9.47 World Transportation
- 2 124 -37.2 1e+04 4.89 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.00502 0.00258 0.531 1.45 0 0 0 test.phys initStep
- 1 0.072 0.00913 6.81 0.339 0 6.28 6.28 test.phys compt
- 2 0.626 -2.9 6.35 0.151 0 2.99 9.28 test.phys compt
- 3 -1.01 1.92 10 0.151 0 6.26 15.5 World Transportation
- 4 -3.39e+03 1e+04 7.6e+03 0.151 0 1.3e+04 1.3e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.626 -2.9 6.35 0.188 0 0 0 test.phys initStep
- 1 0.641 -2.96 6.33 0 0.188 0.196 0.196 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.072 0.00913 6.81 1.11 0 0 0 test.phys initStep
- 1 0.0434 0.209 7.72 0.516 0.596 1.73 1.73 test.phys eIoni
- 2 0.301 0.0698 7.87 0 0.516 0.878 2.61 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.0682 -0.117 5.17 91.8 2.09 5.17 1.01e+03 test.phys biasWrapper(eBrem)
- 3 -0.133 -0.157 8.31 90.5 1.23 3.15 1.01e+03 test.phys biasWrapper(eBrem)
- 4 -0.194 -0.187 10 89.8 0.701 1.69 1.01e+03 World Transportation
- 5 -480 -282 1e+04 89.8 3.65e-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.133 -0.157 8.31 0.499 0 0 0 test.phys initStep
- 1 -0.188 -0.19 10 0.499 0 1.69 1.69 World Transportation
- 2 -326 -197 1e+04 0.499 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.133 -0.157 8.31 0.0159 0 0 0 test.phys initStep
- 1 -0.163 -0.173 9.33 0 0.00155 1.02 1.02 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 20
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.163 -0.173 9.33 0.0143 0 0 0 test.phys initStep
- 1 -0.162 -0.173 9.33 0 0.0143 0.00245 0.00245 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.133 -0.157 8.31 0.304 0 0 0 test.phys initStep
- 1 -0.194 -0.159 10 0.304 0 1.69 1.69 World Transportation
- 2 -360 -17.6 1e+04 0.304 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.133 -0.157 8.31 12.7 0 0 0 test.phys initStep
- 1 -0.198 -0.194 10 12.7 0 1.69 1.69 World Transportation
- 2 -384 -222 1e+04 12.7 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.133 -0.157 8.31 15 0 0 0 test.phys initStep
- 1 -0.144 -0.163 8.57 0.882 0 0.261 0.261 test.phys compt
- 2 1.52 -2.34 10 0.882 0 3.09 3.35 World Transportation
- 3 7.65e+03 -1e+04 6.57e+03 0.882 0 1.42e+04 1.42e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 17
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.144 -0.163 8.57 14.2 0 0 0 test.phys initStep
- 1 -0.255 -0.137 10 13.7 0.474 1.44 1.44 World Transportation
- 2 74.8 -577 1e+04 13.7 3.09e-22 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.133 -0.157 8.31 0.0198 0 0 0 test.phys initStep
- 1 -0.21 -0.225 9.92 0 0.00155 1.61 1.61 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.21 -0.225 9.92 0.0182 0 0 0 test.phys initStep
- 1 -0.209 -0.224 9.92 0 0.0182 0.0037 0.0037 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.133 -0.157 8.31 0.011 0 0 0 test.phys initStep
- 1 -0.134 -0.157 8.33 0 0.00155 0.0241 0.0241 test.phys phot
-
-*********************************************************************************************************
-* 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 -0.134 -0.157 8.33 0.00946 0 0 0 test.phys initStep
- 1 -0.134 -0.157 8.33 0 0.00946 0.00121 0.00121 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.133 -0.157 8.31 8.16 0 0 0 test.phys initStep
- 1 -0.194 -0.19 10 8.16 0 1.69 1.69 World Transportation
- 2 -363 -197 1e+04 8.16 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.133 -0.157 8.31 0.676 0 0 0 test.phys initStep
- 1 -0.189 -0.181 10 0.676 0 1.69 1.69 World Transportation
- 2 -332 -147 1e+04 0.676 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.133 -0.157 8.31 0.0245 0 0 0 test.phys initStep
- 1 -0.134 -0.157 8.36 0 0.00155 0.0515 0.0515 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.134 -0.157 8.36 0.0229 0 0 0 test.phys initStep
- 1 -0.135 -0.156 8.36 0 0.0229 0.00551 0.00551 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.0682 -0.117 5.17 10.2 0 0 0 test.phys initStep
- 1 -0.159 -0.265 10 10.2 0 4.84 4.84 World Transportation
- 2 -188 -308 1e+04 10.2 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.0682 -0.117 5.17 0.0999 0 0 0 test.phys initStep
- 1 -0.189 -0.26 10 0.0999 0 4.84 4.84 World Transportation
- 2 -250 -297 1e+04 0.0999 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0682 -0.117 5.17 15.3 0 0 0 test.phys initStep
- 1 -0.124 -0.269 10 15.3 0 4.84 4.84 World Transportation
- 2 -116 -315 1e+04 15.3 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.0682 -0.117 5.17 0.0306 0 0 0 test.phys initStep
- 1 -0.172 -0.248 10 0.0306 0 4.84 4.84 World Transportation
- 2 -216 -271 1e+04 0.0306 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.0682 -0.117 5.17 0.0242 0 0 0 test.phys initStep
- 1 -0.0903 -0.14 6.05 0 0.00155 0.88 0.88 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0903 -0.14 6.05 0.0226 0 0 0 test.phys initStep
- 1 -0.0916 -0.139 6.05 0 0.0226 0.0054 0.0054 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.0682 -0.117 5.17 37.9 0 0 0 test.phys initStep
- 1 -0.153 -0.256 10 37.9 0 4.84 4.84 World Transportation
- 2 -176 -289 1e+04 37.9 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0682 -0.117 5.17 0.0273 0 0 0 test.phys initStep
- 1 -0.0933 -0.153 6.06 0 0.00155 0.899 0.899 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 5
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0933 -0.153 6.06 0.0258 0 0 0 test.phys initStep
- 1 -0.0927 -0.154 6.07 0 0.0258 0.00676 0.00676 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.0682 -0.117 5.17 5.42 0 0 0 test.phys initStep
- 1 -0.184 -0.238 10 5.42 0 4.84 4.84 World Transportation
- 2 -240 -251 1e+04 5.42 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.0682 -0.117 5.17 6.31 0 0 0 test.phys initStep
- 1 -0.102 -0.252 10 6.31 0 4.84 4.84 World Transportation
- 2 -69.3 -281 1e+04 6.31 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.0682 -0.117 5.17 6.14 0 0 0 test.phys initStep
- 1 -0.165 -0.285 10 6.14 0 4.84 4.84 World Transportation
- 2 -201 -349 1e+04 6.14 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0 0 -1e+03 100 0 0 0 World initStep
- 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
- 2 0.000467 -0.000766 0.156 99.7 0.0417 0.156 1e+03 test.phys biasWrapper(eBrem)
- 3 0.109 0.0287 5.08 94.3 1.68 4.93 1.01e+03 test.phys biasWrapper(eBrem)
- 4 0.0751 0.0185 8.47 92.1 1.24 3.38 1.01e+03 test.phys eIoni
- 5 0.0397 -0.0484 10 91.4 0.63 1.53 1.01e+03 World Transportation
- 6 -374 -492 1e+04 91.4 3.65e-22 1e+04 1.1e+04 OutOfWorld Transportation
+ 2 -0.056 -0.0463 2.99 98.9 1.12 2.99 1e+03 test.phys biasWrapper(eBrem)
+ 3 -0.0796 -0.0646 4 98.4 0.293 1.02 1e+03 test.phys biasWrapper(eBrem)
+ 4 -0.103 -0.0641 5.2 97.3 0.357 1.2 1.01e+03 test.phys eIoni
+ 5 -0.177 -0.0437 10 95 2.34 4.81 1.01e+03 World Transportation
+ 6 -28.2 262 1e+04 95 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation
*********************************************************************************************************
* 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.0751 0.0185 8.47 0.961 0 0 0 test.phys initStep
- 1 0.261 -0.164 9.17 0.592 0.369 0.961 0.961 test.phys msc
- 2 -0.0197 0.0167 9.32 0.433 0.159 0.472 1.43 test.phys msc
- 3 -0.258 0.125 9.05 0.217 0.216 0.374 1.81 test.phys msc
- 4 -0.286 0.197 9.01 0 0.217 0.245 2.05 test.phys eIoni
+ 0 -0.103 -0.0641 5.2 0.759 0 0 0 test.phys initStep
+ 1 0.229 -0.339 5.58 0.113 0.646 1.35 1.35 test.phys eIoni
+ 2 0.227 -0.357 5.57 0.0341 0.039 0.0252 1.37 test.phys biasWrapper(eBrem)
+ 3 0.231 -0.358 5.57 0 0.0341 0.011 1.38 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 22
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.227 -0.357 5.57 0.0122 0 0 0 test.phys initStep
+ 1 0.392 -0.459 5.6 0 0.00155 0.197 0.197 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.392 -0.459 5.6 0.0106 0 0 0 test.phys initStep
+ 1 0.392 -0.46 5.6 0 0.0106 0.00146 0.00146 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 22
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.227 -0.357 5.57 0.0104 0 0 0 test.phys initStep
+ 1 0.255 -0.344 5.62 0 0.00155 0.0615 0.0615 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 31
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.255 -0.344 5.62 0.00888 0 0 0 test.phys initStep
+ 1 0.255 -0.344 5.62 0 0.00888 0.00108 0.00108 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 22
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.227 -0.357 5.57 0.00808 0 0 0 test.phys initStep
+ 1 0.235 -0.338 5.55 0 0.00155 0.0255 0.0255 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 30
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.235 -0.338 5.55 0.00653 0 0 0 test.phys initStep
+ 1 0.236 -0.338 5.55 0 0.00653 0.000647 0.000647 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 22
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.227 -0.357 5.57 0.0133 0 0 0 test.phys initStep
+ 1 0.348 -0.455 5.68 0 0.00155 0.191 0.191 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 29
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.348 -0.455 5.68 0.0117 0 0 0 test.phys initStep
+ 1 0.348 -0.455 5.68 0 0.0117 0.00173 0.00173 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 22
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.227 -0.357 5.57 0.015 0 0 0 test.phys initStep
+ 1 0.317 -0.647 5.72 0 0.00155 0.337 0.337 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 28
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.317 -0.647 5.72 0.0134 0 0 0 test.phys initStep
+ 1 0.317 -0.647 5.72 0 0.0134 0.00218 0.00218 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 22
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.227 -0.357 5.57 0.0451 0 0 0 test.phys initStep
+ 1 3.83 -2.61 6.14 0.0451 0 4.29 4.29 test.phys Rayl
+ 2 31.5 -14.1 2.43 0 0.00155 30.2 34.5 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 27
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 31.5 -14.1 2.43 0.0435 0 0 0 test.phys initStep
+ 1 31.5 -14.1 2.43 0 0.0435 0.0168 0.0168 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 22
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.227 -0.357 5.57 0.0088 0 0 0 test.phys initStep
+ 1 0.268 -0.525 5.66 0 0.00155 0.193 0.193 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 26
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.268 -0.525 5.66 0.00725 0 0 0 test.phys initStep
+ 1 0.268 -0.525 5.66 0 0.00725 0.000771 0.000771 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 22
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.227 -0.357 5.57 0.0113 0 0 0 test.phys initStep
+ 1 0.546 -0.132 5.56 0 0.00155 0.39 0.39 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 25
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.546 -0.132 5.56 0.0098 0 0 0 test.phys initStep
+ 1 0.546 -0.131 5.56 0 0.0098 0.00128 0.00128 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.227 -0.357 5.57 0.00963 0 0 0 test.phys initStep
+ 1 0.262 -0.27 5.65 0 0.000119 0.121 0.121 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 24
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.262 -0.27 5.65 0.00952 0 0 0 test.phys initStep
+ 1 0.262 -0.27 5.65 0 0.00952 0.00122 0.00122 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 22
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.227 -0.357 5.57 0.0399 0 0 0 test.phys initStep
+ 1 -1.29 -6.98 10 0.0399 0 8.11 8.11 World Transportation
+ 2 -2.29e+03 -1e+04 6.7e+03 0.0399 0 1.22e+04 1.22e+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.109 0.0287 5.08 0.307 0 0 0 test.phys initStep
- 1 0.0138 -0.105 10 0.307 0 4.92 4.92 World Transportation
- 2 -194 -272 1e+04 0.307 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 -0.0796 -0.0646 4 0.171 0 0 0 test.phys initStep
+ 1 -0.0849 0.00719 10 0.171 0 6 6 World Transportation
+ 2 -8.9 120 1e+04 0.171 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.109 0.0287 5.08 0.0127 0 0 0 test.phys initStep
- 1 0.109 0.027 5.12 0 0.00155 0.0323 0.0323 test.phys phot
+ 0 -0.0796 -0.0646 4 0.016 0 0 0 test.phys initStep
+ 1 -0.0824 -0.065 4.2 0 0.00155 0.194 0.194 test.phys phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 20
+* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 20
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.109 0.027 5.12 0.0112 0 0 0 test.phys initStep
- 1 0.109 0.0273 5.12 0 0.0112 0.0016 0.0016 test.phys eIoni
+ 0 -0.0824 -0.065 4.2 0.0144 0 0 0 test.phys initStep
+ 1 -0.0832 -0.0654 4.2 0 0.0144 0.00248 0.00248 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.109 0.0287 5.08 0.44 0 0 0 test.phys initStep
- 1 0.0447 -0.111 10 0.44 0 4.92 4.92 World Transportation
- 2 -131 -283 1e+04 0.44 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 -0.0796 -0.0646 4 0.026 0 0 0 test.phys initStep
+ 1 -0.144 -0.0856 6.91 0 0.00155 2.91 2.91 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.144 -0.0856 6.91 0.0245 0 0 0 test.phys initStep
+ 1 -0.145 -0.0845 6.91 0 0.0245 0.00616 0.00616 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.109 0.0287 5.08 0.218 0 0 0 test.phys initStep
- 1 0.0181 -0.103 10 0.218 0 4.92 4.92 World Transportation
- 2 -185 -267 1e+04 0.218 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 -0.0796 -0.0646 4 7.64 0 0 0 test.phys initStep
+ 1 -0.19 -0.0556 10 7.64 0 6 6 World Transportation
+ 2 -184 15 1e+04 7.64 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.109 0.0287 5.08 0.0338 0 0 0 test.phys initStep
- 1 0.071 -0.0222 6.77 0 0.00155 1.69 1.69 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 17
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.071 -0.0222 6.77 0.0323 0 0 0 test.phys initStep
- 1 0.0696 -0.0237 6.78 0 0.0323 0.00998 0.00998 test.phys eIoni
+ 0 -0.0796 -0.0646 4 9.38 0 0 0 test.phys initStep
+ 1 -0.205 -0.0853 10 9.38 0 6 6 World Transportation
+ 2 -210 -34.6 1e+04 9.38 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.109 0.0287 5.08 0.045 0 0 0 test.phys initStep
- 1 0.0686 -0.043 7.95 0 0.00155 2.87 2.87 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 16
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0686 -0.043 7.95 0.0435 0 0 0 test.phys initStep
- 1 0.0724 -0.0428 7.96 0 0.0435 0.0167 0.0167 test.phys eIoni
+ 0 -0.0796 -0.0646 4 25.1 0 0 0 test.phys initStep
+ 1 -0.157 -0.0999 10 25.1 0 6 6 World Transportation
+ 2 -129 -58.9 1e+04 25.1 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.109 0.0287 5.08 0.0541 0 0 0 test.phys initStep
- 1 -0.0118 -0.0785 9.1 0.053 0 4.02 4.02 test.phys compt
- 2 0.0239 0.578 10 0.053 0 1.12 5.13 World Transportation
- 3 394 7.26e+03 1e+04 0.053 0 1.24e+04 1.24e+04 OutOfWorld Transportation
+ 0 -0.0796 -0.0646 4 0.00605 0 0 0 test.phys initStep
+ 1 -0.0796 -0.0646 4 0 0.00155 0.00236 0.00236 test.phys phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 15
+* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 15
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0118 -0.0785 9.1 0.00117 0 0 0 test.phys initStep
- 1 -0.0118 -0.0786 9.1 0 0.00117 4.61e-05 4.61e-05 test.phys eIoni
+ 0 -0.0796 -0.0646 4 0.0045 0 0 0 test.phys initStep
+ 1 -0.0797 -0.0647 4 0 0.0045 0.000352 0.000352 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.109 0.0287 5.08 1.92 0 0 0 test.phys initStep
- 1 -0.0179 -0.073 10 1.92 0 4.92 4.92 World Transportation
- 2 -258 -207 1e+04 1.92 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 -0.0796 -0.0646 4 0.025 0 0 0 test.phys initStep
+ 1 -0.134 -0.0741 6.21 0 0.00155 2.2 2.2 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 14
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.134 -0.0741 6.21 0.0235 0 0 0 test.phys initStep
+ 1 -0.133 -0.0749 6.2 0 0.0235 0.00573 0.00573 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.109 0.0287 5.08 0.0357 0 0 0 test.phys initStep
- 1 -0.00602 -0.0943 10 0.0357 0 4.92 4.92 World Transportation
- 2 -234 -250 1e+04 0.0357 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 -0.0796 -0.0646 4 0.0146 0 0 0 test.phys initStep
+ 1 -0.124 -0.0786 5.49 0 0.00155 1.49 1.49 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 13
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.124 -0.0786 5.49 0.0131 0 0 0 test.phys initStep
+ 1 -0.124 -0.0789 5.49 0 0.0131 0.00209 0.00209 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.109 0.0287 5.08 3.75 0 0 0 test.phys initStep
- 1 0.0276 -0.108 10 3.75 0 4.92 4.92 World Transportation
- 2 -165 -277 1e+04 3.75 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 -0.0796 -0.0646 4 0.114 0 0 0 test.phys initStep
+ 1 -0.22 -0.0784 10 0.114 0 6 6 World Transportation
+ 2 -234 -23.1 1e+04 0.114 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.000467 -0.000766 0.156 0.0388 0 0 0 test.phys initStep
- 1 -0.00577 -0.0154 1.64 0 0.00155 1.48 1.48 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 11
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00577 -0.0154 1.64 0.0372 0 0 0 test.phys initStep
- 1 -0.00361 -0.0176 1.64 0 0.0372 0.0128 0.0128 test.phys eIoni
+ 0 -0.056 -0.0463 2.99 74.4 0 0 0 test.phys initStep
+ 1 -0.115 0.0598 10 74.4 0 7.02 7.02 World Transportation
+ 2 -84.7 151 1e+04 74.4 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.000467 -0.000766 0.156 0.0232 0 0 0 test.phys initStep
- 1 -0.0649 0.0862 5.12 0 0.00155 4.96 4.96 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0649 0.0862 5.12 0.0216 0 0 0 test.phys initStep
- 1 -0.0651 0.0853 5.11 0 0.0216 0.00498 0.00498 test.phys eIoni
+ 0 -0.056 -0.0463 2.99 91.1 0 0 0 test.phys initStep
+ 1 -0.219 -0.00765 10 91.1 0 7.02 7.02 World Transportation
+ 2 -232 55.1 1e+04 91.1 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.000467 -0.000766 0.156 2.9 0 0 0 test.phys initStep
- 1 -0.0238 0.0221 10 2.9 0 9.84 9.84 World Transportation
- 2 -24.6 23.2 1e+04 2.9 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 -0.056 -0.0463 2.99 6.75 0 0 0 test.phys initStep
+ 1 -0.231 -0.0763 10 6.75 0 7.02 7.02 World Transportation
+ 2 -249 -42.7 1e+04 6.75 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.000467 -0.000766 0.156 3.38 0 0 0 test.phys initStep
- 1 0.0441 0.062 10 3.38 0 9.84 9.84 World Transportation
- 2 44.3 63.8 1e+04 3.38 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 -0.056 -0.0463 2.99 0.246 0 0 0 test.phys initStep
+ 1 -0.172 0.0282 10 0.246 0 7.02 7.02 World Transportation
+ 2 -166 106 1e+04 0.246 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.000467 -0.000766 0.156 0.0381 0 0 0 test.phys initStep
- 1 -0.0186 -0.0146 1.75 0 0.00155 1.6 1.6 test.phys phot
+ 0 -0.056 -0.0463 2.99 0.0737 0 0 0 test.phys initStep
+ 1 -0.125 -0.0605 5.39 0 0.00155 2.4 2.4 test.phys phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 7
+* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 7
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0186 -0.0146 1.75 0.0365 0 0 0 test.phys initStep
- 1 -0.0216 -0.0174 1.75 0 0.0365 0.0124 0.0124 test.phys eIoni
+ 0 -0.125 -0.0605 5.39 0.0721 0 0 0 test.phys initStep
+ 1 -0.132 -0.0677 5.4 0 0.0721 0.04 0.04 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.000467 -0.000766 0.156 0.0642 0 0 0 test.phys initStep
- 1 -0.0272 -0.0517 10 0.0642 0 9.84 9.84 World Transportation
- 2 -28.1 -51.8 1e+04 0.0642 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 -0.056 -0.0463 2.99 0.588 0 0 0 test.phys initStep
+ 1 -0.139 -0.133 10 0.588 0 7.02 7.02 World Transportation
+ 2 -118 -124 1e+04 0.588 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.000467 -0.000766 0.156 4.84 0 0 0 test.phys initStep
- 1 -0.0267 -0.0202 10 4.84 0 9.84 9.84 World Transportation
- 2 -27.6 -19.8 1e+04 4.84 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 -0.056 -0.0463 2.99 0.0258 0 0 0 test.phys initStep
+ 1 -0.0589 -0.0554 3.41 0 0.00155 0.428 0.428 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0589 -0.0554 3.41 0.0242 0 0 0 test.phys initStep
+ 1 -0.0578 -0.0536 3.41 0 0.0242 0.00607 0.00607 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.000467 -0.000766 0.156 5.06 0 0 0 test.phys initStep
- 1 -0.0739 -0.0752 10 5.06 0 9.84 9.84 World Transportation
- 2 -75.5 -75.6 1e+04 5.06 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 -0.056 -0.0463 2.99 4.71 0 0 0 test.phys initStep
+ 1 0.00455 -0.173 10 4.71 0 7.02 7.02 World Transportation
+ 2 86.3 -180 1e+04 4.71 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.000467 -0.000766 0.156 2.37 0 0 0 test.phys initStep
- 1 -0.0832 0.00381 10 2.37 0 9.84 9.84 World Transportation
- 2 -85 4.64 1e+04 2.37 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 -0.056 -0.0463 2.99 0.682 0 0 0 test.phys initStep
+ 1 -0.194 -0.11 10 0.682 0 7.02 7.02 World Transportation
+ 2 -197 -91.1 1e+04 0.682 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.000467 -0.000766 0.156 0.271 0 0 0 test.phys initStep
- 1 -0.0143 -0.0651 10 0.271 0 9.84 9.84 World Transportation
- 2 -15 -65.4 1e+04 0.271 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 -0.056 -0.0463 2.99 0.0233 0 0 0 test.phys initStep
+ 1 -0.155 -0.0611 6.37 0 0.00155 3.39 3.39 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 2
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.155 -0.0611 6.37 0.0218 0 0 0 test.phys initStep
+ 1 -0.154 -0.0618 6.37 0 0.0218 0.00503 0.00503 test.phys eIoni
*********************************************************************************************************
* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
@@ -3974,898 +2904,1128 @@ Step# X(mm) Y(mm) Z(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.0771 -0.0522 3.6 98.6 1.36 3.6 1e+03 test.phys biasWrapper(eBrem)
- 3 -0.0743 -0.0583 3.81 95.5 0.0797 0.215 1e+03 test.phys biasWrapper(eBrem)
- 4 -0.022 -0.0864 5.59 94.8 0.705 1.78 1.01e+03 test.phys biasWrapper(eBrem)
- 5 -0.0128 -0.115 6.24 93 0.419 0.657 1.01e+03 test.phys eIoni
- 6 0.0124 -0.142 7.47 89.1 0.475 1.23 1.01e+03 test.phys eIoni
- 7 0.0414 -0.195 10 88.1 0.997 2.53 1.01e+03 World Transportation
- 8 383 -243 1e+04 88.1 3.64e-22 1e+04 1.1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0124 -0.142 7.47 3.39 0 0 0 test.phys initStep
- 1 0.314 -0.389 8.97 2.93 0.46 1.59 1.59 test.phys msc
- 2 0.36 -0.307 10 2.56 0.365 1.12 2.71 World Transportation
- 3 -936 1.72e+03 1e+04 2.56 2.74e-22 1.02e+04 1.02e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0128 -0.115 6.24 1.34 0 0 0 test.phys initStep
- 1 -0.241 -0.856 7.08 0.171 1.16 1.91 1.91 test.phys eIoni
- 2 -0.294 -0.846 7.11 0 0.171 0.168 2.08 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.022 -0.0864 5.59 5.07 0 0 0 test.phys initStep
- 1 0.0263 -0.23 10 5.07 0 4.41 4.41 World Transportation
- 2 110 -325 1e+04 5.07 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.022 -0.0864 5.59 0.427 0 0 0 test.phys initStep
- 1 0.0432 -0.204 10 0.427 0 4.41 4.41 World Transportation
- 2 148 -266 1e+04 0.427 0 9.99e+03 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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.022 -0.0864 5.59 0.0186 0 0 0 test.phys initStep
- 1 -0.0202 -0.0903 5.7 0 0.00155 0.114 0.114 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0202 -0.0903 5.7 0.0171 0 0 0 test.phys initStep
- 1 -0.0197 -0.091 5.7 0 0.0171 0.00331 0.00331 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.022 -0.0864 5.59 0.392 0 0 0 test.phys initStep
- 1 0.0118 -0.177 8.21 0.379 0 2.62 2.62 test.phys compt
- 2 0.125 0.287 10 0.379 0 1.85 4.48 World Transportation
- 3 633 2.59e+03 1e+04 0.379 0 1.03e+04 1.03e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 28
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.0118 -0.177 8.21 0.0123 0 0 0 test.phys initStep
- 1 0.0117 -0.177 8.21 0 0.0123 0.00189 0.00189 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.022 -0.0864 5.59 0.0134 0 0 0 test.phys initStep
- 1 -0.022 -0.0865 5.59 0 0.00155 0.0048 0.0048 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 27
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.022 -0.0865 5.59 0.0118 0 0 0 test.phys initStep
- 1 -0.0225 -0.0865 5.59 0 0.0118 0.00176 0.00176 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.022 -0.0864 5.59 50.9 0 0 0 test.phys initStep
- 1 -0.0199 -0.093 5.76 27.4 0 0.168 0.168 test.phys compt
- 2 -0.36 -0.661 10 27.4 0 4.29 4.46 World Transportation
- 3 -801 -1.34e+03 1e+04 27.4 0 1.01e+04 1.01e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 26
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0199 -0.093 5.76 23.5 0 0 0 test.phys initStep
- 1 0.384 -0.101 8.14 22.7 0.769 2.42 2.42 test.phys biasWrapper(eBrem)
- 2 0.587 0.0483 10 22 0.706 1.88 4.3 World Transportation
- 3 1.33e+03 640 1e+04 22 3.25e-22 1.01e+04 1.01e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 37
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.384 -0.101 8.14 7.37 0 0 0 test.phys initStep
- 1 0.585 0.0737 10 7.37 0 1.88 1.88 World Transportation
- 2 1.08e+03 936 1e+04 7.37 0 1.01e+04 1.01e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 37
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.384 -0.101 8.14 13.9 0 0 0 test.phys initStep
- 1 0.552 0.0544 10 13.9 0 1.87 1.87 World Transportation
- 2 901 833 1e+04 13.9 0 1.01e+04 1.01e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 37
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.384 -0.101 8.14 0.54 0 0 0 test.phys initStep
- 1 0.605 0.127 10 0.54 0 1.89 1.89 World Transportation
- 2 1.19e+03 1.22e+03 1e+04 0.54 0 1.01e+04 1.01e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 37
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.384 -0.101 8.14 6.95 0 0 0 test.phys initStep
- 1 0.623 0.0664 10 6.95 0 1.88 1.88 World Transportation
- 2 1.29e+03 897 1e+04 6.95 0 1.01e+04 1.01e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 37
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.384 -0.101 8.14 0.0067 0 0 0 test.phys initStep
- 1 0.391 -0.0998 8.18 0 0.000119 0.0454 0.0454 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.391 -0.0998 8.18 0.00658 0 0 0 test.phys initStep
- 1 0.391 -0.1 8.18 0 0.00658 0.000655 0.000655 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 37
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.384 -0.101 8.14 0.498 0 0 0 test.phys initStep
- 1 0.571 0.0282 10 0.498 0 1.87 1.87 World Transportation
- 2 1.01e+03 692 1e+04 0.498 0 1.01e+04 1.01e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 37
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.384 -0.101 8.14 1.93 0 0 0 test.phys initStep
- 1 0.566 0.0638 10 1.93 0 1.88 1.88 World Transportation
- 2 978 883 1e+04 1.93 0 1.01e+04 1.01e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.384 -0.101 8.14 0.984 0 0 0 test.phys initStep
- 1 0.548 0.0605 10 0.984 0 1.87 1.87 World Transportation
- 2 880 865 1e+04 0.984 0 1.01e+04 1.01e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 37
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.384 -0.101 8.14 0.961 0 0 0 test.phys initStep
- 1 0.669 0.276 10 0.961 0 1.92 1.92 World Transportation
- 2 1.53e+03 2.02e+03 1e+04 0.961 0 1.03e+04 1.03e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 37
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.384 -0.101 8.14 0.0203 0 0 0 test.phys initStep
- 1 0.6 0.0137 9.48 0 0.00155 1.36 1.36 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 38
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.6 0.0137 9.48 0.0188 0 0 0 test.phys initStep
- 1 0.601 0.0134 9.48 0 0.0188 0.00391 0.00391 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.022 -0.0864 5.59 3.81 0 0 0 test.phys initStep
- 1 0.0414 -0.275 10 3.81 0 4.42 4.42 World Transportation
- 2 144 -429 1e+04 3.81 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* 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.022 -0.0864 5.59 0.485 0 0 0 test.phys initStep
- 1 0.0586 -0.23 10 0.485 0 4.41 4.41 World Transportation
- 2 183 -327 1e+04 0.485 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.022 -0.0864 5.59 1.27 0 0 0 test.phys initStep
- 1 0.0336 -0.252 10 1.27 0 4.41 4.41 World Transportation
- 2 126 -375 1e+04 1.27 0 1e+04 1e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 1
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.022 -0.0864 5.59 0.0143 0 0 0 test.phys initStep
- 1 -0.0216 -0.0872 5.61 0 0.00155 0.0259 0.0259 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 22
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0216 -0.0872 5.61 0.0128 0 0 0 test.phys initStep
- 1 -0.021 -0.0876 5.62 0 0.0128 0.00202 0.00202 test.phys eIoni
+ 2 0.0229 0.102 4.23 98.2 1.75 4.23 1e+03 test.phys biasWrapper(eBrem)
+ 3 0.256 0.17 7.07 96.8 1.23 2.86 1.01e+03 test.phys biasWrapper(eBrem)
+ 4 0.421 0.271 10 95.8 1.01 2.93 1.01e+03 World Transportation
+ 5 319 285 1e+04 95.8 3.66e-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.0743 -0.0583 3.81 2.62 0 0 0 test.phys initStep
- 1 0.0341 -0.23 10 2.62 0 6.19 6.19 World Transportation
- 2 175 -277 1e+04 2.62 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.256 0.17 7.07 0.0834 0 0 0 test.phys initStep
+ 1 0.429 0.275 10 0.0834 0 2.93 2.93 World Transportation
+ 2 592 358 1e+04 0.0834 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0743 -0.0583 3.81 0.108 0 0 0 test.phys initStep
- 1 0.00931 -0.193 10 0.108 0 6.19 6.19 World Transportation
- 2 135 -218 1e+04 0.108 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 0.256 0.17 7.07 0.687 0 0 0 test.phys initStep
+ 1 0.446 0.25 10 0.687 0 2.93 2.93 World Transportation
+ 2 651 273 1e+04 0.687 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.0743 -0.0583 3.81 3.15 0 0 0 test.phys initStep
- 1 -0.0419 -0.237 10 3.15 0 6.19 6.19 World Transportation
- 2 52.3 -288 1e+04 3.15 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 0.256 0.17 7.07 0.15 0 0 0 test.phys initStep
+ 1 0.442 0.271 10 0.15 0 2.93 2.93 World Transportation
+ 2 634 344 1e+04 0.15 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0743 -0.0583 3.81 0.0194 0 0 0 test.phys initStep
- 1 -0.0717 -0.0609 3.96 0 0.00155 0.152 0.152 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 18
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0717 -0.0609 3.96 0.0178 0 0 0 test.phys initStep
- 1 -0.0721 -0.0604 3.96 0 0.0178 0.00357 0.00357 test.phys eIoni
+ 0 0.256 0.17 7.07 1.45 0 0 0 test.phys initStep
+ 1 0.419 0.273 10 1.45 0 2.93 2.93 World Transportation
+ 2 558 352 1e+04 1.45 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0743 -0.0583 3.81 35.8 0 0 0 test.phys initStep
- 1 -0.0362 -0.222 10 35.8 0 6.19 6.19 World Transportation
- 2 61.5 -264 1e+04 35.8 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 0.256 0.17 7.07 0.757 0 0 0 test.phys initStep
+ 1 0.416 0.268 10 0.757 0 2.93 2.93 World Transportation
+ 2 547 334 1e+04 0.757 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0743 -0.0583 3.81 0.0339 0 0 0 test.phys initStep
- 1 -0.062 -0.0738 4.57 0.0339 0 0.758 0.758 test.phys Rayl
- 2 -0.473 0.58 5.18 0.0301 0 0.986 1.74 test.phys compt
- 3 -0.00129 -1.35 4.36 0 0.00155 2.15 3.9 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 16
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.00129 -1.35 4.36 0.0285 0 0 0 test.phys initStep
- 1 0.000413 -1.36 4.36 0 0.0285 0.00804 0.00804 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 16
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.473 0.58 5.18 0.00383 0 0 0 test.phys initStep
- 1 -0.473 0.58 5.18 0 0.00383 0.000271 0.000271 test.phys eIoni
+ 0 0.256 0.17 7.07 1.97 0 0 0 test.phys initStep
+ 1 0.424 0.239 10 1.97 0 2.93 2.93 World Transportation
+ 2 572 235 1e+04 1.97 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.0743 -0.0583 3.81 14.8 0 0 0 test.phys initStep
- 1 0.00593 -0.234 10 14.8 0 6.19 6.19 World Transportation
- 2 130 -284 1e+04 14.8 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 0.256 0.17 7.07 24.2 0 0 0 test.phys initStep
+ 1 0.424 0.263 10 24.2 0 2.93 2.93 World Transportation
+ 2 574 316 1e+04 24.2 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.0743 -0.0583 3.81 11.8 0 0 0 test.phys initStep
- 1 0.0169 -0.257 10 11.8 0 6.19 6.19 World Transportation
- 2 147 -321 1e+04 11.8 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.256 0.17 7.07 0.0125 0 0 0 test.phys initStep
+ 1 0.289 0.19 7.64 0 0.00155 0.567 0.567 test.phys phot
+
+*********************************************************************************************************
+* 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 0.289 0.19 7.64 0.0109 0 0 0 test.phys initStep
+ 1 0.289 0.191 7.64 0 0.0109 0.00154 0.00154 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.0743 -0.0583 3.81 0.0277 0 0 0 test.phys initStep
- 1 0.0672 -0.22 10 0.0277 0 6.19 6.19 World Transportation
- 2 228 -261 1e+04 0.0277 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.256 0.17 7.07 0.0418 0 0 0 test.phys initStep
+ 1 0.418 0.267 10 0.0418 0 2.93 2.93 World Transportation
+ 2 554 331 1e+04 0.0418 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.0743 -0.0583 3.81 3.07 0 0 0 test.phys initStep
- 1 -0.0905 -0.101 6.79 1.07 0 2.99 2.99 test.phys compt
- 2 -2.47 1.85 9.75 0.899 0 4.27 7.25 test.phys compt
- 3 -2.51 2.01 10 0.899 0 0.293 7.55 World Transportation
- 4 -1.91e+03 6.16e+03 1e+04 0.899 0 1.19e+04 1.19e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 12
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -2.47 1.85 9.75 0.172 0 0 0 test.phys initStep
- 1 -2.53 1.86 9.75 0 0.172 0.17 0.17 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 12
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0905 -0.101 6.79 1.99 0 0 0 test.phys initStep
- 1 0.999 -0.246 7.85 1.5 0.491 1.6 1.6 test.phys msc
- 2 1.74 -1.02 8.17 1.08 0.421 1.28 2.89 test.phys msc
- 3 1.76 -1.11 8.35 1 0.0599 0.208 3.09 test.phys biasWrapper(eBrem)
- 4 2 -1.38 9.17 0.695 0.305 0.94 4.03 test.phys msc
- 5 1.89 -1.11 9.39 0.562 0.133 0.426 4.46 test.phys msc
- 6 2.01 -0.857 9.56 0.432 0.13 0.349 4.81 test.phys msc
- 7 1.8 -0.777 9.33 0.178 0.255 0.347 5.16 test.phys msc
- 8 1.8 -0.718 9.31 0 0.178 0.178 5.34 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.76 -1.11 8.35 0.00707 0 0 0 test.phys initStep
- 1 1.7 -1.16 8.47 0 0.00155 0.142 0.142 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.7 -1.16 8.47 0.00552 0 0 0 test.phys initStep
- 1 1.7 -1.16 8.47 0 0.00552 0.000489 0.000489 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.76 -1.11 8.35 0.0167 0 0 0 test.phys initStep
- 1 1.51 -1.65 9.03 0 1.02e-05 0.9 0.9 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 64
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.51 -1.65 9.03 0.0167 0 0 0 test.phys initStep
- 1 1.51 -1.65 9.03 0 0.0167 0.00318 0.00318 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.76 -1.11 8.35 0.408 0 0 0 test.phys initStep
- 1 1.48 -3.83 10 0.408 0 3.18 3.18 World Transportation
- 2 -1.04e+03 -1e+04 6.08e+03 0.408 0 1.17e+04 1.17e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.76 -1.11 8.35 0.0797 0 0 0 test.phys initStep
- 1 -2.94 -2.93 10 0.0797 0 5.3 5.3 World Transportation
- 2 -1e+04 -3.86e+03 3.51e+03 0.0797 0 1.13e+04 1.13e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.76 -1.11 8.35 0.0412 0 0 0 test.phys initStep
- 1 0.873 -2.37 10 0.0412 0 2.25 2.25 World Transportation
- 2 -5.38e+03 -7.64e+03 1e+04 0.0412 0 1.37e+04 1.37e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.76 -1.11 8.35 0.00895 0 0 0 test.phys initStep
- 1 1.75 -1.13 8.37 0 0.00155 0.0213 0.0213 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 60
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.75 -1.13 8.37 0.0074 0 0 0 test.phys initStep
- 1 1.75 -1.13 8.37 0 0.0074 0.000797 0.000797 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.76 -1.11 8.35 0.00928 0 0 0 test.phys initStep
- 1 1.73 -1.18 8.45 0 0.00155 0.116 0.116 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 59
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.73 -1.18 8.45 0.00773 0 0 0 test.phys initStep
- 1 1.73 -1.18 8.45 0 0.00773 0.000857 0.000857 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.76 -1.11 8.35 0.0167 0 0 0 test.phys initStep
- 1 1.73 -1.15 8.41 0 0.00155 0.0717 0.0717 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 58
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.73 -1.15 8.41 0.0151 0 0 0 test.phys initStep
- 1 1.73 -1.15 8.41 0 0.0151 0.00268 0.00268 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.76 -1.11 8.35 0.211 0 0 0 test.phys initStep
- 1 -0.259 -2.9 10 0.211 0 3.16 3.16 World Transportation
- 2 -1e+04 -8.83e+03 8.16e+03 0.211 0 1.56e+04 1.56e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 54
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 1.76 -1.11 8.35 0.0228 0 0 0 test.phys initStep
- 1 0.38 -3.5 10 0.0228 0 3.21 3.21 World Transportation
- 2 -5.78e+03 -1e+04 6.91e+03 0.0228 0 1.35e+04 1.35e+04 OutOfWorld Transportation
+ 0 0.256 0.17 7.07 0.105 0 0 0 test.phys initStep
+ 1 0.433 0.281 10 0.105 0 2.93 2.93 World Transportation
+ 2 606 377 1e+04 0.105 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.0771 -0.0522 3.6 15.4 0 0 0 test.phys initStep
- 1 -0.0192 -0.154 10 15.4 0 6.41 6.41 World Transportation
- 2 90.3 -159 1e+04 15.4 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 0.0229 0.102 4.23 0.243 0 0 0 test.phys initStep
+ 1 0.391 0.134 10 0.243 0 5.78 5.78 World Transportation
+ 2 637 57 1e+04 0.243 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.0771 -0.0522 3.6 0.516 0 0 0 test.phys initStep
- 1 -0.0323 -0.086 7.51 0.24 0 3.91 3.91 test.phys compt
- 2 2.96 0.305 7.04 0.141 0 3.06 6.97 test.phys compt
- 3 1.53 1.51 10 0.141 0 3.5 10.5 World Transportation
- 4 -4.86e+03 4.07e+03 1e+04 0.141 0 1.18e+04 1.18e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.96 0.305 7.04 0.0985 0 0 0 test.phys initStep
- 1 2.99 0.304 7.03 0 0.0985 0.0678 0.0678 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 10
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0323 -0.086 7.51 0.276 0 0 0 test.phys initStep
- 1 -0.0812 -0.0935 7.62 0 0.276 0.356 0.356 test.phys eIoni
+ 0 0.0229 0.102 4.23 0.169 0 0 0 test.phys initStep
+ 1 0.391 0.201 10 0.169 0 5.78 5.78 World Transportation
+ 2 637 172 1e+04 0.169 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0771 -0.0522 3.6 0.403 0 0 0 test.phys initStep
- 1 0.0251 -0.209 10 0.403 0 6.41 6.41 World Transportation
- 2 159 -245 1e+04 0.403 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 0.0229 0.102 4.23 6.89 0 0 0 test.phys initStep
+ 1 0.38 0.322 10 6.89 0 5.79 5.79 World Transportation
+ 2 618 381 1e+04 6.89 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.0771 -0.0522 3.6 0.48 0 0 0 test.phys initStep
- 1 -0.0448 -0.0851 6.54 0.238 0 2.94 2.94 test.phys compt
- 2 0.194 -0.816 6.46 0.233 0 0.772 3.71 test.phys compt
- 3 0.301 -2.43 6.52 0.141 0 1.62 5.34 test.phys compt
- 4 2.73 -0.553 8.64 0.139 0 3.73 9.07 test.phys compt
- 5 3.43 -0.361 9.15 0.0916 0 0.892 9.96 test.phys compt
- 6 -14.5 -14.9 0.851 0.0877 0 24.5 34.5 test.phys compt
- 7 -14.8 -15.2 0 0.0877 0 0.975 35.4 World Transportation
- 8 -4.61e+03 -3.2e+03 -1e+04 0.0877 0 1.15e+04 1.15e+04 OutOfWorld Transportation
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -14.5 -14.9 0.851 0.00388 0 0 0 test.phys initStep
- 1 -14.5 -14.9 0.851 0 0.00388 0.000276 0.000276 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 3.43 -0.361 9.15 0.0473 0 0 0 test.phys initStep
- 1 3.44 -0.359 9.16 0 0.0473 0.0193 0.0193 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 2.73 -0.553 8.64 0.00198 0 0 0 test.phys initStep
- 1 2.73 -0.553 8.64 0 0.00198 9.76e-05 9.76e-05 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.301 -2.43 6.52 0.0925 0 0 0 test.phys initStep
- 1 0.296 -2.45 6.52 0 0.0925 0.061 0.061 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 0.194 -0.816 6.46 0.00435 0 0 0 test.phys initStep
- 1 0.194 -0.816 6.46 0 0.00435 0.000333 0.000333 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 8
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0448 -0.0851 6.54 0.242 0 0 0 test.phys initStep
- 1 -0.0575 -0.044 6.63 0 0.242 0.291 0.291 test.phys eIoni
+ 0 0.0229 0.102 4.23 0.716 0 0 0 test.phys initStep
+ 1 0.385 0.233 10 0.716 0 5.78 5.78 World Transportation
+ 2 628 228 1e+04 0.716 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.0771 -0.0522 3.6 0.0184 0 0 0 test.phys initStep
- 1 -0.0234 -0.174 8.49 0.018 0 4.9 4.9 test.phys compt
- 2 -0.0301 -0.166 8.49 0 0.00155 0.0107 4.91 test.phys phot
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0301 -0.166 8.49 0.0165 0 0 0 test.phys initStep
- 1 -0.0304 -0.166 8.49 0 0.0165 0.00311 0.00311 test.phys eIoni
-
-*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 7
-*********************************************************************************************************
-
-Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0234 -0.174 8.49 0.000447 0 0 0 test.phys initStep
- 1 -0.0234 -0.174 8.49 0 0.000447 1.36e-05 1.36e-05 test.phys eIoni
+ 0 0.0229 0.102 4.23 34.2 0 0 0 test.phys initStep
+ 1 0.401 0.214 10 34.2 0 5.79 5.79 World Transportation
+ 2 655 194 1e+04 34.2 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.0771 -0.0522 3.6 55.5 0 0 0 test.phys initStep
- 1 -0.0346 -0.0968 5.62 0 0 2.02 2.02 test.phys conv
+ 0 0.0229 0.102 4.23 8.91 0 0 0 test.phys initStep
+ 1 0.546 0.113 10 8.91 0 5.8 5.8 World Transportation
+ 2 906 19.6 1e+04 8.91 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0771 -0.0522 3.6 6.49 0 0 0 test.phys initStep
- 1 0.0217 -0.23 10 6.49 0 6.41 6.41 World Transportation
- 2 154 -278 1e+04 6.49 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0229 0.102 4.23 0.0168 0 0 0 test.phys initStep
+ 1 0.11 0.125 5.55 0 0.00155 1.32 1.32 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.11 0.125 5.55 0.0152 0 0 0 test.phys initStep
+ 1 0.111 0.125 5.55 0 0.0152 0.00271 0.00271 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.0771 -0.0522 3.6 0.0537 0 0 0 test.phys initStep
- 1 -0.0167 -0.127 10 0.0537 0 6.41 6.41 World Transportation
- 2 94.2 -117 1e+04 0.0537 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 0.0229 0.102 4.23 0.0819 0 0 0 test.phys initStep
+ 1 0.404 0.177 10 0.0819 0 5.78 5.78 World Transportation
+ 2 660 130 1e+04 0.0819 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.0771 -0.0522 3.6 3.44 0 0 0 test.phys initStep
- 1 -0.023 -0.13 7.82 0.717 0 4.23 4.23 test.phys compt
- 2 0.682 4.13 10 0.717 0 4.84 9.07 World Transportation
- 3 1.65e+03 1e+04 5.12e+03 0.717 0 1.13e+04 1.14e+04 OutOfWorld Transportation
+ 0 0.0229 0.102 4.23 48.8 0 0 0 test.phys initStep
+ 1 0.407 0.215 10 48.8 0 5.79 5.79 World Transportation
+ 2 664 196 1e+04 48.8 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.0771 -0.0522 3.6 0.00737 0 0 0 test.phys initStep
- 1 -0.0751 -0.0542 3.65 0 0.00155 0.0573 0.0573 test.phys phot
+ 0 0.0229 0.102 4.23 0.077 0 0 0 test.phys initStep
+ 1 0.369 0.387 10 0.077 0 5.79 5.79 World Transportation
+ 2 599 495 1e+04 0.077 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 82, Parent ID = 6
+* G4Track 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.0346 -0.0968 5.62 9.43 0 0 0 test.phys initStep
- 1 0.0624 -0.214 10 7.36 2.08 4.58 4.58 World Transportation
- 2 -1.66e+03 5.3e+03 1e+04 7.36 3.33e-22 1.14e+04 1.14e+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.0281 0.00118 2.59 96.7 0.792 2.59 1e+03 test.phys biasWrapper(eBrem)
+ 3 -0.0129 0.0202 3.91 74.9 0.374 1.33 1e+03 test.phys biasWrapper(eBrem)
+ 4 -0.0692 0.19 10 72.4 2.51 6.1 1.01e+03 World Transportation
+ 5 125 505 1e+04 72.4 3.58e-22 1e+04 1.1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 2
+* 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.0751 -0.0542 3.65 0.00582 0 0 0 test.phys initStep
- 1 -0.0749 -0.0542 3.65 0 0.00582 0.000535 0.000535 test.phys eIoni
+ 0 -0.0129 0.0202 3.91 0.012 0 0 0 test.phys initStep
+ 1 -0.0134 0.0225 3.98 0 0.00155 0.0696 0.0696 test.phys phot
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 3
+* 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.023 -0.13 7.82 2.72 0 0 0 test.phys initStep
- 1 -0.5 -0.417 8.97 2.3 0.424 1.32 1.32 test.phys msc
- 2 -0.815 -0.497 9.63 2 0.3 0.775 2.09 test.phys msc
- 3 -0.942 -0.403 10 1.79 0.212 0.428 2.52 World Transportation
- 4 -7.72e+03 626 1e+04 1.79 3.36e-22 1.26e+04 1.26e+04 OutOfWorld Transportation
+ 0 -0.0134 0.0225 3.98 0.0105 0 0 0 test.phys initStep
+ 1 -0.0135 0.023 3.98 0 0.0105 0.00143 0.00143 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 6
+* 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.0346 -0.0968 5.62 45 0 0 0 test.phys initStep
- 1 -0.0308 -0.0984 5.75 44.9 0.0385 0.134 0.134 test.phys biasWrapper(eBrem)
- 2 0.117 -0.184 10 43.2 1.68 4.26 4.4 World Transportation
- 3 -190 458 1e+04 43.2 3.42e-22 1e+04 1e+04 OutOfWorld Transportation
+ 0 -0.0129 0.0202 3.91 0.0482 0 0 0 test.phys initStep
+ 1 -0.0813 0.181 10 0.0482 0 6.09 6.09 World Transportation
+ 2 -112 264 1e+04 0.0482 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 94, Parent ID = 81
+* 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.0308 -0.0984 5.75 0.0838 0 0 0 test.phys initStep
- 1 0.0809 -0.232 10 0.0838 0 4.25 4.25 World Transportation
- 2 263 -313 1e+04 0.0838 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 -0.0129 0.0202 3.91 2.36 0 0 0 test.phys initStep
+ 1 -0.0637 0.211 10 2.36 0 6.09 6.09 World Transportation
+ 2 -83.5 313 1e+04 2.36 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 81
+* 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.0308 -0.0984 5.75 0.607 0 0 0 test.phys initStep
- 1 0.0528 -0.169 7.26 0.495 0 1.51 1.51 test.phys compt
- 2 -0.366 1.53 10 0.495 0 3.25 4.76 World Transportation
- 3 -1.53e+03 6.19e+03 1e+04 0.495 0 1.18e+04 1.19e+04 OutOfWorld Transportation
+ 0 -0.0129 0.0202 3.91 39 0 0 0 test.phys initStep
+ 1 -0.0488 0.22 10 39 0 6.09 6.09 World Transportation
+ 2 -59 328 1e+04 39 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 93
+* 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.0528 -0.169 7.26 0.112 0 0 0 test.phys initStep
- 1 0.0608 -0.192 7.28 0 0.112 0.084 0.084 test.phys eIoni
+ 0 -0.0129 0.0202 3.91 31.7 0 0 0 test.phys initStep
+ 1 -0.00582 0.237 10 31.7 0 6.09 6.09 World Transportation
+ 2 11.7 356 1e+04 31.7 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 81
+* 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.0308 -0.0984 5.75 2.85 0 0 0 test.phys initStep
- 1 0.105 -0.0915 10 2.85 0 4.25 4.25 World Transportation
- 2 319 16.2 1e+04 2.85 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 -0.0129 0.0202 3.91 0.849 0 0 0 test.phys initStep
+ 1 -0.101 0.261 10 0.849 0 6.09 6.09 World Transportation
+ 2 -144 396 1e+04 0.849 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 91, Parent ID = 81
+* 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.0308 -0.0984 5.75 15.6 0 0 0 test.phys initStep
- 1 0.0767 -0.102 10 15.6 0 4.25 4.25 World Transportation
- 2 253 -8.94 1e+04 15.6 0 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 -0.0129 0.0202 3.91 30.1 0 0 0 test.phys initStep
+ 1 -0.055 0.165 10 30.1 0 6.09 6.09 World Transportation
+ 2 -69.1 238 1e+04 30.1 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 90, Parent ID = 81
+* 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.0308 -0.0984 5.75 0.0437 0 0 0 test.phys initStep
- 1 0.00217 -0.119 6.32 0.039 0 0.572 0.572 test.phys compt
- 2 0.28 -0.509 6.07 0 0.00155 0.54 1.11 test.phys phot
+ 0 -0.0129 0.0202 3.91 29 0 0 0 test.phys initStep
+ 1 -0.0175 0.169 10 29 0 6.09 6.09 World Transportation
+ 2 -7.46 244 1e+04 29 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 90
+* 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.28 -0.509 6.07 0.0374 0 0 0 test.phys initStep
- 1 0.284 -0.508 6.07 0 0.0374 0.0129 0.0129 test.phys eIoni
+ 0 -0.0129 0.0202 3.91 8.84 0 0 0 test.phys initStep
+ 1 -0.11 0.272 10 8.84 0 6.09 6.09 World Transportation
+ 2 -160 414 1e+04 8.84 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 90
+* 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.00217 -0.119 6.32 0.00469 0 0 0 test.phys initStep
- 1 0.00214 -0.119 6.32 0 0.00469 0.000375 0.000375 test.phys eIoni
+ 0 -0.0129 0.0202 3.91 21.3 0 0 0 test.phys initStep
+ 1 -0.0687 0.2 10 21.3 0 6.09 6.09 World Transportation
+ 2 -91.7 295 1e+04 21.3 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 89, Parent ID = 81
+* 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.0308 -0.0984 5.75 0.0208 0 0 0 test.phys initStep
- 1 0.0226 -0.129 7.02 0 0.00155 1.27 1.27 test.phys phot
+ 0 0.0281 0.00118 2.59 3.72 0 0 0 test.phys initStep
+ 1 -0.168 0.0438 10 3.72 0 7.42 7.42 World Transportation
+ 2 -265 57.5 1e+04 3.72 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 89
+* 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.0226 -0.129 7.02 0.0192 0 0 0 test.phys initStep
- 1 0.0239 -0.128 7.02 0 0.0192 0.00407 0.00407 test.phys eIoni
+ 0 0.0281 0.00118 2.59 0.923 0 0 0 test.phys initStep
+ 1 -0.121 -0.0164 10 0.923 0 7.42 7.42 World Transportation
+ 2 -201 -23.7 1e+04 0.923 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 88, Parent ID = 81
+* 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.0308 -0.0984 5.75 0.00618 0 0 0 test.phys initStep
- 1 -0.0306 -0.0986 5.76 0 0.00155 0.0078 0.0078 test.phys phot
+ 0 0.0281 0.00118 2.59 1.44 0 0 0 test.phys initStep
+ 1 -0.0814 -0.208 10 1.44 0 7.42 7.42 World Transportation
+ 2 -148 -282 1e+04 1.44 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 88
+* 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.0306 -0.0986 5.76 0.00463 0 0 0 test.phys initStep
- 1 -0.0306 -0.0987 5.76 0 0.00463 0.000368 0.000368 test.phys eIoni
+ 0 0.0281 0.00118 2.59 0.0539 0 0 0 test.phys initStep
+ 1 -0.267 -0.399 10 0.0539 0 7.43 7.43 World Transportation
+ 2 -398 -540 1e+04 0.0539 0 1e+04 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 81
+* 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.0308 -0.0984 5.75 0.0656 0 0 0 test.phys initStep
- 1 0.122 -0.24 10 0.0656 0 4.25 4.25 World Transportation
- 2 360 -332 1e+04 0.0656 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0281 0.00118 2.59 0.443 0 0 0 test.phys initStep
+ 1 0.0119 0.000564 3.27 0.237 0 0.681 0.681 test.phys compt
+ 2 20.9 -24 3.82 0.222 0 31.8 32.5 test.phys compt
+ 3 25.1 -38.4 10 0.222 0 16.2 48.7 World Transportation
+ 4 2.93e+03 -1e+04 4.29e+03 0.222 0 1.12e+04 1.13e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 81
+* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 7
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0308 -0.0984 5.75 41.2 0 0 0 test.phys initStep
- 1 0.0767 -0.137 9.19 0 0 3.44 3.44 test.phys conv
+ 0 20.9 -24 3.82 0.0159 0 0 0 test.phys initStep
+ 1 20.9 -24 3.82 0 0.0159 0.00292 0.00292 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 81
+* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 7
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
- 0 -0.0308 -0.0984 5.75 0.0609 0 0 0 test.phys initStep
- 1 0.00541 -0.336 10 0.0609 0 4.25 4.25 World Transportation
- 2 85.1 -559 1e+04 0.0609 0 1e+04 1e+04 OutOfWorld Transportation
+ 0 0.0119 0.000564 3.27 0.205 0 0 0 test.phys initStep
+ 1 -0.0144 0.0289 3.34 0 0.205 0.225 0.225 test.phys eIoni
*********************************************************************************************************
-* G4Track Information: Particle = e+, Track ID = 101, Parent ID = 86
+* 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.0767 -0.137 9.19 38.1 0 0 0 test.phys initStep
- 1 0.122 -0.148 10 37.9 0.268 0.81 0.81 World Transportation
- 2 267 -130 1e+04 37.9 3.38e-22 9.99e+03 1e+04 OutOfWorld Transportation
+ 0 0.0281 0.00118 2.59 7.86 0 0 0 test.phys initStep
+ 1 -0.166 0.0271 10 7.86 0 7.42 7.42 World Transportation
+ 2 -262 34.9 1e+04 7.86 0 9.99e+03 1e+04 OutOfWorld Transportation
*********************************************************************************************************
-* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 86
+* 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.0767 -0.137 9.19 2.04 0 0 0 test.phys initStep
- 1 -0.19 -0.106 9.54 1.9 0.144 0.444 0.444 test.phys msc
- 2 -0.312 0.0511 9.85 1.79 0.109 0.375 0.819 test.phys msc
- 3 -0.353 0.124 10 1.74 0.0504 0.18 0.999 World Transportation
- 4 -2.99e+03 1.62e+03 1e+04 1.74 2.8e-22 1.06e+04 1.06e+04 OutOfWorld Transportation
+ 0 0.0281 0.00118 2.59 0.0341 0 0 0 test.phys initStep
+ 1 0.00284 -0.00892 4.29 0 0.00155 1.71 1.71 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 5
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.00284 -0.00892 4.29 0.0325 0 0 0 test.phys initStep
+ 1 0.00508 -0.0112 4.29 0 0.0325 0.0101 0.0101 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.0281 0.00118 2.59 0.251 0 0 0 test.phys initStep
+ 1 -0.0416 -0.0367 10 0.251 0 7.42 7.42 World Transportation
+ 2 -94 -51.1 1e+04 0.251 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.0281 0.00118 2.59 0.555 0 0 0 test.phys initStep
+ 1 -0.135 0.0265 10 0.555 0 7.42 7.42 World Transportation
+ 2 -220 34.2 1e+04 0.555 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.0281 0.00118 2.59 2.55 0 0 0 test.phys initStep
+ 1 -0.178 0.115 10 2.55 0 7.42 7.42 World Transportation
+ 2 -278 154 1e+04 2.55 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 0.0776 -0.203 9.31 95.1 3.75 9.32 1.01e+03 test.phys biasWrapper(eBrem)
+ 3 0.0936 -0.231 10 94.8 0.298 0.693 1.01e+03 World Transportation
+ 4 149 -328 1e+04 94.8 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0776 -0.203 9.31 4.71 0 0 0 test.phys initStep
+ 1 0.096 -0.231 10 4.71 0 0.693 0.693 World Transportation
+ 2 265 -413 1e+04 4.71 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.0776 -0.203 9.31 0.342 0 0 0 test.phys initStep
+ 1 0.089 -0.228 10 0.342 0 0.693 0.693 World Transportation
+ 2 164 -371 1e+04 0.342 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0776 -0.203 9.31 0.133 0 0 0 test.phys initStep
+ 1 0.0938 -0.23 10 0.133 0 0.693 0.693 World Transportation
+ 2 234 -395 1e+04 0.133 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.0776 -0.203 9.31 0.0275 0 0 0 test.phys initStep
+ 1 0.105 -0.231 10 0.0275 0 0.694 0.694 World Transportation
+ 2 389 -412 1e+04 0.0275 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.0776 -0.203 9.31 0.222 0 0 0 test.phys initStep
+ 1 0.0834 -0.238 10 0.222 0 0.693 0.693 World Transportation
+ 2 83 -504 1e+04 0.222 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.0776 -0.203 9.31 7.62 0 0 0 test.phys initStep
+ 1 0.0928 -0.236 10 7.62 0 0.694 0.694 World Transportation
+ 2 220 -475 1e+04 7.62 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0776 -0.203 9.31 0.904 0 0 0 test.phys initStep
+ 1 0.0993 -0.225 10 0.904 0 0.693 0.693 World Transportation
+ 2 313 -322 1e+04 0.904 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.0776 -0.203 9.31 0.794 0 0 0 test.phys initStep
+ 1 0.0827 -0.224 10 0.794 0 0.693 0.693 World Transportation
+ 2 73.3 -304 1e+04 0.794 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.0776 -0.203 9.31 0.0898 0 0 0 test.phys initStep
+ 1 0.0898 -0.228 10 0.0898 0 0.693 0.693 World Transportation
+ 2 176 -366 1e+04 0.0898 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.0776 -0.203 9.31 1.12 0 0 0 test.phys initStep
+ 1 0.107 -0.224 10 1.12 0 0.694 0.694 World Transportation
+ 2 421 -305 1e+04 1.12 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 -0.0566 0.0473 3.31 97.9 1.13 3.31 1e+03 test.phys eIoni
+ 3 -0.0624 0.0318 4.46 87.7 0.403 1.15 1e+03 test.phys biasWrapper(eBrem)
+ 4 -0.0536 0.04 10 85.6 2.1 5.54 1.01e+03 World Transportation
+ 5 419 -592 1e+04 85.6 3.64e-22 1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0566 0.0473 3.31 0.927 0 0 0 test.phys initStep
+ 1 -0.0568 -0.499 3.82 0.199 0.728 1.55 1.55 test.phys eIoni
+ 2 -0.0621 -0.56 3.78 0 0.199 0.214 1.77 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0624 0.0318 4.46 0.0387 0 0 0 test.phys initStep
+ 1 -0.0493 0.0526 10 0.0387 0 5.54 5.54 World Transportation
+ 2 23.7 37.6 1e+04 0.0387 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0624 0.0318 4.46 1.37 0 0 0 test.phys initStep
+ 1 -0.0924 0.152 10 1.37 0 5.54 5.54 World Transportation
+ 2 -54.1 216 1e+04 1.37 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0624 0.0318 4.46 0.139 0 0 0 test.phys initStep
+ 1 -0.0587 0.0317 5.42 0.12 0 0.952 0.952 test.phys compt
+ 2 -0.324 -3.03 6.91 0 0.00155 3.41 4.36 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.324 -3.03 6.91 0.119 0 0 0 test.phys initStep
+ 1 -0.354 -3.03 6.92 0 0.119 0.0924 0.0924 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0587 0.0317 5.42 0.0184 0 0 0 test.phys initStep
+ 1 -0.0586 0.0326 5.42 0 0.0184 0.00375 0.00375 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.0624 0.0318 4.46 0.0182 0 0 0 test.phys initStep
+ 1 -0.0773 0.0268 4.71 0 0.00155 0.247 0.247 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0773 0.0268 4.71 0.0167 0 0 0 test.phys initStep
+ 1 -0.0781 0.0268 4.71 0 0.0167 0.00317 0.00317 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0624 0.0318 4.46 1.38 0 0 0 test.phys initStep
+ 1 -0.0565 0.0319 10 1.38 0 5.54 5.54 World Transportation
+ 2 10.7 0.0958 1e+04 1.38 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.0624 0.0318 4.46 0.214 0 0 0 test.phys initStep
+ 1 -0.102 0.106 10 0.214 0 5.54 5.54 World Transportation
+ 2 -71.5 134 1e+04 0.214 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.0624 0.0318 4.46 0.0886 0 0 0 test.phys initStep
+ 1 -0.0396 0.0623 10 0.0886 0 5.54 5.54 World Transportation
+ 2 41.2 55 1e+04 0.0886 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.0624 0.0318 4.46 2.64 0 0 0 test.phys initStep
+ 1 -0.0821 0.0737 10 2.64 0 5.54 5.54 World Transportation
+ 2 -35.6 75.7 1e+04 2.64 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.0624 0.0318 4.46 0.418 0 0 0 test.phys initStep
+ 1 -0.0471 0.0452 10 0.418 0 5.54 5.54 World Transportation
+ 2 27.7 24.2 1e+04 0.418 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.0624 0.0318 4.46 9.82 0 0 0 test.phys initStep
+ 1 -0.0414 0.0227 10 9.82 0 5.54 5.54 World Transportation
+ 2 38 -16.4 1e+04 9.82 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0 0 -1e+03 100 0 0 0 World initStep
+ 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation
+ 2 0.356 0.128 9.4 94 3.53 9.41 1.01e+03 test.phys eIoni
+ 3 0.396 0.117 10 93.8 0.214 0.6 1.01e+03 World Transportation
+ 4 676 -199 1e+04 93.8 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.356 0.128 9.4 2.5 0 0 0 test.phys initStep
+ 1 0.127 0.357 9.85 2.31 0.183 0.564 0.564 test.phys msc
+ 2 0.0817 0.438 10 2.22 0.097 0.18 0.744 World Transportation
+ 3 -3.83e+03 8.65e+03 1e+04 2.22 3.67e-22 1.38e+04 1.38e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 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.016 -0.0898 3.56 98.5 1.19 3.56 1e+03 test.phys biasWrapper(eBrem)
+ 3 -0.0977 -0.0449 10 95.6 2.89 6.45 1.01e+03 World Transportation
+ 4 322 -7.75 1e+04 95.6 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.016 -0.0898 3.56 0.631 0 0 0 test.phys initStep
+ 1 -0.153 -0.0776 10 0.631 0 6.44 6.44 World Transportation
+ 2 -212 18.8 1e+04 0.631 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.016 -0.0898 3.56 0.741 0 0 0 test.phys initStep
+ 1 -0.0135 -0.0348 10 0.741 0 6.44 6.44 World Transportation
+ 2 3.93 85.3 1e+04 0.741 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.016 -0.0898 3.56 0.0138 0 0 0 test.phys initStep
+ 1 -0.0212 -0.0857 3.8 0 0.00155 0.24 0.24 test.phys phot
+
+*********************************************************************************************************
+* 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 -0.0212 -0.0857 3.8 0.0123 0 0 0 test.phys initStep
+ 1 -0.0209 -0.0863 3.8 0 0.0123 0.00187 0.00187 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.016 -0.0898 3.56 0.0224 0 0 0 test.phys initStep
+ 1 -0.0222 -0.0891 3.9 0 0.00155 0.34 0.34 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0222 -0.0891 3.9 0.0208 0 0 0 test.phys initStep
+ 1 -0.0228 -0.0904 3.9 0 0.0208 0.00466 0.00466 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.016 -0.0898 3.56 0.014 0 0 0 test.phys initStep
+ 1 -0.0163 -0.0897 3.6 0.0139 6.74e-05 0.0385 0.0385 test.phys compt
+ 2 -0.0708 -0.0151 3.73 0 0.00155 0.161 0.2 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0708 -0.0151 3.73 0.0124 0 0 0 test.phys initStep
+ 1 -0.0705 -0.0146 3.73 0 0.0124 0.00191 0.00191 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.016 -0.0898 3.56 0.27 0 0 0 test.phys initStep
+ 1 -0.265 0.029 8.86 0.173 0 5.31 5.31 test.phys compt
+ 2 42.2 -27.8 8.25 0.157 0 50.8 56.1 test.phys compt
+ 3 43.7 -34 10 0.157 0 6.6 62.7 World Transportation
+ 4 2.38e+03 -1e+04 2.82e+03 0.157 0 1.06e+04 1.07e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 42.2 -27.8 8.25 0.0161 0 0 0 test.phys initStep
+ 1 42.2 -27.8 8.25 0 0.0161 0.00301 0.00301 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 -0.265 0.029 8.86 0.0972 0 0 0 test.phys initStep
+ 1 -0.276 0.036 8.88 0 0.0972 0.0662 0.0662 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.016 -0.0898 3.56 0.718 0 0 0 test.phys initStep
+ 1 -0.102 -0.0738 10 0.718 0 6.44 6.44 World Transportation
+ 2 -134 24.7 1e+04 0.718 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.016 -0.0898 3.56 0.0337 0 0 0 test.phys initStep
+ 1 -0.0261 -0.0819 4.47 0.0334 0 0.908 0.908 test.phys compt
+ 2 -0.0569 -0.124 4.55 0 0.00155 0.0992 1.01 test.phys phot
+
+*********************************************************************************************************
+* 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.016 -0.0898 3.56 0.169 0 0 0 test.phys initStep
+ 1 -0.232 -0.0865 10 0.169 0 6.45 6.45 World Transportation
+ 2 -335 4.91 1e+04 0.169 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.016 -0.0898 3.56 0.277 0 0 0 test.phys initStep
+ 1 -0.0918 -0.175 10 0.277 0 6.44 6.44 World Transportation
+ 2 -118 -133 1e+04 0.277 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 -0.0569 -0.124 4.55 0.0319 0 0 0 test.phys initStep
+ 1 -0.0594 -0.122 4.55 0 0.0319 0.00976 0.00976 test.phys eIoni
+
+*********************************************************************************************************
+* 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.0261 -0.0819 4.47 0.000327 0 0 0 test.phys initStep
+ 1 -0.0261 -0.0819 4.47 0 0.000327 9.86e-06 9.86e-06 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.0347 0.0548 3.08 25 1.1 3.08 1e+03 test.phys biasWrapper(eBrem)
+ 3 0.0709 0.148 5 22.9 0.824 1.92 1.01e+03 test.phys eIoni
+ 4 0.0485 0.336 7.47 21.7 0.886 2.48 1.01e+03 test.phys biasWrapper(eBrem)
+ 5 0.0943 0.266 10 20.8 0.898 2.55 1.01e+03 World Transportation
+ 6 1.85e+03 -342 1e+04 20.8 3.26e-22 1.02e+04 1.12e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0709 0.148 5 1.24 0 0 0 test.phys initStep
+ 1 0.409 -0.51 5.76 0.468 0.776 1.84 1.84 test.phys eIoni
+ 2 0.472 -0.779 5.83 0 0.468 0.767 2.61 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0485 0.336 7.47 0.0712 0 0 0 test.phys initStep
+ 1 0.204 0.192 10 0.0712 0 2.54 2.54 World Transportation
+ 2 614 -566 1e+04 0.0712 0 1e+04 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0485 0.336 7.47 0.0138 0 0 0 test.phys initStep
+ 1 0.0974 0.29 9.32 0 0.000119 1.85 1.85 test.phys phot
+
+*********************************************************************************************************
+* 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.0974 0.29 9.32 0.0137 0 0 0 test.phys initStep
+ 1 0.0974 0.29 9.32 0 0.0137 0.00226 0.00226 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.0485 0.336 7.47 0.031 0 0 0 test.phys initStep
+ 1 0.0712 0.229 10 0.031 0 2.53 2.53 World Transportation
+ 2 89.6 -420 1e+04 0.031 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.0485 0.336 7.47 0.02 0 0 0 test.phys initStep
+ 1 0.0985 0.31 9.09 0 0.00155 1.63 1.63 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 19
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0985 0.31 9.09 0.0184 0 0 0 test.phys initStep
+ 1 0.099 0.311 9.1 0 0.0184 0.00377 0.00377 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0485 0.336 7.47 0.00587 0 0 0 test.phys initStep
+ 1 0.0492 0.335 7.52 0 0.00155 0.047 0.047 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 18
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0492 0.335 7.52 0.00432 0 0 0 test.phys initStep
+ 1 0.0491 0.335 7.52 0 0.00432 0.000329 0.000329 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0485 0.336 7.47 0.0141 0 0 0 test.phys initStep
+ 1 0.0503 0.335 7.57 0 0.00155 0.0985 0.0985 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0503 0.335 7.57 0.0126 0 0 0 test.phys initStep
+ 1 0.0506 0.335 7.57 0 0.0126 0.00196 0.00196 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.0485 0.336 7.47 0.0233 0 0 0 test.phys initStep
+ 1 0.0897 0.256 9.36 0 0.00155 1.9 1.9 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 16
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0897 0.256 9.36 0.0218 0 0 0 test.phys initStep
+ 1 0.0906 0.257 9.36 0 0.0218 0.00504 0.00504 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.0485 0.336 7.47 0.105 0 0 0 test.phys initStep
+ 1 0.107 0.273 10 0.105 0 2.53 2.53 World Transportation
+ 2 229 -245 1e+04 0.105 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.0485 0.336 7.47 6.71 0 0 0 test.phys initStep
+ 1 0.141 0.252 10 6.71 0 2.53 2.53 World Transportation
+ 2 365 -329 1e+04 6.71 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.0485 0.336 7.47 0.263 0 0 0 test.phys initStep
+ 1 0.0839 0.31 10 0.263 0 2.53 2.53 World Transportation
+ 2 140 -99.5 1e+04 0.263 0 9.99e+03 9.99e+03 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0347 0.0548 3.08 0.33 0 0 0 test.phys initStep
+ 1 0.135 0.0292 10 0.33 0 6.92 6.92 World Transportation
+ 2 145 -36.9 1e+04 0.33 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0347 0.0548 3.08 0.118 0 0 0 test.phys initStep
+ 1 0.155 -0.106 10 0.118 0 6.92 6.92 World Transportation
+ 2 174 -233 1e+04 0.118 0 9.99e+03 1e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0347 0.0548 3.08 0.0336 0 0 0 test.phys initStep
+ 1 0.0481 0.0528 4.84 0.0304 0 1.76 1.76 test.phys compt
+ 2 1.39 1.69 3.22 0 0.00155 2.66 4.42 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 1.39 1.69 3.22 0.0288 0 0 0 test.phys initStep
+ 1 1.39 1.69 3.22 0 0.0288 0.00821 0.00821 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 9
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0481 0.0528 4.84 0.00321 0 0 0 test.phys initStep
+ 1 0.0481 0.0528 4.84 0 0.00321 0.000204 0.000204 test.phys eIoni
+
+*********************************************************************************************************
+* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0347 0.0548 3.08 0.0254 0 0 0 test.phys initStep
+ 1 0.068 0.0615 3.54 0 0.00155 0.459 0.459 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 8
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.068 0.0615 3.54 0.0239 0 0 0 test.phys initStep
+ 1 0.0662 0.0621 3.54 0 0.0239 0.00591 0.00591 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.0347 0.0548 3.08 0.0261 0 0 0 test.phys initStep
+ 1 0.0453 0.0193 4.96 0 0.00155 1.88 1.88 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 7
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0453 0.0193 4.96 0.0246 0 0 0 test.phys initStep
+ 1 0.0468 0.0205 4.96 0 0.0246 0.00622 0.00622 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.0347 0.0548 3.08 0.796 0 0 0 test.phys initStep
+ 1 0.0601 -0.0228 10 0.796 0 6.92 6.92 World Transportation
+ 2 36.7 -112 1e+04 0.796 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.0347 0.0548 3.08 62 0 0 0 test.phys initStep
+ 1 0.0779 -0.0453 10 62 0 6.92 6.92 World Transportation
+ 2 62.4 -144 1e+04 62 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.0347 0.0548 3.08 0.0284 0 0 0 test.phys initStep
+ 1 0.102 -0.0261 8.62 0 0.00155 5.54 5.54 test.phys phot
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 4
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.102 -0.0261 8.62 0.0268 0 0 0 test.phys initStep
+ 1 0.0998 -0.0265 8.63 0 0.0268 0.00724 0.00724 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.0347 0.0548 3.08 0.105 0 0 0 test.phys initStep
+ 1 0.0387 0.0489 3.53 0.0818 0 0.445 0.445 test.phys compt
+ 2 5.95 6.15 4.44e-16 0.0818 0 9.19 9.64 World Transportation
+ 3 9.69e+03 1e+04 -5.78e+03 0.0818 0 1.51e+04 1.51e+04 OutOfWorld Transportation
+
+*********************************************************************************************************
+* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 3
+*********************************************************************************************************
+
+Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
+ 0 0.0387 0.0489 3.53 0.0233 0 0 0 test.phys initStep
+ 1 0.038 0.0483 3.53 0 0.0233 0.00569 0.00569 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.0347 0.0548 3.08 73.9 0 0 0 test.phys initStep
+ 1 -0.0549 -0.163 10 73.9 0 6.92 6.92 World Transportation
+ 2 -129 -315 1e+04 73.9 0 1e+04 1e+04 OutOfWorld Transportation
Run terminated.
Run Summary
Number of events processed : 10
- User=0.01s Real=0.01s Sys=0s
+ User=0s Real=0.01s Sys=0s
Graphics systems deleted.
Visualization Manager deleting...
G4 kernel has come to Quit state.
@@ -4885,11 +4045,11 @@ Pool ID '17G4DynamicParticle', size : 0.00577 MB
Pool ID '7G4Event', size : 0.000961 MB
Pool ID '15G4PrimaryVertex', size : 0.000961 MB
Pool ID '17G4PrimaryParticle', size : 0.000961 MB
-Pool ID '7G4Track', size : 0.0115 MB
+Pool ID '7G4Track', size : 0.0106 MB
Pool ID '18G4TouchableHistory', size : 0.000961 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Number of memory pools allocated: 9 of which, static: 0
-Dynamic pools deleted: 9 / Total memory freed: 0.031 MB
+Dynamic pools deleted: 9 / Total memory freed: 0.03 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
diff --git a/examples/extended/biasing/GB05/exampleGB05.out b/examples/extended/biasing/GB05/exampleGB05.out
index 74f3a968c7..6831a5c8c9 100644
--- a/examples/extended/biasing/GB05/exampleGB05.out
+++ b/examples/extended/biasing/GB05/exampleGB05.out
@@ -1,6 +1,10 @@
+ ############################################
+ !!! WARNING - FPE detection is activated !!!
+ ############################################
+
*************************************************************
- Geant4 version Name: geant4-10-02-ref-09 (30-September-2016)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -13,14 +17,13 @@
********** processes are wrapped for biasing ************
*********************************************************
Attaching biasing operator SplitAndKillByXS to logical volume SplitAndKillByXS
-=======================================================================
-====== Pre-compound/De-excitation Physics Parameters ========
-=======================================================================
-Type of pre-compound inverse x-section 3
-Type of de-excitation inverse x-section 3
-Min excitation energy (keV) 0.1
-Level density (1/MeV) 0.1
-=======================================================================
+
+ FTFP_BERT : new threshold between BERT and FTFP is over the interval
+ for pions : 3 to 12 GeV
+ for kaons : 3 to 12 GeV
+ for proton : 3 to 12 GeV
+ for neutron : 3 to 12 GeV
+
### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0
neutron : biasWrapper(0) biasWrapper(Decay) biasWrapper(hadElastic)
biasWrapper(neutronInelastic) biasWrapper(nCapture)
@@ -44,6 +47,7 @@ OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK)
OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK)
OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK)
OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK)
+RayTracerX (RayTracerX)
Registering model factories...
@@ -69,14 +73,12 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
phot: for gamma SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 100 TeV in 61 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
- PhotoElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
+ LivermorePhElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
compt: for gamma SubType= 13 BuildTable= 1
Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1
@@ -90,6 +92,12 @@ conv: for gamma SubType= 14 BuildTable= 1
BetheHeitler : Emin= 0 eV Emax= 80 GeV
BetheHeitlerLPM : Emin= 80 GeV Emax= 100 TeV
+Rayl: for gamma SubType= 11 BuildTable= 1
+ Lambda table from 100 eV to 100 keV, 7 bins per decade, spline: 0
+ LambdaPrime table from 100 keV to 100 TeV in 63 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator
+
msc: for e- SubType= 10
RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
@@ -113,7 +121,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -144,12 +152,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -170,13 +178,13 @@ hBrems: for proton SubType= 3
hPairProd: for proton SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 17x1001; from 7.50618 GeV to 100 TeV
+ 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
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -208,7 +216,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -229,18 +237,18 @@ hBrems: for anti_proton SubType= 3
hPairProd: for anti_proton SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 17x1001; from 7.50618 GeV to 100 TeV
+ 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, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -261,18 +269,18 @@ hBrems: for kaon+ SubType= 3
hPairProd: for kaon+ SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 18x1001; from 3.94942 GeV to 100 TeV
+ 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, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -293,13 +301,13 @@ hBrems: for kaon- SubType= 3
hPairProd: for kaon- SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 18x1001; from 3.94942 GeV to 100 TeV
+ 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+
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -326,13 +334,13 @@ muBrems: for mu+ SubType= 3
muPairProd: for mu+ SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 21x1001; from 1 GeV to 100 TeV
+ 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, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -359,18 +367,18 @@ muBrems: for mu- SubType= 3
muPairProd: for mu- SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 21x1001; from 1 GeV to 100 TeV
+ 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+
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -391,18 +399,18 @@ hBrems: for pi+ SubType= 3
hPairProd: for pi+ SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 20x1001; from 1.11656 GeV to 100 TeV
+ 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, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -423,13 +431,13 @@ hBrems: for pi- SubType= 3
hPairProd: for pi- SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 20x1001; from 1.11656 GeV to 100 TeV
+ 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+
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -445,8 +453,8 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: neutronInelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV
Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
@@ -629,12 +637,14 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: ChipsKaonPlusInelasticXS: 0 eV ---> 100 TeV
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
---------------------------------------------------
@@ -642,12 +652,14 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: ChipsKaonMinusInelasticXS: 0 eV ---> 100 TeV
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
Process: hBertiniCaptureAtRest
@@ -691,8 +703,8 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: pi+Inelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV
G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections
below 91 GeV, Glauber-Gribov above
@@ -708,8 +720,8 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: pi-Inelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV
G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections
below 91 GeV, Glauber-Gribov above
@@ -726,8 +738,8 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: protonInelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
@@ -745,1414 +757,1445 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
================================================================
- neutron, kinetic energy (MeV) = 3.37868e-06, position (cm) = (-34.9086,-31.3468,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 38.4739, position (cm) = (-39.8773,-17.4388,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 16.1749, position (cm) = (-83.2768,-10.3876,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 97.0923, position (cm) = (-97.1028,-1.36664,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 97.0923, position (cm) = (-97.1028,-1.36664,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 91.4164, position (cm) = (-88.3019,-33.0445,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 93.7701, position (cm) = (-88.786,-34.6328,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 5.46303e-05, position (cm) = (-90.0105,-31.3593,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 8.4134e-06, position (cm) = (-80.4815,-25.9812,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 18.3662, position (cm) = (-83.8731,-16.3858,200), weight = 0.015625
- neutron, kinetic energy (MeV) = 77.0495, position (cm) = (-69.9262,-11.461,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 86.9066, position (cm) = (-69.7441,-11.3252,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 86.9066, position (cm) = (-69.7441,-11.3252,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 0.240143, position (cm) = (-68.673,-12.8197,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.258454, position (cm) = (-68.75,-8.27242,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.54356, position (cm) = (-82.8466,-22.1585,200), weight = 0.015625
- gamma, kinetic energy (MeV) = 4.85386, position (cm) = (-79.4456,-27.0473,200), weight = 0.015625
- gamma, kinetic energy (MeV) = 0.135484, position (cm) = (-74.966,-22.2187,200), weight = 0.015625
- gamma, kinetic energy (MeV) = 0.277981, position (cm) = (-92.041,-29.3441,200), weight = 0.015625
- gamma, kinetic energy (MeV) = 0.493365, position (cm) = (-26.6304,-14.7692,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.113058, position (cm) = (-46.7739,-8.3178,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 76.5972, position (cm) = (-83.7759,18.3788,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 4.10362, position (cm) = (-129.76,-14.0282,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 63.2651, position (cm) = (-180.527,-36.3493,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 0.982174, position (cm) = (-220.304,-72.4574,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 0.000532912, position (cm) = (-214.352,-63.7947,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.14989, position (cm) = (-223.091,-70.3088,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 1.67018, position (cm) = (-227.711,-77.1179,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 2.27311, position (cm) = (-218.59,-65.7399,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 6.7663, position (cm) = (-184.124,-49.5373,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 12.3165, position (cm) = (-184.101,-44.7438,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 66.1028, position (cm) = (-196.007,-60.6686,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 46.9543, position (cm) = (-191.557,-53.3598,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.0710605, position (cm) = (-172.31,-40.3713,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 4.86559, position (cm) = (-177.942,-40.5797,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 9.67778, position (cm) = (-187.279,-42.7327,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.253463, position (cm) = (-227.032,-73.9689,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.142088, position (cm) = (-233.219,-82.8206,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.145223, position (cm) = (-210.164,-30.6298,200), weight = 7.62939e-06
- e-, kinetic energy (MeV) = 0.544191, position (cm) = (-204.279,-39.1284,200), weight = 7.62939e-06
- e-, kinetic energy (MeV) = 0.507967, position (cm) = (-204.286,-39.1228,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.125129, position (cm) = (-202.401,-35.2241,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 7.67806, position (cm) = (-221.175,-75.5633,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 1.43881, position (cm) = (-222.628,-70.1571,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.223993, position (cm) = (-187.575,-34.2076,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.158848, position (cm) = (-152.576,-20.0113,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.197168, position (cm) = (-123.217,-4.14575,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 66.4181, position (cm) = (-176.137,-45.134,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 66.3197, position (cm) = (-198.261,-14.9901,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 66.9662, position (cm) = (-201.998,-15.0226,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 66.4934, position (cm) = (-165.211,-16.9071,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 16.7138, position (cm) = (-14.7271,63.8876,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 16.7138, position (cm) = (-14.7271,63.8876,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 1.86426e-05, position (cm) = (-47.1652,-3.33385,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 0.0230414, position (cm) = (-50.6792,18.5192,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 0.0652176, position (cm) = (-59.5634,17.2758,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 0.00102916, position (cm) = (-70.0331,9.0576,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 32.9601, position (cm) = (-88.527,51.4702,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 0.0245241, position (cm) = (-53.2332,33.0758,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 7.60898, position (cm) = (-66.7109,36.4391,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.0805954, position (cm) = (-75.2162,36.6186,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.146288, position (cm) = (-55.0942,37.055,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.218945, position (cm) = (-59.4186,34.0234,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 5.46616, position (cm) = (-44.708,31.6241,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.249276, position (cm) = (-30.2633,2.21573,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 3.62027, position (cm) = (-87.9528,-1.78353,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.245776, position (cm) = (-98.841,26.3566,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.146354, position (cm) = (-107.559,10.8175,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 70.2224, position (cm) = (-116.087,70.1834,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 4.2523, position (cm) = (-94.0764,52.4415,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 4.2523, position (cm) = (-94.0764,52.4415,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 69.552, position (cm) = (-119.821,70.584,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 66.9572, position (cm) = (-23.6789,136.392,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 66.5668, position (cm) = (-22.8614,135.103,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 1.03358, position (cm) = (-99.3728,71.2379,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 1.96805, position (cm) = (-41.8041,140.599,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 0.0432026, position (cm) = (-1.74686,99.7587,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 2.521e-06, position (cm) = (-61.8634,91.0114,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 1.71508, position (cm) = (-73.2728,100.423,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 0.280706, position (cm) = (-80.3502,106.281,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 15.178, position (cm) = (-87.8138,109.019,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.735492, position (cm) = (-66.8547,107.206,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 21.8143, position (cm) = (-78.4462,110.733,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 21.8519, position (cm) = (-79.0866,112.242,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 65.1577, position (cm) = (-9.04033,141.147,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 0.00406015, position (cm) = (-6.20367,141.084,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 1.51986, position (cm) = (-83.598,76.9981,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 1.87062, position (cm) = (-12.9076,68.8804,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 6.27587, position (cm) = (-16.6912,31.9905,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.169946, position (cm) = (-53.1799,62.0943,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 1.43716, position (cm) = (-32.1766,69.0394,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.248835, position (cm) = (-25.4196,79.6324,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 3.95174, position (cm) = (-11.5971,137.238,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.0543589, position (cm) = (-13.2536,130.629,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.200903, position (cm) = (-7.90232,89.5049,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.382325, position (cm) = (-60.2743,133.397,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.406049, position (cm) = (-87.3807,107.307,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.197838, position (cm) = (-79.1775,102.151,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 4.55263, position (cm) = (-40.6857,52.8652,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 5.94104, position (cm) = (-16.0235,51.939,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 22.1096, position (cm) = (-73.7133,83.0414,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 1.02183, position (cm) = (-45.0761,94.717,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 59.588, position (cm) = (-9.65159,75.0734,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 55.2392, position (cm) = (-55.1895,49.6336,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 55.1371, position (cm) = (-57.4096,51.0091,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 50.2178, position (cm) = (-23.967,33.2578,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 6.22786e-05, position (cm) = (-29.5595,32.0808,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 72.1773, position (cm) = (9.96974,16.7023,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 4.48226, position (cm) = (-4.1443,23.9505,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.222207, position (cm) = (-15.0204,42.1646,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 5.19107, position (cm) = (-27.6001,-14.0004,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 8.57164, position (cm) = (-9.61838,73.1581,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 5.80948, position (cm) = (-6.3684,78.0401,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.23726, position (cm) = (-43.2879,79.7918,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 4.57669, position (cm) = (-54.6626,84.9142,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.204848, position (cm) = (-62.6533,86.2593,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.754688, position (cm) = (-47.1593,90.7365,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.297743, position (cm) = (-26.2679,74.0427,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 1.08639, position (cm) = (-37.3395,7.24334,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 9.04329, position (cm) = (-29.1723,22.9438,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 9.04329, position (cm) = (-29.1723,22.9438,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 9.04329, position (cm) = (-29.1723,22.9438,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 19.4025, position (cm) = (15.425,41.6806,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 20.317, position (cm) = (1.0254,47.7085,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 4.47858, position (cm) = (-33.1786,41.0771,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 8.61624, position (cm) = (-74.6342,37.3037,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 8.61624, position (cm) = (-74.6342,37.3037,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.178769, position (cm) = (-16.9623,20.4931,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.65135, position (cm) = (-34.4389,28.6315,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 2.22326, position (cm) = (-49.7689,35.8282,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.608361, position (cm) = (-35.7568,39.9077,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.129788, position (cm) = (-38.3297,40.6619,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 4.10513, position (cm) = (-47.3886,32.7988,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 1.82931, position (cm) = (-31.6576,34.5213,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 87.479, position (cm) = (-13.1617,-109.434,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 87.6663, position (cm) = (-13.5555,-107.812,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 86.5376, position (cm) = (-4.96763,-113.602,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 33.1752, position (cm) = (-11.9568,-96.7675,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 87.2316, position (cm) = (-12.1551,-97.0393,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 86.9629, position (cm) = (-5.44035,-94.6889,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 8.19191, position (cm) = (-12.1587,-108.243,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.0650662, position (cm) = (-3.60601,-92.1684,200), weight = 0.03125
- gamma, kinetic energy (MeV) = 0.165111, position (cm) = (-9.53274,-78.8337,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 3.09768, position (cm) = (-5.48177,-97.0615,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 0.778779, position (cm) = (45.6622,-68.7124,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 5.13083, position (cm) = (11.6907,-61.2747,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 0.49228, position (cm) = (-9.72531,-46.9623,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 4.57983, position (cm) = (-18.2469,-74.5266,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 0.930145, position (cm) = (-23.7155,-64.806,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 0.92928, position (cm) = (-9.54444,-67.8996,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 0.366215, position (cm) = (17.1471,-66.6179,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 1.59664, position (cm) = (8.56543,-59.6779,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 1.60342, position (cm) = (0.236665,-58.0356,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.208706, position (cm) = (10.2906,-68.9317,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 4.08535, position (cm) = (2.31665,-72.6239,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 4.9473, position (cm) = (42.4204,-53.4822,200), weight = 1.49012e-08
- gamma, kinetic energy (MeV) = 0.135906, position (cm) = (44.3816,-46.0036,200), weight = 1.49012e-08
- gamma, kinetic energy (MeV) = 0.129973, position (cm) = (52.3523,-54.4349,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 8.96226e-06, position (cm) = (8.19635,-118.956,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 1.26952, position (cm) = (33.3112,-86.8702,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 3.97539, position (cm) = (98.8583,-74.559,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 2.59322, position (cm) = (-38.0994,-34.9526,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 16.5559, position (cm) = (-20.7612,-39.9895,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 13.6474, position (cm) = (-22.2494,-14.5251,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 13.6474, position (cm) = (-22.2494,-14.5251,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 11.6343, position (cm) = (-30.0184,-14.6914,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 11.6343, position (cm) = (-30.0184,-14.6914,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 17.6178, position (cm) = (-22.4906,-26.0715,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.0717416, position (cm) = (-20.779,-39.4984,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.16139, position (cm) = (3.69825,-43.3304,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 1.73011, position (cm) = (-34.3544,-24.024,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-17.2195,-105.632,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 4.83329e-06, position (cm) = (-99.5909,23.4131,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 20.9423, position (cm) = (31.347,20.5293,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 20.9339, position (cm) = (31.6003,20.4915,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 21.2949, position (cm) = (32.5787,19.2684,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 16.7575, position (cm) = (30.8613,41.4117,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 16.7575, position (cm) = (30.8613,41.4117,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 3.09688e-06, position (cm) = (44.0663,58.8714,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 5.30968e-05, position (cm) = (53.2627,30.5541,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 47.6498, position (cm) = (62.7132,-9.21992,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 48.262, position (cm) = (57.9586,-7.39783,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 47.222, position (cm) = (67.3836,36.961,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 47.3542, position (cm) = (67.4097,36.8705,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 2.46313, position (cm) = (57.5544,24.5916,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.0773691, position (cm) = (71.2643,24.4356,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 3.02137, position (cm) = (79.8937,12.009,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.128316, position (cm) = (27.9761,52.7678,200), weight = 2.98023e-08
- gamma, kinetic energy (MeV) = 0.0902907, position (cm) = (43.1871,33.9374,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 2.8728, position (cm) = (29.384,-4.62576,200), weight = 4.65661e-10
- neutron, kinetic energy (MeV) = 18.4006, position (cm) = (28.5565,-5.74825,200), weight = 2.32831e-10
- neutron, kinetic energy (MeV) = 1.72299, position (cm) = (29.1831,-0.445881,200), weight = 1.16415e-10
- neutron, kinetic energy (MeV) = 18.2643, position (cm) = (27.6122,-0.497325,200), weight = 5.82077e-11
- neutron, kinetic energy (MeV) = 18.2823, position (cm) = (27.6912,-0.555493,200), weight = 2.91038e-11
- neutron, kinetic energy (MeV) = 8.62661, position (cm) = (24.3681,-1.39785,200), weight = 2.91038e-11
- neutron, kinetic energy (MeV) = 2.51882, position (cm) = (16.3884,-3.54946,200), weight = 3.72529e-09
- neutron, kinetic energy (MeV) = 1.30228, position (cm) = (58.1016,11.5223,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 0.329408, position (cm) = (47.1714,17.7764,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 1.46302, position (cm) = (20.2167,17.7533,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 22.0032, position (cm) = (-22.1638,41.2089,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 22.0032, position (cm) = (-22.1638,41.2089,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 2.24745, position (cm) = (-27.7481,39.1344,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 2.24745, position (cm) = (-27.7481,39.1344,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 2.86308, position (cm) = (13.4638,58.0796,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.450301, position (cm) = (-34.4066,41.1494,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 1.27785, position (cm) = (-1.27649,39.894,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 4.13774, position (cm) = (21.0274,-19.9723,200), weight = 7.45058e-09
- gamma, kinetic energy (MeV) = 0.976052, position (cm) = (44.351,-27.5333,200), weight = 3.72529e-09
- gamma, kinetic energy (MeV) = 0.285464, position (cm) = (34.2381,14.1628,200), weight = 9.31323e-10
- gamma, kinetic energy (MeV) = 0.221911, position (cm) = (29.9859,0.289467,200), weight = 2.91038e-11
- gamma, kinetic energy (MeV) = 1.51531, position (cm) = (28.9165,-4.09505,200), weight = 2.91038e-11
- gamma, kinetic energy (MeV) = 0.125863, position (cm) = (29.4522,0.106189,200), weight = 1.16415e-10
- gamma, kinetic energy (MeV) = 0.307962, position (cm) = (28.115,3.04376,200), weight = 1.16415e-10
- gamma, kinetic energy (MeV) = 0.162864, position (cm) = (19.4835,4.43343,200), weight = 4.65661e-10
- gamma, kinetic energy (MeV) = 0.165316, position (cm) = (45.9159,-2.53665,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 40.0124, position (cm) = (26.4897,-1.1317,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 47.6368, position (cm) = (36.6452,3.0317,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 7.55644, position (cm) = (-44.2379,-8.04081,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 21.1327, position (cm) = (-46.2085,-15.7902,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 21.1327, position (cm) = (-46.2085,-15.7902,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 21.1219, position (cm) = (-46.2842,-16.3709,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 97.6631, position (cm) = (-31.7534,-14.8397,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 41.3921, position (cm) = (-41.6925,-8.10104,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.214456, position (cm) = (-21.7273,-1.35786,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.226293, position (cm) = (4.70881,-18.0935,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.325996, position (cm) = (-4.03497,18.9794,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.775698, position (cm) = (42.41,31.3041,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.317769, position (cm) = (42.4301,33.8589,200), weight = 4.65661e-10
- neutron, kinetic energy (MeV) = 75.7195, position (cm) = (-10.2163,-48.4562,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 75.7195, position (cm) = (-10.2163,-48.4562,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 75.7195, position (cm) = (-10.2163,-48.4562,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 1.51508, position (cm) = (-14.9631,-36.3132,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 58.0929, position (cm) = (-21.3821,-41.1642,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 89.8629, position (cm) = (-14.5255,9.1541,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 48.9059, position (cm) = (-18.5073,-3.73184,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 49.1413, position (cm) = (-17.5586,-3.42881,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 2.64753, position (cm) = (-12.3705,10.8681,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 97.7376, position (cm) = (-28.5269,11.9104,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 74.5573, position (cm) = (-19.9638,41.3259,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 40.3416, position (cm) = (-38.238,-14.6234,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 37.1967, position (cm) = (19.4369,3.31439,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 37.9358, position (cm) = (3.74692,9.29618,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 37.4905, position (cm) = (-1.73059,10.3684,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 38.1434, position (cm) = (3.54356,4.9424,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.0748907, position (cm) = (7.05357,0.572241,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 1.46104, position (cm) = (-23.2858,-2.94198,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 10.2037, position (cm) = (-9.25116,18.7929,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 6.54847, position (cm) = (8.01035,-7.64403,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 1.38758, position (cm) = (2.211,-13.8591,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 4.29138, position (cm) = (-46.778,20.6729,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.175467, position (cm) = (-13.8023,-43.1276,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.803089, position (cm) = (-16.8957,-41.1083,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 2.932, position (cm) = (-19.3229,-52.3978,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 5.41841, position (cm) = (-16.2804,-36.074,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.399272, position (cm) = (-7.33604,-41.9207,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.230345, position (cm) = (-4.63997,-11.1801,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 97.5654, position (cm) = (-38.5149,-2.96418,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 97.5654, position (cm) = (-38.5149,-2.96418,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 97.5654, position (cm) = (-38.5149,-2.96418,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 97.5654, position (cm) = (-38.5149,-2.96418,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 97.7923, position (cm) = (4.32996,29.3428,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 33.6609, position (cm) = (7.18467,33.0286,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 94.7838, position (cm) = (4.23302,26.9585,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 97.7923, position (cm) = (4.32996,29.3428,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 97.6515, position (cm) = (-4.72966,28.2959,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 97.6515, position (cm) = (-4.72966,28.2959,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 0.712506, position (cm) = (-15.3391,14.775,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 0.133951, position (cm) = (0.603023,33.5049,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 4.57603, position (cm) = (0.611944,33.6941,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 25.5688, position (cm) = (38.0274,23.8864,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 14.7355, position (cm) = (33.458,15.2747,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 5.43198, position (cm) = (72.9069,6.62923,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 3.73266, position (cm) = (-0.835524,32.928,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.257883, position (cm) = (-2.73673,18.5817,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.231533, position (cm) = (-3.11205,25.8863,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.240558, position (cm) = (2.74184,22.8244,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.379595, position (cm) = (-20.9045,-42.8305,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 1.99959, position (cm) = (-28.6351,71.1539,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 0.969952, position (cm) = (-26.7289,90.9859,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 25.9203, position (cm) = (-25.4478,87.0116,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 25.7831, position (cm) = (-25.2027,87.9592,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 25.3454, position (cm) = (-22.1368,84.1579,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 17.1135, position (cm) = (-18.2739,69.361,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 17.1135, position (cm) = (-18.2739,69.361,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 4.47319, position (cm) = (-10.7402,72.2652,200), weight = 7.45058e-09
- neutron, kinetic energy (MeV) = 25.6269, position (cm) = (-11.8108,71.7571,200), weight = 7.45058e-09
- neutron, kinetic energy (MeV) = 25.7315, position (cm) = (-14.0352,74.2465,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 0.000462553, position (cm) = (-19.8633,85.2188,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 6.04008e-05, position (cm) = (-11.5314,69.8037,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 1.75742, position (cm) = (-3.54302,48.319,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 3.19447, position (cm) = (0.843209,102.836,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 26.4397, position (cm) = (-18.7313,73.925,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 26.4397, position (cm) = (-18.7313,73.925,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 1.79023, position (cm) = (-25.9386,69.1506,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 0.0741295, position (cm) = (-26.7785,102.954,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 6.50219, position (cm) = (-18.605,81.6123,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.100066, position (cm) = (-20.3367,88.8236,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 6.83674, position (cm) = (-20.1786,71.0424,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 0.228046, position (cm) = (20.8271,135.907,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.119599, position (cm) = (-54.617,77.6509,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.120053, position (cm) = (-11.9982,105.224,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.86479, position (cm) = (-20.8867,97.7249,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.225158, position (cm) = (-15.8401,37.9214,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 0.152906, position (cm) = (-22.8227,86.8858,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 0.310795, position (cm) = (-12.8125,75.0083,200), weight = 7.45058e-09
- gamma, kinetic energy (MeV) = 1.13516, position (cm) = (-13.9531,70.4444,200), weight = 7.45058e-09
- gamma, kinetic energy (MeV) = 0.36784, position (cm) = (-14.2431,72.5778,200), weight = 2.98023e-08
- gamma, kinetic energy (MeV) = 1.84713, position (cm) = (-6.92388,77.1242,200), weight = 2.98023e-08
- gamma, kinetic energy (MeV) = 0.39087, position (cm) = (-28.4238,104.89,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 0.136498, position (cm) = (-24.2463,91.1868,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 1.02682, position (cm) = (-30.0941,57.03,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 3.16849, position (cm) = (-42.9928,76.5409,200), weight = 1.19209e-07
- gamma, kinetic energy (MeV) = 0.174218, position (cm) = (-95.6812,118.775,200), weight = 1.19209e-07
- gamma, kinetic energy (MeV) = 5.8247, position (cm) = (-75.1116,126.659,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 16.328, position (cm) = (-3.32095,95.3122,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 16.328, position (cm) = (-3.32095,95.3122,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 13.2517, position (cm) = (1.75132,89.7027,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 13.2517, position (cm) = (1.75132,89.7027,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 24.6146, position (cm) = (5.69665,69.9636,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 24.6639, position (cm) = (7.00804,69.3993,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 24.5297, position (cm) = (6.0034,69.0848,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 24.8126, position (cm) = (1.49994,74.6687,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 0.018337, position (cm) = (4.00661,75.2564,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 15.6033, position (cm) = (-1.81301,68.2419,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 0.0733184, position (cm) = (-14.244,80.7331,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 15.6033, position (cm) = (-1.81301,68.2419,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 0.131273, position (cm) = (-24.9249,77.0883,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 1.07555, position (cm) = (-30.7905,86.6927,200), weight = 7.45058e-09
- neutron, kinetic energy (MeV) = 0.602365, position (cm) = (-2.2012,84.0553,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 18.4444, position (cm) = (-13.5564,86.523,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 10.4044, position (cm) = (9.11479,218.728,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 55.7541, position (cm) = (-36.386,7.31177,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 55.5303, position (cm) = (-36.3591,7.20194,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 3.76426, position (cm) = (11.9981,228.103,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 2.26891, position (cm) = (-16.7925,74.9408,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 0.135946, position (cm) = (6.47722,84.4172,200), weight = 2.98023e-08
- gamma, kinetic energy (MeV) = 0.852545, position (cm) = (-24.3189,74.5754,200), weight = 1.49012e-08
- gamma, kinetic energy (MeV) = 0.108713, position (cm) = (-33.5723,79.3563,200), weight = 7.45058e-09
- gamma, kinetic energy (MeV) = 0.571092, position (cm) = (-32.5205,78.6575,200), weight = 7.45058e-09
- gamma, kinetic energy (MeV) = 1.66462, position (cm) = (-33.4577,77.0567,200), weight = 7.45058e-09
- gamma, kinetic energy (MeV) = 5.14253, position (cm) = (-29.9241,79.3755,200), weight = 7.45058e-09
- gamma, kinetic energy (MeV) = 7.8602, position (cm) = (-20.6366,81.1736,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 1.32516, position (cm) = (-17.0884,88.6379,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 4.96202, position (cm) = (1.92408,72.1337,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 8.89329, position (cm) = (-20.5664,105.889,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.107308, position (cm) = (-5.90123,90.2929,200), weight = 1.19209e-07
- gamma, kinetic energy (MeV) = 5.9091, position (cm) = (-1.60265,100.107,200), weight = 1.19209e-07
- gamma, kinetic energy (MeV) = 0.0878522, position (cm) = (-20.1752,101.123,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 86.0435, position (cm) = (29.7356,-43.8725,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 68.0217, position (cm) = (51.2462,-34.1889,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 67.6386, position (cm) = (52.8963,-34.9628,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 67.3742, position (cm) = (48.5052,-29.6325,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 34.4692, position (cm) = (47.1725,-30.8582,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 34.4692, position (cm) = (47.1725,-30.8582,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 91.7941, position (cm) = (50.0751,-27.2453,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 91.8416, position (cm) = (49.4616,-27.0271,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 91.8416, position (cm) = (49.4616,-27.0271,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 91.8416, position (cm) = (49.4616,-27.0271,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 88.7023, position (cm) = (40.6246,-25.0761,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 88.7023, position (cm) = (40.6246,-25.0761,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 91.7746, position (cm) = (48.542,-27.11,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 2.15354e-05, position (cm) = (52.6281,-51.6156,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 1.65073, position (cm) = (48.2954,-49.8456,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 2.6257, position (cm) = (59.4996,-35.6924,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 91.2225, position (cm) = (50.0192,-29.8183,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 91.7128, position (cm) = (56.1317,-28.338,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 47.2698, position (cm) = (58.3878,-37.4266,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 89.7804, position (cm) = (69.6667,-46.2806,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 3.2178, position (cm) = (69.6154,-46.2782,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 3.709, position (cm) = (69.6436,-46.3965,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 9.35732, position (cm) = (69.8588,-46.4586,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 89.7804, position (cm) = (69.6667,-46.2806,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.000469937, position (cm) = (64.4506,-26.4409,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 0.000681704, position (cm) = (28.2151,-37.5444,200), weight = 3.05176e-05
- proton, kinetic energy (MeV) = 21.6982, position (cm) = (69.6539,-46.2551,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.137335, position (cm) = (95.8931,-0.0167726,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.0714117, position (cm) = (69.7311,-32.4766,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.262039, position (cm) = (73.6832,-31.8781,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 2.35152, position (cm) = (70.0078,-45.8893,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 1.75808, position (cm) = (59.0899,-37.9687,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.0928214, position (cm) = (52.7816,-31.7861,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.0871884, position (cm) = (48.4691,-29.5181,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 2.07778, position (cm) = (38.3761,-36.3293,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 6.6087, position (cm) = (48.7077,-30.8565,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.122139, position (cm) = (14.9562,-36.1949,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.0631223, position (cm) = (-3.37864,17.0712,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 38.6833, position (cm) = (-99.2978,-65.7328,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 1.92699, position (cm) = (-114.308,-118.805,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 0.217532, position (cm) = (-48.6567,-70.7585,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 2.67939, position (cm) = (-25.2212,-70.4265,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 2.43341, position (cm) = (-56.8705,-79.7744,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 8.00852, position (cm) = (-38.4973,-64.2479,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 0.00103509, position (cm) = (-62.8699,-84.6551,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.000281527, position (cm) = (-61.8897,-82.0784,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 47.2074, position (cm) = (-57.4363,-72.0521,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 46.1734, position (cm) = (-54.8909,-70.0228,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 4.75075, position (cm) = (-58.6002,-66.1246,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 1.67535, position (cm) = (-75.577,-62.8853,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.0970621, position (cm) = (-42.817,-67.0991,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 2.67795, position (cm) = (-29.7441,-65.0345,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.362001, position (cm) = (-46.1047,-77.2354,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.146589, position (cm) = (-119.356,-102.925,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 4.84092, position (cm) = (-86.1876,-70.8925,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.0783386, position (cm) = (-100.749,-63.9966,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 1.69347, position (cm) = (-97.2252,-68.841,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 2.63947, position (cm) = (-93.1548,-57.7998,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.633795, position (cm) = (-113.641,-46.4864,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 9.67826e-06, position (cm) = (8.81012,-70.3544,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 79.2076, position (cm) = (14.4082,18.9432,200), weight = 0.25
- gamma, kinetic energy (MeV) = 3.73454, position (cm) = (24.7096,36.2279,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.509874, position (cm) = (17.3887,-53.5088,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 0.738906, position (cm) = (-41.3118,-18.3509,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 24.0437, position (cm) = (-32.9631,-13.3755,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 23.7857, position (cm) = (-30.7838,-15.1316,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 24.0437, position (cm) = (-32.9631,-13.3755,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 19.0273, position (cm) = (-9.80198,-8.91828,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 12.9312, position (cm) = (-2.53042,-8.05066,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 7.988, position (cm) = (-22.3038,-16.7489,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 0.000805429, position (cm) = (10.9206,49.2391,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.0549883, position (cm) = (10.6512,54.1835,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 5.88513, position (cm) = (8.14981,53.6588,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.841841, position (cm) = (-22.9124,12.6628,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 2.24592, position (cm) = (-119.905,-147.425,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 2.77399, position (cm) = (-113.921,-158.767,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 2.8228, position (cm) = (-114.896,-160.983,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 2.8286, position (cm) = (-114.687,-160.602,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 15.9647, position (cm) = (-99.5688,-144.125,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 15.9647, position (cm) = (-99.5688,-144.125,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 15.9647, position (cm) = (-99.5688,-144.125,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 15.9647, position (cm) = (-99.5688,-144.125,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 15.9647, position (cm) = (-99.5688,-144.125,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 15.9647, position (cm) = (-99.5688,-144.125,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 5.972, position (cm) = (-74.7789,-107.467,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 0.396337, position (cm) = (-85.2947,-79.407,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.349154, position (cm) = (-82.3149,-119.327,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 3.32341, position (cm) = (-75.2164,-129.949,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.0803308, position (cm) = (-75.0737,-106.765,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 1.74419, position (cm) = (-70.4444,-104.214,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 0.819094, position (cm) = (-77.8097,-95.3007,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.917675, position (cm) = (-84.3846,-102.964,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.241123, position (cm) = (-107.932,-149.396,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 2.2929, position (cm) = (-107.284,-129.188,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 0.070629, position (cm) = (-116.045,-156.107,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 2.44997, position (cm) = (-83.9772,-102.074,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 27.2891, position (cm) = (-90.0022,-102.531,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 14.2316, position (cm) = (-99.5558,-90.467,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 4.12892, position (cm) = (-99.1483,-101.104,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 0.00428232, position (cm) = (-94.6583,-91.8951,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 25.2601, position (cm) = (-82.142,-106.215,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 0.000592478, position (cm) = (-52.0169,-152.488,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 3.30396, position (cm) = (-100.289,-78.1958,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 5.31344, position (cm) = (-87.4087,-81.8043,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 6.34394, position (cm) = (-93.5097,-96.8667,200), weight = 1.19209e-07
- gamma, kinetic energy (MeV) = 0.702147, position (cm) = (-90.5691,-139.497,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 1.26727, position (cm) = (-104.548,-142.614,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.355512, position (cm) = (-98.6762,-141.876,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.0674011, position (cm) = (-99.897,-142.161,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.338426, position (cm) = (-103.787,-139.065,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.232696, position (cm) = (-80.3209,-77.4146,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 7.00955, position (cm) = (-76.68,-97.8937,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 1.73928, position (cm) = (-86.5371,-76.6969,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 1.41589, position (cm) = (-88.3284,-81.1628,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 1.79456, position (cm) = (-83.877,-69.0545,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 0.000318689, position (cm) = (-69.1108,-70.9464,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 9.19325, position (cm) = (-62.0187,-75.4916,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 5.50669, position (cm) = (-36.6961,-85.3558,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 9.16619, position (cm) = (-7.05085,-89.0043,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 5.1521, position (cm) = (21.8945,-93.5067,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 27.986, position (cm) = (-7.19282,-90.8234,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 28.207, position (cm) = (-7.92729,-92.5122,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 27.2918, position (cm) = (-16.5489,-80.2256,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 27.2918, position (cm) = (-16.5489,-80.2256,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 27.2918, position (cm) = (-16.5489,-80.2256,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 11.2804, position (cm) = (17.3576,-71.9881,200), weight = 7.45058e-09
- neutron, kinetic energy (MeV) = 2.27524, position (cm) = (42.4259,-77.8849,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 3.15405, position (cm) = (1.75377,-100.168,200), weight = 1.49012e-08
- gamma, kinetic energy (MeV) = 0.909007, position (cm) = (12.1323,-92.4923,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 5.06474, position (cm) = (13.6951,-96.7434,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 0.230289, position (cm) = (29.3255,-107.02,200), weight = 2.98023e-08
- gamma, kinetic energy (MeV) = 2.98413, position (cm) = (24.0049,-97.6953,200), weight = 2.98023e-08
- gamma, kinetic energy (MeV) = 0.0394205, position (cm) = (54.2915,-53.7153,200), weight = 2.98023e-08
- gamma, kinetic energy (MeV) = 0.137402, position (cm) = (-7.28328,-90.7184,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 2.30909, position (cm) = (19.8129,-95.4032,200), weight = 1.19209e-07
- gamma, kinetic energy (MeV) = 0.725053, position (cm) = (-53.6246,-75.8727,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.389136, position (cm) = (-90.813,-82.9268,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.289012, position (cm) = (-100.801,-85.5398,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.248259, position (cm) = (-104.848,-108.129,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 26.8665, position (cm) = (-57.3357,209.104,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 1.58623, position (cm) = (-89.7309,220.463,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.377411, position (cm) = (-12.0315,195.585,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 1.04769, position (cm) = (-37.1658,198.263,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 13.7718, position (cm) = (-43.2641,209.941,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 1.15374, position (cm) = (-45.2968,196.252,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 2.14424, position (cm) = (-43.4407,136.036,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.103837, position (cm) = (-26.6777,109.195,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 42.5832, position (cm) = (1.39193,142.317,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 42.5503, position (cm) = (1.40737,142.32,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 42.5832, position (cm) = (1.39193,142.317,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 21.4803, position (cm) = (1.09974,137.673,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 42.3912, position (cm) = (0.968405,141.399,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.380318, position (cm) = (-18.4728,138.038,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.0786727, position (cm) = (-37.2988,101.503,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 2.19789, position (cm) = (-25.0244,113.942,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 4.18509, position (cm) = (69.5959,143.349,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 0.0109005, position (cm) = (89.928,158.978,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 0.421216, position (cm) = (87.3042,151.883,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 43.3009, position (cm) = (87.6054,152.042,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 0.0119998, position (cm) = (101.656,139.853,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 1.68257, position (cm) = (87.4941,149.338,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 6.55636, position (cm) = (88.3603,152.484,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 43.1087, position (cm) = (86.3199,150.266,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 41.5341, position (cm) = (88.6752,144.283,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 5.64551, position (cm) = (96.694,140.165,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 13.6551, position (cm) = (80.5996,151.221,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 43.3009, position (cm) = (87.6054,152.042,200), weight = 5.96046e-08
- neutron, kinetic energy (MeV) = 0.00808339, position (cm) = (86.6097,188.063,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 22.0144, position (cm) = (71.0605,175.268,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 4.95095, position (cm) = (54.3615,140.112,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 53.2685, position (cm) = (21.7781,134.275,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.0834129, position (cm) = (21.6452,136.625,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.912719, position (cm) = (-4.88123,98.9601,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.783376, position (cm) = (52.6664,153.035,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 0.0917686, position (cm) = (65.4702,159.046,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.115084, position (cm) = (85.9919,152.376,200), weight = 1.19209e-07
- gamma, kinetic energy (MeV) = 3.89046, position (cm) = (86.5778,154.439,200), weight = 1.19209e-07
- gamma, kinetic energy (MeV) = 0.293921, position (cm) = (87.4224,151.23,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 7.56248, position (cm) = (72.7194,143.545,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 5.36852, position (cm) = (74.2123,132.512,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 5.57733, position (cm) = (68.8932,136.468,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 4.6816, position (cm) = (3.54603,75.1617,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 8.32691, position (cm) = (31.7888,109.89,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 0.476105, position (cm) = (23.7511,108.093,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 23.7006, position (cm) = (-13.1969,91.9952,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.481431, position (cm) = (-2.60655,134.718,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.356782, position (cm) = (50.251,101.662,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.116128, position (cm) = (117.296,160.526,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 31.6144, position (cm) = (-19.7124,-12.7792,200), weight = 0.125
- neutron, kinetic energy (MeV) = 99.5119, position (cm) = (-12.8521,-9.1996,200), weight = 0.125
- neutron, kinetic energy (MeV) = 48.0001, position (cm) = (-25.1529,-13.6358,200), weight = 0.0625
- neutron, kinetic energy (MeV) = 7.6215e-06, position (cm) = (-26.4604,-7.85728,200), weight = 0.0625
- neutron, kinetic energy (MeV) = 2.7151, position (cm) = (-11.3278,-13.482,200), weight = 0.0625
- neutron, kinetic energy (MeV) = 18.1299, position (cm) = (-5.81362,9.28192,200), weight = 0.015625
- neutron, kinetic energy (MeV) = 8.28178, position (cm) = (-9.65802,11.9437,200), weight = 0.015625
- gamma, kinetic energy (MeV) = 0.453403, position (cm) = (-14.3957,14.7353,200), weight = 0.03125
- gamma, kinetic energy (MeV) = 1.31401, position (cm) = (-30.4168,3.97672,200), weight = 0.03125
- gamma, kinetic energy (MeV) = 0.488235, position (cm) = (-1.97616,-12.7046,200), weight = 0.125
- gamma, kinetic energy (MeV) = 0.368511, position (cm) = (-12.9338,-1.53318,200), weight = 0.125
- neutron, kinetic energy (MeV) = 36.3581, position (cm) = (80.4808,-35.2503,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 36.1973, position (cm) = (80.5903,-36.9231,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 35.9683, position (cm) = (82.3368,-35.4246,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 35.9683, position (cm) = (82.3368,-35.4246,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 36.1526, position (cm) = (81.5767,-36.2221,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 36.1526, position (cm) = (81.5767,-36.2221,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 21.1431, position (cm) = (71.8011,-27.518,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 37.7391, position (cm) = (77.5112,-46.2032,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 2.45972, position (cm) = (104.263,-44.4879,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 8.98646, position (cm) = (90.3271,-78.734,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 18.6756, position (cm) = (95.7653,-62.8039,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.161523, position (cm) = (83.1509,-81.1912,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.666604, position (cm) = (86.9512,-71.9923,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.0972972, position (cm) = (62.7572,-28.3861,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.108239, position (cm) = (71.1854,-29.589,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.141873, position (cm) = (70.311,-31.1025,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 37.0761, position (cm) = (70.9038,-22.3345,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 37.0761, position (cm) = (70.9038,-22.3345,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 37.0761, position (cm) = (70.9038,-22.3345,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 37.0761, position (cm) = (70.9038,-22.3345,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 72.1819, position (cm) = (21.5028,-79.5252,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 72.0468, position (cm) = (16.1239,-65.945,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 1.03207, position (cm) = (-3.09219,-93.8676,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 70.1679, position (cm) = (16.6865,-153.62,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 3.09347, position (cm) = (13.1984,-138.483,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 0.0235327, position (cm) = (47.9275,-152.509,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 1.34296, position (cm) = (8.77935,-80.0381,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 2.16461, position (cm) = (18.5166,-92.9706,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 7.48183e-05, position (cm) = (55.2204,-87.8607,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.628584, position (cm) = (19.167,-61.7487,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.0851986, position (cm) = (8.833,-77.9612,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 1.4327, position (cm) = (9.84967,-76.7059,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.517292, position (cm) = (28.4843,-153.121,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.234514, position (cm) = (7.90585,-137.104,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 3.73533, position (cm) = (12.1118,-138.5,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.674075, position (cm) = (59.5074,-37.655,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.246321, position (cm) = (178.723,-1.44358,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 5.2261, position (cm) = (85.5369,-50.2224,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 6.4294, position (cm) = (42.5046,-84.2703,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 0.0879788, position (cm) = (3.92871,-158.54,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 2.77457, position (cm) = (65.4828,92.8714,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 0.352738, position (cm) = (68.0524,116.161,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 25.626, position (cm) = (65.4397,122.547,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 0.0140477, position (cm) = (17.7174,112.317,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 1.52007, position (cm) = (29.051,104.328,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.995663, position (cm) = (57.5191,134.926,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 0.0421842, position (cm) = (31.8677,110.358,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 59.1526, position (cm) = (38.0537,21.1836,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 58.8492, position (cm) = (41.6636,22.1269,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 59.0314, position (cm) = (38.1628,20.233,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 58.3292, position (cm) = (38.8298,25.2525,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 59.1526, position (cm) = (38.0537,21.1836,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 59.1526, position (cm) = (38.0537,21.1836,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 59.1084, position (cm) = (37.4264,21.9795,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 58.7777, position (cm) = (38.4698,19.4295,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 58.7777, position (cm) = (38.4698,19.4295,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 59.1526, position (cm) = (38.0537,21.1836,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 59.1526, position (cm) = (38.0537,21.1836,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 2.96399, position (cm) = (106.395,154.409,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 1.66963, position (cm) = (86.242,150.611,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 38.9825, position (cm) = (83.2188,164.575,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 38.9825, position (cm) = (83.2188,164.575,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 17.6111, position (cm) = (76.7955,169.093,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 38.9304, position (cm) = (85.5135,164.537,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 38.9304, position (cm) = (85.5135,164.537,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 29.2773, position (cm) = (162.696,162.056,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 1.87567, position (cm) = (92.471,110.705,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.684098, position (cm) = (122.362,87.5446,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 2.98401, position (cm) = (101.721,165.078,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.226893, position (cm) = (68.05,144.438,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 1.15665, position (cm) = (108.46,154.883,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.461453, position (cm) = (121.377,174.833,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.457138, position (cm) = (125.094,174.757,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.217903, position (cm) = (32.686,125.702,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 67.9492, position (cm) = (72.8298,101.673,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 36.9244, position (cm) = (70.3842,103.711,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 67.9492, position (cm) = (72.8298,101.673,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 7.20534, position (cm) = (82.8622,114.975,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 4.56457, position (cm) = (79.7412,112.015,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 7.20534, position (cm) = (82.8622,114.975,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 4.6965, position (cm) = (80.7277,112.861,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 69.3066, position (cm) = (101.768,110.02,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 0.000190424, position (cm) = (75.7561,99.3127,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 69.4264, position (cm) = (102.021,108.642,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 0.000194378, position (cm) = (108.093,96.5729,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 2.71743, position (cm) = (91.2223,102.698,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 1.48365, position (cm) = (102.076,132.497,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.210765, position (cm) = (22.0509,82.069,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.160677, position (cm) = (34.1573,80.0934,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.242219, position (cm) = (76.4406,99.3182,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 67.5776, position (cm) = (4.46244,33.4815,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 67.5353, position (cm) = (4.32464,33.3725,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 67.5353, position (cm) = (4.32464,33.3725,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 67.8419, position (cm) = (4.99615,38.2041,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 67.6974, position (cm) = (5.46184,38.1302,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 66.6965, position (cm) = (-11.8891,12.6281,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 66.7821, position (cm) = (-13.8958,23.0835,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 67.0951, position (cm) = (-4.54896,15.6465,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 67.0951, position (cm) = (-4.54896,15.6465,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 9.00787, position (cm) = (16.6595,42.969,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 9.035, position (cm) = (13.4275,40.078,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 24.9819, position (cm) = (-0.203131,38.1852,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.311372, position (cm) = (-23.2692,15.2051,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 7.16596, position (cm) = (-3.01676,43.5575,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.147808, position (cm) = (11.2146,-7.87499,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 2.61227, position (cm) = (-26.6064,5.50368,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 3.5695e-05, position (cm) = (-47.2973,30.7411,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 66.2095, position (cm) = (76.4679,-17.3973,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 66.2006, position (cm) = (76.2854,-16.7574,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 14.7763, position (cm) = (43.4833,22.8384,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 2.09721, position (cm) = (60.6074,65.4257,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.550127, position (cm) = (67.8708,26.2242,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.874754, position (cm) = (56.5579,-19.6,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 5.3232, position (cm) = (18.7021,38.5786,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.520966, position (cm) = (-97.7292,65.4258,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.207898, position (cm) = (16.1697,8.55392,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 1.52897, position (cm) = (-68.8443,32.3232,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 0.000174009, position (cm) = (-68.434,21.0056,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 20.4096, position (cm) = (-73.5276,35.0584,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 20.4096, position (cm) = (-73.5276,35.0584,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 14.2632, position (cm) = (-62.5715,23.9624,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 14.2703, position (cm) = (-62.2157,24.459,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.661067, position (cm) = (-70.2913,20.5597,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 6.49682e-06, position (cm) = (-51.0674,24.4117,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 6.74338, position (cm) = (-51.0595,28.3041,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 9.06009, position (cm) = (-52.5572,21.9085,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 6.13397, position (cm) = (-52.2352,24.4861,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 99.0044, position (cm) = (-70.8997,-6.57024,200), weight = 0.015625
- neutron, kinetic energy (MeV) = 97.0373, position (cm) = (-40.5052,-2.16102,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 97.5557, position (cm) = (-42.7359,-0.928375,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 96.3678, position (cm) = (-41.2949,3.23516,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 97.3601, position (cm) = (-40.5302,4.15147,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 97.5679, position (cm) = (-43.565,1.01613,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 97.5679, position (cm) = (-43.565,1.01613,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 3.90218, position (cm) = (-43.5456,1.01676,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 58.3569, position (cm) = (-43.579,1.01789,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 25.7505, position (cm) = (-46.9945,-0.6162,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 0.57247, position (cm) = (-54.7218,15.8379,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 5.30583, position (cm) = (-51.9713,10.6072,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.116589, position (cm) = (-43.5738,1.01484,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 2.52822, position (cm) = (-51.9785,22.359,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.352766, position (cm) = (-73.8542,62.308,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 1.36223, position (cm) = (-46.1586,36.1822,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.19853, position (cm) = (-74.3702,19.067,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 7.50516, position (cm) = (-70.3943,8.76948,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 1.70548, position (cm) = (-74.0961,33.6288,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.0801794, position (cm) = (-69.8025,34.458,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 5.36346, position (cm) = (-67.9728,31.5283,200), weight = 0.000976562
- e+, kinetic energy (MeV) = 2.91054, position (cm) = (-61.5059,32.6906,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 0.494163, position (cm) = (-53.8958,10.6451,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 10.3503, position (cm) = (-54.5907,13.977,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 10.3503, position (cm) = (-54.5907,13.977,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 10.3503, position (cm) = (-54.5907,13.977,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 0.00133534, position (cm) = (-40.8566,11.3878,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 34.837, position (cm) = (-18.6147,2.53149,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 0.0821633, position (cm) = (2.60031,-23.395,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 25.0176, position (cm) = (-7.83274,-5.55414,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 25.0176, position (cm) = (-7.83274,-5.55414,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 1.16359, position (cm) = (-10.3974,2.73489,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 4.40986, position (cm) = (-41.0865,-13.7356,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.139227, position (cm) = (-65.0467,2.46815,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 4.55283, position (cm) = (-53.7431,4.90155,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 3.03801, position (cm) = (45.3568,-27.3518,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 3.7905, position (cm) = (19.8767,-32.0915,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 3.7905, position (cm) = (19.8767,-32.0915,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 10.9873, position (cm) = (11.6983,-41.1924,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 0.381443, position (cm) = (84.8807,-65.0752,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 4.42208, position (cm) = (10.64,-38.0318,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.116691, position (cm) = (26.2326,-34.0878,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 2.90891, position (cm) = (13.5444,-57.2272,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 4.19754, position (cm) = (20.2762,-43.4601,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 4.12613, position (cm) = (-9.22534,33.7571,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 6.96918, position (cm) = (-9.65908,29.3665,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 6.03475, position (cm) = (-11.0526,47.6934,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 1.36323, position (cm) = (9.21551,77.7359,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 0.019812, position (cm) = (-54.5178,154.122,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 1.63483, position (cm) = (-35.906,158.218,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.164535, position (cm) = (-34.8933,129.909,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.110654, position (cm) = (-9.9337,138.901,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 4.23468, position (cm) = (-13.6188,148.957,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.117968, position (cm) = (-16.87,30.7705,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 3.18833, position (cm) = (-200.469,-72.6279,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.363315, position (cm) = (-191.928,-75.0865,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.129777, position (cm) = (-190.883,-61.6771,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 8.58968, position (cm) = (-191.165,-61.105,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 0.563705, position (cm) = (-199.327,-82.2376,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 29.5662, position (cm) = (-150.444,-68.9478,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 29.5513, position (cm) = (-150.474,-68.9691,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 0.805226, position (cm) = (-150.079,-69.6374,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 0.00454633, position (cm) = (-146.189,-70.08,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 2.86873, position (cm) = (-140.718,-69.1013,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 0.236786, position (cm) = (-136.268,-64.9812,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 2.84913, position (cm) = (-162.954,-66.0746,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.0806739, position (cm) = (-135.523,-69.9103,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.101504, position (cm) = (-136.81,-70.7441,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.959199, position (cm) = (-136.868,-73.7808,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.203458, position (cm) = (-134.288,-70.6114,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.404197, position (cm) = (-136.129,-69.1103,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 4.36856, position (cm) = (-134.041,-72.6458,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 3.62005, position (cm) = (-173.438,-59.323,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.973677, position (cm) = (-171.264,-60.3159,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.000104496, position (cm) = (-48.9648,32.1147,200), weight = 0.03125
- neutron, kinetic energy (MeV) = 1.58974, position (cm) = (-68.8565,76.1152,200), weight = 0.03125
- neutron, kinetic energy (MeV) = 97.8813, position (cm) = (-18.7019,-52.701,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 97.8813, position (cm) = (-18.7019,-52.701,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 97.8813, position (cm) = (-18.7019,-52.701,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 61.0673, position (cm) = (-15.0854,-42.9685,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 98.2916, position (cm) = (1.14005,-62.3274,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 16.0819, position (cm) = (1.48555,-65.3846,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 21.7302, position (cm) = (-23.2159,-44.9753,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 33.9464, position (cm) = (-25.2464,-43.4064,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 33.7985, position (cm) = (-26.3304,-43.161,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 98.5792, position (cm) = (-11.5985,-56.9679,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.151156, position (cm) = (-5.87321,-52.9683,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 7.85647, position (cm) = (-7.63908,-60.4782,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 11.7156, position (cm) = (8.34251,-32.2662,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 38.2647, position (cm) = (11.8929,-40.0269,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 38.2647, position (cm) = (11.8929,-40.0269,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 28.5111, position (cm) = (7.22868,-38.2333,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.278174, position (cm) = (7.11587,-37.7221,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.442049, position (cm) = (16.8975,-45.2166,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.14275, position (cm) = (19.4058,-25.9571,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 1.29152, position (cm) = (-16.1478,-5.5109,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-13.2104,-38.2797,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 1.24858, position (cm) = (33.918,-79.8132,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 7.65728, position (cm) = (35.589,-74.229,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 2.54072, position (cm) = (27.3369,-72.3542,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 2.16578e-05, position (cm) = (42.0369,-69.6009,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 9.28558, position (cm) = (-102.535,-103.258,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 3.23016, position (cm) = (-101.828,-101.514,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 2.43456e-06, position (cm) = (-98.3159,-112.685,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 38.3452, position (cm) = (-64.9965,-122.623,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 0.0120231, position (cm) = (-91.7471,-123.891,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 0.193717, position (cm) = (-97.0564,-141.457,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 3.25683, position (cm) = (-92.107,-139.187,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 59.7428, position (cm) = (-91.7454,-140.429,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 0.0393357, position (cm) = (-101.44,-152.826,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 0.28627, position (cm) = (-56.6946,-117.932,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 0.0144985, position (cm) = (-70.4482,-114.801,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 0.239613, position (cm) = (-65.0402,-120.703,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 60.7359, position (cm) = (-76.744,-117.271,200), weight = 0.000244141
- proton, kinetic energy (MeV) = 46.7871, position (cm) = (-65.3102,-121.567,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.0540367, position (cm) = (-69.2242,-115.114,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 1.07535, position (cm) = (-63.9537,-113.222,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.0868546, position (cm) = (-86.8844,-127.89,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 6.34734, position (cm) = (-77.9559,-111.582,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 1.92465, position (cm) = (-61.6979,-104.152,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 5.93414, position (cm) = (-84.2641,-140.483,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.0969869, position (cm) = (-101.051,-139.322,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 1.17752, position (cm) = (42.5607,-85.742,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.510999, position (cm) = (9.13876,-19.5627,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 78.4985, position (cm) = (3.81898,-35.1001,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 78.4985, position (cm) = (3.81898,-35.1001,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 7.81564, position (cm) = (-3.59491,-47.5239,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 7.81564, position (cm) = (-3.59491,-47.5239,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 7.81564, position (cm) = (-3.59491,-47.5239,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 70.2797, position (cm) = (22.7204,-59.1994,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 0.0751096, position (cm) = (-38.4754,-65.5683,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.0895385, position (cm) = (11.4457,-42.3427,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.587773, position (cm) = (8.17003,-39.1499,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.443752, position (cm) = (-5.43367,-36.1101,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 2.46079, position (cm) = (-8.65872,-33.7063,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.0800657, position (cm) = (-84.9082,-114.227,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.395792, position (cm) = (-96.9203,-106.474,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 10.3208, position (cm) = (25.4296,10.7889,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 7.14029, position (cm) = (16.9627,30.8235,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 31.5796, position (cm) = (2.09684,20.8473,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 31.5089, position (cm) = (2.03127,20.8227,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 6.42539, position (cm) = (64.2082,71.6251,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 9.53357, position (cm) = (67.9175,56.7398,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 9.77701, position (cm) = (72.6127,51.4374,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 9.6593, position (cm) = (-9.66341,86.1851,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 8.04626, position (cm) = (-1.26464,71.3176,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 3.55228, position (cm) = (-1.80626,69.7392,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 8.04626, position (cm) = (-1.26464,71.3176,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 8.04626, position (cm) = (-1.26464,71.3176,200), weight = 7.45058e-09
- neutron, kinetic energy (MeV) = 8.04626, position (cm) = (-1.26464,71.3176,200), weight = 7.45058e-09
- neutron, kinetic energy (MeV) = 8.04626, position (cm) = (-1.26464,71.3176,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 1.1015, position (cm) = (-1.90261,84.373,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 0.000253375, position (cm) = (16.4621,28.2761,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 0.142807, position (cm) = (11.6402,22.8023,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 1.03116, position (cm) = (-6.69922,17.101,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 1.5376, position (cm) = (-7.17969,95.0123,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.0862, position (cm) = (3.30345,83.7985,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.0989904, position (cm) = (-1.77924,69.6425,200), weight = 2.98023e-08
- gamma, kinetic energy (MeV) = 1.06471, position (cm) = (69.9205,58.4822,200), weight = 1.19209e-07
- gamma, kinetic energy (MeV) = 0.521574, position (cm) = (-7.5667,68.6739,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.336146, position (cm) = (21.7435,18.2987,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.188598, position (cm) = (17.5309,26.3133,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 1.65923, position (cm) = (17.1371,0.372446,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 9.63385, position (cm) = (-4.14402,55.6209,200), weight = 3.72529e-09
- neutron, kinetic energy (MeV) = 9.63385, position (cm) = (-4.14402,55.6209,200), weight = 1.86265e-09
- neutron, kinetic energy (MeV) = 9.63385, position (cm) = (-4.14402,55.6209,200), weight = 1.86265e-09
- neutron, kinetic energy (MeV) = 32.2536, position (cm) = (-2.1113,5.04375,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 30.8675, position (cm) = (-18.5911,9.29425,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 31.1976, position (cm) = (-17.1753,8.20587,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 1.18943, position (cm) = (24.2448,8.34346,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 2.82214, position (cm) = (12.2355,0.78883,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 23.9784, position (cm) = (0.961619,-6.39199,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 5.17232, position (cm) = (1.02743,-6.46739,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 1.38402, position (cm) = (39.3805,-30.8713,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 2.98706, position (cm) = (20.6095,60.5808,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.830595, position (cm) = (-3.98773,33.4468,200), weight = 1.19209e-07
- gamma, kinetic energy (MeV) = 1.49742, position (cm) = (22.0734,83.8112,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 8.88629, position (cm) = (-182.009,17.5219,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 2.56728, position (cm) = (-171.614,37.2913,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 1.65188, position (cm) = (-177.127,28.4143,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 10.0036, position (cm) = (-162.049,40.3211,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 6.64306, position (cm) = (-162.825,45.9296,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 7.00024, position (cm) = (-169.088,40.9003,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.261681, position (cm) = (-125.95,4.27804,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 8.81759, position (cm) = (-85.8963,40.5624,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.119988, position (cm) = (-156.889,12.4128,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 7.63365, position (cm) = (-158.939,30.7194,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.0669352, position (cm) = (-165.314,23.8235,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.194104, position (cm) = (-174.027,56.1323,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 4.64903, position (cm) = (-169.996,24.6451,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.433778, position (cm) = (-160.251,18.4822,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.286115, position (cm) = (-153.33,26.9385,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-160.192,27.8112,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 0.000609767, position (cm) = (-17.3397,-52.9428,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 0.000675655, position (cm) = (-15.5881,-95.6696,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 2.17973, position (cm) = (-12.4343,-96.3817,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.571161, position (cm) = (-3.09567,-64.9229,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.172322, position (cm) = (-7.85257,-100.522,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 1.18963, position (cm) = (-10.8305,-94.4366,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 9.37735, position (cm) = (-94.7862,-34.5958,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 5.70309, position (cm) = (-86.4949,-47.7283,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.239357, position (cm) = (-67.653,-57.1799,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.842841, position (cm) = (-120.188,-65.2606,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 1.53755, position (cm) = (-95.07,36.9935,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.354311, position (cm) = (-88.5349,-42.8261,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 5.41652, position (cm) = (-72.1275,71.819,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 25.46, position (cm) = (41.286,-117.103,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 0.0756467, position (cm) = (46.5575,-112.674,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 74.1794, position (cm) = (8.89455,-104.311,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 74.1794, position (cm) = (8.89455,-104.311,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 42.51, position (cm) = (13.5088,-105.494,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 1.16873, position (cm) = (23.7421,-126.841,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 15.674, position (cm) = (12.7331,-134.025,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 14.6475, position (cm) = (13.4728,-120.534,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 73.5427, position (cm) = (9.40344,-91.9883,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 73.7509, position (cm) = (9.58303,-91.5181,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 0.31038, position (cm) = (7.41023,-93.1575,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 73.915, position (cm) = (9.72406,-95.1182,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 73.915, position (cm) = (9.72406,-95.1182,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 73.7812, position (cm) = (9.77096,-95.0664,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 73.915, position (cm) = (9.72406,-95.1182,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 1.68055, position (cm) = (11.4937,-61.7231,200), weight = 0.015625
- gamma, kinetic energy (MeV) = 0.172236, position (cm) = (-0.755905,-94.1136,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.106464, position (cm) = (1.51023,-95.8483,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.404437, position (cm) = (17.6334,-71.2488,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.312352, position (cm) = (1.96023,-85.1549,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 1.18328, position (cm) = (9.74882,-91.4425,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.272787, position (cm) = (19.9885,-89.0983,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 2.52114, position (cm) = (11.7008,-105.447,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.243856, position (cm) = (11.9473,-96.7198,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.285213, position (cm) = (10.5404,-94.5184,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.258976, position (cm) = (17.0744,-95.7283,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 6.21768, position (cm) = (13.5331,-102.196,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 1.43251, position (cm) = (25.7675,-116.906,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.152622, position (cm) = (41.1468,-120.956,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 6.32052, position (cm) = (0.529562,-107.288,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.301716, position (cm) = (3.19718,-117.593,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.222634, position (cm) = (76.4623,-27.6156,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.190321, position (cm) = (83.9829,-12.8894,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 1.15653, position (cm) = (61.2748,-258.544,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 16.2069, position (cm) = (67.1769,-251.34,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 1.30017, position (cm) = (94.8286,-240.825,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 0.0021818, position (cm) = (62.5772,-265.143,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.428379, position (cm) = (84.5703,-275.497,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 27.5623, position (cm) = (85.1424,-278.829,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 0.0367739, position (cm) = (84.2192,-300.575,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 19.246, position (cm) = (77.1469,-274.621,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 26.7573, position (cm) = (70.7715,-286.91,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 26.2389, position (cm) = (71.764,-285.355,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 0.097867, position (cm) = (76.4694,-285.053,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 3.05221, position (cm) = (104.877,-267.573,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 2.31138, position (cm) = (71.7238,-250.233,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 1.36379, position (cm) = (64.8738,-272.377,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 62.7648, position (cm) = (84.9265,-148.215,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 14.1676, position (cm) = (67.6447,-168.253,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 48.8888, position (cm) = (59.8831,-167.651,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.0812846, position (cm) = (66.6311,-140.456,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.221313, position (cm) = (59.4327,-159.844,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.228944, position (cm) = (53.4242,-306.434,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.121707, position (cm) = (81.0123,-275.01,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 3.97391, position (cm) = (83.3499,-272.91,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.764536, position (cm) = (85.2784,-277.808,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.139083, position (cm) = (58.1989,-251.491,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 1.83221, position (cm) = (70.909,-253.342,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.341334, position (cm) = (33.6145,-226.365,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 2.41468e-05, position (cm) = (-236.55,37.9776,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 11.0095, position (cm) = (-232.702,35.8141,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 70.4603, position (cm) = (-268.386,52.2524,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 70.8162, position (cm) = (-270.729,57.7382,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 15.442, position (cm) = (-249.861,40.9945,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 1.93903, position (cm) = (-264.588,71.9388,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 8.82499e-07, position (cm) = (-157.189,44.2019,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 0.0220452, position (cm) = (-144.936,34.6936,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 0.138711, position (cm) = (-146.207,40.733,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 31.7814, position (cm) = (-135.267,62.2595,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 31.7993, position (cm) = (-128.613,65.6159,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 31.7993, position (cm) = (-128.613,65.6159,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 0.00215836, position (cm) = (-138.926,37.5864,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 1.10758, position (cm) = (-161.555,47.5351,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.164842, position (cm) = (-159.695,48.7018,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.0845791, position (cm) = (-153.863,36.7367,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 5.20927, position (cm) = (-149.674,23.9954,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 1.05949, position (cm) = (-117.387,22.9055,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 3.71308, position (cm) = (-123.19,-33.8542,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.627668, position (cm) = (-267.109,74.6525,200), weight = 6.10352e-05
- e-, kinetic energy (MeV) = 1.86784, position (cm) = (-264.683,69.3419,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 1.32838, position (cm) = (-259.907,33.1644,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.331614, position (cm) = (-248.659,31.8781,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 2.06398, position (cm) = (-243.643,31.4876,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 1.24832e-06, position (cm) = (-140.951,59.5777,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 0.00021836, position (cm) = (-79.4916,-57.7241,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 5.39169, position (cm) = (-119.005,-54.0373,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 30.5066, position (cm) = (-148.074,-37.8575,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 30.3126, position (cm) = (-144.371,-44.0014,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 30.3126, position (cm) = (-144.371,-44.0014,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 29.8458, position (cm) = (-147.072,-48.1837,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 2.39538, position (cm) = (-153.427,-39.1223,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.175128, position (cm) = (-142.411,-18.5775,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.317126, position (cm) = (-141.715,-30.4838,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 2.61143, position (cm) = (-141.256,-30.6505,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 4.3636, position (cm) = (-143.276,-26.5358,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.14933, position (cm) = (-124.481,-45.0858,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.692007, position (cm) = (-154.596,-0.88966,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.143392, position (cm) = (-157.184,3.95003,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.339148, position (cm) = (-120.23,-49.2048,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.409608, position (cm) = (-117.734,-60.2711,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.266923, position (cm) = (-114.462,-64.0517,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.281218, position (cm) = (-104.068,-49.945,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 1.90035, position (cm) = (-110.324,-24.2768,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 3.12742, position (cm) = (-124.214,-42.0544,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 65.5048, position (cm) = (-233.453,-366.683,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 65.5048, position (cm) = (-233.453,-366.683,200), weight = 7.45058e-09
- neutron, kinetic energy (MeV) = 65.5048, position (cm) = (-233.453,-366.683,200), weight = 3.72529e-09
- neutron, kinetic energy (MeV) = 65.5048, position (cm) = (-233.453,-366.683,200), weight = 3.72529e-09
- neutron, kinetic energy (MeV) = 7.29441, position (cm) = (-284.124,-329.95,200), weight = 1.49012e-08
- neutron, kinetic energy (MeV) = 1.19773e-06, position (cm) = (-260.254,-350.845,200), weight = 2.98023e-08
- neutron, kinetic energy (MeV) = 20.2606, position (cm) = (-227.363,-325.501,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 20.5535, position (cm) = (-231.129,-328.928,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 0.594642, position (cm) = (-195.739,-275.743,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 22.5154, position (cm) = (-195.843,-282.14,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 6.62728, position (cm) = (-198.813,-311.661,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.133778, position (cm) = (-173.067,-240.253,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.24503, position (cm) = (-195.313,-276.089,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.504844, position (cm) = (-196.542,-274.858,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.431314, position (cm) = (-258.759,-351.829,200), weight = 5.96046e-08
- gamma, kinetic energy (MeV) = 0.142304, position (cm) = (-244.548,-382.193,200), weight = 2.98023e-08
- gamma, kinetic energy (MeV) = 0.839081, position (cm) = (-221.669,-388.384,200), weight = 2.98023e-08
- gamma, kinetic energy (MeV) = 4.4735, position (cm) = (-237.647,-320.2,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 65.3777, position (cm) = (-204.38,-286.263,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 65.202, position (cm) = (-204.962,-284.137,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 64.1377, position (cm) = (-182.271,-241.771,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 64.1377, position (cm) = (-182.271,-241.771,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 0.000139843, position (cm) = (-162.173,-231.032,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 0.0121999, position (cm) = (-203.592,-254.321,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 42.4571, position (cm) = (-197.311,-256.199,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 9.19735, position (cm) = (-195.47,-251.198,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 3.06755, position (cm) = (-192.841,-292.791,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.0494497, position (cm) = (-207.655,-247.537,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 2.54678, position (cm) = (-147.332,-222.002,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 23.7481, position (cm) = (-151.66,-226.745,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 45.1419, position (cm) = (-129.871,-260.077,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 45.4606, position (cm) = (-137.306,-243.879,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 4.42634, position (cm) = (-122.192,-227.476,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 25.4422, position (cm) = (-128.815,-233.622,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.240144, position (cm) = (-152.215,-219.184,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 0.115572, position (cm) = (-214.547,-257.146,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 0.128153, position (cm) = (-231.103,-265.728,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 0.149163, position (cm) = (-189.559,-249.479,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 5.26659, position (cm) = (-175.798,-276.222,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.0982346, position (cm) = (-194.824,-250.824,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.256809, position (cm) = (-192.763,-250.849,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 1.63815, position (cm) = (-199.547,-249.399,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.0557675, position (cm) = (-195.715,-249.958,200), weight = 9.53674e-07
- gamma, kinetic energy (MeV) = 0.129738, position (cm) = (-296.299,-326.267,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 44.9499, position (cm) = (-145.03,-203.7,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.659159, position (cm) = (-120.727,-191.906,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 3.37094, position (cm) = (-108.643,-134.336,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 44.0219, position (cm) = (-192.878,-152.457,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 43.7507, position (cm) = (-191.579,-152.95,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 39.3652, position (cm) = (-165.113,-138.866,200), weight = 2.38419e-07
- neutron, kinetic energy (MeV) = 2.42372, position (cm) = (-169.789,-159.505,200), weight = 1.19209e-07
- neutron, kinetic energy (MeV) = 0.000317444, position (cm) = (-161.999,-174.016,200), weight = 1.19209e-07
- gamma, kinetic energy (MeV) = 1.39098, position (cm) = (-189.958,-130.999,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 0.142277, position (cm) = (-177.041,-132.015,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 0.201222, position (cm) = (-156.612,-136.849,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 4.80778, position (cm) = (-109.782,-139.969,200), weight = 2.38419e-07
- gamma, kinetic energy (MeV) = 3.67301, position (cm) = (-114.903,-193.464,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 45.866, position (cm) = (-169.413,-158.992,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 35.1761, position (cm) = (-53.6499,-47.6113,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 35.1761, position (cm) = (-53.6499,-47.6113,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 35.1761, position (cm) = (-53.6499,-47.6113,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 34.5292, position (cm) = (-52.2283,-48.0858,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.161672, position (cm) = (-48.4378,-56.2606,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 1.9759, position (cm) = (-56.1963,-47.4304,200), weight = 0.015625
- gamma, kinetic energy (MeV) = 0.253468, position (cm) = (-148.968,-121.552,200), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 5.64473, position (cm) = (-163.214,-139.217,200), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 2.98252, position (cm) = (-160.608,-167.592,200), weight = 4.76837e-07
- gamma, kinetic energy (MeV) = 0.337327, position (cm) = (-153.062,-202.817,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 10.3468, position (cm) = (-42.427,-50.5896,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 1.30756, position (cm) = (-37.879,-42.5372,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 1.43632, position (cm) = (-38.0303,-51.7076,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 0.0596097, position (cm) = (-83.0826,-54.7016,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.867576, position (cm) = (-52.7074,-46.78,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 1.3239, position (cm) = (-21.7217,-33.5306,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.0894179, position (cm) = (-35.2252,-43.8192,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.666642, position (cm) = (-37.7805,-43.2493,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 3.52682, position (cm) = (-37.5784,-43.1263,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 6.41278, position (cm) = (-39.3502,-43.1926,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 99.235, position (cm) = (-3.77632,-4.183,200), weight = 0.03125
- neutron, kinetic energy (MeV) = 40.3467, position (cm) = (29.3012,-33.9616,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 0.332578, position (cm) = (20.4862,-38.4043,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 12.708, position (cm) = (28.8576,-36.1711,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 11.9619, position (cm) = (28.7295,-35.5185,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 11.9619, position (cm) = (28.7295,-35.5185,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 11.9619, position (cm) = (28.7295,-35.5185,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 4.86986, position (cm) = (16.3481,-22.3872,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 3.08407, position (cm) = (28.6266,-23.497,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 9.90321, position (cm) = (31.3394,-27.6608,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 9.90321, position (cm) = (31.3394,-27.6608,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 9.90321, position (cm) = (31.3394,-27.6608,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 1.85815, position (cm) = (31.0745,-29.6544,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 39.6686, position (cm) = (28.1704,-18.6795,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 40.3298, position (cm) = (29.7377,-26.778,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.211061, position (cm) = (-4.52215,-35.0988,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 2.28456, position (cm) = (29.763,-28.9062,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 4.56884, position (cm) = (20.8324,-39.3981,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.266746, position (cm) = (36.0934,-28.7737,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 2.17383, position (cm) = (28.1275,-36.3004,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 4.77179, position (cm) = (24.9649,-28.7499,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.510999, position (cm) = (30.7279,-36.4034,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.455751, position (cm) = (32.7587,-21.3224,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 2.14706, position (cm) = (46.7071,-123.729,200), weight = 4.76837e-07
- neutron, kinetic energy (MeV) = 0.448576, position (cm) = (85.1445,-46.1,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 64.3374, position (cm) = (89.4791,-77.661,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 89.7551, position (cm) = (95.4444,-67.1035,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 86.7141, position (cm) = (117.828,-81.3048,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 5.73046e-05, position (cm) = (87.5718,-90.8511,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 11.6115, position (cm) = (72.3736,-48.8333,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 51.1467, position (cm) = (76.5348,-53.1198,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 98.9235, position (cm) = (63.2708,-50.9991,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 25.1394, position (cm) = (63.8505,-35.2921,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 3.09259, position (cm) = (59.4024,-27.3258,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 25.586, position (cm) = (69.5179,-26.5028,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 7.97895e-05, position (cm) = (61.6029,-24.1453,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 46.6763, position (cm) = (62.7944,-50.9795,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 46.6763, position (cm) = (62.7944,-50.9795,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 7.73513, position (cm) = (41.6862,-53.6047,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 7.52581, position (cm) = (39.4026,-53.8097,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 7.79064, position (cm) = (53.4003,-66.1834,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 30.0166, position (cm) = (97.0747,-42.6704,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.464675, position (cm) = (92.1943,-44.3031,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 30.0273, position (cm) = (101.55,-41.6266,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 0.00727008, position (cm) = (55.5728,-66.4416,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 1.67875, position (cm) = (50.9102,-60.0715,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 1.23159, position (cm) = (64.9437,-41.2885,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 4.42619, position (cm) = (102.919,-32.462,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.874764, position (cm) = (66.7642,-28.175,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 2.24032, position (cm) = (63.1491,-29.6691,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.157472, position (cm) = (104.101,-9.81846,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 1.26926, position (cm) = (69.2395,-34.6669,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 2.27671, position (cm) = (51.8093,-18.2098,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.2282, position (cm) = (73.5643,-45.9005,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 1.35468, position (cm) = (73.9844,-48.6502,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 1.44373, position (cm) = (73.7533,-50.2,200), weight = 0.000244141
- e-, kinetic energy (MeV) = 1.6811, position (cm) = (74.4258,-48.9823,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.297886, position (cm) = (71.5319,-97.8801,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.0830222, position (cm) = (103.939,-72.8439,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.148311, position (cm) = (103.035,-73.5352,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 4.12411, position (cm) = (102.987,-75.9769,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.157218, position (cm) = (93.8464,-56.936,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 50.1075, position (cm) = (-98.1414,35.0598,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 50.3969, position (cm) = (-98.4038,31.4499,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 39.8794, position (cm) = (-94.1384,28.8113,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 0.0956167, position (cm) = (-92.7035,27.2459,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 4.29145e-05, position (cm) = (-1.39917,-101.247,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 0.00887052, position (cm) = (-11.575,-98.8472,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.246046, position (cm) = (1.66165,-83.8021,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 4.88902, position (cm) = (-17.5111,-65.4716,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.420483, position (cm) = (-7.52924,-80.6947,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 21.2259, position (cm) = (-6.39849,-60.1052,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 1.69009, position (cm) = (-6.16104,-58.8387,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 25.1562, position (cm) = (-11.58,-110.523,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 25.3714, position (cm) = (-11.0543,-108.367,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 25.3714, position (cm) = (-11.0543,-108.367,200), weight = 9.53674e-07
- neutron, kinetic energy (MeV) = 25.3714, position (cm) = (-11.0543,-108.367,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 25.3714, position (cm) = (-11.0543,-108.367,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 24.8947, position (cm) = (-11.1386,-104.87,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 66.5384, position (cm) = (-17.9852,-85.8301,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 66.4566, position (cm) = (-22.2079,-83.8695,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 28.5006, position (cm) = (-17.4549,-99.9548,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.595858, position (cm) = (3.41232,-69.0216,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 24.777, position (cm) = (-29.9148,-82.254,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 24.777, position (cm) = (-29.9148,-82.254,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 24.777, position (cm) = (-29.9148,-82.254,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 24.777, position (cm) = (-29.9148,-82.254,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 3.6953, position (cm) = (-49.2331,-32.1833,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 54.6406, position (cm) = (-12.1029,-68.4069,200), weight = 0.015625
- neutron, kinetic energy (MeV) = 68.7258, position (cm) = (4.23057,-194.646,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 1.19174, position (cm) = (10.6541,-187.475,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 68.8197, position (cm) = (5.44185,-195.119,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 88.2278, position (cm) = (6.20876,-156.117,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 88.3995, position (cm) = (5.64878,-160.006,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 28.3465, position (cm) = (-3.01232,-152.048,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 28.3465, position (cm) = (-3.01232,-152.048,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 28.3465, position (cm) = (-3.01232,-152.048,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 3.75766e-05, position (cm) = (-4.93734,-134.524,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 0.0108488, position (cm) = (13.339,-146.653,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.328734, position (cm) = (7.18783,-195.483,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.529983, position (cm) = (9.44115,-191.013,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.0874458, position (cm) = (15.2766,-193.747,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 3.68263, position (cm) = (-39.1612,-57.8447,200), weight = 0.015625
- gamma, kinetic energy (MeV) = 0.351227, position (cm) = (-45.7261,-35.1005,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 1.58676, position (cm) = (-32.5835,-32.9434,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.0972204, position (cm) = (-20.3339,-94.205,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.901928, position (cm) = (-12.244,-97.6211,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 2.99965, position (cm) = (-9.23094,-96.9761,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.0836188, position (cm) = (-16.3067,-102.223,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.140534, position (cm) = (-14.3841,-72.2856,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.108559, position (cm) = (-15.6496,-79.9513,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.137179, position (cm) = (-5.70995,-57.9006,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 1.50095, position (cm) = (-3.71007,-49.3599,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 1.81798, position (cm) = (13.31,-137.592,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 3.08083, position (cm) = (22.2597,-131.267,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 88.6244, position (cm) = (6.49015,-164.719,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 88.6244, position (cm) = (6.49015,-164.719,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 0.263429, position (cm) = (-57.1877,-145.764,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.115525, position (cm) = (-13.5985,-81.0372,200), weight = 0.015625
- neutron, kinetic energy (MeV) = 1.55659, position (cm) = (-92.2411,-58.3396,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 0.000119609, position (cm) = (-95.1851,-54.5476,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 0.0168581, position (cm) = (-84.8197,-55.9755,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 0.162643, position (cm) = (-82.3402,-27.6661,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 15.5737, position (cm) = (-89.2241,-14.3695,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 15.5737, position (cm) = (-89.2241,-14.3695,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 46.6302, position (cm) = (-84.4396,-17.9717,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 98.5341, position (cm) = (-62.5121,-67.4427,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 74.3377, position (cm) = (-92.6984,-95.2188,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 4.65015, position (cm) = (-77.4816,-80.6813,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 73.7218, position (cm) = (-88.2776,-91.9691,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 74.3537, position (cm) = (-92.4544,-94.2579,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 97.5806, position (cm) = (-57.5954,-48.2154,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 0.000294878, position (cm) = (-59.9904,-62.3985,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 2.82871, position (cm) = (-64.5305,-49.348,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 1.58623, position (cm) = (-71.784,-36.0994,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 0.0147215, position (cm) = (-47.6372,-21.3645,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 39.1649, position (cm) = (-75.7475,-66.8956,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 0.982021, position (cm) = (-39.8591,-8.4707,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 22.4199, position (cm) = (-57.8065,-21.9793,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 22.4199, position (cm) = (-57.8065,-21.9793,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 22.6944, position (cm) = (-60.9202,-29.6837,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 2.00802, position (cm) = (-26.8972,-27.8991,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 0.0374387, position (cm) = (-41.974,-0.579959,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 3.40383, position (cm) = (-69.6577,-1.18214,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 78.1386, position (cm) = (-53.7178,-7.14386,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 84.4725, position (cm) = (-53.7527,-6.8134,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.303973, position (cm) = (-51.8908,-9.72637,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 7.64395, position (cm) = (-76.4348,-20.837,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 1.44574, position (cm) = (-61.8193,-29.447,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.0892638, position (cm) = (-61.1271,-22.6858,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 1.20781, position (cm) = (-57.7703,-22.4075,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.976519, position (cm) = (-33.4013,-30.5848,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 5.19715, position (cm) = (-44.4071,-38.9346,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.178855, position (cm) = (-61.9631,-48.247,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 4.95182, position (cm) = (-62.0011,-44.0853,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.417662, position (cm) = (-52.3241,-50.5025,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.135791, position (cm) = (-59.5428,-47.6172,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.609983, position (cm) = (-69.1953,-40.7965,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.272918, position (cm) = (-60.7916,-58.3435,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 3.09042, position (cm) = (-82.6588,-16.1663,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 1.71602, position (cm) = (-86.2218,-57.9779,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 2.52493, position (cm) = (-37.1968,-38.748,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 47.6253, position (cm) = (-57.9961,-40.4336,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 47.6253, position (cm) = (-57.9961,-40.4336,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 18.5982, position (cm) = (-73.9631,-47.9784,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 27.3661, position (cm) = (-84.4661,-50.6886,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 26.6225, position (cm) = (-79.5342,-48.0617,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.479664, position (cm) = (-73.5012,-41.7987,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.258502, position (cm) = (-70.0171,-46.4958,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.162032, position (cm) = (-71.8907,-26.652,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.211392, position (cm) = (-48.5811,-34.9873,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.510162, position (cm) = (-78.292,-36.3974,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 1.65899, position (cm) = (-4.04045,4.42154,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 99.222, position (cm) = (14.3761,3.27867,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 99.222, position (cm) = (14.3761,3.27867,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 99.2777, position (cm) = (14.7663,3.51767,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 99.2777, position (cm) = (14.7663,3.51767,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 85.6577, position (cm) = (14.3911,3.81601,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 2.684e-07, position (cm) = (24.8091,-3.12831,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 4.42165, position (cm) = (26.9032,-9.95525,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 2.55034, position (cm) = (37.6041,-12.4555,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 0.613456, position (cm) = (32.4054,-13.2719,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 27.7564, position (cm) = (23.9087,-0.456079,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 1.57483, position (cm) = (14.7355,-18.1692,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 3.67788, position (cm) = (17.2416,10.1368,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 2.61113, position (cm) = (17.1775,9.6446,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 27.3009, position (cm) = (-10.5095,13.7097,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 7.49422, position (cm) = (-1.8807,11.958,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 1.46522e-07, position (cm) = (-13.1314,25.5832,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 26.8829, position (cm) = (-15.034,21.6567,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 26.8829, position (cm) = (-15.034,21.6567,200), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 26.8829, position (cm) = (-15.034,21.6567,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 15.6365, position (cm) = (-14.9819,21.5463,200), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 26.8829, position (cm) = (-15.034,21.6567,200), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 0.000291405, position (cm) = (-51.0116,-33.897,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 0.00969089, position (cm) = (-51.992,-11.6141,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.0240299, position (cm) = (-28.2801,-44.585,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 1.07248, position (cm) = (-28.6721,-41.7189,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 98.144, position (cm) = (20.5446,-0.439749,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 98.1418, position (cm) = (20.5416,-0.432556,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 98.5855, position (cm) = (20.488,7.78168,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 1.60748, position (cm) = (43.8999,19.0942,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 0.0238339, position (cm) = (42.7813,1.21252,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 14.0906, position (cm) = (40.1341,7.79096,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 1.39658, position (cm) = (32.1806,12.8419,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 99.7416, position (cm) = (42.0859,10.2647,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 99.7416, position (cm) = (42.0859,10.2647,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 99.09, position (cm) = (39.1485,9.78936,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.140999, position (cm) = (44.9878,10.004,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.132749, position (cm) = (51.0049,4.66537,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 2.18957, position (cm) = (62.6108,1.91742,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.55974, position (cm) = (42.8075,8.76498,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 1.55795, position (cm) = (49.2518,11.7417,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 0.0923229, position (cm) = (44.0332,9.79519,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 7.44428, position (cm) = (42.7985,12.1055,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 3.88391, position (cm) = (43.5729,9.97278,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 1.69479, position (cm) = (-36.2743,-50.7934,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 4.32886, position (cm) = (-28.6016,-40.9098,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 3.04146, position (cm) = (-26.7791,-18.3705,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.0788465, position (cm) = (-16.0174,19.2103,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.128044, position (cm) = (-8.8264,26.9124,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 9.53368, position (cm) = (-14.6915,21.352,200), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.19079, position (cm) = (9.58921,-4.46769,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.102488, position (cm) = (17.6618,-0.464769,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 1.20613, position (cm) = (15.0247,4.66306,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 3.86689, position (cm) = (32.7586,19.6719,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 59.3385, position (cm) = (37.7482,17.8846,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 99.1459, position (cm) = (36.8711,17.9268,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 97.8937, position (cm) = (40.6039,-4.20316,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 99.279, position (cm) = (40.0494,-3.526,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 78.2185, position (cm) = (37.0195,-5.21477,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 0.188035, position (cm) = (24.3099,-57.3667,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 66.597, position (cm) = (43.9931,-45.8864,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 66.597, position (cm) = (43.9931,-45.8864,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 89.6715, position (cm) = (39.8346,-3.63782,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 99.6198, position (cm) = (31.5401,3.05964,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.226157, position (cm) = (46.6327,-71.9273,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 2.71133, position (cm) = (39.2577,1.40846,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 2.03072, position (cm) = (36.1681,4.28682,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.69277, position (cm) = (28.7275,-6.60158,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.736359, position (cm) = (36.3804,18.0268,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 1.7233, position (cm) = (-40.8616,4.34761,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 1.39473, position (cm) = (63.7306,70.9193,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 81.1853, position (cm) = (62.8708,36.9403,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 0.0218626, position (cm) = (67.2606,18.6873,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 43.7937, position (cm) = (63.3985,25.6792,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 6.17153e-05, position (cm) = (81.5355,50.1317,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 0.0160646, position (cm) = (62.2438,35.0236,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 5.35856, position (cm) = (70.8059,31.7147,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 37.4591, position (cm) = (80.1584,5.28199,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 0.119378, position (cm) = (54.2854,36.6352,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 2.3563, position (cm) = (61.8056,-4.5925,200), weight = 1.52588e-05
- gamma, kinetic energy (MeV) = 0.210771, position (cm) = (47.2329,34.597,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 2.84204, position (cm) = (60.1632,74.3232,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 6.83702, position (cm) = (56.4501,78.0725,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 0.0612709, position (cm) = (53.3393,47.2582,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 47.6402, position (cm) = (44.7533,58.2744,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 47.6402, position (cm) = (44.7533,58.2744,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 2.76643, position (cm) = (48.7476,60.6971,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 0.303097, position (cm) = (49.8425,53.6359,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 81.9153, position (cm) = (42.8861,62.8968,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 79.848, position (cm) = (43.6552,65.2339,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 0.998433, position (cm) = (42.5665,44.4858,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 23.007, position (cm) = (42.9351,35.0115,200), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 21.9575, position (cm) = (46.8188,43.9805,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 81.9153, position (cm) = (42.8861,62.8968,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 81.511, position (cm) = (45.6986,62.8468,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 81.511, position (cm) = (45.6986,62.8468,200), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 81.511, position (cm) = (45.6986,62.8468,200), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 1.7315, position (cm) = (34.719,60.6732,200), weight = 0.00012207
- neutron, kinetic energy (MeV) = 80.9346, position (cm) = (46.9685,81.2399,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 80.9346, position (cm) = (46.9685,81.2399,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 1.92402, position (cm) = (38.0381,40.0658,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 0.192155, position (cm) = (26.2675,27.6336,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 2.5534, position (cm) = (6.85612,-19.3343,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 3.06023, position (cm) = (38.1956,29.2793,200), weight = 3.05176e-05
- gamma, kinetic energy (MeV) = 0.654543, position (cm) = (22.1604,63.5163,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.12733, position (cm) = (23.7913,59.1698,200), weight = 0.00012207
- gamma, kinetic energy (MeV) = 0.100511, position (cm) = (39.4158,50.5788,200), weight = 6.10352e-05
- gamma, kinetic energy (MeV) = 1.88088, position (cm) = (50.0804,48.3792,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 1.61324, position (cm) = (53.3149,48.0842,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.140508, position (cm) = (53.2661,51.429,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 1.96784, position (cm) = (47.3171,60.9588,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 5.72315, position (cm) = (46.0733,53.2888,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.367991, position (cm) = (68.105,90.6746,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 69.4513, position (cm) = (31.3107,24.4324,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 20.0864, position (cm) = (-15.9474,9.74596,200), weight = 0.015625
- neutron, kinetic energy (MeV) = 20.4317, position (cm) = (-21.3377,11.732,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 19.9059, position (cm) = (-26.0879,12.9594,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 99.8343, position (cm) = (36.325,15.8521,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 99.8343, position (cm) = (36.325,15.8521,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 99.7294, position (cm) = (35.8188,15.2747,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 99.3071, position (cm) = (41.3751,13.6572,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 99.8343, position (cm) = (36.325,15.8521,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 99.8343, position (cm) = (36.325,15.8521,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 1.64483, position (cm) = (34.8555,13.9284,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 50.1153, position (cm) = (34.2087,16.371,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 99.791, position (cm) = (34.4054,14.3983,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 99.7841, position (cm) = (34.4608,14.6938,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 97.6645, position (cm) = (95.9324,-40.6682,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 97.7009, position (cm) = (97.1965,-42.3616,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 93.67, position (cm) = (88.7175,-35.8481,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 97.3545, position (cm) = (98.208,-41.286,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 56.8747, position (cm) = (31.2245,-34.97,200), weight = 0.000488281
- neutron, kinetic energy (MeV) = 99.4079, position (cm) = (19.5267,8.49567,200), weight = 0.000976562
- neutron, kinetic energy (MeV) = 99.5235, position (cm) = (16.7648,2.26093,200), weight = 0.000244141
- neutron, kinetic energy (MeV) = 38.4903, position (cm) = (34.7715,15.8606,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 5.39726, position (cm) = (22.4901,-6.97146,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 0.465601, position (cm) = (24.4638,18.2184,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 6.67623, position (cm) = (5.02821,-21.5427,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 4.34265, position (cm) = (22.9341,12.5085,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 0.0719288, position (cm) = (75.7116,-25.1832,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.502993, position (cm) = (88.5102,-29.2033,200), weight = 0.000488281
- gamma, kinetic energy (MeV) = 0.183875, position (cm) = (35.2456,14.9031,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 1.24668, position (cm) = (36.1292,15.7223,200), weight = 0.000244141
- gamma, kinetic energy (MeV) = 1.10365, position (cm) = (-16.2888,12.6525,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 1.75138, position (cm) = (-16.9517,29.929,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 0.00269836, position (cm) = (-60.9568,25.9835,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 2.81477, position (cm) = (-20.6144,-89.3841,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 7.63707, position (cm) = (-13.9368,-88.4347,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 3.12903, position (cm) = (-11.1134,-72.1101,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 5.76857, position (cm) = (-16.8142,-91.458,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 3.43523e-06, position (cm) = (-2.66584,-42.2977,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.239068, position (cm) = (-55.4611,-31.4153,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 7.07374, position (cm) = (-58.5972,-19.4064,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.132381, position (cm) = (-7.96984,-66.1624,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.706685, position (cm) = (20.7124,-66.7153,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.176303, position (cm) = (1.12011,-52.2061,200), weight = 0.000976562
- gamma, kinetic energy (MeV) = 0.551124, position (cm) = (-30.6924,-86.3677,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 4.69489, position (cm) = (-19.0223,-94.9515,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.291083, position (cm) = (-21.0741,-85.8742,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 6.24642, position (cm) = (-13.3749,-80.7899,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 7.87065, position (cm) = (-2.91482,-68.9063,200), weight = 0.00390625
- gamma, kinetic energy (MeV) = 0.534455, position (cm) = (-0.0419573,13.7048,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 2.10048, position (cm) = (-22.2373,-98.0565,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 2.40934, position (cm) = (-67.6937,-37.2004,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 2.40934, position (cm) = (-67.6937,-37.2004,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 10.7288, position (cm) = (-70.5027,-23.9871,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 12.1908, position (cm) = (-20.8249,-35.5294,200), weight = 0.0078125
- neutron, kinetic energy (MeV) = 1.21684e-06, position (cm) = (22.3806,2.10306,200), weight = 0.015625
- neutron, kinetic energy (MeV) = 37.5852, position (cm) = (-57.4209,-24.4188,200), weight = 0.00390625
- neutron, kinetic energy (MeV) = 38.0004, position (cm) = (-57.9818,-23.9761,200), weight = 0.00195312
- neutron, kinetic energy (MeV) = 38.0004, position (cm) = (-57.9818,-23.9761,200), weight = 0.00195312
- gamma, kinetic energy (MeV) = 6.90057, position (cm) = (-51.8623,-40.4202,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 0.282172, position (cm) = (45.4115,-15.9401,200), weight = 0.015625
- gamma, kinetic energy (MeV) = 0.150197, position (cm) = (-1.40794,-50.9684,200), weight = 0.0078125
- gamma, kinetic energy (MeV) = 0.188045, position (cm) = (-31.6939,-38.4976,200), weight = 0.0078125
+=======================================================================
+====== Pre-compound/De-excitation Physics Parameters ========
+=======================================================================
+Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
+Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
+Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
+Level density (1/MeV) 0.1
+Time limit for long lived isomeres (ns) 1e+12
+Internal e- conversion flag 1
+Store e- internal conversion data 0
+Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
+=======================================================================
+ neutron, kinetic energy (MeV) = 17.217, position (cm) = (-16.9842,-94.5382,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 17.217, position (cm) = (-16.9842,-94.5382,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 56.5154, position (cm) = (-14.8711,-91.841,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 64.7409, position (cm) = (10.0952,-77.7181,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 1.0134, position (cm) = (3.44258,-28.9569,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.110202, position (cm) = (-18.7797,-90.7593,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 1.57159, position (cm) = (-15.0053,-92.7358,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 2.61907, position (cm) = (17.5486,-73.7051,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 0.167472, position (cm) = (-9.5449,-81.141,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 7.24688, position (cm) = (-3.80922,-76.4757,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 6.32578, position (cm) = (29.4711,-88.7112,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 86.2971, position (cm) = (3.19079,-68.7073,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 0.00960132, position (cm) = (21.4595,-98.4743,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 2.91999, position (cm) = (15.9839,-91.5383,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 1.35389, position (cm) = (19.7044,-76.0531,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.616656, position (cm) = (25.7754,-63.33,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.311127, position (cm) = (38.7612,-72.6935,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.4921, position (cm) = (34.3279,-69.9582,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.257889, position (cm) = (19.4349,-84.9878,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 1.31504, position (cm) = (15.1828,-78.8533,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 65.7837, position (cm) = (-26.9416,-151.914,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 59.0683, position (cm) = (-50.2525,-125.338,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 60.1453, position (cm) = (-45.4483,-123.056,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 60.1453, position (cm) = (-45.4483,-123.056,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 51.0095, position (cm) = (-44.8956,-122.603,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 55.76, position (cm) = (1.24346,-156.477,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 7.81877, position (cm) = (-1.85552,-160.206,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.236252, position (cm) = (-44.3245,-122.262,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.116729, position (cm) = (-43.3496,-126.503,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 5.30686, position (cm) = (-30.208,8.182,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 6.07074, position (cm) = (8.65729,16.2502,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.0808365, position (cm) = (-3.48078,-3.22507,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.396324, position (cm) = (-24.3497,38.1409,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 52.5864, position (cm) = (9.67905,2.54528,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 52.5864, position (cm) = (9.67905,2.54528,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 52.5864, position (cm) = (9.67905,2.54528,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 69.064, position (cm) = (25.739,23.4452,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 69.2609, position (cm) = (27.4531,24.6846,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 46.7435, position (cm) = (13.9839,5.81103,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 44.3848, position (cm) = (-3.82721,6.56698,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 99.1401, position (cm) = (-7.32107,16.0142,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 99.1401, position (cm) = (-7.32107,16.0142,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 80.5396, position (cm) = (-1.11945,5.71545,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 0.456448, position (cm) = (1.37093,-5.08758,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 3.02943, position (cm) = (-0.9007,3.47908,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 0.0290402, position (cm) = (-2.03284,21.0068,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 2.72773, position (cm) = (0.174576,11.9481,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 99.9527, position (cm) = (-1.55898,13.3997,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.430396, position (cm) = (-6.82507,32.9671,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 4.49118, position (cm) = (2.65374,2.78347,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.2496, position (cm) = (-25.4922,15.9228,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 0.100455, position (cm) = (-1.86988,15.891,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 0.552983, position (cm) = (-4.62584,-9.07124,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 2.3677, position (cm) = (-4.23624,12.2253,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.380284, position (cm) = (19.9765,-35.3617,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.850121, position (cm) = (6.77847,6.05231,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 26.1459, position (cm) = (-45.7621,-35.8065,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 26.1459, position (cm) = (-45.7621,-35.8065,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 10.3787, position (cm) = (-58.7692,-43.4629,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.0830803, position (cm) = (-50.7479,-35.4888,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.579319, position (cm) = (-89.5618,43.6536,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.214885, position (cm) = (-80.9233,69.8946,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 24.9701, position (cm) = (-55.3301,-45.5245,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 0.371531, position (cm) = (-32.0194,-31.2197,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 13.7726, position (cm) = (-56.9218,-35.504,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 13.7726, position (cm) = (-56.9218,-35.504,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 25.7212, position (cm) = (-53.4845,-37.3947,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 10.7864, position (cm) = (-53.6004,-37.4513,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 25.7212, position (cm) = (-53.4845,-37.3947,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 26.1682, position (cm) = (-43.9531,-46.8675,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 25.2783, position (cm) = (-41.6242,-43.9493,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 16.8513, position (cm) = (-51.3609,-56.8299,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 26.1682, position (cm) = (-43.9531,-46.8675,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 1.72051, position (cm) = (-34.7182,-26.0778,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.289847, position (cm) = (-50.5592,-55.1245,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 4.93151, position (cm) = (-47.9374,-53.2207,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 1.34564, position (cm) = (-57.5136,-23.46,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.375561, position (cm) = (-51.4191,-38.3825,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.16873, position (cm) = (-42.8423,-53.5988,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.240985, position (cm) = (-42.2624,-69.903,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 26.293, position (cm) = (73.8469,-34.9127,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 1.96361, position (cm) = (87.3916,-38.6713,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 53.8097, position (cm) = (75.3221,-17.8439,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 53.5554, position (cm) = (73.2673,-17.5229,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 2.95434, position (cm) = (63.7749,-12.7078,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 6.35055, position (cm) = (106.84,-33.3398,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 5.75009, position (cm) = (136.449,-62.4754,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 5.47365, position (cm) = (136.494,-60.023,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 48.7353, position (cm) = (114.848,-46.6331,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 55.3392, position (cm) = (39.4612,18.2334,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 56.3131, position (cm) = (25.3548,8.40934,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 55.6962, position (cm) = (20.4819,6.79749,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.17148, position (cm) = (26.3401,-21.7985,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.323572, position (cm) = (33.9179,-31.0415,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 1.53878, position (cm) = (115.01,-51.3399,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 1.57641, position (cm) = (101.333,-35.6448,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.187382, position (cm) = (65.2526,-13.8074,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.10472, position (cm) = (62.9822,-18.1328,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.847184, position (cm) = (66.4529,-15.4709,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.259284, position (cm) = (59.5745,-66.0065,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.626733, position (cm) = (95.9151,-31.1004,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.14284, position (cm) = (62.0053,-28.0149,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 1.2496, position (cm) = (74.7121,-36.638,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 1.24059, position (cm) = (66.9134,-18.8261,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 56.1709, position (cm) = (38.0225,-13.3243,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 1.16274, position (cm) = (56.3123,7.84977,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 0.174956, position (cm) = (53.8112,38.5044,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 0.298146, position (cm) = (29.7478,-0.435449,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 56.1709, position (cm) = (38.0225,-13.3243,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 56.3516, position (cm) = (26.5889,-2.01788,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 2.08952, position (cm) = (16.3958,-1.09424,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 3.43546, position (cm) = (26.3589,-9.03587,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 1.96561, position (cm) = (41.5331,-51.6624,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 0.661755, position (cm) = (45.4139,-51.5092,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 0.201584, position (cm) = (85.2355,-5.80757,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 0.00444935, position (cm) = (82.8197,-17.6053,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 2.40979e-06, position (cm) = (87.0045,-1.9689,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 6.37982, position (cm) = (98.9873,-6.66082,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.920359, position (cm) = (24.697,-55.8567,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 2.93616, position (cm) = (23.3189,-6.11353,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 3.16402, position (cm) = (1.72538,-15.8263,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 3.16402, position (cm) = (1.72538,-15.8263,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 3.16402, position (cm) = (1.72538,-15.8263,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 14.5129, position (cm) = (-3.25585,-11.1054,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 41.1122, position (cm) = (9.29193,-13.6794,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 41.6733, position (cm) = (11.2528,-10.8877,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 41.3746, position (cm) = (11.1801,-10.2928,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 59.3398, position (cm) = (-2.40333,-22.0144,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 59.3398, position (cm) = (-2.40333,-22.0144,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 30.837, position (cm) = (-3.39121,-21.3342,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 58.9111, position (cm) = (-0.441515,-23.5708,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.178191, position (cm) = (-3.25504,-20.4478,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.0971374, position (cm) = (2.51462,-29.4935,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.0658484, position (cm) = (-2.57377,-23.8551,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 3.37659, position (cm) = (-3.54509,-22.5227,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 5.02207, position (cm) = (-3.17192,-20.059,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.102919, position (cm) = (1.25009,-12.8908,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.444734, position (cm) = (16.7289,-8.09146,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.174815, position (cm) = (73.1895,-18.2568,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.423102, position (cm) = (48.7376,-60.1216,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.977279, position (cm) = (46.3811,-51.6316,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 2.5664, position (cm) = (31.873,-51.0029,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 1.67993, position (cm) = (44.8135,-5.69827,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 5.13246, position (cm) = (46.8203,-4.62396,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 1.64778, position (cm) = (17.8065,22.1802,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 12.5738, position (cm) = (0.427091,3.68857,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 0.252671, position (cm) = (23.3177,54.9342,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 5.97708, position (cm) = (-12.8989,13.8895,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.268976, position (cm) = (26.7615,29.6578,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 1.73562, position (cm) = (59.3762,-30.7772,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.250806, position (cm) = (126.451,-38.6967,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 6.39168, position (cm) = (31.892,15.715,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 1.74429, position (cm) = (-2.82748,32.0994,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 17.751, position (cm) = (-32.7063,17.7805,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 20.451, position (cm) = (-15.7986,29.4608,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 20.046, position (cm) = (-15.0499,28.6784,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 20.451, position (cm) = (-15.7986,29.4608,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 36.8138, position (cm) = (-14.7392,2.6346,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 36.6129, position (cm) = (12.5016,50.4165,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 36.1952, position (cm) = (10.4463,66.1591,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 0.115556, position (cm) = (7.10613,70.7173,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 36.1952, position (cm) = (10.4463,66.1591,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 1.18406, position (cm) = (13.1347,61.852,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 0.409819, position (cm) = (8.17801,44.9202,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.315916, position (cm) = (-16.4495,-61.3425,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 46.0175, position (cm) = (21.0194,-119.689,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 69.2485, position (cm) = (17.8291,-123.991,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.146847, position (cm) = (39.738,-123.507,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 3.83667, position (cm) = (11.0828,-113.176,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 1.81909, position (cm) = (4.89167,-111.848,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.295963, position (cm) = (31.1435,71.5457,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.084174, position (cm) = (11.6349,59.8873,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 2.29663, position (cm) = (-20.8406,23.2471,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.520289, position (cm) = (-30.6656,17.235,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.564739, position (cm) = (2.6832,15.5249,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 88.7859, position (cm) = (67.949,-36.9968,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 88.4134, position (cm) = (31.6997,-80.668,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 57.7223, position (cm) = (35.0493,-89.6459,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 75.5689, position (cm) = (27.7307,-66.9087,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 75.5689, position (cm) = (27.7307,-66.9087,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 75.5689, position (cm) = (27.7307,-66.9087,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 75.5243, position (cm) = (28.0528,-67.518,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 1.61542, position (cm) = (13.3851,-80.3171,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 87.7612, position (cm) = (22.6103,-87.6961,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 87.888, position (cm) = (22.6045,-87.733,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 32.5699, position (cm) = (-13.2861,-24.217,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 0.00661748, position (cm) = (-13.5172,-36.4003,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 4.57811, position (cm) = (-14.5434,-30.4692,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 32.6483, position (cm) = (-13.7028,-25.9238,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 32.6483, position (cm) = (-13.7028,-25.9238,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 18.8909, position (cm) = (-13.6579,-38.2504,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 2.64048, position (cm) = (-12.7332,-55.2275,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.173304, position (cm) = (0.244221,-10.8282,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.0696945, position (cm) = (-16.4862,-29.0445,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 7.13319, position (cm) = (-6.84739,-85.9281,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.0897588, position (cm) = (25.1147,-69.3641,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.457392, position (cm) = (28.841,-67.4079,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 6.38673, position (cm) = (31.0297,-67.7943,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.0893946, position (cm) = (23.7118,-61.904,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 1.73444, position (cm) = (22.3175,-74.7828,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 2.64531, position (cm) = (31.3935,-73.4756,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.510999, position (cm) = (15.7728,60.4738,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.0829195, position (cm) = (-5.34265,21.9038,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 74.2571, position (cm) = (5.25213,-45.8221,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 3.13542, position (cm) = (12.1967,-84.8651,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 1.53681, position (cm) = (-82.1162,-84.8809,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 2.39993, position (cm) = (-22.8365,-23.1637,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 0.000544231, position (cm) = (23.6748,-140.513,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 3.49269, position (cm) = (57.6646,-117.442,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.103824, position (cm) = (95.3302,-156.217,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 1.41755, position (cm) = (78.7393,-163.827,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 1.65901, position (cm) = (28.9905,-38.0432,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 5.3535e-05, position (cm) = (91.5135,26.1603,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 20.0931, position (cm) = (78.3687,5.21224,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 67.1167, position (cm) = (101.056,9.12685,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 67.346, position (cm) = (101.603,4.5578,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 0.29117, position (cm) = (69.716,3.97353,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.968985, position (cm) = (10.6303,-15.5526,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 12.584, position (cm) = (-44.8295,-36.7664,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 12.584, position (cm) = (-44.8295,-36.7664,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 10.3342, position (cm) = (-31.5626,-23.1383,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.116668, position (cm) = (-1.26095,7.98842,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 41.5857, position (cm) = (-5.94218,9.24104,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 41.0664, position (cm) = (-12.3874,5.94748,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 5.65147, position (cm) = (-23.1548,-34.5898,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 5.65147, position (cm) = (-23.1548,-34.5898,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.258856, position (cm) = (-2.09332,6.91592,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.299705, position (cm) = (-17.5695,12.3901,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 1.30337, position (cm) = (-7.3741,7.05414,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 7.4766, position (cm) = (-3.94277,15.3147,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 1.08838, position (cm) = (8.95627,-13.8039,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.143666, position (cm) = (-42.8613,-32.331,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 3.74712, position (cm) = (-39.4467,-33.0365,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.0970739, position (cm) = (-70.8572,-22.0555,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 1.42763, position (cm) = (-55.7544,-16.6538,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 4.84141e-06, position (cm) = (4.583,-35.6856,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 5.55933, position (cm) = (-25.6193,-38.9173,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 0.040696, position (cm) = (-58.7586,-12.7805,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 0.0845197, position (cm) = (-28.6059,-26.9861,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 97.9039, position (cm) = (-30.0378,-34.7873,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 69.14, position (cm) = (-31.3555,-34.5603,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 0.37198, position (cm) = (-53.5633,-32.6132,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.000168769, position (cm) = (-49.196,-55.0969,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 1.3772, position (cm) = (4.85357,-35.636,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 10.6685, position (cm) = (-44.6177,-41.3055,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 4.64047, position (cm) = (-51.7285,-52.146,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 2.60311, position (cm) = (-50.434,-43.2926,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 99.2175, position (cm) = (34.7804,23.4517,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 54.9106, position (cm) = (19.1968,21.2105,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 99.6441, position (cm) = (26.1194,15.6916,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 99.5422, position (cm) = (23.9611,14.8134,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 98.3632, position (cm) = (38.4618,1.67844,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 98.1559, position (cm) = (36.9533,1.07486,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.544741, position (cm) = (-50.4431,-45.2209,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 5.10601, position (cm) = (-54.296,-45.5708,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 1.59356, position (cm) = (-43.7093,-39.379,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 4.17275, position (cm) = (-19.7131,-31.8621,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 2.05973, position (cm) = (-33.6924,-38.8947,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 1.14276, position (cm) = (-32.3115,-25.4176,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 4.39924e-06, position (cm) = (80.1444,28.0502,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 25.257, position (cm) = (101.624,46.8089,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 2.47927, position (cm) = (103.552,44.0842,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 1.03091, position (cm) = (99.7226,45.2522,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.327776, position (cm) = (96.8695,52.2341,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.144395, position (cm) = (92.2773,44.0654,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 2.08992, position (cm) = (84.946,27.9677,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.223501, position (cm) = (37.4314,44.8882,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 51.1223, position (cm) = (14.3937,26.3985,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.00058284, position (cm) = (18.6458,24.9099,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 3.8814, position (cm) = (17.6439,28.4722,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 26.266, position (cm) = (16.7125,40.3518,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 2.79342e-05, position (cm) = (-4.56127,57.2443,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 52.2515, position (cm) = (20.6686,37.861,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 52.4763, position (cm) = (17.9274,87.1405,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 52.4763, position (cm) = (17.9274,87.1405,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 51.4914, position (cm) = (-8.67661,62.1506,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 0.788263, position (cm) = (3.0061,72.8834,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 1.15653e-06, position (cm) = (-80.7187,33.3808,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 61.4447, position (cm) = (-77.3003,16.3817,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 0.213876, position (cm) = (-74.9257,33.4054,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.000200498, position (cm) = (-50.1893,14.2742,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 61.1767, position (cm) = (-89.0038,19.5207,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.212072, position (cm) = (-6.87127,67.6066,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.660014, position (cm) = (-9.58937,67.4152,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.0573414, position (cm) = (-8.72509,66.6302,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.487563, position (cm) = (-8.59438,64.4833,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 6.09712, position (cm) = (32.2607,74.6068,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.135252, position (cm) = (23.0427,40.4545,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 13.9067, position (cm) = (-109.919,33.011,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 66.4017, position (cm) = (-27.404,62.5441,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 66.4017, position (cm) = (-27.404,62.5441,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 0.376865, position (cm) = (-54.2449,88.0125,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 2.19876, position (cm) = (-48.6611,62.2541,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 0.95471, position (cm) = (-40.2816,70.4139,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 14.666, position (cm) = (-41.354,68.3794,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 67.329, position (cm) = (-46.0377,66.2563,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 67.08, position (cm) = (-42.6802,71.5138,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 5.568e-06, position (cm) = (-44.5456,74.5433,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 34.2908, position (cm) = (-71.1662,95.8733,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 14.6945, position (cm) = (-84.059,147.375,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 2.1175, position (cm) = (-47.2457,69.7143,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.141688, position (cm) = (-43.6257,69.5103,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.202938, position (cm) = (19.2743,40.7728,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.325707, position (cm) = (-64.9012,120.534,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 3.30733e-06, position (cm) = (-101.112,138.39,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 38.3177, position (cm) = (-91.6485,138.965,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 1.38701, position (cm) = (-129.284,9.1582,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 0.515622, position (cm) = (-137.344,-10.7373,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 7.38692, position (cm) = (-132.204,8.62977,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 7.60859, position (cm) = (-135.645,10.8664,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 7.60859, position (cm) = (-135.645,10.8664,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 1.86449, position (cm) = (-125.416,-1.74942,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.00533659, position (cm) = (-57.246,90.0802,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 3.79672, position (cm) = (-127.569,65.2778,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.554803, position (cm) = (-127.191,13.4419,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.400926, position (cm) = (-156.008,15.429,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.0682386, position (cm) = (-124.608,5.45255,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 1.2874, position (cm) = (-129.851,4.60299,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 3.42233, position (cm) = (-123.872,5.80476,200), weight = 1.52588e-05
+ e-, kinetic energy (MeV) = 4.35386, position (cm) = (-124.052,5.72805,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.811434, position (cm) = (-80.8481,158.205,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.253426, position (cm) = (-59.0155,136.384,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 46.5638, position (cm) = (49.2398,-8.67217,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 0.349842, position (cm) = (24.7789,6.26849,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 0.310016, position (cm) = (-132.978,317.263,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 52.2243, position (cm) = (-154.307,341.584,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 1.39799, position (cm) = (-169.6,379.083,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 11.0412, position (cm) = (-114.436,255.121,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 8.85799, position (cm) = (-114.861,255.316,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 9.24948, position (cm) = (-96.6642,246.497,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 0.353524, position (cm) = (-105.383,253.052,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 11.4113, position (cm) = (-117.684,247.672,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 44.7176, position (cm) = (-66.5763,320.902,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 45.5155, position (cm) = (-62.8868,324.084,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 3.41413, position (cm) = (-64.8008,316.917,200), weight = 3.72529e-09
+ gamma, kinetic energy (MeV) = 1.04389, position (cm) = (-105.606,257.558,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 3.44337, position (cm) = (-61.4756,325.238,200), weight = 3.72529e-09
+ gamma, kinetic energy (MeV) = 2.18158, position (cm) = (-67.9616,317.11,200), weight = 3.72529e-09
+ gamma, kinetic energy (MeV) = 0.540101, position (cm) = (-96.8995,271.947,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 60.1885, position (cm) = (-131.081,325.499,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 6.53289, position (cm) = (-143.284,320.305,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 15.4888, position (cm) = (-138.29,308.112,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 60.2914, position (cm) = (-147.92,312.337,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 1.92165, position (cm) = (-160.716,316.324,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 5.09577, position (cm) = (-146.817,312.647,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 25.0736, position (cm) = (-149.389,291.538,200), weight = 2.32831e-10
+ neutron, kinetic energy (MeV) = 25.0736, position (cm) = (-149.389,291.538,200), weight = 2.32831e-10
+ neutron, kinetic energy (MeV) = 25.0736, position (cm) = (-149.389,291.538,200), weight = 2.32831e-10
+ neutron, kinetic energy (MeV) = 25.0736, position (cm) = (-149.389,291.538,200), weight = 2.32831e-10
+ neutron, kinetic energy (MeV) = 25.2793, position (cm) = (-146.63,292.987,200), weight = 9.31323e-10
+ neutron, kinetic energy (MeV) = 60.1905, position (cm) = (-159.488,319.974,200), weight = 9.31323e-10
+ neutron, kinetic energy (MeV) = 59.5079, position (cm) = (-156.44,318.998,200), weight = 2.32831e-10
+ neutron, kinetic energy (MeV) = 24.1463, position (cm) = (-166.775,318.429,200), weight = 2.91038e-11
+ neutron, kinetic energy (MeV) = 24.1463, position (cm) = (-166.775,318.429,200), weight = 2.91038e-11
+ neutron, kinetic energy (MeV) = 20.7439, position (cm) = (-167.75,318.098,200), weight = 5.82077e-11
+ neutron, kinetic energy (MeV) = 59.9295, position (cm) = (-152.073,313.723,200), weight = 4.65661e-10
+ neutron, kinetic energy (MeV) = 5.82747e-07, position (cm) = (-156.595,263.612,200), weight = 1.86265e-09
+ neutron, kinetic energy (MeV) = 0.36931, position (cm) = (-124.548,286.946,200), weight = 9.31323e-10
+ neutron, kinetic energy (MeV) = 6.91489, position (cm) = (-140.025,291.131,200), weight = 9.31323e-10
+ neutron, kinetic energy (MeV) = 12.8976, position (cm) = (-157.61,311.971,200), weight = 2.32831e-10
+ neutron, kinetic energy (MeV) = 12.8976, position (cm) = (-157.61,311.971,200), weight = 2.32831e-10
+ neutron, kinetic energy (MeV) = 12.8976, position (cm) = (-157.61,311.971,200), weight = 4.65661e-10
+ neutron, kinetic energy (MeV) = 5.4827, position (cm) = (-160.388,310.503,200), weight = 9.31323e-10
+ neutron, kinetic energy (MeV) = 28.7774, position (cm) = (-140.956,306.508,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 9.99164e-05, position (cm) = (-148.876,304.675,200), weight = 1.86265e-09
+ neutron, kinetic energy (MeV) = 59.8629, position (cm) = (-155.253,304.45,200), weight = 1.86265e-09
+ neutron, kinetic energy (MeV) = 0.673019, position (cm) = (-125.605,301.997,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 60.8354, position (cm) = (-126.165,330.698,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 45.9752, position (cm) = (-120.566,318.257,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 45.8374, position (cm) = (-121.947,322.451,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 45.8516, position (cm) = (-121.887,322.322,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 1.25568, position (cm) = (-156.485,243.29,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 5.95693, position (cm) = (-145.805,246.344,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.643728, position (cm) = (-139.484,250.076,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 4.24262, position (cm) = (-129.645,250.397,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.30768, position (cm) = (-145.972,239.365,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.0719059, position (cm) = (-115.011,284.564,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.238805, position (cm) = (-134.651,308.112,200), weight = 1.86265e-09
+ gamma, kinetic energy (MeV) = 1.83437, position (cm) = (-150.585,305.229,200), weight = 1.86265e-09
+ gamma, kinetic energy (MeV) = 0.165583, position (cm) = (-145.027,304.512,200), weight = 3.72529e-09
+ gamma, kinetic energy (MeV) = 1.47171, position (cm) = (-147.175,308.38,200), weight = 3.72529e-09
+ gamma, kinetic energy (MeV) = 6.06606, position (cm) = (-159.963,310.505,200), weight = 9.31323e-10
+ gamma, kinetic energy (MeV) = 0.294431, position (cm) = (-132.032,290.81,200), weight = 9.31323e-10
+ gamma, kinetic energy (MeV) = 3.75376, position (cm) = (-146.983,300.032,200), weight = 1.86265e-09
+ gamma, kinetic energy (MeV) = 0.146533, position (cm) = (-136.944,287.645,200), weight = 1.86265e-09
+ gamma, kinetic energy (MeV) = 0.291657, position (cm) = (-138.146,290.13,200), weight = 1.86265e-09
+ gamma, kinetic energy (MeV) = 0.255056, position (cm) = (-124.681,299.34,200), weight = 3.72529e-09
+ gamma, kinetic energy (MeV) = 0.374534, position (cm) = (-152.739,336.043,200), weight = 9.31323e-10
+ gamma, kinetic energy (MeV) = 0.528066, position (cm) = (-176.99,313.285,200), weight = 1.16415e-10
+ gamma, kinetic energy (MeV) = 0.074369, position (cm) = (-158.152,313.735,200), weight = 1.16415e-10
+ gamma, kinetic energy (MeV) = 3.06213, position (cm) = (-153.031,311.115,200), weight = 3.72529e-09
+ gamma, kinetic energy (MeV) = 0.122079, position (cm) = (-106.015,315.947,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 1.82409e-06, position (cm) = (-115.34,311.438,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 0.00112111, position (cm) = (-109.461,223.83,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 0.00245687, position (cm) = (-107.457,196.53,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 4.17616, position (cm) = (-63.6583,201.242,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 2.78934, position (cm) = (-76.477,250.787,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 9.64808, position (cm) = (-79.9921,251.265,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 0.877774, position (cm) = (-73.9515,247.539,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 6.79287, position (cm) = (-72.6522,244.026,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 41.9512, position (cm) = (-94.5788,248.612,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 1.37348, position (cm) = (-97.1754,245.657,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 17.4228, position (cm) = (-96.7207,256.327,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 17.4228, position (cm) = (-96.7207,256.327,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 17.4228, position (cm) = (-96.7207,256.327,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 2.41943, position (cm) = (-97.3238,251.348,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 11.6308, position (cm) = (-97.6548,250.392,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 62.5983, position (cm) = (-94.6208,259.088,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 62.1093, position (cm) = (-95.3629,259.446,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 46.5222, position (cm) = (-92.1477,261.563,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 8.27162, position (cm) = (-101.622,245.813,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 8.27162, position (cm) = (-101.622,245.813,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 8.27162, position (cm) = (-101.622,245.813,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 8.27162, position (cm) = (-101.622,245.813,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 0.00356995, position (cm) = (-107.184,259.017,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 5.16894, position (cm) = (-97.6291,251.98,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 23.0988, position (cm) = (-127.405,219.742,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 22.6925, position (cm) = (-128.704,220.497,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 26.0684, position (cm) = (-145.423,240.557,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 2.51002, position (cm) = (-153.92,230.806,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.11836, position (cm) = (-97.5271,251.262,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.097503, position (cm) = (-86.2121,251.613,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.255022, position (cm) = (-112.918,250.484,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 3.80621, position (cm) = (-87.856,227.797,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.679685, position (cm) = (-94.08,239.273,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 3.28081, position (cm) = (-92.7231,230.41,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.249797, position (cm) = (-125.287,238.066,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.159113, position (cm) = (-101.943,251.869,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 1.68143, position (cm) = (-97.6678,250.705,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.353593, position (cm) = (-82.1281,241.691,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 3.73974, position (cm) = (-96.7882,250.713,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.135469, position (cm) = (-108.371,259.011,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.715738, position (cm) = (-93.8988,251.186,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.415561, position (cm) = (-83.1363,202.586,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.108327, position (cm) = (-77.0645,244.156,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.593431, position (cm) = (-56.8519,183.105,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 3.53749, position (cm) = (-108.168,227.585,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.109412, position (cm) = (-123.71,232.188,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 5.00927, position (cm) = (-121.992,276.968,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.0760915, position (cm) = (-119.988,295.171,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-158.844,316.739,200), weight = 1.16415e-10
+ neutron, kinetic energy (MeV) = 3.07511e-05, position (cm) = (-159.083,237.151,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 2.99069, position (cm) = (-142.849,243.749,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 0.662521, position (cm) = (-39.6806,202.827,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 5.1518, position (cm) = (-40.234,268.492,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.462262, position (cm) = (-170.1,233.059,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 0.0853401, position (cm) = (48.3404,95.7515,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 7.20141, position (cm) = (71.4936,57.2112,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 1.5781, position (cm) = (63.7793,60.0887,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 7.20141, position (cm) = (71.4936,57.2112,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 7.20141, position (cm) = (71.4936,57.2112,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 23.3651, position (cm) = (79.3911,49.1193,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 4.18806, position (cm) = (126.313,52.8933,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 27.9694, position (cm) = (96.4312,48.2927,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 27.6844, position (cm) = (96.7641,51.7778,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 27.9694, position (cm) = (96.4312,48.2927,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 15.0615, position (cm) = (104.132,53.4084,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 26.9461, position (cm) = (95.633,51.3741,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 26.8786, position (cm) = (94.4326,66.88,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 2.51381, position (cm) = (109.595,31.5131,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.354782, position (cm) = (70.1931,40.5527,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.0764045, position (cm) = (71.7319,56.8439,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.927198, position (cm) = (5.5699,125.015,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 22.3977, position (cm) = (155.4,23.0493,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 62.6276, position (cm) = (165.251,12.701,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 14.0251, position (cm) = (112.898,36.721,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 1.43169, position (cm) = (128.509,-8.26214,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.627683, position (cm) = (143.684,71.0328,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.143096, position (cm) = (128.215,-6.2121,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.340058, position (cm) = (128.785,-8.07051,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 1.05167, position (cm) = (139.496,-36.0219,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.046477, position (cm) = (138.792,-36.1478,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.164267, position (cm) = (117.551,29.8999,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 5.72649, position (cm) = (124.639,27.9859,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.171982, position (cm) = (128.836,29.9128,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.63902, position (cm) = (127.71,3.20092,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 1.61158, position (cm) = (148.424,-2.11658,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 16.6687, position (cm) = (114.54,-13.2552,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 18.2809, position (cm) = (107.223,-16.7842,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 18.2809, position (cm) = (107.223,-16.7842,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 0.281484, position (cm) = (93.7033,8.4505,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 60.5701, position (cm) = (106.594,-24.9792,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 61.4804, position (cm) = (107.918,-24.7727,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 59.8215, position (cm) = (101.761,-9.78734,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 59.8215, position (cm) = (101.761,-9.78734,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 58.8331, position (cm) = (104.38,-12.3925,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 4.79746e-08, position (cm) = (3.69583,43.4987,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 2.83362, position (cm) = (19.2126,44.9335,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 1.28398, position (cm) = (19.4896,46.8851,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.0908781, position (cm) = (44.9681,40.1872,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 2.31411, position (cm) = (26.7426,52.9448,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.199495, position (cm) = (21.3886,47.2738,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.0615789, position (cm) = (35.3807,37.199,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.424287, position (cm) = (25.5031,37.6864,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 2.97962, position (cm) = (16.5711,41.2443,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 4.1741, position (cm) = (21.3023,49.8169,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.12651, position (cm) = (18.0301,50.7072,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.268794, position (cm) = (17.8586,41.2811,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.625731, position (cm) = (11.2579,58.9281,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 2.57264, position (cm) = (7.24039,30.0114,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.510251, position (cm) = (103.278,-25.1594,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 2.22305, position (cm) = (139.744,122.805,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 2.78741, position (cm) = (158.119,139.304,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 37.4944, position (cm) = (150.539,-26.4977,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 37.608, position (cm) = (150.246,-26.3685,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 37.3341, position (cm) = (143.648,-27.1427,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 4.98871, position (cm) = (171.874,-57.6744,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 0.000467082, position (cm) = (180.554,-50.6217,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 21.3948, position (cm) = (183.989,-51.8639,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 0.30434, position (cm) = (171.297,-47.3983,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 21.7354, position (cm) = (182.58,-47.6129,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 5.27489, position (cm) = (170.79,-49.2426,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 1.97096e-05, position (cm) = (183.983,-52.2152,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 19.226, position (cm) = (197.789,-33.1234,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 19.226, position (cm) = (197.789,-33.1234,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 3.64722, position (cm) = (162.945,-42.3417,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 1.43682, position (cm) = (140.377,-24.9588,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.189766, position (cm) = (170.461,-20.0869,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 1.62244, position (cm) = (180.058,-40.797,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.122002, position (cm) = (197.737,-57.6775,200), weight = 2.38419e-07
+ e-, kinetic energy (MeV) = 0.521133, position (cm) = (195.491,-59.1775,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.27678, position (cm) = (145.716,-25.7122,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.296711, position (cm) = (176.676,-45.0592,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.713482, position (cm) = (173.075,-61.1779,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.0620322, position (cm) = (184.815,-41.8071,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.171998, position (cm) = (177.823,-33.7113,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 4.18375, position (cm) = (175.12,-67.6624,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 5.69526, position (cm) = (169.196,-44.9094,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.147275, position (cm) = (178.753,-4.3457,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.817744, position (cm) = (178.237,-3.38062,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 36.3755, position (cm) = (35.7096,26.9714,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 36.7084, position (cm) = (35.3843,34.7653,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 0.979155, position (cm) = (32.7618,27.9012,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.0842796, position (cm) = (31.3422,7.01557,200), weight = 0.03125
+ gamma, kinetic energy (MeV) = 7.82907, position (cm) = (2.05951,25.3063,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 60.982, position (cm) = (92.6811,-75.7579,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 47.4946, position (cm) = (71.0034,-46.3116,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 47.4946, position (cm) = (71.0034,-46.3116,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 37.6012, position (cm) = (80.0587,-70.4805,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 3.95587, position (cm) = (49.189,-155.077,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 36.9046, position (cm) = (43.954,-161.474,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 0.0278507, position (cm) = (119.614,-25.4118,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.0805587, position (cm) = (117.409,-21.0259,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.738684, position (cm) = (110.423,-15.8024,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 4.57277, position (cm) = (136.446,28.8135,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 14.3798, position (cm) = (142.774,22.4246,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 13.9235, position (cm) = (140.181,21.4425,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 6.92654, position (cm) = (136.888,16.817,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 1.25066, position (cm) = (146.929,19.9433,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 97.7612, position (cm) = (140.698,-29.0319,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 97.798, position (cm) = (139.687,-27.4981,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 97.8515, position (cm) = (143.111,-27.5381,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 43.1811, position (cm) = (109.647,-18.4274,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 42.316, position (cm) = (109.763,-17.7839,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 43.1811, position (cm) = (109.647,-18.4274,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 0.0220981, position (cm) = (119.973,-78.7859,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 6.01328, position (cm) = (98.8804,-128.517,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 3.68623, position (cm) = (97.3535,-97.3496,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 3.13907, position (cm) = (111.562,-89.9551,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.102463, position (cm) = (104.002,-84.9419,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.517056, position (cm) = (98.1844,-130.348,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 7.68857, position (cm) = (100.616,-126.805,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.106955, position (cm) = (133.874,-73.9282,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.193513, position (cm) = (139.559,19.5721,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.683934, position (cm) = (125.711,-12.4085,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.264159, position (cm) = (134.069,-17.278,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.730164, position (cm) = (129.575,-21.4687,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 2.7716, position (cm) = (131.683,-31.1134,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 11.7903, position (cm) = (129.105,-24.9446,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 24.6439, position (cm) = (97.1761,-31.4536,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 0.0157768, position (cm) = (153.3,-14.1784,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 9.22409, position (cm) = (210.6,-68.0642,200), weight = 1.49012e-08
+ gamma, kinetic energy (MeV) = 0.274998, position (cm) = (192.797,-46.0195,200), weight = 1.49012e-08
+ gamma, kinetic energy (MeV) = 4.505, position (cm) = (192.838,-46.2888,200), weight = 1.49012e-08
+ gamma, kinetic energy (MeV) = 0.58907, position (cm) = (202.764,-55.0274,200), weight = 7.45058e-09
+ gamma, kinetic energy (MeV) = 0.270385, position (cm) = (199.235,-56.4453,200), weight = 7.45058e-09
+ gamma, kinetic energy (MeV) = 1.58979, position (cm) = (201.394,-41.2505,200), weight = 7.45058e-09
+ gamma, kinetic energy (MeV) = 0.340731, position (cm) = (194.391,-47.1938,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 10.1359, position (cm) = (73.3637,-16.0597,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 3.07041, position (cm) = (189.631,-53.5317,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 3.50924, position (cm) = (203.587,-51.49,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 6.63074, position (cm) = (190.943,-54.0292,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 6.63074, position (cm) = (190.943,-54.0292,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 6.48431, position (cm) = (191.719,-63.1163,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 2.27635, position (cm) = (187.843,-51.715,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 3.44872, position (cm) = (189.443,-49.8102,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.103937, position (cm) = (180.706,-18.6975,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.605758, position (cm) = (43.8866,-94.3929,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 4.89555, position (cm) = (113.185,32.4321,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 2.15392, position (cm) = (80.902,1.85026,200), weight = 1.52588e-05
+ e-, kinetic energy (MeV) = 2.15011, position (cm) = (80.6894,2.32282,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.0454242, position (cm) = (80.7124,2.31732,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 0.0686595, position (cm) = (322.981,-51.8812,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 3.04035, position (cm) = (323.38,-36.2296,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 59.9473, position (cm) = (310.664,-40.3255,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 6.26104, position (cm) = (248.555,-47.6501,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 23.2759, position (cm) = (251.837,-46.1434,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 61.2565, position (cm) = (254.749,-67.0661,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 4.22996, position (cm) = (275.138,-73.7193,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 61.5354, position (cm) = (321.121,-58.2015,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 61.5354, position (cm) = (321.121,-58.2015,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 35.8238, position (cm) = (321.811,-47.4652,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 62.2664, position (cm) = (345.038,-83.4925,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 62.2664, position (cm) = (345.038,-83.4925,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 30.6881, position (cm) = (379.868,-68.1214,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 0.503493, position (cm) = (372.265,-70.941,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 1.67398, position (cm) = (378.302,-68.0399,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 36.3955, position (cm) = (381.698,-67.4703,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 37.0018, position (cm) = (380.712,-65.3612,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 0.136997, position (cm) = (284.362,-49.3275,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 14.2105, position (cm) = (316.319,-58.5531,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 13.7681, position (cm) = (292.476,-57.3877,200), weight = 1.86265e-09
+ neutron, kinetic energy (MeV) = 13.7681, position (cm) = (292.476,-57.3877,200), weight = 1.86265e-09
+ neutron, kinetic energy (MeV) = 7.45884, position (cm) = (300.45,-64.028,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 7.34226, position (cm) = (299.054,-63.8481,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 60.4714, position (cm) = (248.017,-50.8871,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 47.3452, position (cm) = (216.112,-79.4249,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 47.3276, position (cm) = (224.001,-79.6595,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 1.66951, position (cm) = (248.723,-63.006,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.161697, position (cm) = (268.276,-89.9298,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.415012, position (cm) = (284.379,-60.8328,200), weight = 1.49012e-08
+ gamma, kinetic energy (MeV) = 4.29513, position (cm) = (279.871,-65.3417,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.659263, position (cm) = (231.468,-97.8679,200), weight = 1.19209e-07
+ e-, kinetic energy (MeV) = 2.07514, position (cm) = (231.099,-97.4091,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.217211, position (cm) = (304.742,-57.852,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 1.01836, position (cm) = (385.117,-66.9123,200), weight = 7.45058e-09
+ gamma, kinetic energy (MeV) = 4.18158, position (cm) = (379.055,-68.0276,200), weight = 7.45058e-09
+ gamma, kinetic energy (MeV) = 5.94204, position (cm) = (329.639,-69.3135,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 4.41303, position (cm) = (323.796,-40.6116,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.225358, position (cm) = (148.922,-49.497,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.164016, position (cm) = (285.208,-58.1288,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.510999, position (cm) = (240.254,-70.9378,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 71.9988, position (cm) = (144.736,121.208,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 71.9988, position (cm) = (144.736,121.208,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 72.1345, position (cm) = (143.635,122.606,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 71.7266, position (cm) = (140.582,119.418,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.804646, position (cm) = (123.908,153.627,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.48262, position (cm) = (156.15,137.817,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 2.42203, position (cm) = (165.341,132.99,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.874437, position (cm) = (119.686,155.216,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 7.41206, position (cm) = (119.445,157.087,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.0662389, position (cm) = (117.017,152.594,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 71.4428, position (cm) = (173.444,73.2136,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 0.101903, position (cm) = (136.08,80.5117,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 3.80826, position (cm) = (127.752,86.7147,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 3.78373, position (cm) = (126.091,89.1385,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.000462265, position (cm) = (145.446,100.8,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.361479, position (cm) = (149.991,3.7566,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 2.61132, position (cm) = (88.5465,37.0027,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 21.1301, position (cm) = (127.79,34.3543,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 22.1829, position (cm) = (124.823,34.8554,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 22.1829, position (cm) = (124.823,34.8554,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 22.1829, position (cm) = (124.823,34.8554,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.149855, position (cm) = (139.581,61.6727,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.773815, position (cm) = (150.508,57.7913,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 1.03082, position (cm) = (119.199,48.4631,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.246871, position (cm) = (118.354,80.7568,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.43129, position (cm) = (132.71,91.1157,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.328721, position (cm) = (133.323,72.0686,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 10.1724, position (cm) = (148.772,154.956,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 2.81068e-06, position (cm) = (69.5492,-41.2618,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 95.5059, position (cm) = (24.4761,-13.1062,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 96.4655, position (cm) = (29.7506,-12.192,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 97.4464, position (cm) = (42.5582,-14.843,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 97.4464, position (cm) = (42.5582,-14.843,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 97.3711, position (cm) = (43.6211,-13.7579,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 97.4464, position (cm) = (42.5582,-14.843,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 2.50092, position (cm) = (-1.32354,-12.3339,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.207649, position (cm) = (160.195,62.4526,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.123946, position (cm) = (50.2106,-22.684,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 1.35074, position (cm) = (70.4436,-31.2776,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.0581611, position (cm) = (64.3518,-37.1116,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 1.04423, position (cm) = (5.36583,-30.9531,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 0.000253673, position (cm) = (-15.1147,210.262,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 2.48353, position (cm) = (-32.1257,225.306,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 1.90575e-06, position (cm) = (-103.824,234.525,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 0.0803125, position (cm) = (-69.5694,241.247,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 2.31496e-05, position (cm) = (-79.043,214.151,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 6.10344e-07, position (cm) = (-54.9406,192.844,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 9.15001e-07, position (cm) = (-27.5066,185.369,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 7.89516, position (cm) = (-12.4768,146.57,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 7.89516, position (cm) = (-12.4768,146.57,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 7.89516, position (cm) = (-12.4768,146.57,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.219273, position (cm) = (-22.1151,149.238,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 1.40402, position (cm) = (-11.5696,177.604,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.0881024, position (cm) = (-26.4486,129.415,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.173101, position (cm) = (-89.0546,225.869,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 1.91517, position (cm) = (-76.7277,236.045,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 10.1539, position (cm) = (-7.8149,286.207,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.143891, position (cm) = (-82.0976,252.304,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.123636, position (cm) = (-97.9091,244.613,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 34.4618, position (cm) = (16.9273,173.83,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 4.72999e-06, position (cm) = (-5.75992,126.768,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 1.85728, position (cm) = (-11.1541,145.101,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 1.16902e-05, position (cm) = (42.6221,152.288,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 4.47496, position (cm) = (61.0985,129.684,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 2.38733, position (cm) = (42.873,118.167,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 10.2903, position (cm) = (47.5188,113.273,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 2.21889, position (cm) = (2.48728,112.182,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 1.50378, position (cm) = (44.8964,134.244,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 4.50376, position (cm) = (48.1737,112.777,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.564398, position (cm) = (27.4192,108.526,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.0855115, position (cm) = (-81.1819,268.773,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.0687447, position (cm) = (36.3399,124.892,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.510999, position (cm) = (45.7595,129.007,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 4.43029, position (cm) = (10.4209,21.635,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 5.56172, position (cm) = (25.8575,39.6066,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.218243, position (cm) = (-4.01244,17.8624,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 12.0243, position (cm) = (98.192,137.178,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 12.0243, position (cm) = (98.192,137.178,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 11.7744, position (cm) = (99.6657,136.69,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 12.0243, position (cm) = (98.192,137.178,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 0.0708732, position (cm) = (88.7205,129.129,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 2.55276, position (cm) = (85.4061,126.37,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 10.3879, position (cm) = (83.9548,112.889,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.226925, position (cm) = (97.6324,132.698,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.0695724, position (cm) = (61.2692,98.1994,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 7.15354, position (cm) = (97.6298,138.625,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 46.1864, position (cm) = (78.7304,125.242,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 13.4825, position (cm) = (88.5171,68.9302,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 36.9755, position (cm) = (90.2994,70.4696,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.488155, position (cm) = (92.0826,69.7895,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.285801, position (cm) = (86.7119,67.0217,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.157072, position (cm) = (72.2274,52.765,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.513729, position (cm) = (85.9849,78.0332,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 4.25435, position (cm) = (80.3217,99.9895,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 4.2989, position (cm) = (71.102,88.267,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 6.5191, position (cm) = (61.1963,154.092,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.05639, position (cm) = (36.1754,145.735,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.0194759, position (cm) = (-166.228,99.4229,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 14.2892, position (cm) = (-183.316,62.5611,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 3.05144, position (cm) = (-204.014,76.4263,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 1.37179e-06, position (cm) = (-190.789,71.5166,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 2.67277, position (cm) = (-170.208,64.6522,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 7.40558, position (cm) = (-191.663,76.429,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 2.87451, position (cm) = (-129.899,79.5921,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 5.93527, position (cm) = (-180.495,89.8504,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.507579, position (cm) = (-192.539,118.552,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.367769, position (cm) = (-183.463,65.586,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 48.5622, position (cm) = (-10.7586,279.1,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 48.5622, position (cm) = (-10.7586,279.1,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 4.23046, position (cm) = (17.9935,236.636,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 1.9561, position (cm) = (17.3548,247.125,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 7.1104, position (cm) = (-61.8601,289.257,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 0.0480454, position (cm) = (-63.7933,279.018,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 49.0251, position (cm) = (-51.9077,263.543,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 42.9606, position (cm) = (-51.5332,263.943,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 49.0251, position (cm) = (-51.9077,263.543,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 21.7099, position (cm) = (-60.6262,275.642,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 46.7206, position (cm) = (-61.7416,268.714,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 2.52712, position (cm) = (-47.3596,302.636,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 2.90356, position (cm) = (-39.3484,301.554,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 0.000172207, position (cm) = (-18.5147,296.905,200), weight = 7.45058e-09
+ gamma, kinetic energy (MeV) = 0.185625, position (cm) = (-49.1476,266.327,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.0905535, position (cm) = (-66.2059,284.759,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.367967, position (cm) = (-63.623,283.788,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.401068, position (cm) = (-69.8133,283.231,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 3.47375, position (cm) = (-63.8772,278.536,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.163969, position (cm) = (-55.7266,270.717,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 1.16149, position (cm) = (-33.9889,244.538,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 1.60551, position (cm) = (-105.299,255.705,200), weight = 3.72529e-09
+ gamma, kinetic energy (MeV) = 1.09688, position (cm) = (-88.1742,247.422,200), weight = 3.72529e-09
+ gamma, kinetic energy (MeV) = 1.05828, position (cm) = (-92.0176,281.161,200), weight = 3.72529e-09
+ gamma, kinetic energy (MeV) = 0.067173, position (cm) = (-3.94539,233.656,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.11576, position (cm) = (-8.98159,218.307,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.200015, position (cm) = (17.4848,236.068,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 3.0469, position (cm) = (17.7384,240.918,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.136795, position (cm) = (25.9177,236.999,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.49853, position (cm) = (27.2285,240.751,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.0932027, position (cm) = (-5.01932,272.263,200), weight = 1.49012e-08
+ gamma, kinetic energy (MeV) = 6.69402, position (cm) = (-20.019,275.372,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 36.3353, position (cm) = (-35.4015,109.557,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 3.09799, position (cm) = (-38.0149,111.572,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.164288, position (cm) = (-74.8806,313.442,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 87.9669, position (cm) = (20.1432,-29.0296,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 87.9669, position (cm) = (20.1432,-29.0296,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 87.9669, position (cm) = (20.1432,-29.0296,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 87.9669, position (cm) = (20.1432,-29.0296,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 11.744, position (cm) = (-16.3085,-30.5656,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 13.2342, position (cm) = (-16.31,-31.8622,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 13.6909, position (cm) = (-11.1392,-46.3334,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 2.02821, position (cm) = (-23.7312,-67.6888,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 1.95569, position (cm) = (-11.1053,-43.448,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 7.08291, position (cm) = (-14.0832,-16.5763,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.712937, position (cm) = (-11.835,-23.1366,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 1.97549, position (cm) = (17.0035,23.9376,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.128814, position (cm) = (3.43956,19.5857,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 1.81322, position (cm) = (-13.2092,6.07095,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 1.66879, position (cm) = (-24.7871,-11.4332,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 4.80683, position (cm) = (-45.7275,24.3778,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 8.38509, position (cm) = (-33.594,5.43265,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 1.69272, position (cm) = (-8.33459,-33.8711,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 0.00960567, position (cm) = (15.4262,7.13356,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 0.153008, position (cm) = (-4.10134,55.2582,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.311749, position (cm) = (9.25391,49.1622,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.226373, position (cm) = (12.3046,7.48652,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.252013, position (cm) = (4.44178,4.39514,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 2.14786, position (cm) = (-13.3315,-3.97737,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 5.25115, position (cm) = (10.2091,-19.6748,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.550991, position (cm) = (-29.6345,-17.4549,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.974431, position (cm) = (-2.99082,-21.3922,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.773477, position (cm) = (-18.2274,-12.1259,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 2.21216, position (cm) = (-28.5253,7.82092,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.0964775, position (cm) = (-31.4633,-1.71495,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.746141, position (cm) = (-26.097,-16.8068,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 7.56297, position (cm) = (-10.2579,-19.5673,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.133997, position (cm) = (-0.816229,-9.43721,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 71.9861, position (cm) = (44.9099,-43.8919,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 71.6324, position (cm) = (37.0611,-41.5525,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 2.2361, position (cm) = (43.8629,-31.4941,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 0.825338, position (cm) = (97.0982,-53.6676,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 7.73143, position (cm) = (91.4721,-58.5096,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 2.38556, position (cm) = (88.2618,-9.93853,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 3.17426, position (cm) = (-3.38335,-123.037,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.185866, position (cm) = (-2.14051,-126.804,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.0875335, position (cm) = (88.769,-55.4421,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 67.7853, position (cm) = (84.094,23.5283,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 67.3517, position (cm) = (84.4451,26.0025,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 67.6935, position (cm) = (85.2975,23.9673,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 27.8676, position (cm) = (78.8336,24.1041,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 66.9691, position (cm) = (82.7096,28.329,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 66.9691, position (cm) = (82.7096,28.329,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 2.63321, position (cm) = (127.595,-9.9717,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 2.00084, position (cm) = (114.972,13.832,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 2.39248e-06, position (cm) = (114.798,2.89597,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 61.3836, position (cm) = (99.1842,16.5319,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 0.102763, position (cm) = (65.3984,-34.9177,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 2.25992, position (cm) = (31.1583,-23.858,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 0.000217068, position (cm) = (70.7868,-23.863,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 49.1127, position (cm) = (72.6672,-85.7161,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 49.0956, position (cm) = (74.0377,-82.4882,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.280307, position (cm) = (28.9004,-45.2466,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.153447, position (cm) = (91.8581,5.59656,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.179512, position (cm) = (86.065,5.15076,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 2.88637, position (cm) = (24.7243,-7.56181,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.510999, position (cm) = (88.3516,-17.1667,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.217292, position (cm) = (71.2907,26.905,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.127289, position (cm) = (67.1872,-1.97414,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 72.9578, position (cm) = (72.6673,6.33065,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 72.9578, position (cm) = (72.6673,6.33065,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 72.901, position (cm) = (73.2595,8.78014,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 72.901, position (cm) = (73.2595,8.78014,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 1.16657, position (cm) = (0.893366,-153.946,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 0.33989, position (cm) = (10.1779,-120.026,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 2.92083, position (cm) = (4.90323,-112.06,200), weight = 1.49012e-08
+ gamma, kinetic energy (MeV) = 0.695133, position (cm) = (-10.5849,-112.526,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.685596, position (cm) = (33.9574,-63.0358,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 1.32891, position (cm) = (-13.6614,-107.475,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 2.30973, position (cm) = (-28.1346,-127.356,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 0.703964, position (cm) = (-61.475,-83.6014,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 1.42384, position (cm) = (-51.1724,-62.1424,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 2.13688, position (cm) = (-16.5909,-29.0025,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 1.35786, position (cm) = (-91.913,-114.643,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.513065, position (cm) = (-89.5552,-80.939,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 1.27898, position (cm) = (-53.717,-81.8632,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 3.57392, position (cm) = (-79.5503,-97.1393,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 4.03329, position (cm) = (-75.2073,-96.0322,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 1.915, position (cm) = (2.77953,-24.6153,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 4.23935, position (cm) = (-33.7946,-68.5401,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.249701, position (cm) = (-25.4502,-93.3552,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 2.78079, position (cm) = (47.507,5.88535,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 0.143445, position (cm) = (12.3578,22.0941,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 28.4042, position (cm) = (61.7651,-1.41761,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 28.3287, position (cm) = (62.0022,-1.68411,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.469684, position (cm) = (4.72322,4.37506,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 4.10823, position (cm) = (81.264,54.6532,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.95064, position (cm) = (67.7705,-29.0851,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 1.23193, position (cm) = (34.195,33.6155,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 7.46962, position (cm) = (35.037,35.9761,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 7.46962, position (cm) = (35.037,35.9761,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 0.279036, position (cm) = (-3.49023,-10.9082,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 99.053, position (cm) = (24.6199,43.8479,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 99.053, position (cm) = (24.6199,43.8479,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 82.6047, position (cm) = (31.6401,43.9687,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 99.053, position (cm) = (24.6199,43.8479,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 0.181373, position (cm) = (24.0705,42.4925,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 49.6316, position (cm) = (26.2439,42.4775,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 99.053, position (cm) = (24.6199,43.8479,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 1.11848, position (cm) = (2.44682,58.316,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 5.4702, position (cm) = (-8.85084,70.3279,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 2.7286, position (cm) = (6.46295,41.6656,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.80369, position (cm) = (45.7955,123.498,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 14.2835, position (cm) = (13.4459,94.8912,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 14.2835, position (cm) = (13.4459,94.8912,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 33.3198, position (cm) = (39.1976,36.7379,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 76.3027, position (cm) = (42.3814,43.1534,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 77.106, position (cm) = (36.5068,30.8705,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 1.70627, position (cm) = (17.3901,40.7912,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 98.8117, position (cm) = (18.2498,40.6844,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 1.48946, position (cm) = (69.9619,54.3807,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 51.2456, position (cm) = (50.5253,71.9904,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 3.4452, position (cm) = (23.069,26.3633,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 7.92892, position (cm) = (21.3906,24.8265,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.339337, position (cm) = (26.6317,33.0505,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 1.09278, position (cm) = (37.4972,39.099,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.171261, position (cm) = (23.1249,25.3139,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.681269, position (cm) = (23.5609,22.2825,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.229578, position (cm) = (24.0738,22.4431,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.284093, position (cm) = (30.3403,29.6707,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.472972, position (cm) = (67.1198,66.3743,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.161219, position (cm) = (60.8065,69.4681,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.101839, position (cm) = (64.9002,58.0985,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.296623, position (cm) = (16.3517,42.1475,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.219348, position (cm) = (25.8825,96.9768,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.0702066, position (cm) = (-1.32557,63.3311,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 2.31776, position (cm) = (15.3193,55.2253,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 4.1788, position (cm) = (7.86539,55.9085,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 1.76732, position (cm) = (8.2394,52.5598,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.662476, position (cm) = (23.2639,41.3243,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.888828, position (cm) = (35.6534,34.8272,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 0.656779, position (cm) = (29.3958,30.9569,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 44.9596, position (cm) = (58.0628,29.8894,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 44.7524, position (cm) = (59.7725,24.3015,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 44.0732, position (cm) = (54.82,34.4585,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 75.1571, position (cm) = (89.9893,42.878,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 76.55, position (cm) = (94.7339,38.5535,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 0.261905, position (cm) = (54.7254,31.7489,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.10868, position (cm) = (32.4985,31.6429,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.853756, position (cm) = (22.3365,34.4798,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 1.20656, position (cm) = (23.4351,26.2336,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.133505, position (cm) = (51.5976,72.763,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.0923213, position (cm) = (27.8248,50.8823,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 3.15426e-05, position (cm) = (54.3615,-17.5082,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 30.105, position (cm) = (33.2211,11.0265,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 15.8874, position (cm) = (31.9277,11.934,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 13.0914, position (cm) = (27.9642,13.5053,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 15.8874, position (cm) = (31.9277,11.934,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 30.1997, position (cm) = (31.3962,13.9628,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 75.8971, position (cm) = (44.3083,12.9314,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 30.0694, position (cm) = (47.4756,9.55181,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 4.79839, position (cm) = (32.0676,9.76759,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 5.23092, position (cm) = (26.4067,0.895398,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.908898, position (cm) = (53.865,11.0432,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 5.43033, position (cm) = (42.3599,15.6357,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 0.837739, position (cm) = (33.6563,63.5232,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 3.06165e-05, position (cm) = (31.3887,75.17,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 1.47407e-06, position (cm) = (94.388,23.8243,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 2.13381e-06, position (cm) = (40.7377,67.6713,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 49.1787, position (cm) = (80.2527,72.2235,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 0.00207575, position (cm) = (91.119,72.8311,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 2.82552, position (cm) = (92.4371,82.3152,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 5.06278, position (cm) = (79.4231,75.4649,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 5.88476e-07, position (cm) = (51.9518,60.4282,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 1.81477e-06, position (cm) = (141.576,82.4808,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 66.6552, position (cm) = (60.7219,61.3065,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 5.20475, position (cm) = (62.015,50.9831,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 11.3736, position (cm) = (70.5079,54.195,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 2.08408, position (cm) = (-3.54617,27.0462,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 38.7387, position (cm) = (-39.1395,19.3667,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.207482, position (cm) = (75.2728,53.3293,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 2.13248, position (cm) = (67.5177,103.253,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 1.37972, position (cm) = (109.014,85.5245,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.0678379, position (cm) = (93.2918,80.5756,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 1.38646, position (cm) = (91.3228,81.7191,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 1.65976, position (cm) = (92.1031,83.7838,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.11012, position (cm) = (92.6052,82.5485,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.410411, position (cm) = (96.4869,94.0389,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.108671, position (cm) = (93.32,82.3233,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 1.7873, position (cm) = (89.9312,81.8501,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.873455, position (cm) = (66.0095,85.1739,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 3.02382, position (cm) = (46.6385,71.6079,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 38.2752, position (cm) = (-38.4041,19.6992,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 0.273612, position (cm) = (-40.5267,19.4718,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 38.6814, position (cm) = (-40.6162,18.6103,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 2.75378, position (cm) = (-43.1651,19.8708,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.510999, position (cm) = (43.4894,69.9319,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 2.63348, position (cm) = (8.57799,-133.869,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.0634266, position (cm) = (-30.6529,-169.08,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.0509409, position (cm) = (-24.2277,-132.071,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 8.70492, position (cm) = (-68.6092,-116.161,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 8.50329, position (cm) = (-68.9503,-115.409,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 8.70492, position (cm) = (-68.6092,-116.161,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 2.40289, position (cm) = (-70.4089,-126.522,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 6.06718, position (cm) = (-56.823,-111.283,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 6.06718, position (cm) = (-56.823,-111.283,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 20.4974, position (cm) = (-56.9907,-98.5522,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 8.34406, position (cm) = (-45.0676,-100.358,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 16.0616, position (cm) = (-45.0377,-100.364,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 19.6353, position (cm) = (-45.4844,-101.602,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 1.13192e-05, position (cm) = (-75.1187,-108.234,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 2.04545, position (cm) = (-52.3304,-82.32,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 5.23998, position (cm) = (-13.3478,-100.099,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 0.321336, position (cm) = (-9.96258,-114.902,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 2.17829, position (cm) = (-6.11463,-107.951,200), weight = 1.86265e-09
+ gamma, kinetic energy (MeV) = 0.127626, position (cm) = (0.690605,-118.821,200), weight = 1.49012e-08
+ gamma, kinetic energy (MeV) = 0.101454, position (cm) = (-47.7451,-106.397,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 8.15692, position (cm) = (-35.3476,-101.92,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.0743609, position (cm) = (-9.09479,-116.275,200), weight = 1.49012e-08
+ gamma, kinetic energy (MeV) = 0.648006, position (cm) = (-35.2859,-101.073,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 1.71861, position (cm) = (-33.3471,-115.58,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 1.11091, position (cm) = (-44.9766,-100.299,200), weight = 7.45058e-09
+ gamma, kinetic energy (MeV) = 6.08932, position (cm) = (-45.0237,-100.279,200), weight = 7.45058e-09
+ gamma, kinetic energy (MeV) = 0.396947, position (cm) = (-55.1739,-109.524,200), weight = 1.49012e-08
+ gamma, kinetic energy (MeV) = 0.0820897, position (cm) = (-59.5307,-103.085,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.173927, position (cm) = (-63.8803,-131.183,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.353673, position (cm) = (-72.4275,-128.117,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 3.37201, position (cm) = (-70.6331,-126.909,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 1.34146, position (cm) = (-13.9468,-113.988,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.124911, position (cm) = (0.77726,-101.387,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.834462, position (cm) = (-7.18956,-114.883,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 11.2141, position (cm) = (-22.8801,39.9928,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 11.2141, position (cm) = (-22.8801,39.9928,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 79.7434, position (cm) = (-29.6187,4.57692,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 79.7434, position (cm) = (-29.6187,4.57692,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 5.63298, position (cm) = (-21.8824,6.44192,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 0.000338292, position (cm) = (9.48846,31.3143,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 0.972255, position (cm) = (-2.60407,18.3445,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 0.972255, position (cm) = (-2.60407,18.3445,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 1.18955, position (cm) = (13.2123,-0.900716,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 0.10954, position (cm) = (-14.2807,-5.38961,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 1.06684, position (cm) = (-21.5629,5.72693,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.497047, position (cm) = (-20.7151,7.68127,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.361592, position (cm) = (-24.7281,5.45523,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.205429, position (cm) = (-10.9331,49.4785,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.169747, position (cm) = (4.53913,32.1762,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 65.4736, position (cm) = (8.01212,6.18228,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 99.3278, position (cm) = (-14.0721,4.01182,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 99.3278, position (cm) = (-14.0721,4.01182,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 99.5578, position (cm) = (-9.73921,4.04682,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 99.4908, position (cm) = (-5.58047,5.64533,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 99.6029, position (cm) = (-9.22889,3.06639,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 98.8554, position (cm) = (-11.879,5.77938,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 95.9778, position (cm) = (-27.3739,4.93075,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 99.6029, position (cm) = (-9.22889,3.06639,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 74.2144, position (cm) = (31.802,-24.0999,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 74.2144, position (cm) = (31.802,-24.0999,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 74.012, position (cm) = (35.3112,-24.3974,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 1.19919e-05, position (cm) = (-0.459113,-89.4555,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 1.07417e-06, position (cm) = (-15.2526,-104.581,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 44.7777, position (cm) = (1.24913,-118.224,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 44.7777, position (cm) = (1.24913,-118.224,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 0.161504, position (cm) = (38.3242,-49.9685,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 2.09434, position (cm) = (13.5001,-57.0244,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 1.26085, position (cm) = (-16.8127,-51.8172,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 5.00823, position (cm) = (-2.70002,-82.9438,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 2.29635, position (cm) = (-21.7607,-71.0623,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 5.25906, position (cm) = (-13.5235,-82.9558,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 1.55861, position (cm) = (55.038,5.76802,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 6.89863, position (cm) = (-27.6928,4.11693,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 0.137656, position (cm) = (-19.1909,22.1839,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 4.60148, position (cm) = (-21.9514,-57.8647,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 28.413, position (cm) = (-20.2599,-50.5277,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 7.24295, position (cm) = (-27.8427,-45.1665,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 8.3136, position (cm) = (-23.9297,-51.3676,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 0.562252, position (cm) = (-26.1809,-49.3174,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 47.5723, position (cm) = (-34.4821,-48.7904,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 2.13327, position (cm) = (-18.868,-78.9503,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 47.6887, position (cm) = (-42.8041,-51.5778,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 47.5843, position (cm) = (-40.6327,-49.9002,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 21.3805, position (cm) = (-28.5087,-47.0268,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 0.0401023, position (cm) = (-31.0709,-60.4197,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 98.7028, position (cm) = (-17.3836,21.5263,200), weight = 0.015625
+ neutron, kinetic energy (MeV) = 13.1513, position (cm) = (143.442,-8.54969,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 3.05223, position (cm) = (132.722,-6.23433,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 0.505368, position (cm) = (129.62,2.48871,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 3.52734, position (cm) = (120.421,-0.956532,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 3.52734, position (cm) = (120.421,-0.956532,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.0598978, position (cm) = (116.215,-7.26094,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 2.68815, position (cm) = (128.65,2.54526,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.667659, position (cm) = (127.271,-12.9992,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 8.06066, position (cm) = (129.157,-4.98271,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.640065, position (cm) = (129.954,2.66526,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 4.36167, position (cm) = (129.789,2.65425,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.454408, position (cm) = (138.606,-8.27445,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.287966, position (cm) = (-36.0784,-68.3467,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 1.04476, position (cm) = (-14.3216,-35.0035,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.494913, position (cm) = (-15.2893,-43.5529,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.122576, position (cm) = (-31.3759,-13.7855,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.869758, position (cm) = (-36.9198,-76.4672,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.127357, position (cm) = (-24.6797,-48.2924,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.141347, position (cm) = (-46.5568,-37.1971,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.82382, position (cm) = (-19.9519,-54.2078,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 0.676203, position (cm) = (-19.4095,-54.1311,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 0.000283141, position (cm) = (85.672,-1.8849,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 0.611126, position (cm) = (-11.9404,-36.6372,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.187001, position (cm) = (-22.461,-44.8974,200), weight = 0.000244141
+ e-, kinetic energy (MeV) = 1.4633, position (cm) = (-21.2295,-45.292,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.312766, position (cm) = (-20.9104,-46.0831,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.0254267, position (cm) = (-20.7955,-45.1987,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.614758, position (cm) = (139.549,-41.3083,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.44713, position (cm) = (-29.03,-36.6843,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 23.09, position (cm) = (-0.415684,-36.7039,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 23.2028, position (cm) = (1.02729,-36.2147,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.594992, position (cm) = (-42.1529,-64.1263,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.96497, position (cm) = (-43.2528,-45.6342,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 30.6992, position (cm) = (-54.3249,-69.4066,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 0.305993, position (cm) = (-71.136,-88.295,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 14.9441, position (cm) = (-73.018,-88.5646,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 15.1485, position (cm) = (-73.2679,-88.4597,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 15.1485, position (cm) = (-73.2679,-88.4597,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 1.27688, position (cm) = (-44.3591,-73.4932,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 0.227641, position (cm) = (-0.111253,-71.84,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 1.84264, position (cm) = (-16.4687,-122.862,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 10.8604, position (cm) = (-7.63431,-105.905,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.736989, position (cm) = (-8.13618,-103.426,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 10.1494, position (cm) = (-10.9959,-83.1545,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 10.1494, position (cm) = (-10.9959,-83.1545,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 39.5118, position (cm) = (-3.15637,-73.5069,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 1.16581, position (cm) = (-2.55083,-73.2511,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 40.466, position (cm) = (-11.2168,-86.8232,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 33.7094, position (cm) = (-0.22294,-79.1982,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 33.7094, position (cm) = (-0.22294,-79.1982,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 2.62192, position (cm) = (4.37439,-74.4872,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 4.72259, position (cm) = (-9.55121,-77.797,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 3.80288, position (cm) = (-4.35537,-63.8781,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 3.12541, position (cm) = (-1.57312,-99.7853,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.157472, position (cm) = (-8.43216,-103.366,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 1.39129, position (cm) = (-8.3049,-103.525,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.104449, position (cm) = (-8.74597,-103.513,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.107465, position (cm) = (-12.5413,-109.448,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.13939, position (cm) = (15.4649,-82.7301,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.168262, position (cm) = (-0.281729,-84.836,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 7.65055, position (cm) = (-12.7134,-100.673,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 1.43538, position (cm) = (-40.035,-86.5126,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 5.86409, position (cm) = (-75.4063,-88.5722,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 1.77511, position (cm) = (-66.924,-55.1562,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 4.33174, position (cm) = (-59.7877,-84.7014,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.419044, position (cm) = (-48.2127,-43.9145,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 1.56358, position (cm) = (-59.3096,-45.1993,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.377194, position (cm) = (-5.77988,-33.6155,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.0889924, position (cm) = (-26.4243,-15.8534,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 38.3132, position (cm) = (-0.849653,-81.3977,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 37.677, position (cm) = (-2.45718,-84.417,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 1.81705, position (cm) = (10.1867,-140.131,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 1.39937, position (cm) = (-1.59996,-74.692,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 5.01136, position (cm) = (-12.3643,-90.079,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 1.33506, position (cm) = (-5.52579,-78.0196,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.698964, position (cm) = (-8.81969,-65.8615,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.618368, position (cm) = (20.0468,-73.2477,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.217973, position (cm) = (12.7831,-83.6817,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.955626, position (cm) = (9.37498,-81.5713,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 2.23868, position (cm) = (6.90956,-80.03,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.103775, position (cm) = (11.3693,-167.75,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.275414, position (cm) = (1.765,-77.0627,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.39662, position (cm) = (-60.4718,-81.9787,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.26207, position (cm) = (-79.2657,-88.4756,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 0.861293, position (cm) = (36.642,-9.19922,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 1.05506, position (cm) = (38.7922,-21.3897,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 93.5859, position (cm) = (40.2311,-15.4446,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.982411, position (cm) = (87.0554,-5.27744,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.280278, position (cm) = (24.7079,-13.5341,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.0819738, position (cm) = (37.3682,-21.8519,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 7.44283, position (cm) = (38.2803,-19.8101,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.338234, position (cm) = (43.3547,-19.3531,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.333311, position (cm) = (56.2466,-20.4532,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.723466, position (cm) = (29.3398,-5.67291,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 4.33196, position (cm) = (58.821,-12.021,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 11.7712, position (cm) = (-40.8466,154.605,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 11.7712, position (cm) = (-40.8466,154.605,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 8.50122, position (cm) = (-39.6632,151.255,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 8.58854, position (cm) = (-39.4173,150.12,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 15.2494, position (cm) = (-39.6681,160.911,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 17.8646, position (cm) = (-39.7019,161.493,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 19.5676, position (cm) = (-102.109,139.754,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 19.7391, position (cm) = (-103.215,139.753,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.238822, position (cm) = (-88.9532,146.203,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 1.84434, position (cm) = (-75.5248,149.117,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 7.5098, position (cm) = (-74.9102,150.902,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.240785, position (cm) = (-90.8187,141.078,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.230542, position (cm) = (-98.4044,131.586,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.321922, position (cm) = (-98.739,135.465,200), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 1.85017, position (cm) = (-73.1915,186.008,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.152689, position (cm) = (-74.0608,201.527,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.0605685, position (cm) = (-39.1548,160.36,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.641018, position (cm) = (-39.7532,160.901,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 2.40192, position (cm) = (-55.3325,134.679,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 0.311662, position (cm) = (-55.654,138.472,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 1.37511e-05, position (cm) = (-60.2827,158.502,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 1.74065, position (cm) = (-127.06,132.314,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 0.141983, position (cm) = (-78.1704,108.235,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 1.26329, position (cm) = (-120.27,128.691,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.452797, position (cm) = (-53.0843,182.486,200), weight = 7.62939e-06
+ e-, kinetic energy (MeV) = 0.43722, position (cm) = (-53.0615,182.469,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.452285, position (cm) = (-59.0002,174.916,200), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.65885, position (cm) = (-46.4569,184.712,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 70.1786, position (cm) = (28.3742,55.3445,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 70.1786, position (cm) = (28.3742,55.3445,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 4.13553, position (cm) = (51.8112,28.0294,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 0.231424, position (cm) = (45.3273,19.3078,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 2.60665, position (cm) = (35.6561,31.0782,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 1.5508, position (cm) = (29.0919,48.5307,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 11.1522, position (cm) = (29.0838,49.1563,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 1.69857e-05, position (cm) = (9.42789,52.9128,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 0.197361, position (cm) = (47.5144,57.4401,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 0.126274, position (cm) = (51.4807,45.3317,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 18.4117, position (cm) = (65.0979,42.3054,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 46.8432, position (cm) = (42.5975,82.8531,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 0.206855, position (cm) = (31.3772,-28.498,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 39.8892, position (cm) = (20.9583,-41.5094,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 39.8892, position (cm) = (20.9583,-41.5094,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 33.5083, position (cm) = (19.5182,-42.7839,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 40.6718, position (cm) = (19.7729,-44.1173,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 9.97646, position (cm) = (34.7211,-52.8942,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 1.72984e-07, position (cm) = (40.8456,-65.8043,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 5.31456e-05, position (cm) = (21.287,-10.2147,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 1.37004, position (cm) = (36.8124,-49.5228,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.177131, position (cm) = (52.969,-45.0605,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.050951, position (cm) = (20.2369,-41.6801,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 1.68796e-05, position (cm) = (84.8427,-55.4584,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 0.00201695, position (cm) = (101.06,-60.5143,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 0.742868, position (cm) = (94.2133,-82.6486,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 21.8739, position (cm) = (80.7828,-53.4101,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 21.8739, position (cm) = (80.7828,-53.4101,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 14.3353, position (cm) = (119.924,-33.9343,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 18.7332, position (cm) = (141.499,-38.5904,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 22.587, position (cm) = (136.516,-35.016,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 4.48874, position (cm) = (148.672,-101.312,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.325894, position (cm) = (105.935,-81.6357,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 4.90621, position (cm) = (109.133,-67.6191,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.191295, position (cm) = (42.2785,-28.5827,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 92.6231, position (cm) = (12.7307,42.2539,200), weight = 0.0625
+ neutron, kinetic energy (MeV) = 0.00156844, position (cm) = (-28.723,-18.915,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.080722, position (cm) = (101.585,-56.6482,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 1.27449e-06, position (cm) = (75.2708,-41.5476,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.893047, position (cm) = (24.7276,-16.1126,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 2.8003, position (cm) = (112.691,21.3903,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.909223, position (cm) = (79.0531,-16.0077,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 37.7465, position (cm) = (27.4569,-65.9116,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 99.0933, position (cm) = (42.3113,-62.6856,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 97.8363, position (cm) = (57.2733,-43.7252,200), weight = 0.015625
+ neutron, kinetic energy (MeV) = 98.5605, position (cm) = (27.6742,-68.9112,200), weight = 0.015625
+ neutron, kinetic energy (MeV) = 99.0933, position (cm) = (42.3113,-62.6856,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 11.5521, position (cm) = (66.7047,-98.6728,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 2.3025e-06, position (cm) = (59.7366,-53.2053,200), weight = 0.0625
+ neutron, kinetic energy (MeV) = 98.9573, position (cm) = (41.6382,-61.821,200), weight = 0.03125
+ neutron, kinetic energy (MeV) = 55.126, position (cm) = (26.1217,-38.903,200), weight = 0.015625
+ neutron, kinetic energy (MeV) = 2.49606, position (cm) = (24.9948,-33.5928,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 0.326699, position (cm) = (31.388,-34.6863,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 10.3941, position (cm) = (21.8389,-34.2752,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 10.3941, position (cm) = (21.8389,-34.2752,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 51.6298, position (cm) = (-0.491961,-101.734,200), weight = 0.015625
+ neutron, kinetic energy (MeV) = 46.2698, position (cm) = (-36.8746,-180.184,200), weight = 0.0625
+ neutron, kinetic energy (MeV) = 83.8497, position (cm) = (11.0119,-74.1317,200), weight = 0.03125
+ neutron, kinetic energy (MeV) = 83.8497, position (cm) = (11.0119,-74.1317,200), weight = 0.03125
+ gamma, kinetic energy (MeV) = 0.176341, position (cm) = (11.9001,-67.8568,200), weight = 0.03125
+ gamma, kinetic energy (MeV) = 0.0392659, position (cm) = (1.51365,-72.2144,200), weight = 0.03125
+ gamma, kinetic energy (MeV) = 6.66266, position (cm) = (21.016,-70.8588,200), weight = 0.03125
+ gamma, kinetic energy (MeV) = 0.247443, position (cm) = (26.4524,-30.5028,200), weight = 0.0078125
+ gamma, kinetic energy (MeV) = 0.092103, position (cm) = (21.7867,-42.8709,200), weight = 0.0078125
+ gamma, kinetic energy (MeV) = 0.0853612, position (cm) = (18.5221,-29.7183,200), weight = 0.015625
+ gamma, kinetic energy (MeV) = 0.389354, position (cm) = (21.5997,-34.9643,200), weight = 0.015625
+ gamma, kinetic energy (MeV) = 0.304805, position (cm) = (22.8452,-36.6932,200), weight = 0.0625
+ gamma, kinetic energy (MeV) = 0.587079, position (cm) = (67.7332,-99.5854,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 0.759612, position (cm) = (68.4372,-100.058,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 4.06966, position (cm) = (48.8753,-88.1847,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 99.6489, position (cm) = (21.2218,28.5743,200), weight = 0.03125
+ neutron, kinetic energy (MeV) = 99.6489, position (cm) = (21.2218,28.5743,200), weight = 0.03125
+ neutron, kinetic energy (MeV) = 1.14567, position (cm) = (-75.713,-3.29003,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 1.3515e-06, position (cm) = (-28.3376,5.80273,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.289773, position (cm) = (74.2134,-28.862,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 18.824, position (cm) = (67.7432,-26.1354,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 4.09312, position (cm) = (66.0733,-35.2428,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 2.43268, position (cm) = (0.461887,-58.0904,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.176597, position (cm) = (-4.82812,-57.6332,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.638674, position (cm) = (4.46624,-67.6749,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.509073, position (cm) = (38.5585,-22.3345,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.154804, position (cm) = (55.3295,-23.6879,200), weight = 7.62939e-06
+ gamma, kinetic energy (MeV) = 0.727668, position (cm) = (65.6137,-20.9486,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 1.49858, position (cm) = (-35.1557,2.24912,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.205985, position (cm) = (23.0873,-75.4671,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 26.4385, position (cm) = (15.1682,-72.8621,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 6.10627, position (cm) = (-6.77533,-47.1368,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 6.10627, position (cm) = (-6.77533,-47.1368,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 33.0493, position (cm) = (2.69997,-51.9887,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 33.0493, position (cm) = (2.69997,-51.9887,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 73.3706, position (cm) = (12.2198,-37.3332,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 73.3706, position (cm) = (12.2198,-37.3332,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.418567, position (cm) = (0.874816,-47.355,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 58.5632, position (cm) = (13.8695,-94.6572,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 57.9842, position (cm) = (13.5357,-93.3602,200), weight = 1.52588e-05
+ neutron, kinetic energy (MeV) = 58.548, position (cm) = (12.6346,-90.7059,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 0.990863, position (cm) = (7.23066,-45.8953,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 28.2307, position (cm) = (8.02689,-43.0715,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 73.8802, position (cm) = (9.09092,-42.358,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 73.2961, position (cm) = (15.3485,-44.9062,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 0.000330106, position (cm) = (52.6311,-106.597,200), weight = 7.62939e-06
+ neutron, kinetic energy (MeV) = 6.64247, position (cm) = (73.4211,-97.37,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 0.872159, position (cm) = (62.5994,-113.297,200), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.587128, position (cm) = (65.0366,-110.196,200), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 50.4709, position (cm) = (49.932,-159.773,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 6.70078, position (cm) = (50.7504,-158.648,200), weight = 1.19209e-07
+ neutron, kinetic energy (MeV) = 43.363, position (cm) = (78.1689,-178.8,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 50.8204, position (cm) = (79.3884,-180.423,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 24.7336, position (cm) = (84.8837,-180.42,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 24.7336, position (cm) = (84.8837,-180.42,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 50.8204, position (cm) = (79.3884,-180.423,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 50.549, position (cm) = (62.9055,-166.815,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 50.549, position (cm) = (62.9055,-166.815,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 50.549, position (cm) = (62.9055,-166.815,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 50.549, position (cm) = (62.9055,-166.815,200), weight = 3.72529e-09
+ neutron, kinetic energy (MeV) = 0.0983934, position (cm) = (60.161,-159.45,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 50.2731, position (cm) = (57.2151,-165.756,200), weight = 7.45058e-09
+ neutron, kinetic energy (MeV) = 49.9568, position (cm) = (63.2985,-162.752,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 4.60041e-06, position (cm) = (57.9282,-140.6,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 3.62646, position (cm) = (124.047,-190.603,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 4.64764, position (cm) = (110.237,-189.03,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 50.1786, position (cm) = (118.138,-190.619,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 50.1786, position (cm) = (118.138,-190.619,200), weight = 1.49012e-08
+ neutron, kinetic energy (MeV) = 50.2813, position (cm) = (120.95,-194.53,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 5.40248e-05, position (cm) = (127.941,-205.64,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 6.04211, position (cm) = (65.9146,-152.708,200), weight = 5.96046e-08
+ neutron, kinetic energy (MeV) = 50.4572, position (cm) = (81.632,-164.724,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 50.4572, position (cm) = (81.632,-164.724,200), weight = 2.98023e-08
+ neutron, kinetic energy (MeV) = 50.4572, position (cm) = (81.632,-164.724,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 1.36336, position (cm) = (59.9034,-149.143,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.261867, position (cm) = (60.0892,-173.746,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.88598, position (cm) = (127.078,-190.951,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.408971, position (cm) = (76.8646,-177.154,200), weight = 7.45058e-09
+ gamma, kinetic energy (MeV) = 9.25618, position (cm) = (78.1815,-176.021,200), weight = 7.45058e-09
+ gamma, kinetic energy (MeV) = 0.20828, position (cm) = (77.1915,-177.029,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 1.39775, position (cm) = (77.4254,-177.237,200), weight = 2.98023e-08
+ gamma, kinetic energy (MeV) = 0.067993, position (cm) = (51.0981,-160.344,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.149341, position (cm) = (63.3116,-156.363,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.109102, position (cm) = (49.2981,-159.384,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 5.38254, position (cm) = (50.135,-160.154,200), weight = 5.96046e-08
+ gamma, kinetic energy (MeV) = 0.360483, position (cm) = (27.9399,-94.7347,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.21183, position (cm) = (8.86625,-40.8267,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.293127, position (cm) = (9.06923,-48.2546,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 7.3225, position (cm) = (10.6658,-66.5522,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 4.42071, position (cm) = (-2.9435,-83.9899,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.449186, position (cm) = (17.7767,-72.8435,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 1.35658, position (cm) = (14.0005,-71.0365,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 2.59773, position (cm) = (22.3391,-94.8053,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 1.59775e-05, position (cm) = (53.5783,-106.101,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 0.605887, position (cm) = (46.3633,-100.529,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 1.19064, position (cm) = (47.3783,-98.3784,200), weight = 4.76837e-07
+ neutron, kinetic energy (MeV) = 1.07975, position (cm) = (68.2415,-63.2074,200), weight = 9.53674e-07
+ neutron, kinetic energy (MeV) = 6.82253e-08, position (cm) = (19.7158,-96.7408,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.109385, position (cm) = (21.395,-105.036,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.882618, position (cm) = (42.5834,-97.7064,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.948341, position (cm) = (62.3399,-107.11,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 7.18243, position (cm) = (63.4357,-103.581,200), weight = 2.38419e-07
+ gamma, kinetic energy (MeV) = 0.218539, position (cm) = (50.5204,-104.451,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 7.72497, position (cm) = (45.1667,-78.2532,200), weight = 9.53674e-07
+ gamma, kinetic energy (MeV) = 0.203777, position (cm) = (59.6955,-89.5965,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 2.46839, position (cm) = (69.9042,-88.9559,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.136581, position (cm) = (45.7295,-101.459,200), weight = 1.19209e-07
+ e-, kinetic energy (MeV) = 2.52578, position (cm) = (36.576,-94.7272,200), weight = 1.19209e-07
+ gamma, kinetic energy (MeV) = 0.760509, position (cm) = (41.1568,-116.832,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 6.84556, position (cm) = (15.7353,-129.826,200), weight = 4.76837e-07
+ gamma, kinetic energy (MeV) = 0.428821, position (cm) = (69.962,-150.779,200), weight = 2.38419e-07
+ neutron, kinetic energy (MeV) = 33.7663, position (cm) = (16.2331,-54.5686,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 32.7507, position (cm) = (7.93011,-47.9473,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 32.7507, position (cm) = (7.93011,-47.9473,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 32.0096, position (cm) = (8.64189,-52.9893,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 32.0096, position (cm) = (8.64189,-52.9893,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.934092, position (cm) = (-46.3592,37.9915,200), weight = 0.000976562
+ gamma, kinetic energy (MeV) = 4.70707, position (cm) = (21.1648,3.0107,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 1.14633, position (cm) = (11.7335,-2.41902,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 1.46822, position (cm) = (24.051,18.987,200), weight = 1.52588e-05
+ gamma, kinetic energy (MeV) = 0.455434, position (cm) = (20.6555,-71.3235,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 32.5148, position (cm) = (-33.7359,-9.88148,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 32.2763, position (cm) = (-35.8414,-12.0576,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 7.79193, position (cm) = (-61.9385,54.6946,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 0.147011, position (cm) = (-43.6151,-15.2292,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.0718808, position (cm) = (-32.6411,-19.9928,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 0.706355, position (cm) = (-41.957,-11.288,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 0.109463, position (cm) = (-28.4096,-5.97713,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 40.7269, position (cm) = (-34.9623,3.2303,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 40.7269, position (cm) = (-34.9623,3.2303,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 78.2018, position (cm) = (-9.35608,-78.6235,200), weight = 0.0078125
+ neutron, kinetic energy (MeV) = 11.8294, position (cm) = (-1.10803,-45.5552,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 5.34862, position (cm) = (4.38428,-22.9933,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 2.90324, position (cm) = (3.99384,-21.4663,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 1.57883, position (cm) = (3.65075,33.8672,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.256434, position (cm) = (4.01508,30.2401,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 0.977881, position (cm) = (31.6861,24.4928,200), weight = 0.00390625
+ gamma, kinetic energy (MeV) = 1.95214, position (cm) = (-18.3932,-31.6272,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 4.25548, position (cm) = (2.08867,-59.0063,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 29.901, position (cm) = (-3.06117,-8.79336,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 0.356625, position (cm) = (13.3942,-26.946,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 7.21499e-06, position (cm) = (49.5898,-24.4216,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 98.4695, position (cm) = (21.3795,-28.1851,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 2.42987, position (cm) = (29.6592,-14.4249,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 69.3044, position (cm) = (15.5384,-23.1512,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 69.3044, position (cm) = (15.5384,-23.1512,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 5.15556, position (cm) = (56.5692,-23.0315,200), weight = 0.000244141
+ neutron, kinetic energy (MeV) = 99.4159, position (cm) = (27.0223,-28.8964,200), weight = 0.00195312
+ neutron, kinetic energy (MeV) = 85.3739, position (cm) = (28.4263,-34.1724,200), weight = 0.00390625
+ neutron, kinetic energy (MeV) = 89.4977, position (cm) = (-5.23398,-62.3958,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 59.9137, position (cm) = (2.3342,-64.2873,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 89.5385, position (cm) = (-6.52077,-67.0523,200), weight = 0.000976562
+ neutron, kinetic energy (MeV) = 10.0943, position (cm) = (-0.189512,-88.0476,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 6.30811e-05, position (cm) = (-5.04258,-77.0872,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 0.00523845, position (cm) = (-5.5979,-59.9502,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 27.0455, position (cm) = (-13.9161,-70.7514,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 0.713513, position (cm) = (5.2444,-91.464,200), weight = 3.05176e-05
+ neutron, kinetic energy (MeV) = 2.906, position (cm) = (22.7716,-68.1221,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.631734, position (cm) = (21.2139,-65.4372,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.179878, position (cm) = (13.3324,-78.2732,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 3.79889, position (cm) = (5.87156,-69.1216,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.0984238, position (cm) = (7.34732,-41.7447,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 7.02872, position (cm) = (3.52551,-49.6437,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.111449, position (cm) = (-5.8159,-66.6188,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.0673717, position (cm) = (15.9097,-68.7916,200), weight = 3.05176e-05
+ gamma, kinetic energy (MeV) = 0.260408, position (cm) = (-18.0078,-94.6557,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 0.881829, position (cm) = (-16.8139,-53.5737,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 9.93868, position (cm) = (35.5988,-30.6961,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 27.4932, position (cm) = (46.7897,-18.377,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.77361, position (cm) = (-15.9471,-57.7167,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 42.1884, position (cm) = (-15.6501,-45.9502,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 25.517, position (cm) = (113.452,-31.558,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 1.6449, position (cm) = (119.377,14.7019,200), weight = 0.000488281
+ neutron, kinetic energy (MeV) = 0.00185776, position (cm) = (71.3377,-10.0748,200), weight = 0.00012207
+ neutron, kinetic energy (MeV) = 0.869851, position (cm) = (119.744,21.8534,200), weight = 6.10352e-05
+ neutron, kinetic energy (MeV) = 0.18663, position (cm) = (90.3647,-31.0424,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 0.291582, position (cm) = (81.7083,-12.3744,200), weight = 0.000244141
+ gamma, kinetic energy (MeV) = 2.50263, position (cm) = (94.5912,-10.1327,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 2.96099, position (cm) = (78.7952,7.62559,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.311327, position (cm) = (97.6194,-12.3716,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.222255, position (cm) = (97.1691,-12.0132,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 7.90236, position (cm) = (31.5544,-44.2907,200), weight = 0.00012207
+ gamma, kinetic energy (MeV) = 0.154364, position (cm) = (-16.052,-47.1899,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.720892, position (cm) = (-14.2114,-47.7054,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.0976087, position (cm) = (-10.1508,-59.2388,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 3.17015, position (cm) = (-10.8055,-21.2719,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.138951, position (cm) = (2.11201,-39.1612,200), weight = 0.000488281
+ gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-15.7876,-51.3926,200), weight = 6.10352e-05
+ gamma, kinetic energy (MeV) = 4.76209, position (cm) = (86.1484,-49.844,200), weight = 0.015625
+ gamma, kinetic energy (MeV) = 0.0610805, position (cm) = (54.4934,-56.9596,200), weight = 0.00195312
+ gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-2.51553,-5.39675,200), weight = 0.000976562
Graphics systems deleted.
Visualization Manager deleting...
diff --git a/examples/extended/biasing/GB06/exampleGB06.out b/examples/extended/biasing/GB06/exampleGB06.out
index cabb31a3a3..db07bc8e6c 100644
--- a/examples/extended/biasing/GB06/exampleGB06.out
+++ b/examples/extended/biasing/GB06/exampleGB06.out
@@ -1,6 +1,10 @@
+ ############################################
+ !!! WARNING - FPE detection is activated !!!
+ ############################################
+
*************************************************************
- Geant4 version Name: geant4-10-02-ref-09 (30-September-2016)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -14,14 +18,13 @@
*********************************************************
Parallel World `parallelWorldForSlices' constructed.
G4PhysicsListHelper::AddTransportation()--- G4CoupledTransportation is used
-=======================================================================
-====== Pre-compound/De-excitation Physics Parameters ========
-=======================================================================
-Type of pre-compound inverse x-section 3
-Type of de-excitation inverse x-section 3
-Min excitation energy (keV) 0.1
-Level density (1/MeV) 0.1
-=======================================================================
+
+ FTFP_BERT : new threshold between BERT and FTFP is over the interval
+ for pions : 3 to 12 GeV
+ for kaons : 3 to 12 GeV
+ for proton : 3 to 12 GeV
+ for neutron : 3 to 12 GeV
+
### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0
neutron : biasWrapper(0)
Visualization Manager instantiating with verbosity "warnings (3)"...
@@ -44,6 +47,7 @@ OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK)
OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK)
OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK)
OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK)
+RayTracerX (RayTracerX)
Registering model factories...
@@ -69,14 +73,12 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
phot: for gamma SubType= 12 BuildTable= 0
LambdaPrime table from 200 keV to 100 TeV in 61 bins
===== EM models for the G4Region DefaultRegionForTheWorld ======
- PhotoElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
+ LivermorePhElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive
compt: for gamma SubType= 13 BuildTable= 1
Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1
@@ -90,6 +92,12 @@ conv: for gamma SubType= 14 BuildTable= 1
BetheHeitler : Emin= 0 eV Emax= 80 GeV
BetheHeitlerLPM : Emin= 80 GeV Emax= 100 TeV
+Rayl: for gamma SubType= 11 BuildTable= 1
+ Lambda table from 100 eV to 100 keV, 7 bins per decade, spline: 0
+ LambdaPrime table from 100 keV to 100 TeV in 63 bins
+ ===== EM models for the G4Region DefaultRegionForTheWorld ======
+ LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator
+
msc: for e- SubType= 10
RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
===== EM models for the G4Region DefaultRegionForTheWorld ======
@@ -113,7 +121,7 @@ eBrem: for e- SubType= 3
CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 100 MeV Emax= 100 TeV
@@ -144,12 +152,12 @@ annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1
Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -170,13 +178,13 @@ hBrems: for proton SubType= 3
hPairProd: for proton SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 17x1001; from 7.50618 GeV to 100 TeV
+ 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
- Used Lambda table of anti_proton
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ Lambda table from threshold to 100 TeV, 7 bins per 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
@@ -208,7 +216,7 @@ ionIoni: for alpha SubType= 2
BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV
msc: for anti_proton SubType= 10
- RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -229,18 +237,18 @@ hBrems: for anti_proton SubType= 3
hPairProd: for anti_proton SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 17x1001; from 7.50618 GeV to 100 TeV
+ 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, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -261,18 +269,18 @@ hBrems: for kaon+ SubType= 3
hPairProd: for kaon+ SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 18x1001; from 3.94942 GeV to 100 TeV
+ 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, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -293,13 +301,13 @@ hBrems: for kaon- SubType= 3
hPairProd: for kaon- SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 18x1001; from 3.94942 GeV to 100 TeV
+ 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+
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -326,13 +334,13 @@ muBrems: for mu+ SubType= 3
muPairProd: for mu+ SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 21x1001; from 1 GeV to 100 TeV
+ 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, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -359,18 +367,18 @@ muBrems: for mu- SubType= 3
muPairProd: for mu- SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 21x1001; from 1 GeV to 100 TeV
+ 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+
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -391,18 +399,18 @@ hBrems: for pi+ SubType= 3
hPairProd: for pi+ SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 20x1001; from 1.11656 GeV to 100 TeV
+ 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, 7 bins per decade, spline: 1
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ 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, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180
+ RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
===== EM models for the G4Region DefaultRegionForTheWorld ======
WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV
@@ -423,13 +431,13 @@ hBrems: for pi- SubType= 3
hPairProd: for pi- SubType= 4
dE/dx and range tables from 100 eV to 100 TeV in 84 bins
Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1
- Sampling table 20x1001; from 1.11656 GeV to 100 TeV
+ 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+
- 180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531
===== EM models for the G4Region DefaultRegionForTheWorld ======
eCoulombScattering : Emin= 0 eV Emax= 100 TeV
@@ -445,8 +453,8 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: neutronInelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV
Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
@@ -629,12 +637,14 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon+Inelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: ChipsKaonPlusInelasticXS: 0 eV ---> 100 TeV
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
---------------------------------------------------
@@ -642,12 +652,14 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Process: hadElastic
Model: hElasticLHEP: 0 eV ---> 100 TeV
+ Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: kaon-Inelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J
+ Cr_sctns: ChipsKaonMinusInelasticXS: 0 eV ---> 100 TeV
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
Process: hBertiniCaptureAtRest
@@ -691,8 +703,8 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: pi+Inelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV
G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections
below 91 GeV, Glauber-Gribov above
@@ -708,8 +720,8 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: pi-Inelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV
G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections
below 91 GeV, Glauber-Gribov above
@@ -726,8 +738,8 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
Process: protonInelastic
- Model: FTFP: 4 GeV ---> 100 TeV
- Model: BertiniCascade: 0 eV ---> 5 GeV
+ Model: FTFP: 3 GeV ---> 100 TeV
+ Model: BertiniCascade: 0 eV ---> 12 GeV
Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
@@ -745,275 +757,16551 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
================================================================
- neutron, kinetic energy (MeV) = 93.2842, position (cm) = (93.9072,43.8269,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 91.5072, position (cm) = (108.104,61.994,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.0103056, position (cm) = (100.39,51.9754,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.11681, position (cm) = (141.669,70.8865,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.182317, position (cm) = (85.1629,62.0229,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.000858366, position (cm) = (137.929,67.3745,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 2.53616e-05, position (cm) = (94.0444,88.5608,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 25.1683, position (cm) = (86.1348,74.3739,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 92.8678, position (cm) = (89.1152,81.5399,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 91.4799, position (cm) = (95.9903,69.5276,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.9124, position (cm) = (78.9171,49.5113,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.147914, position (cm) = (82.9006,70.1219,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 4.77682, position (cm) = (76.4013,62.9918,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.488018, position (cm) = (-28.2763,77.206,500), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.0729395, position (cm) = (102.121,64.4672,500), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 49.7016, position (cm) = (21.3731,-19.7624,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 40.8522, position (cm) = (20.0371,-23.638,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 44.701, position (cm) = (14.3386,-25.6001,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 15.2095, position (cm) = (21.724,-33.5825,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.439197, position (cm) = (29.7513,-31.955,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.970168, position (cm) = (29.9573,-31.682,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 2.55703, position (cm) = (29.3797,-30.939,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 13.7911, position (cm) = (32.78,-37.3598,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.29017, position (cm) = (41.0648,-45.4653,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.54369, position (cm) = (29.5935,-31.3702,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.0949196, position (cm) = (25.087,-30.8098,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 4.80123, position (cm) = (21.384,-33.0396,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 3.09552, position (cm) = (31.317,-29.9334,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.89309, position (cm) = (30.9108,-22.5519,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.120148, position (cm) = (-18.4056,-30.351,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.345063, position (cm) = (-27.6077,-32.6441,500), weight = 1.90735e-06
- anti_nu_e, kinetic energy (MeV) = 0.47228, position (cm) = (-83.231,58.6349,500), weight = 3.8147e-06
- anti_nu_e, kinetic energy (MeV) = 0.733689, position (cm) = (-3.58108,137.478,500), weight = 6.10352e-05
- anti_nu_e, kinetic energy (MeV) = 0.580589, position (cm) = (77.8923,-34.8586,500), weight = 3.05176e-05
- neutron, kinetic energy (MeV) = 2.02649, position (cm) = (97.2191,119.869,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.31651, position (cm) = (94.3462,88.5206,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.0754951, position (cm) = (96.1642,85.349,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.1406, position (cm) = (93.5634,89.5393,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.42897, position (cm) = (92.1298,87.2742,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.670545, position (cm) = (78.185,106.583,500), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 53.2735, position (cm) = (31.0338,39.1303,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 53.3086, position (cm) = (12.0545,30.7261,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.000102858, position (cm) = (31.3712,14.5769,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.121381, position (cm) = (27.623,32.6905,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.7587, position (cm) = (9.29698,27.8766,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.01712, position (cm) = (-36.5929,74.6295,500), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 3.93421e-06, position (cm) = (-31.5212,24.6018,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.0136974, position (cm) = (-55.9828,11.5563,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.530345, position (cm) = (-51.9338,77.4092,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.548815, position (cm) = (-82.9865,8.07989,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.0930652, position (cm) = (-43.3264,9.60168,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.69364, position (cm) = (-66.7275,26.4479,500), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 1.29742, position (cm) = (-26.6162,0.85567,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.000530613, position (cm) = (-75.1998,70.7893,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 7.13929, position (cm) = (-67.2798,67.7572,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.294581, position (cm) = (-143.818,-12.3413,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.693432, position (cm) = (-100.816,116.997,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 60.7831, position (cm) = (-102.72,122.045,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 60.6334, position (cm) = (-116.753,117.347,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 59.4241, position (cm) = (-116.371,114.954,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.128273, position (cm) = (-106.873,122.304,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.8329, position (cm) = (-73.5863,129.763,500), weight = 1.90735e-06
- anti_nu_e, kinetic energy (MeV) = 0.505151, position (cm) = (-24.4963,0.515247,500), weight = 6.10352e-05
- neutron, kinetic energy (MeV) = 44.2922, position (cm) = (-35.765,-92.4011,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 24.2542, position (cm) = (-33.1976,-102.582,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 2.43254, position (cm) = (-79.5378,-74.7529,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 27.5575, position (cm) = (-133.034,-119.258,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 26.8479, position (cm) = (-135.416,-115.368,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.000236753, position (cm) = (-135.738,-110.905,500), weight = 1.90735e-06
- e-, kinetic energy (MeV) = 2.66944, position (cm) = (-144.189,-109.823,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 87.6405, position (cm) = (-138.484,-145.936,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 5.17685, position (cm) = (-142.352,-124.895,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 6.91386, position (cm) = (140.164,-91.1118,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 6.97372, position (cm) = (126.281,-78.8779,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 92.932, position (cm) = (103.864,-58.2174,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 93.1098, position (cm) = (100.374,-60.9089,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.55291, position (cm) = (97.2184,-58.988,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.0303816, position (cm) = (139.5,-49.6721,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.288259, position (cm) = (132.354,-48.5555,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 49.3118, position (cm) = (142.991,-30.6177,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 65.9586, position (cm) = (128.592,-17.3467,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 66.7879, position (cm) = (129.886,-19.415,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.000718793, position (cm) = (138.323,-30.8453,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 1.37892, position (cm) = (144.028,-39.2685,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 97.006, position (cm) = (140.424,-18.3079,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 47.2477, position (cm) = (127.647,-118.775,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 74.3991, position (cm) = (142.736,-139.877,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.832146, position (cm) = (142.388,-38.1863,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.345345, position (cm) = (140.033,-46.9193,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 66.226, position (cm) = (-24.6309,106.983,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 2.64305, position (cm) = (-35.9769,117.103,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.0911966, position (cm) = (-39.9229,101.765,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.22306, position (cm) = (-23.2448,98.3949,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.309432, position (cm) = (-15.8214,100.052,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.911124, position (cm) = (-31.0054,112.377,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.96713, position (cm) = (-24.0861,98.7391,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.232472, position (cm) = (-73.5998,130.352,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.695781, position (cm) = (35.3784,113.818,500), weight = 1.90735e-06
- anti_nu_e, kinetic energy (MeV) = 0.364523, position (cm) = (-121.26,83.6784,500), weight = 3.8147e-06
- anti_nu_e, kinetic energy (MeV) = 0.48146, position (cm) = (76.5181,137.615,500), weight = 0.00012207
- neutron, kinetic energy (MeV) = 57.4827, position (cm) = (-3.64856,-76.3107,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 56.669, position (cm) = (7.29793,-68.1067,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 10.984, position (cm) = (33.5186,-145.357,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 75.0867, position (cm) = (9.57604,-126.237,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 1.27548, position (cm) = (16.8227,-86.2298,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 75.4834, position (cm) = (21.7078,-107.758,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.291448, position (cm) = (23.9652,-127.046,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.114408, position (cm) = (-0.0560394,-58.3715,500), weight = 7.62939e-06
- anti_nu_e, kinetic energy (MeV) = 0.352062, position (cm) = (-76.3874,-51.2911,500), weight = 1.52588e-05
- neutron, kinetic energy (MeV) = 93.1674, position (cm) = (82.8158,-56.8519,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 92.9135, position (cm) = (84.7725,-64.0058,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 92.0373, position (cm) = (109.404,-88.601,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 4.90293e-05, position (cm) = (83.2378,-88.5754,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 49.178, position (cm) = (91.1653,-88.1875,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.0840725, position (cm) = (48.4027,-62.7225,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.70131, position (cm) = (48.4982,-55.9743,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.161686, position (cm) = (-132.735,13.8288,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.10707, position (cm) = (-145.253,21.2272,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 77.1137, position (cm) = (-108.725,109.767,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 59.2194, position (cm) = (-105.933,91.961,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 60.2654, position (cm) = (-93.2534,91.9895,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 77.8621, position (cm) = (-115.123,92.3273,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 77.1023, position (cm) = (-117.685,88.611,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 77.0595, position (cm) = (-118.317,89.4973,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.0571469, position (cm) = (11.5262,-87.679,500), weight = 7.62939e-06
- gamma, kinetic energy (MeV) = 2.56624, position (cm) = (-33.0688,19.3453,500), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 2.19239e-05, position (cm) = (-70.3142,67.4515,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 54.1779, position (cm) = (-24.8761,61.9654,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 75.475, position (cm) = (-109.625,14.5564,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 75.4435, position (cm) = (-110.818,14.0514,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 22.9419, position (cm) = (-82.9438,-53.2978,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 11.6393, position (cm) = (-113.721,-19.4495,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 1.31378, position (cm) = (-120.52,-0.266791,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.47729, position (cm) = (-95.5083,16.0716,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.176798, position (cm) = (-96.3945,20.9151,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.081762, position (cm) = (-86.2972,31.0914,500), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.882289, position (cm) = (-118.457,-17.9276,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 3.27038, position (cm) = (-115,-13.2439,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.471198, position (cm) = (-98.0058,6.48058,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.3775, position (cm) = (-85.9344,15.4975,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.85106, position (cm) = (-68.267,32.4522,500), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 23.5157, position (cm) = (43.1292,16.3019,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 24.6317, position (cm) = (32.5368,15.1607,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 19.4254, position (cm) = (26.6875,54.0011,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 77.8916, position (cm) = (26.4164,25.1587,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.109358, position (cm) = (12.2996,16.074,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.127415, position (cm) = (-1.90357,26.5785,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.51648, position (cm) = (14.9635,22.3126,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.568457, position (cm) = (6.96448,21.8514,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.971777, position (cm) = (6.2983,35.4824,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.128313, position (cm) = (37.7342,33.3806,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.209787, position (cm) = (32.6178,39.7827,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 78.5112, position (cm) = (-65.8351,110.317,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 77.8871, position (cm) = (-64.1928,108.6,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 42.1958, position (cm) = (-37.1163,137.388,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 42.7064, position (cm) = (-42.2167,125.862,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 1.78318e-09, position (cm) = (27.8687,78.0096,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.0767096, position (cm) = (-12.713,129.447,500), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.10136, position (cm) = (-51.8245,111.59,500), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 1.31651, position (cm) = (-42.8199,99.8296,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.12038, position (cm) = (-45.1189,102.796,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.274684, position (cm) = (-41.5172,97.1403,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.349754, position (cm) = (-45.6042,100.948,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.127891, position (cm) = (-46.2727,104.381,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.39028, position (cm) = (-45.683,99.7068,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 4.89099, position (cm) = (-43.3816,113.963,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 4.5239, position (cm) = (-41.1274,108.07,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.23411, position (cm) = (-57.828,89.0474,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 1.49612e-10, position (cm) = (-19.6121,90.6598,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.087095, position (cm) = (-65.6657,35.6033,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 6.41953, position (cm) = (-11.6741,84.0083,500), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.301352, position (cm) = (-32.4266,91.1581,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.747076, position (cm) = (-16.3907,111.131,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.19819, position (cm) = (3.28396,124.339,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.593301, position (cm) = (-1.88302,111.326,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.175942, position (cm) = (5.1985,134.22,500), weight = 1.90735e-06
- e-, kinetic energy (MeV) = 0.364611, position (cm) = (5.29083,131.803,500), weight = 1.90735e-06
- anti_nu_e, kinetic energy (MeV) = 0.419953, position (cm) = (-57.7049,14.1159,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 1.63662e-05, position (cm) = (-33.8157,30.0313,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 26.817, position (cm) = (-4.68597,81.5963,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 1.90337, position (cm) = (8.48938,106.443,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 29.4525, position (cm) = (5.07135,113.881,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 2.85623, position (cm) = (-11.3997,49.1947,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.386883, position (cm) = (-29.9268,81.2178,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 10.1267, position (cm) = (-26.1407,76.2339,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 2.28264, position (cm) = (-17.3027,88.8603,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 49.4014, position (cm) = (11.462,66.1097,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 67.4885, position (cm) = (-19.2234,92.6815,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 44.6792, position (cm) = (-16.9906,93.6578,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.144358, position (cm) = (-21.1557,77.114,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.4365, position (cm) = (-22.1109,93.3301,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.12024, position (cm) = (-14.7955,81.9479,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.3085, position (cm) = (-23.4504,92.5877,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.178451, position (cm) = (-24.7004,91.5278,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.176859, position (cm) = (-37.6744,83.0325,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.831712, position (cm) = (-61.6864,61.0077,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.0631073, position (cm) = (-74.1966,59.8493,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 3.73226, position (cm) = (-35.8656,65.1352,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.195272, position (cm) = (-49.0112,52.8195,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.445204, position (cm) = (-10.1518,110.808,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.33557, position (cm) = (-8.31513,107.619,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 33.919, position (cm) = (-31.2891,123.19,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 13.7551, position (cm) = (-93.4271,101.483,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.153448, position (cm) = (-97.8901,128.103,500), weight = 3.8147e-06
- gamma, kinetic energy (MeV) = 0.0582159, position (cm) = (-78.9879,84.3049,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 76.6432, position (cm) = (-25.9671,102.902,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 77.912, position (cm) = (37.8187,50.2722,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 78.302, position (cm) = (41.727,51.1467,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.27324, position (cm) = (-25.6174,86.4931,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.535911, position (cm) = (-43.0873,77.9211,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.004577, position (cm) = (47.2945,41.5497,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.220338, position (cm) = (9.28151,67.1094,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.88277, position (cm) = (-5.26899,74.1013,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.554818, position (cm) = (36.545,68.9554,500), weight = 1.90735e-06
- e-, kinetic energy (MeV) = 4.37901, position (cm) = (40.2197,71.2262,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.0515, position (cm) = (21.4921,47.7999,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.82127, position (cm) = (21.5167,47.6914,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.207129, position (cm) = (27.9164,62.1832,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.510999, position (cm) = (23.9464,31.728,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.159429, position (cm) = (54.5384,67.052,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.495986, position (cm) = (16.5042,73.0347,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.408682, position (cm) = (-82.3197,91.0214,500), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 63.0842, position (cm) = (90.2713,-90.0298,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 56.3213, position (cm) = (95.8297,-96.7027,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.0914166, position (cm) = (56.5334,-44.812,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 6.48629, position (cm) = (66.4183,-36.5094,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.67801, position (cm) = (78.3872,-83.8312,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 51.1919, position (cm) = (-43.7514,90.5702,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 51.2996, position (cm) = (-38.9205,90.1697,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 96.3479, position (cm) = (-47.2738,109.893,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 87.8824, position (cm) = (-42.4482,116.724,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 15.1816, position (cm) = (-108.561,111.413,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 71.8656, position (cm) = (-94.6816,60.3789,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.127735, position (cm) = (-105.842,106.716,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 6.48629, position (cm) = (-49.5921,114.49,500), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 96.7297, position (cm) = (-44.2317,90.4867,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 96.7297, position (cm) = (-44.2317,90.4867,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 97.0493, position (cm) = (-62.3795,82.2263,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 94.8776, position (cm) = (-65.1975,87.2677,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 0.317789, position (cm) = (-61.6533,81.1346,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 34.2816, position (cm) = (-65.5844,79.4488,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 95.4023, position (cm) = (-28.167,40.1895,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 95.4023, position (cm) = (-28.167,40.1895,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.42449, position (cm) = (-12.7552,23.178,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.772332, position (cm) = (-47.7576,79.9528,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 2.87806, position (cm) = (-61.9495,63.7163,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.92597, position (cm) = (-48.0061,49.0955,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.172933, position (cm) = (-40.3724,73.2572,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.384643, position (cm) = (-54.1459,81.9887,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.106833, position (cm) = (-45.9864,61.0487,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.249628, position (cm) = (-88.1191,73.1959,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.99083, position (cm) = (-60.9321,66.8427,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.150579, position (cm) = (-59.5011,55.0575,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 1.17466, position (cm) = (-44.8299,61.7406,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 5.01893, position (cm) = (-85.9042,79.3051,500), weight = 1.90735e-06
- anti_nu_e, kinetic energy (MeV) = 0.445002, position (cm) = (-27.3242,27.3933,500), weight = 7.62939e-06
- neutron, kinetic energy (MeV) = 0.528576, position (cm) = (-127.948,-43.9206,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 34.2805, position (cm) = (-148.643,-7.23394,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.122084, position (cm) = (-132.392,-38.9429,500), weight = 3.8147e-06
- neutron, kinetic energy (MeV) = 92.6919, position (cm) = (-144.273,40.7706,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 31.0646, position (cm) = (-141.234,33.2096,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 92.108, position (cm) = (-139.102,21.4605,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 8.8879, position (cm) = (-130.07,47.3125,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 92.1892, position (cm) = (-123.52,32.9352,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 2.41436, position (cm) = (-141.043,29.7559,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 2.76406, position (cm) = (-123.523,32.1625,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 92.6388, position (cm) = (-126.244,35.8751,500), weight = 1.90735e-06
- neutron, kinetic energy (MeV) = 50.2472, position (cm) = (-132.44,44.0514,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.16074, position (cm) = (-137.285,43.6656,500), weight = 1.90735e-06
- gamma, kinetic energy (MeV) = 0.0874973, position (cm) = (-125.424,25.7799,500), weight = 1.90735e-06
+=======================================================================
+====== Pre-compound/De-excitation Physics Parameters ========
+=======================================================================
+Type of pre-compound inverse x-section 3
+Pre-compound model active 1
+Pre-compound low energy (MeV) 0.1
+Type of de-excitation inverse x-section 3
+Type of de-excitation factory Evaporation
+Number of de-excitation channels 8
+Min excitation energy (keV) 0.01
+Min energy per nucleon for multifragmentation (MeV) 1e+05
+Level density (1/MeV) 0.1
+Time limit for long lived isomeres (ns) 1e+12
+Internal e- conversion flag 1
+Store e- internal conversion data 0
+Electron internal conversion ID 2
+Correlated gamma emission flag 0
+Max 2J for sampling of angular correlations 10
+=======================================================================
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.625822547620427e-05 mm long
+ and its vector is (1.666206321715435e-05,-3.082203494386704e-05,-9.32934756292525e-06) mm
+ Endpoint of ComputeStep() was (36.61593191673799,80.77914797440218,185.4975640955845)
+ and current position to locate is (36.61594857880121,80.77911715236723,185.4975547662369)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.885328652906431e-05 mm long
+ and its vector is (-5.974797971930457e-06,2.561316890137277e-06,-3.830560427786622e-05) mm
+ Endpoint of ComputeStep() was (36.6160844853427,80.779023141595,185.4975666906635)
+ and current position to locate is (36.61607851054472,80.77902570291189,185.4975283850592)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001056637824510384 mm long
+ and its vector is (-2.902520299841171e-05,2.630335437459053e-06,-0.0001015650227600418) mm
+ Endpoint of ComputeStep() was (36.59586927364465,38.07154345568019,257.9191635552967)
+ and current position to locate is (36.59584024844165,38.07154608601562,257.919061990274)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.484215796717408e-05 mm long
+ and its vector is (8.131262958954721e-06,2.457144302070446e-05,2.33260095683363e-05) mm
+ Endpoint of ComputeStep() was (-121.1100122815727,130.1100265910021,752.8114785047852)
+ and current position to locate is (-121.1100041503098,130.1100511624451,752.8115018307948)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000188058036347056 mm long
+ and its vector is (-9.246806259000095e-05,-0.0001183908847792736,0.0001131330227508442) mm
+ Endpoint of ComputeStep() was (-28.62980410232832,317.2662147705128,1016.769246200868)
+ and current position to locate is (-28.62989657039091,317.266096379628,1016.769359333891)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001825990221161366 mm long
+ and its vector is (0.0002955779781075307,-0.0003432709023059033,0.001768908995472884) mm
+ Endpoint of ComputeStep() was (34.4950231257307,262.6388615970036,886.4499684037719)
+ and current position to locate is (34.49531870370881,262.6385183261013,886.4517373127674)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004165569324214191 mm long
+ and its vector is (5.032231085522199e-05,7.571546939288964e-05,-0.0004065150804990481) mm
+ Endpoint of ComputeStep() was (34.77060037795116,262.6067761848518,886.6007126362488)
+ and current position to locate is (34.77065070026202,262.6068519003212,886.6003061211683)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02361902458074373 mm long
+ and its vector is (-0.003657434645674584,0.01063069342205836,-0.02077185238067614) mm
+ Endpoint of ComputeStep() was (69.92142981517543,416.6781542928264,914.5059319692195)
+ and current position to locate is (69.91777238052975,416.6887849862484,914.4851601168389)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008845717738049599 mm long
+ and its vector is (0.0007073516838431715,0.0005189202217081856,-0.0001133252923182226) mm
+ Endpoint of ComputeStep() was (-296.2594859753882,-140.6105576617225,958.0573354911536)
+ and current position to locate is (-296.2587786237044,-140.6100387415008,958.0572221658613)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.691294339425546e-05 mm long
+ and its vector is (-4.013694820059754e-06,1.802414431040233e-06,-1.633062186101597e-05) mm
+ Endpoint of ComputeStep() was (-405.4193292119595,-194.1000246611198,885.0331934184265)
+ and current position to locate is (-405.4193332256543,-194.1000228587054,885.0331770878047)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.275346607478063e-05 mm long
+ and its vector is (-3.506370907047085e-05,5.988108347310117e-05,4.508800611802144e-05) mm
+ Endpoint of ComputeStep() was (52.02513900480043,122.5626815291597,1075.343437738588)
+ and current position to locate is (52.02510394109136,122.5627414102432,1075.343482826594)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.243600838283637e-05 mm long
+ and its vector is (-4.44313497780513e-05,-4.045190937063126e-05,1.696329354672343e-05) mm
+ Endpoint of ComputeStep() was (52.02514120112028,122.5628561108546,1075.343624138595)
+ and current position to locate is (52.02509676977051,122.5628156589452,1075.343641101889)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.585307240713203e-05 mm long
+ and its vector is (-1.985217162570052e-05,-4.053928267921947e-05,3.289412620688381e-05) mm
+ Endpoint of ComputeStep() was (48.43116847020896,97.75421922604825,1174.61835825319)
+ and current position to locate is (48.43114861803733,97.75417868676557,1174.618391147316)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001109726737416019 mm long
+ and its vector is (-5.547832344632297e-05,-8.655130179135995e-05,4.178471135674044e-05) mm
+ Endpoint of ComputeStep() was (175.6290204403404,65.65598472763858,729.2469830634714)
+ and current position to locate is (175.628964962017,65.65589817633679,729.2470248481827)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.306062465202484e-05 mm long
+ and its vector is (-1.280313489360196e-05,2.44416895611721e-06,8.280647989522549e-07) mm
+ Endpoint of ComputeStep() was (-328.7386032932728,206.0597542635914,998.8207880359166)
+ and current position to locate is (-328.7386160964077,206.0597567077604,998.8207888639814)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.62900436171325e-05 mm long
+ and its vector is (-1.228950162612819e-05,-4.360363033129033e-05,9.511030953035515e-06) mm
+ Endpoint of ComputeStep() was (-328.7385028725996,206.0597501344917,998.8206797357127)
+ and current position to locate is (-328.7385151621012,206.0597065308614,998.8206892467437)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006320572955130147 mm long
+ and its vector is (-0.0001001574440806507,-0.0006095407397594954,0.0001338842700988607) mm
+ Endpoint of ComputeStep() was (-299.6303289088108,227.5850042123203,1023.878128097071)
+ and current position to locate is (-299.6304290662549,227.5843946715806,1023.878261981341)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.069723632729807e-05 mm long
+ and its vector is (3.714462928883222e-05,-3.107415346903508e-05,-1.499610857536027e-05) mm
+ Endpoint of ComputeStep() was (-300.6312191336734,230.2330495402363,1026.060153221743)
+ and current position to locate is (-300.6311819890441,230.2330184660829,1026.060138225634)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.850323052175377e-05 mm long
+ and its vector is (-2.691834046686381e-05,3.613974473637427e-05,1.79411584895206e-05) mm
+ Endpoint of ComputeStep() was (47.02583807794421,-242.4284793637685,638.054810350066)
+ and current position to locate is (47.02581115960374,-242.4284432240238,638.0548282912245)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003325458511025496 mm long
+ and its vector is (0.003094923148284079,-0.0001593089365998779,0.001206128383500982) mm
+ Endpoint of ComputeStep() was (-0.9156900592577194,2.340309873060956,422.3267997305312)
+ and current position to locate is (-0.9125951361094353,2.340150564124356,422.3280058589147)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001372984624445856 mm long
+ and its vector is (0.0001349963826078326,-2.093586851747986e-05,-1.373076406707696e-05) mm
+ Endpoint of ComputeStep() was (-1.089677471679489,2.910714050045007,422.955118837937)
+ and current position to locate is (-1.089542475296882,2.91069311417649,422.9551051071729)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.030671349844975e-05 mm long
+ and its vector is (-8.410049868956548e-05,-1.645332574184977e-05,-2.849029124263325e-05) mm
+ Endpoint of ComputeStep() was (-50.64568670986551,236.2026815067082,2175.338220353044)
+ and current position to locate is (-50.6457708103642,236.2026650533824,2175.338191862752)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001375824034888516 mm long
+ and its vector is (3.462623332950443e-05,-0.0001314121358149123,-2.146607266695355e-05) mm
+ Endpoint of ComputeStep() was (-113.5820051571227,124.3443493198555,2081.340725169253)
+ and current position to locate is (-113.5819705308894,124.3442179077196,2081.340703703181)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001801264634183011 mm long
+ and its vector is (-0.0001702605287619008,-5.666848356611354e-05,-1.567093295307131e-05) mm
+ Endpoint of ComputeStep() was (-113.5817640414516,124.3441525015363,2081.340767197243)
+ and current position to locate is (-113.5819343019804,124.3440958330527,2081.34075152631)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001415998319011283 mm long
+ and its vector is (9.202408179476151e-05,3.740675846586328e-05,0.0001009099360089749) mm
+ Endpoint of ComputeStep() was (-165.9679210857592,125.2376226283722,2056.049989190498)
+ and current position to locate is (-165.9678290616774,125.2376600351307,2056.050090100434)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.494652412306275e-05 mm long
+ and its vector is (8.668271354395074e-05,-1.17505765047099e-05,-3.691711754072458e-05) mm
+ Endpoint of ComputeStep() was (-165.9678659045859,125.2376728890885,2056.050243691996)
+ and current position to locate is (-165.9677792218723,125.237661138512,2056.050206774878)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001359316535644307 mm long
+ and its vector is (9.090922759469322e-05,7.891764150969038e-05,6.312632285698783e-05) mm
+ Endpoint of ComputeStep() was (-191.1983619030617,-42.44382484520831,1268.899778020442)
+ and current position to locate is (-191.1982709938341,-42.4437459275668,1268.899841146765)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001183858505883337 mm long
+ and its vector is (2.672707921647088e-05,0.0001152771699253208,3.470871661193087e-06) mm
+ Endpoint of ComputeStep() was (-269.2311607158773,-258.4423819872856,1427.724897085772)
+ and current position to locate is (-269.2311339887981,-258.4422667101156,1427.724900556644)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.429488251915989e-05 mm long
+ and its vector is (3.381096903609659e-05,-5.332097657628765e-06,-2.12745726457797e-06) mm
+ Endpoint of ComputeStep() was (-20.59701134925275,109.0120688019923,1560.211731599671)
+ and current position to locate is (-20.59697753828371,109.0120634698946,1560.211729472214)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01477274009625398 mm long
+ and its vector is (0.01275888957236759,-0.007445420146353854,-0.0001015168747926509) mm
+ Endpoint of ComputeStep() was (-77.77769109494538,-48.3352310638177,1353.880861159188)
+ and current position to locate is (-77.76493220537301,-48.34267648396406,1353.880759642313)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01394534937409972 mm long
+ and its vector is (-0.0006529023641803633,-0.01002414079120939,0.00967280151076011) mm
+ Endpoint of ComputeStep() was (-77.45097101337119,-47.75622327083217,1354.480791250719)
+ and current position to locate is (-77.45162391573537,-47.76624741162338,1354.490464052229)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.532041402232393e-05 mm long
+ and its vector is (-4.426640879273691e-05,1.840170020273035e-05,-2.760816346381034e-05) mm
+ Endpoint of ComputeStep() was (443.599680899963,64.83838632487851,1334.131684452049)
+ and current position to locate is (443.5996366335542,64.83840472657872,1334.131656843886)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00044480059810734 mm long
+ and its vector is (-0.000359888004311415,0.0001235332281908086,0.000230364359140367) mm
+ Endpoint of ComputeStep() was (368.039377112685,82.69115203370045,1300.75621854078)
+ and current position to locate is (368.0390172246807,82.69127556692864,1300.756448905139)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.306124421508673e-05 mm long
+ and its vector is (-4.028540453759888e-05,4.84509843445835e-06,1.441811207314458e-05) mm
+ Endpoint of ComputeStep() was (148.0778939957503,8.929013655862159,796.3843072016747)
+ and current position to locate is (148.0778537103457,8.929018500960593,796.3843216197868)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000143070085437433 mm long
+ and its vector is (-0.0001216072720922057,2.880169712149439e-05,-6.965043405671167e-05) mm
+ Endpoint of ComputeStep() was (147.8058073781621,8.830573429498042,786.2437183150569)
+ and current position to locate is (147.80568577089,8.830602231195163,786.2436486646228)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000122760511878354 mm long
+ and its vector is (5.924721114070053e-05,0.0001056269231298756,2.007148123084335e-05) mm
+ Endpoint of ComputeStep() was (-260.3710511978377,132.8933451455263,2051.001099560753)
+ and current position to locate is (-260.3709919506265,132.8934507724494,2051.001119632234)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.865506806409448e-05 mm long
+ and its vector is (-4.433922578073179e-05,-1.616873277043851e-05,-1.182881169370376e-05) mm
+ Endpoint of ComputeStep() was (-98.56256361028514,230.2017996587523,2177.92294637418)
+ and current position to locate is (-98.56260794951092,230.2017834900196,2177.922934545369)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.724338358479959e-05 mm long
+ and its vector is (-2.451253800472841e-05,6.768675372370581e-05,-2.800319907692028e-05) mm
+ Endpoint of ComputeStep() was (-146.3917251666005,103.6843430056344,2027.923512263439)
+ and current position to locate is (-146.3917496791385,103.6844106923881,2027.92348426024)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001111164298094816 mm long
+ and its vector is (-8.288022118563276e-05,-4.593857262591428e-05,-5.802910868624167e-05) mm
+ Endpoint of ComputeStep() was (-146.391673721229,103.6846125488502,2027.923428744221)
+ and current position to locate is (-146.3917566014502,103.6845666102776,2027.923370715112)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001143779554652335 mm long
+ and its vector is (-0.0002858928777129677,-3.58319429238918e-05,0.001106893402265996) mm
+ Endpoint of ComputeStep() was (141.4632543196978,104.3646498175084,3822.033182406588)
+ and current position to locate is (141.4629684268201,104.3646139855655,3822.034289299991)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001382212204034454 mm long
+ and its vector is (4.767837779695583e-05,-7.461465547464741e-05,-0.0001061344960362476) mm
+ Endpoint of ComputeStep() was (175.102694742765,79.74167483293648,3754.340956724165)
+ and current position to locate is (175.1027424211428,79.74160021828101,3754.340850589669)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001619881912557499 mm long
+ and its vector is (6.09457130735791e-05,-0.0001398730673543014,5.441800431071897e-05) mm
+ Endpoint of ComputeStep() was (212.4932483229029,79.10550716427745,3707.312575612487)
+ and current position to locate is (212.4933092686159,79.1053672912101,3707.312630030492)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001104670419631333 mm long
+ and its vector is (-0.0002704660819858873,-0.001062542405279032,0.0001347162628917431) mm
+ Endpoint of ComputeStep() was (228.5807292007429,37.75691819925856,3021.347754107981)
+ and current position to locate is (228.5804587346609,37.75585565685328,3021.347888824243)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003025450605742316 mm long
+ and its vector is (-2.501968472756744e-05,-0.0001358551472918634,-0.0002691670633794274) mm
+ Endpoint of ComputeStep() was (228.4640894466873,37.780200865963,3021.370704733963)
+ and current position to locate is (228.4640644270026,37.78006501081571,3021.370435566899)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.105149892840344e-05 mm long
+ and its vector is (7.077777581798728e-06,2.921027564894985e-05,2.796230364765506e-05) mm
+ Endpoint of ComputeStep() was (228.4638476584954,37.78007285460426,3021.370421973401)
+ and current position to locate is (228.4638547362729,37.78010206487991,3021.370449935705)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000129073558004879 mm long
+ and its vector is (-6.408967237803154e-06,0.0001262761787756972,-2.594677607703488e-05) mm
+ Endpoint of ComputeStep() was (483.4864383312959,-166.0689189915885,3057.685281276006)
+ and current position to locate is (483.4864319223287,-166.0687927154097,3057.68525532923)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001852567093064027 mm long
+ and its vector is (0.001600902763765788,-0.0009087737933057838,-0.0002079552064060408) mm
+ Endpoint of ComputeStep() was (5.730779477950753,42.59923581674424,2010.870278296507)
+ and current position to locate is (5.732380380714519,42.59832704295093,2010.8700703413)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001186482988726881 mm long
+ and its vector is (9.612720298690647e-05,-4.853162108986453e-05,4.981627671440947e-05) mm
+ Endpoint of ComputeStep() was (-48.73657565024436,-4.524364100532001,1575.885949144113)
+ and current position to locate is (-48.73647952304137,-4.524412632153091,1575.88599896039)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001747505579750861 mm long
+ and its vector is (-2.45152440925267e-05,-0.0001704325371001403,-2.982466457979172e-05) mm
+ Endpoint of ComputeStep() was (-18.58561339873543,29.6542405368032,1878.322436533)
+ and current position to locate is (-18.58563791397953,29.6540701042661,1878.322406708335)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003010072850094584 mm long
+ and its vector is (0.00138681701265142,-0.001034704013388676,-0.002463060036006937) mm
+ Endpoint of ComputeStep() was (-17.8066380914281,26.23276030196078,1875.201045478616)
+ and current position to locate is (-17.80525127441545,26.23172559794739,1875.19858241858)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.267545084285082e-05 mm long
+ and its vector is (2.428003756449471e-05,-6.756266522245369e-05,-4.099995385331567e-05) mm
+ Endpoint of ComputeStep() was (549.9427512116333,77.24386569788157,3015.176293375409)
+ and current position to locate is (549.9427754916709,77.24379813521635,3015.176252375455)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001595227843060072 mm long
+ and its vector is (5.182333416087204e-05,0.0001128025011567502,0.0001001871073640359) mm
+ Endpoint of ComputeStep() was (326.0602633249857,-27.76969624642252,2883.040232406092)
+ and current position to locate is (326.0603151483199,-27.76958344392137,2883.0403325932)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001597859775194673 mm long
+ and its vector is (-0.0001148487808677601,-5.572578260881755e-05,-9.610386723579722e-05) mm
+ Endpoint of ComputeStep() was (326.0603595111016,-27.76949859461021,2883.040496043989)
+ and current position to locate is (326.0602446623207,-27.76955432039281,2883.040399940122)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.625781768930491e-05 mm long
+ and its vector is (-2.005914825531363e-05,1.915991144230134e-05,-2.334861255803844e-05) mm
+ Endpoint of ComputeStep() was (337.2693506255381,-19.09119369323159,2888.143831550449)
+ and current position to locate is (337.2693305663898,-19.09117453332015,2888.143808201836)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0007463975427618078 mm long
+ and its vector is (0.0007219085147767146,0.0001893344976053868,-1.048027434080723e-05) mm
+ Endpoint of ComputeStep() was (337.9997213931655,-46.3812024589486,2888.222356624586)
+ and current position to locate is (338.0004433016803,-46.38101312445099,2888.222346144312)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.496168107283064e-05 mm long
+ and its vector is (2.561731349715046e-05,3.552255992644859e-05,1.017122167468187e-05) mm
+ Endpoint of ComputeStep() was (338.0004156267772,-46.38093060613109,2888.221928902585)
+ and current position to locate is (338.0004412440907,-46.38089508357117,2888.221939073807)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001543485720609733 mm long
+ and its vector is (-4.338978732221221e-05,-9.031579087093178e-05,0.0001174047101812903) mm
+ Endpoint of ComputeStep() was (338.0006923407013,-46.38081399869597,2888.221891331186)
+ and current position to locate is (338.000648950914,-46.38090431448684,2888.222008735896)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001144551528004714 mm long
+ and its vector is (-7.473594911289183e-05,7.125092002269184e-05,-4.937434869134449e-05) mm
+ Endpoint of ComputeStep() was (338.0007620303955,-46.38085318701593,2888.222176672471)
+ and current position to locate is (338.0006872944464,-46.38078193609591,2888.222127298122)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.583092621789404e-05 mm long
+ and its vector is (3.378462895398116e-05,-1.471722860912905e-06,1.184432994705276e-05) mm
+ Endpoint of ComputeStep() was (338.000651111395,-46.38062969069507,2888.222141029479)
+ and current position to locate is (338.0006848960239,-46.38063116241793,2888.222152873809)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.649606683338869e-05 mm long
+ and its vector is (-1.61361166988172e-05,-1.979602700430405e-06,-2.797701199597213e-06) mm
+ Endpoint of ComputeStep() was (338.0006844614007,-46.38047458405754,2888.222141854194)
+ and current position to locate is (338.000668325284,-46.38047656366024,2888.222139056492)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001174101452825067 mm long
+ and its vector is (2.894857345836499e-05,1.765669907172196e-05,0.0001124071318372444) mm
+ Endpoint of ComputeStep() was (950.9994202418816,361.9525972061624,3059.791932103987)
+ and current position to locate is (950.999449190455,361.9526148628614,3059.792044511119)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.997476097348777e-05 mm long
+ and its vector is (-4.514297154400992e-05,4.60808003879265e-05,6.272263999562711e-05) mm
+ Endpoint of ComputeStep() was (439.3141275255155,116.5628129850746,3236.247163579484)
+ and current position to locate is (439.314082382544,116.562859065875,3236.247226302124)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.756136278827494e-05 mm long
+ and its vector is (-8.858239226583464e-07,2.134438567225061e-05,1.741439734814776e-05) mm
+ Endpoint of ComputeStep() was (-123.9097550196632,-25.99875301276129,859.4091006286982)
+ and current position to locate is (-123.9097559054871,-25.99873166837562,859.4091180430955)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001721946539295755 mm long
+ and its vector is (6.443703465208728e-05,0.0001408309570365418,-7.526957517711708e-05) mm
+ Endpoint of ComputeStep() was (-53.78411460865815,-33.61708250724067,895.8453821448999)
+ and current position to locate is (-53.7840501716235,-33.61694167628363,895.8453068753247)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001167692478008091 mm long
+ and its vector is (-6.467824017164503e-05,-9.456121001960582e-05,2.258229483231844e-05) mm
+ Endpoint of ComputeStep() was (-53.78404920153835,-33.61678084067979,895.8453793434018)
+ and current position to locate is (-53.78411387977852,-33.61687540188981,895.8454019256966)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001421155196450533 mm long
+ and its vector is (0.000119790583106294,-1.711329871767475e-05,7.452631837168155e-05) mm
+ Endpoint of ComputeStep() was (-53.784258755033,-33.61695135415904,895.8453463490403)
+ and current position to locate is (-53.78413896444989,-33.61696846745776,895.8454208753586)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001458673375113247 mm long
+ and its vector is (-1.585432251260954e-05,-0.0001404631191235239,-3.600045522489381e-05) mm
+ Endpoint of ComputeStep() was (-53.78405867182982,-33.6168435565722,895.8454891778966)
+ and current position to locate is (-53.78407452615233,-33.61698401969132,895.8454531774414)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001385403157371729 mm long
+ and its vector is (0.0001145336904855299,7.779973616095504e-05,4.759609396387532e-06) mm
+ Endpoint of ComputeStep() was (43.77199024121364,-126.7334077715245,862.4045041415994)
+ and current position to locate is (43.77210477490412,-126.7333299717884,862.4045089012088)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001709583377747767 mm long
+ and its vector is (-4.832431125123549e-05,-0.0001297177365131574,-0.0001003235915959522) mm
+ Endpoint of ComputeStep() was (-271.0105616196676,-144.0448850497943,1085.901834155508)
+ and current position to locate is (-271.0106099439788,-144.0450147675308,1085.901733831916)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003052757603386709 mm long
+ and its vector is (-0.000303803278349335,-2.929095385795222e-05,-6.236821036509355e-06) mm
+ Endpoint of ComputeStep() was (-53.32487414557599,-1.349571110125484,1017.621869801533)
+ and current position to locate is (-53.32517794885434,-1.349600401079342,1017.621863564712)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001453342791725899 mm long
+ and its vector is (8.386743957089493e-06,2.815230720187856e-05,-0.0001423346859610319) mm
+ Endpoint of ComputeStep() was (-174.4721529881654,57.56613171170494,1094.213297111339)
+ and current position to locate is (-174.4721446014214,57.56615986401214,1094.213154776653)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001122378686033126 mm long
+ and its vector is (-1.076258627108473e-06,-2.706559456555624e-05,0.0001089203121864557) mm
+ Endpoint of ComputeStep() was (-762.3094075686463,483.2238176433412,1933.093342486999)
+ and current position to locate is (-762.3094086449049,483.2237905777466,1933.093451407311)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001076918970703094 mm long
+ and its vector is (7.934709429946452e-06,-5.780474340610908e-05,9.051627876033308e-05) mm
+ Endpoint of ComputeStep() was (-143.1330095458101,83.62698710054296,1863.870587984622)
+ and current position to locate is (-143.1330016111007,83.62692929579956,1863.870678500901)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.10199996241265e-06 mm long
+ and its vector is (2.004159966872976e-07,3.901922326576823e-06,-5.930703082412947e-06) mm
+ Endpoint of ComputeStep() was (-143.1331507098034,83.62690947893269,1863.870668929145)
+ and current position to locate is (-143.1331505093874,83.62691338085502,1863.870662998442)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001474772980010709 mm long
+ and its vector is (2.277132540484672e-05,0.0001346386898717356,-5.570855728365132e-05) mm
+ Endpoint of ComputeStep() was (165.8516027772924,310.2937262904452,2369.093521390032)
+ and current position to locate is (165.8516255486178,310.2938609291351,2369.093465681474)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.095404462977283e-05 mm long
+ and its vector is (-3.243354200321846e-06,1.039699267835203e-05,1.172301381302532e-06) mm
+ Endpoint of ComputeStep() was (-45.56497369841392,52.17585409288936,2543.523880542201)
+ and current position to locate is (-45.56497694176812,52.17586448988204,2543.523881714502)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001192632159137079 mm long
+ and its vector is (-0.0001022541667268229,5.930076895310776e-05,-1.584988513059216e-05) mm
+ Endpoint of ComputeStep() was (-59.6504482311348,176.9660398220502,2594.632903591694)
+ and current position to locate is (-59.65055048530153,176.9660991228192,2594.632887741809)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001254881609207162 mm long
+ and its vector is (-3.841744183574747e-05,3.056064528550451e-05,0.000115487772745837) mm
+ Endpoint of ComputeStep() was (-59.65036061948047,176.9661999961867,2594.632787853533)
+ and current position to locate is (-59.65039903692231,176.966230556832,2594.632903341305)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001135920374444898 mm long
+ and its vector is (4.880363442794078e-05,-7.616638609420079e-05,6.870253173474339e-05) mm
+ Endpoint of ComputeStep() was (-59.65037693959799,176.9663843447643,2594.632870327825)
+ and current position to locate is (-59.65032813596356,176.9663081783782,2594.632939030357)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.689855071612355e-05 mm long
+ and its vector is (1.519924912685156e-05,1.637714450453132e-05,-7.35809694560885e-05) mm
+ Endpoint of ComputeStep() was (-41.65431381701826,186.0029023427084,2533.021148490125)
+ and current position to locate is (-41.65429861776914,186.0029187198529,2533.021074909156)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.557743621138468e-05 mm long
+ and its vector is (8.724118534075842e-05,-2.128726333694431e-05,3.272421599831432e-05) mm
+ Endpoint of ComputeStep() was (123.6162643533193,493.0490713533999,2606.102628465057)
+ and current position to locate is (123.6163515945046,493.0490500661365,2606.102661189273)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.911040977535638e-05 mm long
+ and its vector is (6.497154254248017e-05,-6.299299616330245e-05,-4.041601687276852e-05) mm
+ Endpoint of ComputeStep() was (1073.567817611537,1145.545537615383,2652.443822940532)
+ and current position to locate is (1073.56788258308,1145.545474622386,2652.443782524515)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.791382333846244e-05 mm long
+ and its vector is (7.509719864629005e-05,-3.336055624458822e-05,-3.124618979200022e-05) mm
+ Endpoint of ComputeStep() was (690.3531832176596,863.249603094417,2384.614251146297)
+ and current position to locate is (690.3532583148583,863.2495697338608,2384.614219900107)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001925839282429914 mm long
+ and its vector is (9.619318689146894e-06,-6.415600512355013e-05,-0.0001813285557545896) mm
+ Endpoint of ComputeStep() was (502.4605312916593,225.5589408823287,2207.949677431852)
+ and current position to locate is (502.460540910978,225.5588767263235,2207.949496103296)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.04933701906371088 mm long
+ and its vector is (0.04440045903402279,0.01830174514424243,-0.01130428292003671) mm
+ Endpoint of ComputeStep() was (497.21649763976,408.0050167068138,1991.853948885217)
+ and current position to locate is (497.260898098794,408.023318451958,1991.842644602297)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003002701038605507 mm long
+ and its vector is (-0.0001239368801577712,-0.0002469012127335191,0.0001176502280486602) mm
+ Endpoint of ComputeStep() was (-192.9985298005066,-435.4770965915017,1989.751007598769)
+ and current position to locate is (-192.9986537373867,-435.4773434927145,1989.751125248997)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.009222156111944475 mm long
+ and its vector is (0.002767109901242293,0.006656474235192,0.005751749029968778) mm
+ Endpoint of ComputeStep() was (480.5023781657397,3.719523892627079,2087.983123693834)
+ and current position to locate is (480.505145275641,3.726180366862271,2087.988875442864)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.858617536720268e-05 mm long
+ and its vector is (5.38133326699608e-05,1.068364798584298e-05,-2.055054346783436e-05) mm
+ Endpoint of ComputeStep() was (588.7010898979321,-445.9313321950079,1850.430796226858)
+ and current position to locate is (588.7011437112648,-445.93132151136,1850.430775676315)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.029744632077986e-05 mm long
+ and its vector is (-2.674157153137457e-05,-2.498987612398196e-05,-6.001770907460013e-05) mm
+ Endpoint of ComputeStep() was (150.8113881843088,308.169643179636,2022.301780617703)
+ and current position to locate is (150.8113614427373,308.1696181897599,2022.301720599994)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.719300349356505e-05 mm long
+ and its vector is (1.555299053279668e-05,3.94850787301948e-05,-3.834152698800608e-05) mm
+ Endpoint of ComputeStep() was (150.8114700696447,308.1696050984722,2022.301836495284)
+ and current position to locate is (150.8114856226352,308.169644583551,2022.301798153757)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.365125354022054e-05 mm long
+ and its vector is (-4.283575833596842e-06,-1.123698859828437e-05,-6.460478971348493e-06) mm
+ Endpoint of ComputeStep() was (142.6508669654926,344.8051463753357,2020.939224192763)
+ and current position to locate is (142.6508626819168,344.8051351383471,2020.939217732284)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.146639029838274e-05 mm long
+ and its vector is (-5.860998334128453e-05,-8.016219624096266e-06,1.669512539592688e-05) mm
+ Endpoint of ComputeStep() was (142.6508811012014,344.8053568503353,2020.939162550237)
+ and current position to locate is (142.6508224912181,344.8053488341156,2020.939179245363)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.244588402164665e-05 mm long
+ and its vector is (-2.818638716917121e-05,1.707322496713459e-06,-3.169015144521836e-05) mm
+ Endpoint of ComputeStep() was (285.4366746498192,354.0003540931801,2202.442443613225)
+ and current position to locate is (285.4366464634321,354.0003558005026,2202.442411923073)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.600220224737128e-05 mm long
+ and its vector is (6.248626925753342e-05,-2.039964692812646e-05,5.967517154203961e-06) mm
+ Endpoint of ComputeStep() was (297.2754660453642,355.2509787565276,2075.502680040646)
+ and current position to locate is (297.2755285316335,355.2509583568807,2075.502686008163)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001009987177545737 mm long
+ and its vector is (4.455452761931156e-05,1.977449642254214e-06,-9.061856735570473e-05) mm
+ Endpoint of ComputeStep() was (227.9191449419709,697.1618463485373,2527.694172367309)
+ and current position to locate is (227.9191894964985,697.161848325987,2527.694081748742)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.398302577149149e-05 mm long
+ and its vector is (-2.356924127866478e-05,2.35803099712939e-07,2.44802226916363e-05) mm
+ Endpoint of ComputeStep() was (227.9191114250031,697.1619822706657,2527.693958117655)
+ and current position to locate is (227.9190878557618,697.1619825064688,2527.693982597878)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.052341206351553e-05 mm long
+ and its vector is (4.808149810742179e-06,-6.386459710938652e-05,2.95253548756591e-05) mm
+ Endpoint of ComputeStep() was (227.9189216888394,697.1620104283596,2527.693901603902)
+ and current position to locate is (227.9189264969892,697.1619465637625,2527.693931129257)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001035621690032057 mm long
+ and its vector is (8.019965909511484e-05,6.451331807966199e-05,1.1452917533461e-05) mm
+ Endpoint of ComputeStep() was (227.9188286026044,697.1619263362916,2527.693794126149)
+ and current position to locate is (227.9189088022635,697.1619908496097,2527.693805579066)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001205005941006708 mm long
+ and its vector is (5.809838216919161e-05,-0.0001049138819553264,1.174940598502872e-05) mm
+ Endpoint of ComputeStep() was (268.080343146504,518.334829070972,2477.142613689643)
+ and current position to locate is (268.0804012448862,518.33472415709,2477.142625439049)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001075304856610384 mm long
+ and its vector is (-8.430138700532552e-05,4.303434354824276e-05,-5.103064540890045e-05) mm
+ Endpoint of ComputeStep() was (268.0803728529658,518.3345152477806,2477.142722753291)
+ and current position to locate is (268.0802885515788,518.3345582821241,2477.142671722646)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001605064985523954 mm long
+ and its vector is (-0.0005788352012814357,-0.0007723442176938988,-0.00128244603274652) mm
+ Endpoint of ComputeStep() was (223.204976068502,538.9635816205883,2474.084243437109)
+ and current position to locate is (223.2043972333007,538.9628092763706,2474.082960991077)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002110192718706469 mm long
+ and its vector is (-0.0001550237680021382,0.0001242470426632281,-7.112971843525884e-05) mm
+ Endpoint of ComputeStep() was (512.8799520335823,810.5060276543471,2876.82324692561)
+ and current position to locate is (512.8797970098143,810.5061519013898,2876.823175795892)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.488983173233509e-05 mm long
+ and its vector is (1.572501298596762e-05,4.158573460699699e-06,4.183930241197231e-05) mm
+ Endpoint of ComputeStep() was (554.3404870604439,848.7323939208115,2829.839799864298)
+ and current position to locate is (554.3405027854569,848.732398079385,2829.8398417036)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.539848601059433e-05 mm long
+ and its vector is (3.370127603830042e-05,6.788077712371887e-06,-8.437938504357589e-06) mm
+ Endpoint of ComputeStep() was (558.0833949345163,877.512766928245,2825.526809681876)
+ and current position to locate is (558.0834286357923,877.5127737163227,2825.526801243938)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.528859616365914e-05 mm long
+ and its vector is (-2.064213117591862e-05,4.843357294248563e-05,-1.68795822901302e-05) mm
+ Endpoint of ComputeStep() was (561.3212423416123,927.8950584974467,2730.465962369547)
+ and current position to locate is (561.3212216994812,927.8951069310197,2730.465945489965)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.505845326274751e-05 mm long
+ and its vector is (-1.087083887796325e-05,-1.85713993232639e-05,2.767712294371449e-05) mm
+ Endpoint of ComputeStep() was (738.2550262478869,1038.484045536265,2304.794855767601)
+ and current position to locate is (738.255015377048,1038.484026964866,2304.794883444724)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001220556972818967 mm long
+ and its vector is (-2.392350484115013e-05,3.892140557582024e-05,-0.0001131829640144133) mm
+ Endpoint of ComputeStep() was (738.2550703560853,1038.484146315604,2304.795044490167)
+ and current position to locate is (738.2550464325805,1038.48418523701,2304.794931307203)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00149250456079809 mm long
+ and its vector is (0.000810085021271334,0.001032245378837615,-0.0007111973004612082) mm
+ Endpoint of ComputeStep() was (651.3246246904862,825.7887914289198,2310.77127607011)
+ and current position to locate is (651.3254347755075,825.7898236742986,2310.77056487281)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002372582261541356 mm long
+ and its vector is (-0.0001615139890418504,-0.0001469572368932859,9.278075094698579e-05) mm
+ Endpoint of ComputeStep() was (964.6370533166923,1078.021192986105,2503.847080496456)
+ and current position to locate is (964.6368918027033,1078.021046028868,2503.847173277207)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.943806703053128e-05 mm long
+ and its vector is (-1.925763024246407e-05,2.786983554869948e-05,6.061403382773278e-05) mm
+ Endpoint of ComputeStep() was (964.6366302179293,1078.0210570692,2503.847005546409)
+ and current position to locate is (964.6366109602991,1078.021084939035,2503.847066160443)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.762792695182584e-05 mm long
+ and its vector is (-1.264724824068253e-05,6.530180371555616e-05,4.002270088676596e-05) mm
+ Endpoint of ComputeStep() was (971.4344019083638,1031.052466019414,2545.812252510396)
+ and current position to locate is (971.4343892611156,1031.052531321218,2545.812292533097)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.766176686127207e-05 mm long
+ and its vector is (4.716724788522697e-06,1.685023175923561e-05,-2.400042831141036e-06) mm
+ Endpoint of ComputeStep() was (1467.012458134488,1335.582746827411,2906.222518938107)
+ and current position to locate is (1467.012462851213,1335.582763677642,2906.222516538064)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.370210634000703e-05 mm long
+ and its vector is (-1.06157176560373e-06,1.681089588601026e-05,1.667503192948061e-05) mm
+ Endpoint of ComputeStep() was (1378.334134259985,1356.189516561161,2846.049718721163)
+ and current position to locate is (1378.334133198413,1356.189533372057,2846.049735396195)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001179571815435088 mm long
+ and its vector is (-2.435347983009706e-05,6.312783057182969e-05,-9.662133152232855e-05) mm
+ Endpoint of ComputeStep() was (1378.334461954541,1356.18955112608,2846.049808137005)
+ and current position to locate is (1378.334437601061,1356.189614253911,2846.049711515673)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000203944691539648 mm long
+ and its vector is (0.00020004941507068,3.895247073160135e-05,7.508246198995039e-06) mm
+ Endpoint of ComputeStep() was (1327.980040608765,1167.378503020875,2865.680792463144)
+ and current position to locate is (1327.98024065818,1167.378541973346,2865.680799971391)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001302031322960821 mm long
+ and its vector is (7.85954252933152e-05,-5.946184637650731e-05,-8.50876231197617e-05) mm
+ Endpoint of ComputeStep() was (1327.980275139183,1167.378549886293,2865.68102553165)
+ and current position to locate is (1327.980353734609,1167.378490424447,2865.680940444026)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.950702183915026e-05 mm long
+ and its vector is (4.494555082601437e-05,-7.054759862512583e-06,-6.520348415506305e-05) mm
+ Endpoint of ComputeStep() was (1328.069934783275,1167.466282665521,2865.673504913623)
+ and current position to locate is (1328.069979728826,1167.466275610761,2865.673439710139)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.020854718006557e-05 mm long
+ and its vector is (-4.370621581983869e-05,-7.312360577316213e-05,-2.96696302939381e-05) mm
+ Endpoint of ComputeStep() was (1223.455763990317,474.8488907801977,3894.66132012924)
+ and current position to locate is (1223.455720284101,474.8488176565919,3894.66129045961)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.495618044533413e-05 mm long
+ and its vector is (-7.82993515713315e-06,-6.952281404437599e-05,-4.819567448066664e-05) mm
+ Endpoint of ComputeStep() was (1223.455599856504,474.8489564710269,3894.661259538219)
+ and current position to locate is (1223.455592026568,474.8488869482129,3894.661211342545)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.145516243073828e-05 mm long
+ and its vector is (-2.937646081591083e-05,5.161182605206704e-05,5.575111163125257e-05) mm
+ Endpoint of ComputeStep() was (1218.769330352587,482.7228979277633,3873.75085815478)
+ and current position to locate is (1218.769300976126,482.7229495395894,3873.750913905892)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.979194033376238e-05 mm long
+ and its vector is (-3.519049801070651e-05,8.260457610731464e-05,-8.398837962886319e-07) mm
+ Endpoint of ComputeStep() was (1218.769503482022,482.722938703416,3873.750962950376)
+ and current position to locate is (1218.769468291524,482.7230213079921,3873.750962110492)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001034739341140026 mm long
+ and its vector is (-8.631795799374231e-05,5.932526903507096e-06,5.675271177096874e-05) mm
+ Endpoint of ComputeStep() was (1218.769645768807,482.7230299947074,3873.751042478237)
+ and current position to locate is (1218.769559450849,482.7230359272343,3873.751099230949)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.363760113896486e-05 mm long
+ and its vector is (2.920623273894307e-05,-4.498003943353979e-05,8.855945452523883e-07) mm
+ Endpoint of ComputeStep() was (1203.732606251786,636.136095850125,4022.590500199745)
+ and current position to locate is (1203.732635458018,636.1360508700856,4022.590501085339)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.11810480919902e-05 mm long
+ and its vector is (-4.030203058391635e-05,-4.074559933542332e-05,2.141642153219436e-05) mm
+ Endpoint of ComputeStep() was (1126.921282266883,553.6162700949444,3986.33642584168)
+ and current position to locate is (1126.921241964852,553.6162293493451,3986.336447258101)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.482638137535672e-05 mm long
+ and its vector is (2.129236008840962e-05,2.437491144746673e-05,3.101457014054176e-05) mm
+ Endpoint of ComputeStep() was (1049.612060935962,506.1679816189167,3914.312803796307)
+ and current position to locate is (1049.612082228322,506.1680059938281,3914.312834810878)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.05873158173867e-05 mm long
+ and its vector is (4.965014818480995e-05,-5.075651984043361e-06,-3.435001281104633e-05) mm
+ Endpoint of ComputeStep() was (1109.332686085418,754.5322438199862,3710.909148927728)
+ and current position to locate is (1109.332735735566,754.5322387443342,3710.909114577715)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.099104823433412e-05 mm long
+ and its vector is (-2.763428665275569e-05,4.292839855679631e-05,-3.336775034767925e-05) mm
+ Endpoint of ComputeStep() was (1109.332873367862,754.5321817343541,3710.909038731741)
+ and current position to locate is (1109.332845733575,754.5322246627527,3710.909005363991)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002045665973917135 mm long
+ and its vector is (-3.542485080743063e-05,0.0002005831930773638,-1.894611750685726e-05) mm
+ Endpoint of ComputeStep() was (666.2979350914874,814.3138904034391,3110.123400998501)
+ and current position to locate is (666.2978996666366,814.3140909866322,3110.123382052383)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.909232996844172e-05 mm long
+ and its vector is (-1.457656503589533e-05,-1.040925565121142e-05,6.609705906157615e-06) mm
+ Endpoint of ComputeStep() was (666.2980095433475,814.3141578127462,3110.123674458443)
+ and current position to locate is (666.2979949667824,814.3141474034906,3110.123681068149)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001940807045059879 mm long
+ and its vector is (0.0001825397608854473,6.172041946683748e-05,-2.317639700777363e-05) mm
+ Endpoint of ComputeStep() was (740.136356670832,713.8191121807805,3047.696111307343)
+ and current position to locate is (740.1365392105929,713.8191739012,3047.696088130946)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.388809622741106e-05 mm long
+ and its vector is (1.85453109224909e-05,3.171404614477069e-07,3.977607138949679e-05) mm
+ Endpoint of ComputeStep() was (804.1238732908737,439.2111871117413,3735.605426218339)
+ and current position to locate is (804.1238918361846,439.2111874288817,3735.605465994411)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002021696833964933 mm long
+ and its vector is (0.0001927820776472799,4.714791350579617e-05,3.853213820548262e-05) mm
+ Endpoint of ComputeStep() was (1268.025412172012,481.8614671733417,4075.934268147913)
+ and current position to locate is (1268.02560495409,481.8615143212552,4075.934306680052)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.006326923868576955 mm long
+ and its vector is (0.0006609107981603302,-0.006291124167091766,0.0001221444631482882) mm
+ Endpoint of ComputeStep() was (881.981308989765,1071.027400943056,2568.1867690215)
+ and current position to locate is (881.9819699005632,1071.021109818889,2568.186891165963)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001148938067284454 mm long
+ and its vector is (-7.712126318892842e-05,3.536941699167073e-05,7.747194285911974e-05) mm
+ Endpoint of ComputeStep() was (701.6485614226922,986.6467378626453,3356.988856643796)
+ and current position to locate is (701.648484301429,986.6467732320623,3356.988934115739)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.25963014561004e-05 mm long
+ and its vector is (1.022018022922566e-05,2.933151336037554e-06,-6.7536175265559e-06) mm
+ Endpoint of ComputeStep() was (701.6485814252655,986.6467131334047,3356.989078484511)
+ and current position to locate is (701.6485916454458,986.646716066556,3356.989071730893)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01250231052712019 mm long
+ and its vector is (-0.01041733894362551,-0.005167312620869779,-0.004591916607296298) mm
+ Endpoint of ComputeStep() was (768.68497748099,869.6951524445402,3090.781301353767)
+ and current position to locate is (768.6745601420464,869.6899851319193,3090.776709437159)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002147626096246618 mm long
+ and its vector is (0.0001319011029181638,9.672655903614213e-05,0.0001391727355439798) mm
+ Endpoint of ComputeStep() was (768.6526144927982,869.8034013080263,3090.691128270997)
+ and current position to locate is (768.6527463939011,869.8034980345853,3090.691267443732)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.752225369323535e-05 mm long
+ and its vector is (-4.483461361814989e-05,-2.367338959174958e-05,-2.717053030210081e-05) mm
+ Endpoint of ComputeStep() was (768.6527826192743,869.8038048348553,3090.691062135142)
+ and current position to locate is (768.6527377846606,869.8037811614657,3090.691034964611)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001904780715735138 mm long
+ and its vector is (-5.509405309567228e-05,-0.0001822981982400051,3.72934073311626e-06) mm
+ Endpoint of ComputeStep() was (561.6566729499351,358.7544739213552,3047.356146767325)
+ and current position to locate is (561.656617855882,358.7542916231569,3047.356150496666)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.326192645727552e-05 mm long
+ and its vector is (1.185993323815637e-05,1.638297283079737e-05,1.149162335423171e-05) mm
+ Endpoint of ComputeStep() was (595.8429154929372,422.0094547075537,3140.326992237024)
+ and current position to locate is (595.8429273528704,422.0094710905266,3140.327003728647)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.726499633558007e-05 mm long
+ and its vector is (9.316841385498265e-05,1.364382782753637e-05,-2.437154353174265e-05) mm
+ Endpoint of ComputeStep() was (721.4498316494041,215.3832232928055,3016.451247329881)
+ and current position to locate is (721.449924817818,215.3832369366334,3016.451222958337)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002080883918802594 mm long
+ and its vector is (0.0001359424851443691,0.0001575431249420944,7.637745511601679e-07) mm
+ Endpoint of ComputeStep() was (787.6976524845221,710.0343354202718,2285.979516892139)
+ and current position to locate is (787.6977884270073,710.0344929633967,2285.979517655914)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006611921079457659 mm long
+ and its vector is (-0.0003368245452293195,0.0005617751527324799,-9.018263199322973e-05) mm
+ Endpoint of ComputeStep() was (881.8327754989369,809.5528207778896,2255.348464106258)
+ and current position to locate is (881.8324386743917,809.5533825530423,2255.348373923626)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005687263073367468 mm long
+ and its vector is (0.0001320930731480985,1.543006146675907e-05,0.0005529583581846964) mm
+ Endpoint of ComputeStep() was (902.4477040250074,821.3611052730596,2257.493748214586)
+ and current position to locate is (902.4478361180805,821.3611207031211,2257.494301172944)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000140230422768428 mm long
+ and its vector is (-0.0001155594658257542,-2.249461874725966e-05,7.618775134687894e-05) mm
+ Endpoint of ComputeStep() was (902.4479947001231,821.3611611557545,2257.49429554279)
+ and current position to locate is (902.4478791406573,821.3611386611358,2257.494371730541)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001240905125395058 mm long
+ and its vector is (4.66864709096626e-05,0.0001140506238925809,1.453560889785876e-05) mm
+ Endpoint of ComputeStep() was (825.6521962084007,776.8819284052562,2227.124038372913)
+ and current position to locate is (825.6522428948716,776.8820424558801,2227.124052908522)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.610852810596253e-05 mm long
+ and its vector is (-9.237745496193384e-05,-4.793694870386389e-06,2.608209115351201e-05) mm
+ Endpoint of ComputeStep() was (811.3815502637273,770.7023258370943,2209.190984301003)
+ and current position to locate is (811.3814578862723,770.7023210433995,2209.191010383095)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.123700942477638e-05 mm long
+ and its vector is (-2.79053621170533e-05,6.473655741956463e-05,-1.025575011226465e-05) mm
+ Endpoint of ComputeStep() was (768.6255807007319,846.198806802812,2239.934128435551)
+ and current position to locate is (768.6255527953698,846.1988715393694,2239.934118179801)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001434096639736514 mm long
+ and its vector is (-0.000143383605973213,-2.143876827176427e-07,2.725306785578141e-06) mm
+ Endpoint of ComputeStep() was (706.3742722879102,877.9393412095822,2307.505003262361)
+ and current position to locate is (706.3741289043043,877.9393409951945,2307.505005987668)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.540683501795692e-06 mm long
+ and its vector is (4.979417099093553e-06,-2.108168928316445e-08,-6.938892965990817e-06) mm
+ Endpoint of ComputeStep() was (280.157426384461,140.7017726549554,1565.637697300733)
+ and current position to locate is (280.1574313638781,140.7017726338737,1565.63769036184)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001337449740315729 mm long
+ and its vector is (9.328604340907987e-05,6.112527069035423e-05,7.381824616459198e-05) mm
+ Endpoint of ComputeStep() was (363.8027462107369,191.4819055081669,1615.782240937612)
+ and current position to locate is (363.8028394967803,191.4819666334376,1615.782314755858)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001301124258947229 mm long
+ and its vector is (-0.0001204914644858945,-4.098722118328624e-05,2.703882501009502e-05) mm
+ Endpoint of ComputeStep() was (363.8030420255245,191.4818524645098,1615.782418098904)
+ and current position to locate is (363.80292153406,191.4818114772886,1615.782445137729)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.460734770029184e-05 mm long
+ and its vector is (9.127333100877877e-06,-5.640711810883658e-05,7.540211572631961e-05) mm
+ Endpoint of ComputeStep() was (945.603168881988,1202.241722506245,2764.108258648825)
+ and current position to locate is (945.6031780093211,1202.241666099126,2764.10833405094)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003694520283986461 mm long
+ and its vector is (-0.0003452657507523327,-7.243968866532668e-05,0.0001097217123060545) mm
+ Endpoint of ComputeStep() was (462.0845636928693,1179.354216800325,2969.930680421921)
+ and current position to locate is (462.0842184271186,1179.354144360636,2969.930790143633)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.412210342351513e-05 mm long
+ and its vector is (-1.798833989141713e-05,5.661359523401188e-05,2.414466007394367e-05) mm
+ Endpoint of ComputeStep() was (454.6918496794968,1208.592525119506,2982.297283916883)
+ and current position to locate is (454.6918316911569,1208.592581733101,2982.297308061543)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000218992730461461 mm long
+ and its vector is (1.302079726883676e-05,-4.331195850681979e-05,0.0002142716712114634) mm
+ Endpoint of ComputeStep() was (625.8454234204218,1380.711931580378,2794.858076396174)
+ and current position to locate is (625.845436441219,1380.711888268419,2794.858290667845)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.035643312911852e-05 mm long
+ and its vector is (3.059713401398767e-05,8.133448665148535e-05,2.475483142916346e-05) mm
+ Endpoint of ComputeStep() was (945.1391330643323,-382.4539404411051,2441.973525919425)
+ and current position to locate is (945.1391636614663,-382.4538591066185,2441.973550674257)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004561252242809567 mm long
+ and its vector is (6.283131153850263e-05,-2.197441688167601e-06,-0.0004517716433838359) mm
+ Endpoint of ComputeStep() was (918.9645048322138,-305.2973221523354,2367.681845075466)
+ and current position to locate is (918.9645676635254,-305.2973243497771,2367.681393303823)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003916247056852079 mm long
+ and its vector is (0.0001898589143820573,0.0002630192605010961,0.0002194182566199743) mm
+ Endpoint of ComputeStep() was (918.964259264103,-305.2972190500917,2367.681164014939)
+ and current position to locate is (918.9644491230174,-305.2969560308312,2367.681383433196)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 83.0075, position (cm) = (-25.3548,24.6923,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.00471532, position (cm) = (-29.9156,10.6227,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 82.9877, position (cm) = (-45.3872,22.3178,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00016867262751677 mm long
+ and its vector is (-5.41563963452063e-07,-9.839508120279561e-06,-0.0001683845184743404) mm
+ Endpoint of ComputeStep() was (-621.5842026320203,-30.95458079972105,4459.864209028467)
+ and current position to locate is (-621.5842031735842,-30.95459063922917,4459.864040643948)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.92194504267929e-05 mm long
+ and its vector is (2.715549578624632e-05,-1.993438757530441e-05,-3.588528306863736e-05) mm
+ Endpoint of ComputeStep() was (-601.6337500036601,-10.77287469978367,4434.667308940327)
+ and current position to locate is (-601.6337228481643,-10.77289463417125,4434.667273055044)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.112426647116937e-05 mm long
+ and its vector is (1.139368191616086e-05,-2.813917940969191e-05,-6.431976271414896e-05) mm
+ Endpoint of ComputeStep() was (-601.6336156968305,-10.77294831897306,4434.667394171096)
+ and current position to locate is (-601.6336043031486,-10.77297645815247,4434.667329851333)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.174500194008745e-05 mm long
+ and its vector is (1.305065086398827e-05,7.674840925631088e-05,-2.493205829523504e-05) mm
+ Endpoint of ComputeStep() was (-585.0230840538602,-99.48667144181741,4353.199230711479)
+ and current position to locate is (-585.0230710032093,-99.48659469340815,4353.19920577942)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001464148085802735 mm long
+ and its vector is (-3.498338821827929e-05,-0.0001017378104961608,-9.93120165730943e-05) mm
+ Endpoint of ComputeStep() was (-294.473179994273,323.7108202885627,4204.964499369406)
+ and current position to locate is (-294.4732149776613,323.7107185507522,4204.96440005739)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001684936270123942 mm long
+ and its vector is (6.910748058430727e-05,0.0001362511237132935,7.10625763531425e-05) mm
+ Endpoint of ComputeStep() was (-252.3006361860175,32.00497839299661,4903.289482286703)
+ and current position to locate is (-252.3005670785369,32.00511464412032,4903.289553349279)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001917141917536911 mm long
+ and its vector is (-0.0001518587898203805,9.893367001723163e-05,-6.249294528970495e-05) mm
+ Endpoint of ComputeStep() was (-272.5620730141742,262.4457014799324,4720.495824842674)
+ and current position to locate is (-272.562224872964,262.4458004136025,4720.495762349728)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.940245006651375e-05 mm long
+ and its vector is (-1.964459102055116e-07,-3.647704056675138e-05,1.489765054429881e-05) mm
+ Endpoint of ComputeStep() was (-272.5624665208975,262.4457923607494,4720.495635231154)
+ and current position to locate is (-272.5624667173435,262.4457558837088,4720.495650128804)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.708052119170347e-05 mm long
+ and its vector is (1.91021370881117e-05,7.456457922216941e-06,8.463171252515167e-05) mm
+ Endpoint of ComputeStep() was (-249.8097676195507,248.7698891067518,4725.994815838814)
+ and current position to locate is (-249.8097485174136,248.7698965632098,4725.994900470527)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.313694192919802e-05 mm long
+ and its vector is (-1.784263133686181e-05,-5.994919010277044e-05,-8.602822163084056e-06) mm
+ Endpoint of ComputeStep() was (-283.3952982832459,212.0030503621535,4764.789387065112)
+ and current position to locate is (-283.3953161258773,212.0029904129634,4764.78937846229)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.84412501164384e-05 mm long
+ and its vector is (2.297304621379226e-05,4.258356790387552e-05,2.331009454792365e-06) mm
+ Endpoint of ComputeStep() was (-283.3952658843257,212.0028968009708,4764.789586773926)
+ and current position to locate is (-283.3952429112795,212.0029393845387,4764.789589104936)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.384795959233367e-05 mm long
+ and its vector is (-2.195677438976418e-05,-4.108487985376996e-07,9.298195436713286e-06) mm
+ Endpoint of ComputeStep() was (-283.3951586276264,212.0030497584603,4764.78973184435)
+ and current position to locate is (-283.3951805844007,212.0030493476115,4764.789741142546)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.428015598852196e-05 mm long
+ and its vector is (-4.710016241915582e-05,7.834949624907495e-05,-2.305816451553255e-05) mm
+ Endpoint of ComputeStep() was (-283.3950424686918,212.0030576033071,4764.789872562595)
+ and current position to locate is (-283.3950895688542,212.0031359528033,4764.78984950443)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.740757290091608e-05 mm long
+ and its vector is (2.41328058336876e-05,-3.521058556543721e-05,2.062281055259518e-05) mm
+ Endpoint of ComputeStep() was (-283.3950170143295,212.0032718995203,4764.789887731097)
+ and current position to locate is (-283.3949928815237,212.0032366889347,4764.789908353908)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.27894466394072e-05 mm long
+ and its vector is (4.308338728264971e-05,-6.672834422261076e-05,-2.335042381673702e-05) mm
+ Endpoint of ComputeStep() was (141.0873176814943,118.2791346757028,3200.765343832812)
+ and current position to locate is (141.0873607648816,118.2790679473586,3200.765320482388)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1091837222340233 mm long
+ and its vector is (0.005211826100151029,0.1000897673487202,0.04331236014877504) mm
+ Endpoint of ComputeStep() was (215.9995465314501,113.2088399751647,3154.968562698456)
+ and current position to locate is (216.0047583575502,113.3089297425134,3155.011875058604)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.102181467608725e-05 mm long
+ and its vector is (-3.383311582183524e-05,2.831454688134727e-05,-4.215766330162296e-05) mm
+ Endpoint of ComputeStep() was (559.4170955822342,172.4393954449461,2557.000074132004)
+ and current position to locate is (559.4170617491184,172.4394237594929,2557.00003197434)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.212919841250166e-05 mm long
+ and its vector is (-7.723330611497659e-06,1.576896332267097e-05,3.829568277069484e-05) mm
+ Endpoint of ComputeStep() was (428.9483483245812,245.4395108422681,2602.864981641808)
+ and current position to locate is (428.9483406012505,245.4395266112314,2602.865019937491)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001502149791554911 mm long
+ and its vector is (-0.0001434723038755692,-4.418189359967073e-05,5.310203505359823e-06) mm
+ Endpoint of ComputeStep() was (351.8235898876916,302.1631418364848,2351.025934202051)
+ and current position to locate is (351.8234464153877,302.1630976545912,2351.025939512255)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.194733862682253e-05 mm long
+ and its vector is (4.429724231158616e-05,-2.610094890087566e-05,3.45538355759345e-05) mm
+ Endpoint of ComputeStep() was (351.8234318877614,302.1629834508465,2351.025760812409)
+ and current position to locate is (351.8234761850038,302.1629573498976,2351.025795366244)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002749358499644031 mm long
+ and its vector is (8.367348880256031e-05,0.0001062517179093447,0.0002393721815678873) mm
+ Endpoint of ComputeStep() was (405.2853030307294,83.34170412441912,2408.840162460542)
+ and current position to locate is (405.2853867042182,83.34181037613703,2408.840401832724)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 2.04636e-11, position (cm) = (-55.1047,21.5233,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 45.4805, position (cm) = (-41.7265,5.58783,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 44.6858, position (cm) = (-32.6612,15.9861,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 7.17739e-09, position (cm) = (-23.29,23.0386,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 46.5445, position (cm) = (-25.2993,-32.1237,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 49.4566, position (cm) = (-71.906,16.8865,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 17.8887, position (cm) = (-47.8814,47.8232,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 76.3734, position (cm) = (-49.7143,43.9025,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.007796010780511674 mm long
+ and its vector is (7.361073357969872e-06,-0.002600747806241088,0.007349410911956511) mm
+ Endpoint of ComputeStep() was (-410.0076977831606,285.9715226334532,4629.0046788169)
+ and current position to locate is (-410.0076904220873,285.9689218856469,4629.012028227812)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003597481099434903 mm long
+ and its vector is (-0.0003288426684662227,0.0001133044150378737,-9.188749390887097e-05) mm
+ Endpoint of ComputeStep() was (-453.8952618563218,-237.9630837110237,4847.420125262018)
+ and current position to locate is (-453.8955906989902,-237.9629704066086,4847.420033374524)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001571776840360924 mm long
+ and its vector is (1.736109882699566e-05,-7.150287315482728e-05,0.0001388911650792579) mm
+ Endpoint of ComputeStep() was (-81.26364122878104,114.4517307058052,4675.546819912467)
+ and current position to locate is (-81.26362386768221,114.451659202932,4675.546958803632)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.99495981133281e-05 mm long
+ and its vector is (3.829617342887559e-05,-7.533637763401657e-05,-5.33643651579041e-05) mm
+ Endpoint of ComputeStep() was (-81.26384372834644,114.4516135873525,4675.547052623029)
+ and current position to locate is (-81.26380543217302,114.4515382509749,4675.546999258664)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.248395176176435e-05 mm long
+ and its vector is (-9.914257901755263e-06,9.162687963737426e-05,7.713867489655968e-06) mm
+ Endpoint of ComputeStep() was (-81.26399480997983,114.4514226398831,4675.547020293746)
+ and current position to locate is (-81.26400472423774,114.4515142667628,4675.547028007613)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.365438165488678e-05 mm long
+ and its vector is (2.494108804285133e-05,-2.052748632763723e-05,2.93644252451486e-05) mm
+ Endpoint of ComputeStep() was (-365.0775992731276,207.1662736550689,4628.840276913409)
+ and current position to locate is (-365.0775743320396,207.1662531275826,4628.840306277834)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000139378421406121 mm long
+ and its vector is (-2.512844656621382e-05,0.0001204963992051944,6.538748584716814e-05) mm
+ Endpoint of ComputeStep() was (-331.9490971166509,205.0395984934111,4525.754986240017)
+ and current position to locate is (-331.9491222450974,205.0397189898104,4525.755051627503)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001109000289989337 mm long
+ and its vector is (-7.936585490142534e-05,-3.905017078409401e-05,-6.689515430480242e-05) mm
+ Endpoint of ComputeStep() was (-331.9491075575926,205.0395639616292,4525.755308552047)
+ and current position to locate is (-331.9491869234475,205.0395249114584,4525.755241656892)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006153765993917413 mm long
+ and its vector is (-0.000197048837605962,-0.0003531609252434009,-0.0004638291447918164) mm
+ Endpoint of ComputeStep() was (-260.9523186229989,240.2595668238102,4418.228790557334)
+ and current position to locate is (-260.9525156718365,240.2592136628849,4418.228326728189)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 29.1317, position (cm) = (-96.3671,105.077,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 57.4316, position (cm) = (-72.7169,108.575,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.128803, position (cm) = (-97.2785,101.002,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.8350156520461406 mm long
+ and its vector is (0.8168246604437854,0.1720578741999361,0.02108793917705043) mm
+ Endpoint of ComputeStep() was (-964.4261014612207,1052.393438486536,4993.544684997134)
+ and current position to locate is (-963.6092768007769,1052.565496360736,4993.565772936311)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1392338320415337 mm long
+ and its vector is (0.1244346957423659,0.03808862392725132,0.04951083929609013) mm
+ Endpoint of ComputeStep() was (-963.6168513960239,1053.050764360155,4993.211493991979)
+ and current position to locate is (-963.4924167002815,1053.088852984082,4993.261004831275)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.3844696569826924 mm long
+ and its vector is (0.3155176257303651,0.219691411789313,0.001108413226575067) mm
+ Endpoint of ComputeStep() was (-469.8810545232058,428.0448554059578,4999.172171236331)
+ and current position to locate is (-469.5655368974755,428.2645468177471,4999.173279649557)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.09707871569606927 mm long
+ and its vector is (-0.04953226604152405,-0.04765606483965712,0.0685545851565621) mm
+ Endpoint of ComputeStep() was (-469.631207007846,428.6658133451843,4999.404773928685)
+ and current position to locate is (-469.6807392738875,428.6181572803447,4999.473328513842)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.09030810786515572 mm long
+ and its vector is (-0.01065397947724023,0.02555453152223208,-0.08595936822803196) mm
+ Endpoint of ComputeStep() was (-469.7157808351049,428.9345688514491,4999.571736421161)
+ and current position to locate is (-469.7264348145821,428.9601233829713,4999.485777052933)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1313031583746487 mm long
+ and its vector is (-0.07324842109306928,0.08275358407769318,0.07090156929734803) mm
+ Endpoint of ComputeStep() was (-469.5631498120468,429.1899441613713,4999.386228840472)
+ and current position to locate is (-469.6363982331399,429.272697745449,4999.457130409769)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03087134186234989 mm long
+ and its vector is (0.01444572003509847,-0.0162084419173425,0.02194646512907639) mm
+ Endpoint of ComputeStep() was (-469.4758975513467,429.5071875745783,4999.524665971981)
+ and current position to locate is (-469.4614518313116,429.490979132661,4999.54661243711)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1127427903052292 mm long
+ and its vector is (-0.06512735564922423,0.0783062523005924,-0.04834764898714639) mm
+ Endpoint of ComputeStep() was (-469.4867115609691,429.5965618080923,4999.751645840504)
+ and current position to locate is (-469.5518389166184,429.6748680603929,4999.703298191517)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.08036356330208755 mm long
+ and its vector is (-0.04482422975621603,0.03651151957853926,-0.05582114000480942) mm
+ Endpoint of ComputeStep() was (-469.5467275267375,429.8485005629478,4999.812763394156)
+ and current position to locate is (-469.5915517564937,429.8850120825264,4999.756942254151)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.09747767209335044 mm long
+ and its vector is (0.055049635118678,0.07093939154475493,-0.03793464059799589) mm
+ Endpoint of ComputeStep() was (-469.7300139790074,430.031507391342,4999.829962406729)
+ and current position to locate is (-469.6749643438887,430.1024467828868,4999.792027766131)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1114755535500486 mm long
+ and its vector is (0.08473297853510076,0.03292956857694662,-0.06451949241272814) mm
+ Endpoint of ComputeStep() was (-469.6839193468415,430.2878146502615,4999.874875594403)
+ and current position to locate is (-469.5991863683064,430.3207442188385,4999.810356101991)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.1043166863744846 mm long
+ and its vector is (-0.06203853280436533,-0.0274120215535163,0.07925763419370924) mm
+ Endpoint of ComputeStep() was (-469.5626824867617,430.4669340073924,4999.88949049644)
+ and current position to locate is (-469.624721019566,430.4395219858389,4999.968748130634)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ e-, kinetic energy (MeV) = 0.347892, position (cm) = (-46.9608,43.0427,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 3.1025, position (cm) = (-41.6758,37.7141,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 1.25456, position (cm) = (-41.6261,29.9095,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.25893, position (cm) = (-68.8508,37.7764,500), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.354974, position (cm) = (-35.9793,24.8163,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00773651262058666 mm long
+ and its vector is (-0.002185747335261112,0.004581327269534086,-0.005838456693709304) mm
+ Endpoint of ComputeStep() was (-657.8461831046901,1300.546342699219,4681.417980426457)
+ and current position to locate is (-657.8483688520254,1300.550924026488,4681.412141969763)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.318168950195089e-05 mm long
+ and its vector is (-1.864595166978233e-05,4.208366644320449e-05,4.328070463088807e-05) mm
+ Endpoint of ComputeStep() was (100.1354343226473,208.8438024566485,4193.075022670267)
+ and current position to locate is (100.1354156766956,208.8438445403149,4193.075065950971)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.122027671765454e-05 mm long
+ and its vector is (-6.983591487141894e-05,5.023707814189038e-06,4.116358468309045e-05) mm
+ Endpoint of ComputeStep() was (100.1354975992439,208.8439669258935,4193.075029743565)
+ and current position to locate is (100.1354277633291,208.8439719496013,4193.07507090715)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 82.786, position (cm) = (-93.8814,66.2991,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.186974, position (cm) = (-106.894,81.0343,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.378341, position (cm) = (-89.9077,66.0275,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 3.60715, position (cm) = (-77.0508,64.4779,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.000211597, position (cm) = (-71.2698,81.3221,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.119434, position (cm) = (-49.4751,56.0707,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001782267134825968 mm long
+ and its vector is (0.0001256334288086691,-3.13525155206662e-05,0.0001224664147230214) mm
+ Endpoint of ComputeStep() was (-84.51549431426064,513.9445894679679,4278.184431964966)
+ and current position to locate is (-84.51536868083183,513.9445581154524,4278.184554431381)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.629140586894283e-05 mm long
+ and its vector is (1.792324377447585e-05,-3.105032533312624e-06,3.140353874186985e-05) mm
+ Endpoint of ComputeStep() was (-305.7228488682808,356.1829277413335,4166.400811195494)
+ and current position to locate is (-305.722830945037,356.182924636301,4166.400842599032)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008888239622317813 mm long
+ and its vector is (0.0006394924710093619,-0.0004684854005745365,-0.0004019687112304382) mm
+ Endpoint of ComputeStep() was (-526.09099682793,546.3417247817988,4955.071812674525)
+ and current position to locate is (-526.090357335459,546.3412562963982,4955.071410705814)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001954495352767417 mm long
+ and its vector is (-6.797222215482179e-05,0.0001701176799997484,-6.81195479046437e-05) mm
+ Endpoint of ComputeStep() was (-557.09484100323,519.5206457199597,4907.76081290411)
+ and current position to locate is (-557.0949089754522,519.5208158376397,4907.760744784562)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001081863645499567 mm long
+ and its vector is (-1.906787281313882e-05,-6.146210125734797e-05,8.696617624082137e-05) mm
+ Endpoint of ComputeStep() was (-557.0946847249288,519.5209454763461,4907.760750988793)
+ and current position to locate is (-557.0947037928016,519.5208840142449,4907.760837954969)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001277384685383262 mm long
+ and its vector is (4.828826502034644e-05,2.228220171218709e-05,-0.0001161415657406906) mm
+ Endpoint of ComputeStep() was (-557.0946706352393,519.5209899453671,4907.761012557542)
+ and current position to locate is (-557.0946223469742,519.5210122275688,4907.760896415976)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001379426490756895 mm long
+ and its vector is (7.182990464116301e-05,4.096218617632985e-07,-0.0001177644744529971) mm
+ Endpoint of ComputeStep() was (-594.1857082113929,472.9355372761704,4909.918029151321)
+ and current position to locate is (-594.1856363814883,472.9355376857923,4909.917911386847)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000136462766285546 mm long
+ and its vector is (-0.0001122180150332497,7.443882276447766e-05,-2.209220110671595e-05) mm
+ Endpoint of ComputeStep() was (-594.1855595998605,472.9353889947448,4909.917863289249)
+ and current position to locate is (-594.1856718178756,472.9354634335676,4909.917841197048)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.09344556792718e-05 mm long
+ and its vector is (4.850332891237485e-05,1.300145385130236e-05,-7.581203408335568e-05) mm
+ Endpoint of ComputeStep() was (-594.1856145664551,472.9355029777005,4909.917993680636)
+ and current position to locate is (-594.1855660631262,472.9355159791544,4909.917917868602)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.009154562385876171 mm long
+ and its vector is (-0.005630091474472465,0.004911435927510865,-0.005290168201099732) mm
+ Endpoint of ComputeStep() was (-746.4936784561936,656.3381929066605,4992.908526213262)
+ and current position to locate is (-746.4993085476681,656.343104342588,4992.903236045061)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.990521668012168e-05 mm long
+ and its vector is (7.124638568711816e-05,3.121888175883214e-05,-1.828052518249024e-05) mm
+ Endpoint of ComputeStep() was (-1049.366400595198,769.0073754091947,4944.39479495427)
+ and current position to locate is (-1049.366329348813,769.0074066280764,4944.394776673745)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.009291757872212454 mm long
+ and its vector is (-0.006208399772276607,0.003853148175494425,0.005739841963077197) mm
+ Endpoint of ComputeStep() was (-1049.413483961305,768.8361512198269,4944.413202686606)
+ and current position to locate is (-1049.419692361078,768.8400043680024,4944.418942528569)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ gamma, kinetic energy (MeV) = 0.329641, position (cm) = (-111.519,11.5135,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 1.05094, position (cm) = (-114.665,-3.8096,500), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.225672, position (cm) = (-59.3983,14.9944,500), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 3.25174, position (cm) = (-74.4433,62.9135,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.0779691, position (cm) = (-100.694,76.1306,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.24971, position (cm) = (-36.0671,36.6488,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.113681, position (cm) = (-38.5715,24.0297,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001968133140647091 mm long
+ and its vector is (-5.705594162463967e-05,8.888618071978271e-05,0.0001660703073866898) mm
+ Endpoint of ComputeStep() was (-998.0058492903216,308.6977779591783,4876.210395194808)
+ and current position to locate is (-998.0059063462633,308.697866845359,4876.210561265116)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.005325822423005562 mm long
+ and its vector is (-0.001015448969155841,0.00397945070244532,-0.003390755075088236) mm
+ Endpoint of ComputeStep() was (-964.0975736801183,272.0401750739136,4919.840410576782)
+ and current position to locate is (-964.0985891290875,272.0441545246161,4919.837019821707)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003804652567035918 mm long
+ and its vector is (0.000391519439062904,-0.001312286007518537,-0.003549647745785478) mm
+ Endpoint of ComputeStep() was (-1249.466074385032,100.5905524809798,4786.550669045913)
+ and current position to locate is (-1249.465682865593,100.5892401949723,4786.547119398168)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.467560596454029e-06 mm long
+ and its vector is (2.44781449509901e-06,-3.842609572757283e-06,-4.590413482219446e-06) mm
+ Endpoint of ComputeStep() was (-1144.329987052781,-141.1945638161737,4759.573710091602)
+ and current position to locate is (-1144.329984604966,-141.1945676587833,4759.573705501189)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001483557109800097 mm long
+ and its vector is (-4.198160610258128e-05,9.873297386775448e-06,-0.0001419488630745036) mm
+ Endpoint of ComputeStep() was (-216.9224234359358,33.36634693111454,4006.454927960184)
+ and current position to locate is (-216.9224654175419,33.36635680441193,4006.454786011321)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.295509975273237e-05 mm long
+ and its vector is (3.134508426683169e-05,-7.412087100533427e-06,2.841983905454981e-05) mm
+ Endpoint of ComputeStep() was (474.8314451954582,122.4794002662631,3783.267679790511)
+ and current position to locate is (474.8314765405425,122.479392854176,3783.26770821035)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001906302069677418 mm long
+ and its vector is (-0.0001679474619322718,8.0995769707215e-05,3.966372560171294e-05) mm
+ Endpoint of ComputeStep() was (297.7823530262912,99.29765117446354,3895.767636320687)
+ and current position to locate is (297.7821850788292,99.29773217023325,3895.767675984412)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.518012987213942e-05 mm long
+ and its vector is (-2.187579016776908e-05,-7.893999338648428e-07,1.244450049853185e-05) mm
+ Endpoint of ComputeStep() was (228.5466436757657,135.8164969920389,3965.105941801528)
+ and current position to locate is (228.5466217999755,135.8164962026389,3965.105954246029)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.317546473316471e-05 mm long
+ and its vector is (4.916808268262685e-05,-3.203162947329474e-06,5.410072117228992e-05) mm
+ Endpoint of ComputeStep() was (228.5465177556694,135.8163225811934,3965.105939548861)
+ and current position to locate is (228.5465669237521,135.8163193780305,3965.105993649582)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00396074287076704 mm long
+ and its vector is (0.00148983450412743,-0.001484180260433732,-0.003356350129706698) mm
+ Endpoint of ComputeStep() was (268.89743328485,175.7296710313043,3925.015545240995)
+ and current position to locate is (268.8989231193541,175.7281868510439,3925.012188890865)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000165720926813287 mm long
+ and its vector is (0.0001650758175628653,5.558775228564627e-06,-1.350925822407589e-05) mm
+ Endpoint of ComputeStep() was (259.6589248827369,258.9345077155594,3923.030922272071)
+ and current position to locate is (259.6590899585545,258.9345132743347,3923.030908762812)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 71.093, position (cm) = (95.1121,77.1811,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 55.6481, position (cm) = (87.1685,84.5845,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001577546795180292 mm long
+ and its vector is (0.0001505607108356344,-3.215526362509991e-05,-3.441003173065837e-05) mm
+ Endpoint of ComputeStep() was (1211.550280270714,1158.313178605935,4680.934206405852)
+ and current position to locate is (1211.550430831425,1158.313146450672,4680.93417199582)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.005072092582148591 mm long
+ and its vector is (0.002877453490043536,-0.003938073146400711,0.001392107922583818) mm
+ Endpoint of ComputeStep() was (479.3829502370718,370.7768404499273,3067.181348745872)
+ and current position to locate is (479.3858276905618,370.7729023767809,3067.182740853795)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.204958808870463e-05 mm long
+ and its vector is (-1.100740973924985e-05,-4.757922056342068e-06,1.179695573227946e-06) mm
+ Endpoint of ComputeStep() was (764.2681736850757,684.8110767217588,2864.565123985321)
+ and current position to locate is (764.2681626776659,684.8110719638368,2864.565125165017)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00020835603803526 mm long
+ and its vector is (-0.0001037655831623852,1.074114709354035e-05,-0.0001803595578167005) mm
+ Endpoint of ComputeStep() was (764.2681256964325,684.8110311698983,2864.565384710143)
+ and current position to locate is (764.2680219308494,684.8110419110454,2864.565204350585)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001569082307213627 mm long
+ and its vector is (-0.000126215192494783,4.267426282922315e-05,8.28783768156427e-05) mm
+ Endpoint of ComputeStep() was (480.1025903429385,369.9858729570278,3053.087527540765)
+ and current position to locate is (480.102464127746,369.9859156312906,3053.087610419142)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03099827531040775 mm long
+ and its vector is (-0.02960943526889537,-0.001665460372009875,0.009022231266499148) mm
+ Endpoint of ComputeStep() was (66.85640853187044,145.900051424599,3025.484324503797)
+ and current position to locate is (66.82679909660155,145.898385964227,3025.493346735063)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.18731012341076e-05 mm long
+ and its vector is (3.535274987598314e-05,4.263019317818362e-05,-7.330427297347342e-05) mm
+ Endpoint of ComputeStep() was (67.24193596632716,145.6353017842123,3026.617317941765)
+ and current position to locate is (67.24197131907704,145.6353444144055,3026.617244637492)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002467359626259178 mm long
+ and its vector is (0.0002439959749418463,3.622361566613108e-05,-5.696414064004784e-06) mm
+ Endpoint of ComputeStep() was (6.314324827364896,693.722917636504,3569.753270441662)
+ and current position to locate is (6.314568823339838,693.7229538601197,3569.753264745248)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.878747194392028e-05 mm long
+ and its vector is (-8.027807808730358e-06,1.613246774923027e-05,-5.316661372489762e-06) mm
+ Endpoint of ComputeStep() was (-131.0157778267336,480.4290358509614,3431.170238617246)
+ and current position to locate is (-131.0157858545414,480.4290519834292,3431.170233300585)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.725925277749427e-05 mm long
+ and its vector is (2.613507842852414e-05,2.252646586953233e-05,-3.22947826134623e-05) mm
+ Endpoint of ComputeStep() was (-612.1395051280193,130.2019179018996,4408.276976251506)
+ and current position to locate is (-612.1394789929409,130.2019404283655,4408.276943956724)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.160729545289051e-05 mm long
+ and its vector is (3.913702448699041e-05,3.018834831891581e-05,-1.484149197494844e-05) mm
+ Endpoint of ComputeStep() was (-622.9427555434338,105.5310192850224,4466.630414929969)
+ and current position to locate is (-622.9427164064093,105.5310494733707,4466.630400088477)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.008877811380906455 mm long
+ and its vector is (0.00628140423395962,0.006102755313101227,0.001454604191167164) mm
+ Endpoint of ComputeStep() was (-717.3267694731073,52.18537119283624,4380.058450578772)
+ and current position to locate is (-717.3204880688734,52.19147394814934,4380.059905182963)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.30065018362385e-05 mm long
+ and its vector is (8.801848719031113e-05,1.487394512622586e-05,2.610978845041245e-05) mm
+ Endpoint of ComputeStep() was (-717.4376376951294,52.31307728842782,4380.153352492904)
+ and current position to locate is (-717.4375496766422,52.31309216237295,4380.153378602692)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.1795864167987e-05 mm long
+ and its vector is (1.006274669634877e-05,2.536326508106868e-05,1.632246585359098e-05) mm
+ Endpoint of ComputeStep() was (-1231.426128369693,-101.7694613454735,4553.531456317873)
+ and current position to locate is (-1231.426118306947,-101.7694359822084,4553.531472640339)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001204805899210261 mm long
+ and its vector is (-0.0001014388178646186,-4.769842323071316e-05,4.416558840603102e-05) mm
+ Endpoint of ComputeStep() was (-1223.782672813408,-86.83653870175554,4532.561907067308)
+ and current position to locate is (-1223.782774252226,-86.83658640017877,4532.561951232897)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.486041479750557e-05 mm long
+ and its vector is (2.19032945096842e-05,7.149169314857318e-05,4.01307052015909e-05) mm
+ Endpoint of ComputeStep() was (-1177.212819330453,-130.4044827799605,4508.992328915655)
+ and current position to locate is (-1177.212797427158,-130.4044112882673,4508.99236904636)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001604204836583478 mm long
+ and its vector is (-3.808083624790015e-05,-0.0001266697831141528,9.077085178432753e-05) mm
+ Endpoint of ComputeStep() was (-1342.558633228823,-82.63400711750693,4552.910385815072)
+ and current position to locate is (-1342.558671309659,-82.63413378729004,4552.910476585924)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001063491551996213 mm long
+ and its vector is (-8.960101126831432e-05,-1.580201366380152e-05,-5.506448906089645e-05) mm
+ Endpoint of ComputeStep() was (-1331.046448287024,-103.9009022703316,4565.822283058964)
+ and current position to locate is (-1331.046537888036,-103.9009180723452,4565.822227994475)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.557301297793436e-05 mm long
+ and its vector is (5.926081985307974e-05,3.220773223233664e-05,3.408955126360524e-05) mm
+ Endpoint of ComputeStep() was (-1331.046518903011,-103.9009377657983,4565.82204605993)
+ and current position to locate is (-1331.046459642191,-103.9009055580661,4565.822080149481)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 40.1404, position (cm) = (42.2488,98.8775,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.398847, position (cm) = (1.05909,67.5496,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 3.97525, position (cm) = (93.2815,103.124,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.006767916845579276 mm long
+ and its vector is (0.002943349933957506,0.006084451709398309,0.0003476161546132062) mm
+ Endpoint of ComputeStep() was (989.4122925970294,929.0546943603318,4999.977837493187)
+ and current position to locate is (989.4152359469633,929.0607788120412,4999.978185109341)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.007315261324754249 mm long
+ and its vector is (-0.006606944813256632,-0.001197442903048795,0.002903008607972879) mm
+ Endpoint of ComputeStep() was (989.4186051252902,929.0632833779434,4999.986886099709)
+ and current position to locate is (989.411998180477,929.0620859350404,4999.989789108317)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ gamma, kinetic energy (MeV) = 1.89138, position (cm) = (109.941,68.6108,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.199608, position (cm) = (-56.7104,51.3628,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.318944, position (cm) = (-50.9055,49.7456,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001619009752904129 mm long
+ and its vector is (-0.0001356929427629439,-4.09804613354936e-05,7.823012765584281e-05) mm
+ Endpoint of ComputeStep() was (770.2845355395335,1162.564026209673,4644.892345847434)
+ and current position to locate is (770.2843998465908,1162.563985229212,4644.892424077561)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.193056749670331e-05 mm long
+ and its vector is (6.028327982221526e-05,-2.35649213209399e-06,-1.399172288074624e-05) mm
+ Endpoint of ComputeStep() was (770.2843636116224,1162.563751474096,4644.892581447351)
+ and current position to locate is (770.2844238949023,1162.563749117604,4644.892567455629)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00011585747643496 mm long
+ and its vector is (-0.0001016034035501434,-3.20623819334287e-05,-4.551600704871817e-05) mm
+ Endpoint of ComputeStep() was (770.2845590904013,1162.563612021198,4644.892657144281)
+ and current position to locate is (770.2844574869978,1162.563579958816,4644.892611628274)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001274837052116773 mm long
+ and its vector is (0.0001046923623562179,7.191708255049889e-05,-1.093332502932753e-05) mm
+ Endpoint of ComputeStep() was (770.284405443566,1162.563434697159,4644.89264425793)
+ and current position to locate is (770.2845101359284,1162.563506614241,4644.892633324605)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001085550593449078 mm long
+ and its vector is (-7.381380555671058e-06,6.660807275693514e-05,8.539953614672413e-05) mm
+ Endpoint of ComputeStep() was (717.0462090351245,1164.136802454522,4666.152501650888)
+ and current position to locate is (717.046201653744,1164.136869062594,4666.152587050424)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.05811559293368286 mm long
+ and its vector is (0.03915434553039177,0.03761709770378729,-0.02071987761701166) mm
+ Endpoint of ComputeStep() was (638.6201682886924,1201.82217975982,4680.098292482505)
+ and current position to locate is (638.6593226342228,1201.859796857524,4680.077572604888)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001458704040600582 mm long
+ and its vector is (0.0001367227927175918,2.326669527974445e-05,-4.520745096669998e-05) mm
+ Endpoint of ComputeStep() was (636.4200612225244,1207.198295120546,4687.230496927861)
+ and current position to locate is (636.4201979453171,1207.198318387242,4687.23045172041)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.713621976249977e-05 mm long
+ and its vector is (-1.078000218512898e-05,5.655933364323573e-06,-6.602328357985243e-05) mm
+ Endpoint of ComputeStep() was (636.4203303504154,1207.198524156347,4687.230515997146)
+ and current position to locate is (636.4203195704132,1207.19852981228,4687.230449973862)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.899557401854502e-05 mm long
+ and its vector is (2.596921638087224e-05,-2.347646955058735e-05,-1.717876511975192e-05) mm
+ Endpoint of ComputeStep() was (636.4204394173606,1207.198730782152,4687.230445021412)
+ and current position to locate is (636.420465386577,1207.198707305682,4687.230427842647)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.728005314221463e-05 mm long
+ and its vector is (4.345772254055191e-06,3.053228351745929e-05,-5.979548041068483e-05) mm
+ Endpoint of ComputeStep() was (636.4204414280273,1207.198850819392,4687.230575082678)
+ and current position to locate is (636.4204457737995,1207.198881351676,4687.230515287198)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01878645121065933 mm long
+ and its vector is (-0.003854327435988125,0.01813570508966222,-0.00302838405877992) mm
+ Endpoint of ComputeStep() was (600.6922024281971,1084.617156629198,4574.571825787189)
+ and current position to locate is (600.6883481007611,1084.635292334288,4574.568797403131)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008540933045898742 mm long
+ and its vector is (-0.0002299840369914818,0.0001577588511736394,0.000807276198429463) mm
+ Endpoint of ComputeStep() was (589.7231136015102,1144.607759363762,4827.408004074872)
+ and current position to locate is (589.7228836174733,1144.607917122613,4827.408811351071)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.24227624789918e-05 mm long
+ and its vector is (-4.927106715513219e-06,-3.687222715598182e-05,3.693654707603855e-05) mm
+ Endpoint of ComputeStep() was (609.3261251995694,1172.164151367499,4778.18344941961)
+ and current position to locate is (609.3261202724627,1172.164114495272,4778.183486356157)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 67.0855, position (cm) = (58.311,125.953,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 99.3437, position (cm) = (89.2261,149.605,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.848620531175493e-05 mm long
+ and its vector is (3.762256289974175e-05,-6.658968845840718e-05,-6.204747205629246e-05) mm
+ Endpoint of ComputeStep() was (659.6388216961077,849.80431790314,4493.506565055257)
+ and current position to locate is (659.6388593186706,849.8042513134516,4493.506503007785)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001684841256129493 mm long
+ and its vector is (-0.0001350440128362607,7.374605206678098e-05,-6.864062197564635e-05) mm
+ Endpoint of ComputeStep() was (656.242931711426,847.0546552602942,4485.680744330289)
+ and current position to locate is (656.2427966674131,847.0547290063463,4485.680675689667)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.034283656822196e-05 mm long
+ and its vector is (-5.905427053676249e-05,2.766642251117446e-05,4.692689617513679e-05) mm
+ Endpoint of ComputeStep() was (790.2339608279651,1155.823408260484,4258.327288443916)
+ and current position to locate is (790.2339017736946,1155.823435926907,4258.327335370812)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000113497163182095 mm long
+ and its vector is (-3.185340631262079e-05,-1.437505534340744e-05,0.000107982981717214) mm
+ Endpoint of ComputeStep() was (790.2339375806346,1155.823548117455,4258.32724157559)
+ and current position to locate is (790.2339057272283,1155.8235337424,4258.327349558572)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002890480727039286 mm long
+ and its vector is (0.0002442172103656048,-4.895887866496196e-05,0.0001466620969949872) mm
+ Endpoint of ComputeStep() was (596.5041303005013,995.6480220752075,4319.642895084068)
+ and current position to locate is (596.5043745177117,995.6479731163288,4319.643041746165)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001209878776872805 mm long
+ and its vector is (7.32640478418034e-06,-4.426716395755648e-05,-0.0001123601732615498) mm
+ Endpoint of ComputeStep() was (1075.38255113959,1122.97331902858,4548.217709562274)
+ and current position to locate is (1075.382558465994,1122.973274761416,4548.2175972021)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.346114043905823e-05 mm long
+ and its vector is (-2.448086206641165e-06,3.291415077910642e-05,5.505767148861196e-06) mm
+ Endpoint of ComputeStep() was (1009.393240517435,1091.945707154274,4575.574621233422)
+ and current position to locate is (1009.393238069349,1091.945740068424,4575.57462673919)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.291681962503608e-05 mm long
+ and its vector is (6.956056517992693e-05,-4.785026794706937e-05,3.879710038745543e-05) mm
+ Endpoint of ComputeStep() was (1014.623039270841,1115.070750277869,4582.020775172417)
+ and current position to locate is (1014.623108831406,1115.070702427601,4582.020813969517)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.008907533732362157 mm long
+ and its vector is (0.001718162128554468,0.007879254463432517,0.003782780087931314) mm
+ Endpoint of ComputeStep() was (726.9519374947956,1069.692853461431,4327.868684836129)
+ and current position to locate is (726.9536556569242,1069.700732715895,4327.872467616217)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.608331558779145e-05 mm long
+ and its vector is (-3.142920047594089e-05,5.775830504717305e-05,-6.571769517904613e-06) mm
+ Endpoint of ComputeStep() was (727.0297595567059,1069.678045281408,4327.956244013214)
+ and current position to locate is (727.0297281275055,1069.678103039713,4327.956237441445)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001009607745390448 mm long
+ and its vector is (4.751577148454089e-05,-2.593295789665717e-05,-8.52221282912069e-05) mm
+ Endpoint of ComputeStep() was (727.1956835481787,1069.770083048519,4328.045906633247)
+ and current position to locate is (727.1957310639502,1069.770057115561,4328.045821411119)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.039037346730548e-06 mm long
+ and its vector is (1.245667817784124e-07,5.279574224914541e-06,2.929257789219264e-06) mm
+ Endpoint of ComputeStep() was (727.1959477129609,1069.769995110598,4328.045911503058)
+ and current position to locate is (727.1959478375277,1069.770000390172,4328.045914432316)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001763455070002161 mm long
+ and its vector is (9.460338776534627e-05,1.521979493190884e-05,-0.0001480415303376503) mm
+ Endpoint of ComputeStep() was (187.8063322668133,1015.859649780314,4347.339729439223)
+ and current position to locate is (187.8064268702011,1015.859665000109,4347.339581397693)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001175471079830357 mm long
+ and its vector is (3.307519023110217e-07,0.0001128447576093095,3.291312623332487e-05) mm
+ Endpoint of ComputeStep() was (273.0409910950324,1008.516487042348,4343.884841389306)
+ and current position to locate is (273.0409914257843,1008.516599887105,4343.884874302432)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.167604698984717e-05 mm long
+ and its vector is (-1.288785114184066e-05,1.473575127874938e-05,-3.679203473438974e-05) mm
+ Endpoint of ComputeStep() was (273.040971249388,1008.5164494878,4343.884868341265)
+ and current position to locate is (273.0409583615369,1008.516464223552,4343.884831549231)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001117428781764188 mm long
+ and its vector is (-3.967592169829004e-05,-5.08116606852127e-05,-9.127139310294297e-05) mm
+ Endpoint of ComputeStep() was (636.1746404830828,1042.442336606132,4457.887880374567)
+ and current position to locate is (636.1746008071611,1042.442285794471,4457.887789103173)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001454125651041289 mm long
+ and its vector is (9.522067000489187e-05,9.246117201655579e-05,-5.940344908594852e-05) mm
+ Endpoint of ComputeStep() was (636.1743948087613,1042.4423058937,4457.887846135328)
+ and current position to locate is (636.1744900294314,1042.442398354872,4457.887786731879)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000181779880445763 mm long
+ and its vector is (2.164957800232514e-05,-0.0001761143962539791,3.94834160033497e-05) mm
+ Endpoint of ComputeStep() was (636.1744448696729,1042.442584040663,4457.887802832454)
+ and current position to locate is (636.1744665192509,1042.442407926267,4457.88784231587)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 2.38216e-07, position (cm) = (56.0198,89.0093,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 6.8052e-08, position (cm) = (83.3198,88.7417,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001449684051086543 mm long
+ and its vector is (0.00123161839144359,-0.0001216013149587525,-0.000754925894398184) mm
+ Endpoint of ComputeStep() was (738.4572480275972,1196.823506883809,4841.165754082905)
+ and current position to locate is (738.4584796459886,1196.823385282494,4841.16499915701)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003215141278579297 mm long
+ and its vector is (0.001623513339268357,-0.002607028916258969,0.0009511772223049775) mm
+ Endpoint of ComputeStep() was (764.0420861241407,944.4207811392561,4469.442876866696)
+ and current position to locate is (764.04370963748,944.4181741103398,4469.443828043918)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.59227764224459e-05 mm long
+ and its vector is (8.86572194076507e-05,2.870806065402576e-05,2.273595691804076e-05) mm
+ Endpoint of ComputeStep() was (593.6043183460079,933.8838347566406,4841.61872730762)
+ and current position to locate is (593.6044070032273,933.8838634647012,4841.618750043577)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.532164421666023e-05 mm long
+ and its vector is (3.282580462382612e-05,-7.542426817508385e-05,-2.26589781959774e-05) mm
+ Endpoint of ComputeStep() was (593.6044869965538,933.8839909044482,4841.618762999969)
+ and current position to locate is (593.6045198223584,933.88391548018,4841.618740340991)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00013868256748528 mm long
+ and its vector is (-0.0001358717748871641,-2.089423708184768e-05,1.830699784477474e-05) mm
+ Endpoint of ComputeStep() was (705.267199870766,943.1133688539308,4802.786355030917)
+ and current position to locate is (705.2670639989911,943.1133479596937,4802.786373337914)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001519099913455491 mm long
+ and its vector is (0.0001095279269520688,-9.933427804753592e-05,3.482786087261047e-05) mm
+ Endpoint of ComputeStep() was (980.0301771531324,1211.539597726246,4395.177895681945)
+ and current position to locate is (980.0302866810594,1211.539498391968,4395.177930509806)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001625250095806434 mm long
+ and its vector is (2.767445971585403e-05,-0.0001601505687176541,5.462215995066799e-07) mm
+ Endpoint of ComputeStep() was (980.0303141847667,1211.53966835929,4395.178012590708)
+ and current position to locate is (980.0303418592264,1211.539508208722,4395.17801313693)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000127883209274302 mm long
+ and its vector is (-1.63563715886994e-05,5.285292149892484e-05,-0.0001152959366663708) mm
+ Endpoint of ComputeStep() was (980.0302278117348,1211.539429746212,4395.178135192797)
+ and current position to locate is (980.0302114553632,1211.539482599134,4395.17801989686)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.235795183218867e-05 mm long
+ and its vector is (1.174585167973419e-05,-9.160373201666516e-05,-8.845991033012979e-07) mm
+ Endpoint of ComputeStep() was (1078.955848412878,1100.181977464185,4310.558399790543)
+ and current position to locate is (1078.955860158729,1100.181885860453,4310.558398905944)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.851826506191563e-05 mm long
+ and its vector is (4.080389612681756e-05,2.017068209170247e-05,-1.679903834883589e-05) mm
+ Endpoint of ComputeStep() was (1102.001276724289,1180.440600143445,4261.596273482223)
+ and current position to locate is (1102.001317528185,1180.440620314128,4261.596256683185)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.57636085170728e-05 mm long
+ and its vector is (7.317859626709833e-05,3.155010381306056e-05,5.310511005518492e-05) mm
+ Endpoint of ComputeStep() was (1102.001329789096,1180.440622774802,4261.596065636796)
+ and current position to locate is (1102.001402967692,1180.440654324906,4261.596118741906)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001557849065943523 mm long
+ and its vector is (-0.0001481866779613483,-3.658559194263944e-05,-3.116312018391909e-05) mm
+ Endpoint of ComputeStep() was (616.3958313212701,902.9087348507255,4310.764335768955)
+ and current position to locate is (616.3956831345921,902.9086982651336,4310.764304605835)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001352298099949492 mm long
+ and its vector is (6.074372993225552e-05,2.222639739102306e-05,-0.0001187572652270319) mm
+ Endpoint of ComputeStep() was (616.3955680989973,902.9086770167718,4310.764395776137)
+ and current position to locate is (616.3956288427272,902.9086992431692,4310.764277018872)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ gamma, kinetic energy (MeV) = 0.343857, position (cm) = (120.756,133.252,500), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 1.15666, position (cm) = (37.1247,144.831,500), weight = 3.8147e-06
+ neutron, kinetic energy (MeV) = 2.9434, position (cm) = (101.404,118.713,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001037733369355811 mm long
+ and its vector is (2.222698901732656e-05,-8.71480451678508e-05,5.176953391128336e-05) mm
+ Endpoint of ComputeStep() was (617.0971793926059,331.4741135951789,4071.557950705059)
+ and current position to locate is (617.0972016195949,331.4740264471337,4071.558002474593)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000110440954423949 mm long
+ and its vector is (-5.911690459470265e-05,-6.453279240759002e-05,6.736404611729085e-05) mm
+ Endpoint of ComputeStep() was (765.7723170638072,528.0541894459946,3980.698182025071)
+ and current position to locate is (765.7722579469026,528.0541249132021,3980.698249389117)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.04076198364425822 mm long
+ and its vector is (-0.01342130635828198,-0.002227526495062193,0.03842454907953652) mm
+ Endpoint of ComputeStep() was (822.8004571426982,875.3069376392064,4275.858232938217)
+ and current position to locate is (822.7870358363399,875.3047101127113,4275.896657487297)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.663924689620746e-05 mm long
+ and its vector is (5.769190124738088e-06,2.559140841640328e-05,3.856184139294783e-05) mm
+ Endpoint of ComputeStep() was (732.3000839557625,842.2762276479243,4278.827051072438)
+ and current position to locate is (732.3000897249526,842.2762532393327,4278.827089634279)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001021980288220006 mm long
+ and its vector is (-3.823385065970797e-05,-9.353109544463223e-05,1.531482757854974e-05) mm
+ Endpoint of ComputeStep() was (749.7111242090059,1015.072952480978,4232.398828809542)
+ and current position to locate is (749.7110859751552,1015.072858949883,4232.398844124369)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.868790392626285e-05 mm long
+ and its vector is (1.579190495704097e-05,-1.323397555097472e-05,-5.495223103935132e-05) mm
+ Endpoint of ComputeStep() was (945.6486756156418,983.3995219052363,4397.947425504111)
+ and current position to locate is (945.6486914075467,983.3995086712607,4397.94737055188)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.459392953687227e-05 mm long
+ and its vector is (-9.125307315116515e-06,2.926208981079981e-05,-7.884536626079353e-05) mm
+ Endpoint of ComputeStep() was (945.6488249521598,983.3994360811785,4397.947418916926)
+ and current position to locate is (945.6488158268525,983.3994653432683,4397.94734007156)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001319866846323285 mm long
+ and its vector is (-0.0001133278261704618,5.649732736401347e-05,3.722016572282882e-05) mm
+ Endpoint of ComputeStep() was (945.6489526032764,983.3994765610976,4397.947271461239)
+ and current position to locate is (945.6488392754502,983.3995330584249,4397.947308681405)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.783652857978731e-05 mm long
+ and its vector is (1.037579954754619e-05,-1.347170154986088e-05,5.3849598771194e-06) mm
+ Endpoint of ComputeStep() was (831.1096091333793,1090.11808979533,4277.665253331892)
+ and current position to locate is (831.1096195091789,1090.118076323628,4277.665258716852)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.996963311899879e-05 mm long
+ and its vector is (-7.066897978802444e-06,2.707823978198576e-05,-4.139797238167375e-05) mm
+ Endpoint of ComputeStep() was (831.1097455775799,1090.117975509345,4277.665231570072)
+ and current position to locate is (831.109738510682,1090.118002587585,4277.6651901721)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001082358779717725 mm long
+ and its vector is (5.88631245364013e-05,-8.893655945030332e-05,-1.845064343797276e-05) mm
+ Endpoint of ComputeStep() was (839.6858224539029,1120.198763106498,4349.982568008933)
+ and current position to locate is (839.6858813170275,1120.198674169938,4349.98254955829)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.570595491170637e-05 mm long
+ and its vector is (-3.310038732706744e-05,7.535508075307007e-06,-7.869619548728224e-05) mm
+ Endpoint of ComputeStep() was (839.6859878227932,1120.198565004664,4349.982587647968)
+ and current position to locate is (839.6859547224059,1120.198572540173,4349.982508951773)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001032780400283163 mm long
+ and its vector is (0.0007908345569376252,-0.0003944969162148482,-0.0005344045675883535) mm
+ Endpoint of ComputeStep() was (798.4633368133266,1064.096839431989,4276.087368526752)
+ and current position to locate is (798.4641276478835,1064.096444935073,4276.086834122184)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.004667500413016414 mm long
+ and its vector is (0.003278488462683526,0.002152496256030645,-0.002530579651647713) mm
+ Endpoint of ComputeStep() was (798.7005023692864,1064.09021482144,4276.417548184711)
+ and current position to locate is (798.7037808577491,1064.092367317696,4276.41501760506)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000156508168836474 mm long
+ and its vector is (-9.829325870214234e-05,6.441169034587801e-06,-0.0001216213531733956) mm
+ Endpoint of ComputeStep() was (671.4699527668644,1129.45341590787,4558.883014274886)
+ and current position to locate is (671.4698544736057,1129.453422349039,4558.882892653533)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.855542157776694e-05 mm long
+ and its vector is (2.128479081875412e-08,-2.531321047172241e-05,-1.321563559031347e-05) mm
+ Endpoint of ComputeStep() was (671.4696505480237,1129.453423111805,4558.882952564653)
+ and current position to locate is (671.4696505693084,1129.453397798594,4558.882939349018)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02565109206077553 mm long
+ and its vector is (-0.02276096128503013,0.006685606400651523,-0.009758064989910054) mm
+ Endpoint of ComputeStep() was (665.9126594960297,1126.116802452949,4569.999818980944)
+ and current position to locate is (665.8898985347447,1126.123488059349,4569.990060915954)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003825834764542371 mm long
+ and its vector is (-0.003028867922466816,0.0006683322490061983,-0.002239710418507457) mm
+ Endpoint of ComputeStep() was (665.5151690048224,1126.016956623076,4570.598669106708)
+ and current position to locate is (665.5121401368999,1126.017624955325,4570.59642939629)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01785894861461994 mm long
+ and its vector is (-0.008984897569234818,0.008925201245347125,0.01259184037462546) mm
+ Endpoint of ComputeStep() was (1121.216670107889,1292.381807314833,4932.280207273045)
+ and current position to locate is (1121.20768521032,1292.390732516078,4932.292799113419)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 36.5493, position (cm) = (79.7779,118.904,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 4.82348, position (cm) = (121.342,115.253,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001731919953319311 mm long
+ and its vector is (0.0001412126285913473,1.616870429188566e-05,-9.895975836116122e-05) mm
+ Endpoint of ComputeStep() was (402.5539606276806,647.7163443336641,4181.462129298861)
+ and current position to locate is (402.5541018403092,647.7163605023684,4181.462030339103)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001526051000135163 mm long
+ and its vector is (-7.046034568247705e-06,-0.0001521884614703595,-8.794438144832384e-06) mm
+ Endpoint of ComputeStep() was (492.1504904542391,704.1220023299053,4082.577849266188)
+ and current position to locate is (492.1504834082045,704.1218501414438,4082.57784047175)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.121522009487696e-05 mm long
+ and its vector is (-2.832491679782834e-05,-3.272382332397683e-05,-4.329149624027195e-05) mm
+ Endpoint of ComputeStep() was (784.1434501874555,632.092661118974,3821.780191785593)
+ and current position to locate is (784.1434218625387,632.0926283951507,3821.780148494096)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.420237073462036e-05 mm long
+ and its vector is (2.336763441235234e-05,-1.226752669936104e-05,-4.73429872727138e-05) mm
+ Endpoint of ComputeStep() was (638.9600917525203,1233.785185613948,3940.855514076767)
+ and current position to locate is (638.9601151201547,1233.785173346422,3940.85546673378)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001199276455494908 mm long
+ and its vector is (-0.0001047605696840037,2.882913076973637e-05,-5.076164325146237e-05) mm
+ Endpoint of ComputeStep() was (682.1368113956871,910.9138447976521,3923.574121277463)
+ and current position to locate is (682.1367066351174,910.9138736267829,3923.57407051582)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.565125956319065e-05 mm long
+ and its vector is (-7.512892489103251e-05,-5.521520540696656e-05,2.135624481525156e-05) mm
+ Endpoint of ComputeStep() was (500.2171453392475,538.9673921746775,3626.173489803313)
+ and current position to locate is (500.2170702103226,538.967336959472,3626.173511159558)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.109900923921439e-05 mm long
+ and its vector is (-5.558739201205753e-05,4.341082535574969e-05,8.978374353318941e-06) mm
+ Endpoint of ComputeStep() was (696.8615071195359,726.299847825815,4102.070456073425)
+ and current position to locate is (696.8614515321439,726.2998912366404,4102.070465051799)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.775563042542417e-06 mm long
+ and its vector is (5.384276505537855e-06,3.035432428077911e-06,4.717530828202143e-06) mm
+ Endpoint of ComputeStep() was (696.8614645959522,726.299700884494,4102.070559805304)
+ and current position to locate is (696.8614699802287,726.2997039199264,4102.070564522835)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001521527919199587 mm long
+ and its vector is (2.928013043401734e-05,-8.163356858403858e-05,0.0001250164250450325) mm
+ Endpoint of ComputeStep() was (751.9390974783608,731.4355395593238,4429.773355458326)
+ and current position to locate is (751.9391267584913,731.4354579257553,4429.773480474752)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001197540244908131 mm long
+ and its vector is (-2.585042477676325e-05,8.430577611306944e-05,8.102665015030652e-05) mm
+ Endpoint of ComputeStep() was (766.1224993502523,732.4607936128574,4397.716713382918)
+ and current position to locate is (766.1224734998275,732.4608779186335,4397.716794409568)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001892226359643339 mm long
+ and its vector is (-3.435346036440023e-05,-0.0001774120696609316,-5.612488985207165e-05) mm
+ Endpoint of ComputeStep() was (766.1226325845527,732.4609970268781,4397.716958487485)
+ and current position to locate is (766.1225982310923,732.4608196148084,4397.716902362595)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001913115737352363 mm long
+ and its vector is (3.403083314879041e-05,0.0001450625759389368,-0.0001199952903334633) mm
+ Endpoint of ComputeStep() was (972.4650603644208,733.4396864437192,4449.872460358362)
+ and current position to locate is (972.4650943952539,733.4398315062951,4449.872340363072)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001879140064515479 mm long
+ and its vector is (0.0001220960284626926,-5.213481824739574e-05,0.000132989452140464) mm
+ Endpoint of ComputeStep() was (552.8632203885476,681.2313374927148,4168.127382607236)
+ and current position to locate is (552.863342484576,681.2312853578966,4168.127515596688)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001548597004187734 mm long
+ and its vector is (-8.293874054743355e-05,1.464278943785757e-05,0.0001299549185205251) mm
+ Endpoint of ComputeStep() was (736.8353033714592,727.0955450658399,4218.03552625226)
+ and current position to locate is (736.8352204327186,727.0955597086294,4218.035656207178)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001100667339663826 mm long
+ and its vector is (9.927018288635736e-05,-4.560252523333475e-05,1.343601161352126e-05) mm
+ Endpoint of ComputeStep() was (736.8350688912473,727.0954582806135,4218.035529941282)
+ and current position to locate is (736.8351681614301,727.0954126780882,4218.035543377294)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03511144278164544 mm long
+ and its vector is (-0.02779035008995834,-0.004832366786786224,0.02090832578960544) mm
+ Endpoint of ComputeStep() was (696.2509183131389,595.6326056100869,3874.650318019044)
+ and current position to locate is (696.2231279630489,595.6277732433001,3874.671226344833)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.949402919958865e-05 mm long
+ and its vector is (5.463838323294112e-05,1.920747092754027e-05,-1.36110120365629e-05) mm
+ Endpoint of ComputeStep() was (351.328886742485,552.4550680365923,4181.94024058883)
+ and current position to locate is (351.3289413808682,552.4550872440632,4181.940226977818)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.754406939287716e-05 mm long
+ and its vector is (5.335333526090835e-06,5.904591398575576e-05,-3.236225529690273e-05) mm
+ Endpoint of ComputeStep() was (586.9930671242279,631.026613904845,4498.172706035799)
+ and current position to locate is (586.9930724595614,631.026672950759,4498.172673673544)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.005758632036093236 mm long
+ and its vector is (0.0004499655835843441,0.00566925183454714,0.0009049627269632765) mm
+ Endpoint of ComputeStep() was (586.3576190391533,630.9692465160326,4497.819390296814)
+ and current position to locate is (586.3580690047369,630.9749157678672,4497.820295259541)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000226474510930761 mm long
+ and its vector is (0.0002176632449391036,-5.909136370974011e-05,2.053354910458438e-05) mm
+ Endpoint of ComputeStep() was (586.3042309647855,630.9887954232703,4497.812073583323)
+ and current position to locate is (586.3044486280304,630.9887363319066,4497.812094116872)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001163918217231867 mm long
+ and its vector is (2.350961085539893e-05,0.0001036873106841085,-4.736344544653548e-05) mm
+ Endpoint of ComputeStep() was (573.908265473685,583.280801600324,4264.069186664358)
+ and current position to locate is (573.9082889832958,583.2809052876347,4264.069139300913)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0007302908051300726 mm long
+ and its vector is (0.0002628126090939986,-0.0005884125893089731,-0.000343547401826072) mm
+ Endpoint of ComputeStep() was (656.0407633111249,385.5009567430765,4153.046657845722)
+ and current position to locate is (656.041026123734,385.5003683304872,4153.04631429832)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001475426615304595 mm long
+ and its vector is (-2.700121046927961e-05,-0.000144390335094613,1.382760774504277e-05) mm
+ Endpoint of ComputeStep() was (797.4349627672826,629.3944387830722,4060.476730399967)
+ and current position to locate is (797.4349357660722,629.3942943927372,4060.476744227574)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006640173964371788 mm long
+ and its vector is (-0.0001310928360567232,-7.73229850210555e-05,-0.0006463396375693264) mm
+ Endpoint of ComputeStep() was (439.7722303324128,559.3008292810473,4250.856805328463)
+ and current position to locate is (439.7720992395767,559.3007519580623,4250.856158988826)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.033217373772428e-05 mm long
+ and its vector is (-2.050876821613201e-05,-2.150173770587571e-05,-6.091507657401962e-06) mm
+ Endpoint of ComputeStep() was (593.9860543424878,593.6676056667325,3818.872640743121)
+ and current position to locate is (593.9860338337196,593.6675841649948,3818.872634651613)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01744865828494404 mm long
+ and its vector is (-0.001937374349608945,-0.01386506964308865,0.01041451392848103) mm
+ Endpoint of ComputeStep() was (595.3726618101319,592.7449587602417,3821.551575675539)
+ and current position to locate is (595.3707244357823,592.7310936905986,3821.561990189467)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002141870786859609 mm long
+ and its vector is (0.0015444342104729,0.0005395298152279793,-0.0013824764068886) mm
+ Endpoint of ComputeStep() was (490.2488218509956,826.3870283353359,3914.385242633897)
+ and current position to locate is (490.2503662852061,826.3875678651511,3914.38386015749)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.391057858117551e-05 mm long
+ and its vector is (-3.47500207453777e-05,8.664111953748943e-05,1.024447328745737e-05) mm
+ Endpoint of ComputeStep() was (490.2502731128894,826.3874475846642,3914.38370049085)
+ and current position to locate is (490.2502383628686,826.3875342257837,3914.383710735323)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001256292187879923 mm long
+ and its vector is (4.985743430552247e-06,1.286296526359365e-05,-0.0001248694802598038) mm
+ Endpoint of ComputeStep() was (493.3051480052771,829.3313253730236,3917.762799896682)
+ and current position to locate is (493.3051529910205,829.3313382359888,3917.762675027202)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.008534410217724667 mm long
+ and its vector is (8.593887798724609e-05,0.007163531794617484,-0.004638166070890293) mm
+ Endpoint of ComputeStep() was (632.0106447846073,861.6929785995464,3872.688946687741)
+ and current position to locate is (632.0107307234853,861.7001421313411,3872.68430852167)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.893316101575224e-05 mm long
+ and its vector is (1.008176116101822e-05,-3.872571232932387e-05,2.816259120663744e-05) mm
+ Endpoint of ComputeStep() was (548.9251824457001,807.9647794564146,3925.811370575272)
+ and current position to locate is (548.9251925274613,807.9647407307023,3925.811398737863)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.271620727248982e-05 mm long
+ and its vector is (-4.01468313384612e-05,5.610417701973347e-06,7.210219200715073e-05) mm
+ Endpoint of ComputeStep() was (548.9252420965519,807.9645729816373,3925.811344498365)
+ and current position to locate is (548.9252019497205,807.964578592055,3925.811416600557)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.17066733437295e-05 mm long
+ and its vector is (-7.933257279546524e-06,-4.660396461986238e-05,5.391642525864881e-05) mm
+ Endpoint of ComputeStep() was (548.925127289119,807.9647308381311,3925.811441845591)
+ and current position to locate is (548.9251193558617,807.9646842341665,3925.811495762016)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.401608378329076e-05 mm long
+ and its vector is (3.385244212950056e-05,2.999309685947082e-06,-1.452673132007476e-06) mm
+ Endpoint of ComputeStep() was (548.9250974895006,807.9646056364564,3925.811620446183)
+ and current position to locate is (548.9251313419427,807.9646086357661,3925.81161899351)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.327757221842963e-05 mm long
+ and its vector is (-7.525357398208143e-05,-1.512090420874301e-06,3.563379323168192e-05) mm
+ Endpoint of ComputeStep() was (835.1984803199364,1001.177643034156,4373.786021923802)
+ and current position to locate is (835.1984050663624,1001.177641522065,4373.786057557595)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001914917805930784 mm long
+ and its vector is (-0.0001543038442832767,0.000112875704076032,-1.088582121155923e-05) mm
+ Endpoint of ComputeStep() was (835.1985727095882,1001.177551962626,4373.78612112864)
+ and current position to locate is (835.198418405744,1001.17766483833,4373.786110242819)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001230689763992634 mm long
+ and its vector is (3.009075373938686e-05,4.987184468063788e-05,0.0001084127234207699) mm
+ Endpoint of ComputeStep() was (835.1982767938623,1001.177621698266,4373.786029686867)
+ and current position to locate is (835.198306884616,1001.177671570111,4373.78613809959)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.587869267180215e-05 mm long
+ and its vector is (6.792540796141111e-05,4.61330000689486e-06,3.350272254465381e-05) mm
+ Endpoint of ComputeStep() was (763.9783262254695,1088.550911219046,4267.482359742866)
+ and current position to locate is (763.9783941508774,1088.550915832346,4267.482393245588)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001319213574126882 mm long
+ and its vector is (0.0001216510235053647,-3.41463571658096e-05,-3.792491679632803e-05) mm
+ Endpoint of ComputeStep() was (763.7238310593203,1088.9408700423,4268.452984447306)
+ and current position to locate is (763.7239527103438,1088.940835895943,4268.45294652239)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.74144250529574e-05 mm long
+ and its vector is (3.166682245137054e-05,3.434260088397423e-05,7.388558606180595e-05) mm
+ Endpoint of ComputeStep() was (1163.626726318547,1255.234893560599,4514.015684954903)
+ and current position to locate is (1163.62675798537,1255.2349279032,4514.015758840489)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.473460733163173e-05 mm long
+ and its vector is (-1.070968937710859e-05,-5.736685011470399e-05,-4.668627843784634e-05) mm
+ Endpoint of ComputeStep() was (1163.626571128235,1255.235021285112,4514.015806593647)
+ and current position to locate is (1163.626560418545,1255.234963918262,4514.015759907368)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.676859359732675e-05 mm long
+ and its vector is (9.873725048237247e-06,9.148178605755675e-06,2.313823642907664e-05) mm
+ Endpoint of ComputeStep() was (836.1713488445035,1053.238812755196,4606.78503467894)
+ and current position to locate is (836.1713587182286,1053.238821903374,4606.785057817176)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.340725307937274e-05 mm long
+ and its vector is (4.533719453547747e-05,-2.884009654735564e-05,5.001412228011759e-05) mm
+ Endpoint of ComputeStep() was (451.5073726991156,1230.290258782434,4614.861875075549)
+ and current position to locate is (451.5074180363102,1230.290229942337,4614.861925089671)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.574170480140029e-05 mm long
+ and its vector is (1.044045444587027e-05,-4.969638735019544e-05,-4.175209869572427e-05) mm
+ Endpoint of ComputeStep() was (465.8862211354851,1104.025848095652,4520.004031089265)
+ and current position to locate is (465.8862315759396,1104.025798399264,4520.003989337167)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.724352865220944e-05 mm long
+ and its vector is (5.517265634580326e-05,-9.833174544837675e-06,-3.716152332344791e-05) mm
+ Endpoint of ComputeStep() was (209.2145831059455,1235.907392991783,4229.942112941833)
+ and current position to locate is (209.2146382786018,1235.907383158608,4229.94207578031)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.294268190937036e-05 mm long
+ and its vector is (8.568286489207821e-07,-1.630180770462175e-05,-1.612090454727877e-05) mm
+ Endpoint of ComputeStep() was (364.7765078664756,1009.120304910197,4378.264745595336)
+ and current position to locate is (364.7765087233042,1009.12028860839,4378.264729474431)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.172740976738784e-05 mm long
+ and its vector is (1.298174640851357e-05,-1.654576453802292e-05,5.458229679788928e-06) mm
+ Endpoint of ComputeStep() was (364.7765597485545,1009.120274364446,4378.264478449047)
+ and current position to locate is (364.7765727303009,1009.120257818682,4378.264483907276)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002851610158191683 mm long
+ and its vector is (0.001760566316534096,0.001971413874684913,-0.001070333627467335) mm
+ Endpoint of ComputeStep() was (538.0446206063242,936.0437887595295,4312.19924185057)
+ and current position to locate is (538.0463811726407,936.0457601734042,4312.198171516942)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.004916378981519458 mm long
+ and its vector is (-0.003808828075761994,0.003067136095751266,-0.0005062481104687322) mm
+ Endpoint of ComputeStep() was (597.8849252547391,923.5481208827583,4122.768989666116)
+ and current position to locate is (597.8811164266633,923.5511880188541,4122.768483418005)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002123450191455638 mm long
+ and its vector is (6.80339724112855e-06,0.0001101737494764166,0.0001813997405406553) mm
+ Endpoint of ComputeStep() was (639.6669503791833,760.7038875913671,4467.747675858542)
+ and current position to locate is (639.6669571825805,760.7039977651166,4467.747857258282)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ gamma, kinetic energy (MeV) = 0.542713, position (cm) = (67.3672,49.7969,500), weight = 3.8147e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001058670196253017 mm long
+ and its vector is (6.943236371625972e-05,-5.765516122835379e-05,-5.53430672880495e-05) mm
+ Endpoint of ComputeStep() was (524.6735838525929,29.84191689711655,4398.548002011496)
+ and current position to locate is (524.6736532849566,29.84185924195532,4398.547946668429)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001141970598291059 mm long
+ and its vector is (-6.550127056925703e-05,3.679650890475727e-05,-8.60033078424749e-05) mm
+ Endpoint of ComputeStep() was (524.6738092895008,29.84184628081797,4398.547973941194)
+ and current position to locate is (524.6737437882302,29.84188307732687,4398.547887937886)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.348764062509813e-05 mm long
+ and its vector is (-1.695861089956452e-05,-1.796925164398999e-05,2.260384007968241e-05) mm
+ Endpoint of ComputeStep() was (671.7496071124687,621.4181110432743,3782.507936974882)
+ and current position to locate is (671.7495901538578,621.4180930740226,3782.507959578722)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001080986340428763 mm long
+ and its vector is (-9.577138951044617e-05,-4.451398433502618e-05,-2.305777161382139e-05) mm
+ Endpoint of ComputeStep() was (984.1543784848492,684.6408968826022,3874.950882240446)
+ and current position to locate is (984.1542827134597,684.6408523686179,3874.950859182675)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001123302545082322 mm long
+ and its vector is (0.0001089292777578521,-1.70069163232256e-05,-2.15235527321056e-05) mm
+ Endpoint of ComputeStep() was (984.154155890426,684.6406799502815,3874.950939822189)
+ and current position to locate is (984.1542648197037,684.6406629433652,3874.950918298636)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004284086698417463 mm long
+ and its vector is (-0.0003278782610323105,5.285560052925575e-05,0.0002706217283048318) mm
+ Endpoint of ComputeStep() was (878.9655438304205,706.1210419650226,3752.283163830019)
+ and current position to locate is (878.9652159521595,706.1210948206232,3752.283434451748)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001002349189314873 mm long
+ and its vector is (-1.978172974759218e-05,-9.399598172876722e-05,-2.864397947632824e-05) mm
+ Endpoint of ComputeStep() was (878.9653651945841,706.1210954768284,3752.28367998624)
+ and current position to locate is (878.9653454128544,706.1210014808466,3752.283651342261)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.268288281399653e-06 mm long
+ and its vector is (6.927292588443379e-07,-2.401670428753278e-06,3.459825165919028e-06) mm
+ Endpoint of ComputeStep() was (542.7054083509995,489.444146197366,3664.313147607765)
+ and current position to locate is (542.7054090437288,489.4441437956956,3664.31315106759)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.07877339635207785 mm long
+ and its vector is (0.04257654842285774,0.06287725340700945,0.02095081146944722) mm
+ Endpoint of ComputeStep() was (530.5618764570869,700.7150832726549,3750.963056635112)
+ and current position to locate is (530.6044530055098,700.7779605260619,3750.984007446581)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001665280925417554 mm long
+ and its vector is (0.0001262170206928204,-7.411728472561663e-05,-7.941975445646676e-05) mm
+ Endpoint of ComputeStep() was (528.5589430402352,700.9758159144033,3755.345970329394)
+ and current position to locate is (528.5590692572559,700.9757417971185,3755.345890909639)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001175401316878506 mm long
+ and its vector is (2.34350170558173e-06,-0.0001159163258535045,1.932863051479217e-05) mm
+ Endpoint of ComputeStep() was (555.3233092467721,693.5080471467063,4132.391311975896)
+ and current position to locate is (555.3233115902738,693.5079312303804,4132.391331304527)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.098278492366288e-05 mm long
+ and its vector is (-2.926133083747118e-05,-2.822873761942901e-05,8.139275178109528e-05) mm
+ Endpoint of ComputeStep() was (555.3235448677769,693.5079868385186,4132.391332752944)
+ and current position to locate is (555.3235156064461,693.507958609781,4132.391414145695)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 3.10668, position (cm) = (57.8944,59.111,500), weight = 1.90735e-06
+ anti_nu_e, kinetic energy (MeV) = 0.613702, position (cm) = (-43.3148,67.0275,500), weight = 3.8147e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001644898759773127 mm long
+ and its vector is (3.924271908317678e-06,0.0001471258265723918,-7.345413905568421e-05) mm
+ Endpoint of ComputeStep() was (198.2069462277095,474.3397580637753,4800.954020543578)
+ and current position to locate is (198.2069501519814,474.3399051896018,4800.953947089439)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.026949422487659e-05 mm long
+ and its vector is (1.340723687803802e-05,-4.235449887346476e-05,-6.685457447019871e-05) mm
+ Endpoint of ComputeStep() was (198.2066961892757,474.3398665604535,4800.954017007942)
+ and current position to locate is (198.2067095965126,474.3398242059546,4800.953950153367)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.699222566268143e-05 mm long
+ and its vector is (-1.031317253818997e-05,1.290289162625413e-05,3.986175215686671e-06) mm
+ Endpoint of ComputeStep() was (198.2065617638618,474.339693548021,4800.953918169272)
+ and current position to locate is (198.2065514506893,474.3397064509127,4800.953922155447)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 98.9187, position (cm) = (48.6852,19.506,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 98.5506, position (cm) = (46.9295,17.6231,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 6.22504e-09, position (cm) = (17.9627,18.2,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.000273832, position (cm) = (40.5792,29.0458,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 4.1099, position (cm) = (120.167,8.45872,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003311888488795716 mm long
+ and its vector is (-0.001959808686933684,-0.0009577063964627541,0.002492098258699116) mm
+ Endpoint of ComputeStep() was (1224.670335775994,222.0615706564351,4954.048978208368)
+ and current position to locate is (1224.668375967307,222.0606129500387,4954.051470306626)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001697434816439618 mm long
+ and its vector is (3.241632475692313e-05,-0.0001519724977470105,6.831099017290398e-05) mm
+ Endpoint of ComputeStep() was (596.9184351811905,352.502808939683,4404.387410205554)
+ and current position to locate is (596.9184675975152,352.5026569671853,4404.387478516544)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.571286990899965e-05 mm long
+ and its vector is (7.678864790250373e-06,5.447131246683057e-05,3.594568715925561e-05) mm
+ Endpoint of ComputeStep() was (528.2594215777294,373.2138228781614,4275.343448167853)
+ and current position to locate is (528.2594292565942,373.2138773494738,4275.34348411354)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001045037583365853 mm long
+ and its vector is (2.076656176086544e-05,5.358764906304714e-05,-8.728201009944314e-05) mm
+ Endpoint of ComputeStep() was (791.5313242468413,874.6702635287402,4816.914119952029)
+ and current position to locate is (791.5313450134031,874.6703171163892,4816.914032670019)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001135499331149248 mm long
+ and its vector is (1.809635921290464e-05,-1.672731377766468e-05,0.0001108436108552269) mm
+ Endpoint of ComputeStep() was (745.6826847268742,868.112083208312,4780.124597618627)
+ and current position to locate is (745.6827028232334,868.1120664809982,4780.124708462238)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001950324891369224 mm long
+ and its vector is (9.755787573340058e-05,0.0001193791219975537,0.0001194519063574262) mm
+ Endpoint of ComputeStep() was (750.9086131578603,872.237704159986,4734.176153235731)
+ and current position to locate is (750.908710715736,872.237823539108,4734.176272687638)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008880561613393606 mm long
+ and its vector is (-0.0002251057662761013,0.0005094006442050159,0.000691724022544804) mm
+ Endpoint of ComputeStep() was (788.1279347326142,796.0490656811746,4808.666685390938)
+ and current position to locate is (788.1277096268479,796.0495750818188,4808.667377114961)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.491904547709352e-05 mm long
+ and its vector is (2.114985636580968e-05,2.651564892630631e-05,8.30323278933065e-06) mm
+ Endpoint of ComputeStep() was (528.2378454878201,367.5734792012692,4266.040458236467)
+ and current position to locate is (528.2378666376765,367.5735057169181,4266.0404665397)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.843579440850924e-05 mm long
+ and its vector is (5.59944697897663e-05,1.514525371248965e-05,-7.06984519638354e-06) mm
+ Endpoint of ComputeStep() was (528.2377767168291,367.5736451011059,4266.040535944442)
+ and current position to locate is (528.2378327112989,367.5736602463596,4266.040528874597)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.032167402933111e-05 mm long
+ and its vector is (4.301679237528333e-05,5.431868373761972e-05,1.200724818772869e-05) mm
+ Endpoint of ComputeStep() was (251.0028449683539,232.1748944614588,4801.522586165303)
+ and current position to locate is (251.0028879851462,232.1749487801426,4801.522598172551)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.936600860838726e-05 mm long
+ and its vector is (-1.008405337188378e-05,-1.438833459133093e-05,8.144322237058077e-06) mm
+ Endpoint of ComputeStep() was (251.0028201877701,232.1750948560935,4801.522726246435)
+ and current position to locate is (251.0028101037167,232.1750804677589,4801.522734390757)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001217710455932544 mm long
+ and its vector is (-9.481802902655545e-05,4.633126451381031e-05,-6.075477631384274e-05) mm
+ Endpoint of ComputeStep() was (250.9631849933264,231.8915283706964,4801.646966676785)
+ and current position to locate is (250.9630901752974,231.8915747019609,4801.646905922009)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002659663658708843 mm long
+ and its vector is (0.0002004745247745632,-0.0001304259497487692,0.0001163492343039252) mm
+ Endpoint of ComputeStep() was (492.3712748544178,275.6054737570313,4751.764716857076)
+ and current position to locate is (492.3714753289426,275.6053433310816,4751.76483320631)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0007159475071114785 mm long
+ and its vector is (-0.0006532068626370346,0.0002714709270890125,0.0001104769808080164) mm
+ Endpoint of ComputeStep() was (492.6051807653583,271.4000448228012,4752.960502135208)
+ and current position to locate is (492.6045275584956,271.4003162937283,4752.960612612189)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001356748161869851 mm long
+ and its vector is (-6.970325614474859e-05,5.852368053638202e-05,-0.0001006185402729898) mm
+ Endpoint of ComputeStep() was (492.6034830452768,271.3987930637763,4752.962232476851)
+ and current position to locate is (492.6034133420206,271.3988515874568,4752.96213185831)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001031807127245418 mm long
+ and its vector is (-1.066959896434128e-06,8.249405379956443e-05,6.19665406702552e-05) mm
+ Endpoint of ComputeStep() was (457.0506757343198,167.025310126464,4976.384602619665)
+ and current position to locate is (457.0506746673599,167.0253926205178,4976.384664586206)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.472742212548817e-05 mm long
+ and its vector is (-8.344112632130418e-05,4.310795247874921e-05,-1.235181662195828e-05) mm
+ Endpoint of ComputeStep() was (438.0004754625064,207.0539354151705,4980.22734984847)
+ and current position to locate is (438.00039202138,207.0539785231229,4980.227337496653)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002963805842183588 mm long
+ and its vector is (0.002732072806281849,-0.0009755592611213615,-0.0006068009388400242) mm
+ Endpoint of ComputeStep() was (456.0285475304423,202.0228698240555,4924.543336491424)
+ and current position to locate is (456.0312796032486,202.0218942647944,4924.542729690485)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002762435181382069 mm long
+ and its vector is (0.0002762279759167541,-2.924862229747305e-06,-1.783682819223031e-07) mm
+ Endpoint of ComputeStep() was (455.998520825756,201.5726420123807,4924.895356874516)
+ and current position to locate is (455.9987970537319,201.5726390875184,4924.895356696148)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 29.1273, position (cm) = (62.8843,55.9807,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01471138882773733 mm long
+ and its vector is (-0.009662487881655579,-0.01086531908481447,-0.002237438348402065) mm
+ Endpoint of ComputeStep() was (521.8004325444399,374.6287989876146,3959.208830607204)
+ and current position to locate is (521.7907700565582,374.6179336685298,3959.206593168856)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.718047952011904e-05 mm long
+ and its vector is (-3.129228593934386e-05,-5.924286404024315e-05,-4.928765520162415e-06) mm
+ Endpoint of ComputeStep() was (515.2756737676965,338.9173766018465,4166.590151650401)
+ and current position to locate is (515.2756424754106,338.9173173589824,4166.590146721635)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.752019374467593e-05 mm long
+ and its vector is (-3.155629474349553e-05,7.003680991601868e-06,-8.133223855111282e-05) mm
+ Endpoint of ComputeStep() was (629.8389326774433,368.9906236218923,4537.484407371159)
+ and current position to locate is (629.8389011211485,368.9906306255733,4537.484326038921)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.66359675414546e-05 mm long
+ and its vector is (-3.625118813488371e-05,-2.008149044741003e-05,7.608137730130693e-05) mm
+ Endpoint of ComputeStep() was (629.8390766287079,368.9906944430973,4537.484327854315)
+ and current position to locate is (629.8390403775197,368.9906743616068,4537.484403935692)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.15750000795998e-05 mm long
+ and its vector is (2.274295752613398e-06,-6.094345275187152e-05,8.497280759911519e-06) mm
+ Endpoint of ComputeStep() was (475.3796396212352,421.1505293799524,4444.548377198413)
+ and current position to locate is (475.379641895531,421.1504684364996,4444.548385695693)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.877582312833911e-05 mm long
+ and its vector is (2.58400702932704e-05,3.240282467231737e-05,4.167667339061154e-05) mm
+ Endpoint of ComputeStep() was (620.0616305539012,448.3086481761101,4334.987760188833)
+ and current position to locate is (620.0616563939715,448.3086805789347,4334.987801865506)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001861130401063098 mm long
+ and its vector is (-8.090013227501913e-05,-0.0001670232934998239,-1.40161237141001e-05) mm
+ Endpoint of ComputeStep() was (620.0618251461542,448.3088164128302,4334.987680474253)
+ and current position to locate is (620.0617442460219,448.3086493895367,4334.987666458129)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01810239168911789 mm long
+ and its vector is (-0.01501072295434369,-0.0101145514242944,0.0002657644436112605) mm
+ Endpoint of ComputeStep() was (531.3123175796521,390.8900965950069,4189.372554561967)
+ and current position to locate is (531.2973068566978,390.8799820435826,4189.372820326411)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001305760526054025 mm long
+ and its vector is (-3.637957354385435e-05,-0.0001210504960340586,-3.276292954978999e-05) mm
+ Endpoint of ComputeStep() was (531.1886713194115,391.0866302680009,4190.242781219887)
+ and current position to locate is (531.1886349398379,391.0865092175048,4190.242748456957)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003318531354440859 mm long
+ and its vector is (-0.001479655174648542,-0.002785067803188213,-0.001032796323670482) mm
+ Endpoint of ComputeStep() was (567.4308016610665,344.0638394609892,4613.884613568551)
+ and current position to locate is (567.4293220058919,344.061054393186,4613.883580772227)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.594515184537832e-05 mm long
+ and its vector is (-3.131783080334571e-05,6.082861165168651e-05,-3.296573322586482e-05) mm
+ Endpoint of ComputeStep() was (580.092538622216,500.9687991855297,4853.565389315414)
+ and current position to locate is (580.0925073043852,500.9688600141414,4853.565356349681)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001019289968041337 mm long
+ and its vector is (8.379476832942601e-05,-4.848330848972182e-05,-3.189554809068795e-05) mm
+ Endpoint of ComputeStep() was (580.0923030904726,500.9686791545656,4853.565420500749)
+ and current position to locate is (580.0923868852409,500.9686306712571,4853.565388605201)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.677561800338548e-05 mm long
+ and its vector is (-5.36236182142602e-05,4.395834343995375e-05,3.296463455626508e-05) mm
+ Endpoint of ComputeStep() was (580.092338962789,500.9684782079024,4853.565335146873)
+ and current position to locate is (580.0922853391708,500.9685221662458,4853.565368111507)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.514765642899141e-05 mm long
+ and its vector is (5.570597181758785e-05,-4.598056199256462e-05,-6.193310218804982e-05) mm
+ Endpoint of ComputeStep() was (580.0921474598409,500.9684674114985,4853.565430921675)
+ and current position to locate is (580.0922031658127,500.9684214309365,4853.565368988573)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ gamma, kinetic energy (MeV) = 3.79325, position (cm) = (65.3313,4.56209,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001103843578459457 mm long
+ and its vector is (5.963238629647094e-05,2.398583228568896e-05,-8.974054162536049e-05) mm
+ Endpoint of ComputeStep() was (577.105811391483,467.4811911630895,4270.805927275182)
+ and current position to locate is (577.1058710238693,467.4812151489218,4270.80583753464)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001678696429987767 mm long
+ and its vector is (-0.0002059881576315092,0.001621334125445628,0.0003832313095699647) mm
+ Endpoint of ComputeStep() was (849.281208698757,315.2565038782202,4221.852119511223)
+ and current position to locate is (849.2810027105994,315.2581252123456,4221.852502742532)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.102201134598176e-05 mm long
+ and its vector is (-1.54774149905279e-05,1.624120602627954e-05,-3.434353311604355e-05) mm
+ Endpoint of ComputeStep() was (920.9740221603201,202.9109959112775,4234.214263466294)
+ and current position to locate is (920.9740066829052,202.9110121524835,4234.214229122761)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001185498172598405 mm long
+ and its vector is (3.823084887244477e-05,-1.02578560188249e-05,-0.0001117463098125882) mm
+ Endpoint of ComputeStep() was (920.9736592084922,202.9119335295716,4234.214341066558)
+ and current position to locate is (920.9736974393411,202.9119232717156,4234.214229320248)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.970426596410291e-05 mm long
+ and its vector is (1.548042871490907e-05,-5.720347729720743e-06,1.076531680155313e-05) mm
+ Endpoint of ComputeStep() was (920.9737164559558,202.9121607918197,4234.214292119529)
+ and current position to locate is (920.9737319363845,202.912155071472,4234.214302884846)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003301461633333435 mm long
+ and its vector is (-0.0002692902518219853,-5.391797174070234e-06,0.0001909192969833384) mm
+ Endpoint of ComputeStep() was (759.9522579347496,214.2746119204904,3908.59881035859)
+ and current position to locate is (759.9519886444978,214.2746065286932,3908.599001277887)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.890421355311913e-05 mm long
+ and its vector is (-7.437211706928792e-06,6.569928970634464e-05,4.306002938392339e-05) mm
+ Endpoint of ComputeStep() was (759.9518496364836,214.2743643369358,3908.599202209462)
+ and current position to locate is (759.9518421992719,214.2744300362255,3908.599245269491)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006003203993855507 mm long
+ and its vector is (-0.0001643696917881243,-0.0005595293408191537,0.0001424573729309486) mm
+ Endpoint of ComputeStep() was (649.4881145511849,313.819456572758,3791.37262908794)
+ and current position to locate is (649.4879501814931,313.8188970434172,3791.372771545313)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00022649987726631 mm long
+ and its vector is (-0.0001877387315971646,0.0001138941847074193,-5.553807477554074e-05) mm
+ Endpoint of ComputeStep() was (834.251153253114,114.4409585749348,3784.162581964303)
+ and current position to locate is (834.2509655143824,114.4410724691195,3784.162526426228)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001117145956713377 mm long
+ and its vector is (-5.974277075893042e-05,5.688983458185248e-05,7.532927020292846e-05) mm
+ Endpoint of ComputeStep() was (648.8828039310724,252.9209836445589,3852.165720838197)
+ and current position to locate is (648.8827441883017,252.9210405343935,3852.165796167467)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002423004957840705 mm long
+ and its vector is (-8.122792905851384e-05,7.525309294464932e-05,-0.0002155192005375284) mm
+ Endpoint of ComputeStep() was (648.9511552980875,252.6608932752424,3852.737741696765)
+ and current position to locate is (648.9510740701585,252.6609685283353,3852.737526177564)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001358896928009085 mm long
+ and its vector is (0.0001087176549390279,-4.699895836779433e-05,6.661514862571494e-05) mm
+ Endpoint of ComputeStep() was (648.9510158340576,252.661014472756,3852.737376431199)
+ and current position to locate is (648.9511245517125,252.6609674737977,3852.737443046348)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.284987025851504e-05 mm long
+ and its vector is (1.863022816905868e-05,-3.203204286705841e-06,7.035451426418149e-05) mm
+ Endpoint of ComputeStep() was (631.025016614941,74.06405772621306,4035.360618704384)
+ and current position to locate is (631.0250352451692,74.06405452300878,4035.360689058899)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002432445556591001 mm long
+ and its vector is (-6.775885583465424e-05,0.0002236378783493365,-6.754813603038201e-05) mm
+ Endpoint of ComputeStep() was (756.7862832283454,-103.3942617629911,3840.108671310216)
+ and current position to locate is (756.7862154694895,-103.3940381251127,3840.10860376208)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000154383816848402 mm long
+ and its vector is (-0.0001092718988502384,-4.447732445456154e-05,-9.957802285498474e-05) mm
+ Endpoint of ComputeStep() was (777.986424095287,-21.27048833183802,3902.32334958008)
+ and current position to locate is (777.9863148233882,-21.27053280916248,3902.323250002057)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001417922557659122 mm long
+ and its vector is (3.76648312112593e-05,8.777889291167185e-05,0.0001047915561684931) mm
+ Endpoint of ComputeStep() was (777.9865117971405,-21.27082751080662,3902.323234204573)
+ and current position to locate is (777.9865494619717,-21.27073973191371,3902.323338996129)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.755883765683958e-05 mm long
+ and its vector is (-8.230774722051137e-05,-2.899002909728665e-05,-7.180738975876011e-06) mm
+ Endpoint of ComputeStep() was (585.9283204310491,-15.79074168043993,4177.634181997935)
+ and current position to locate is (585.9282381233019,-15.79077067046903,4177.634174817196)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.339205862812267e-05 mm long
+ and its vector is (-2.614855520732817e-05,2.270541133064796e-05,2.61455179497716e-05) mm
+ Endpoint of ComputeStep() was (585.9282439063177,-15.79096955747239,4177.634281304204)
+ and current position to locate is (585.9282177577625,-15.79094685206106,4177.634307449722)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001379110285714478 mm long
+ and its vector is (0.000101344737799991,-6.0836926117247e-05,-7.104621272446821e-05) mm
+ Endpoint of ComputeStep() was (522.1703461377326,47.30707973973558,4098.127026368285)
+ and current position to locate is (522.1704474824704,47.30701890280947,4098.126955322073)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001525960595514892 mm long
+ and its vector is (2.487079427737626e-05,3.179349735660253e-05,-0.0001471603700338164) mm
+ Endpoint of ComputeStep() was (534.5282296318267,84.1030766002865,4067.801198650783)
+ and current position to locate is (534.5282545026209,84.10310839378386,4067.801051490413)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001309703371088525 mm long
+ and its vector is (0.0001110505151018515,-6.557075950297531e-05,-2.283610729136853e-05) mm
+ Endpoint of ComputeStep() was (534.5281003104045,84.10308639576694,4067.80111597298)
+ and current position to locate is (534.5282113609196,84.10302082500743,4067.801093136873)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.563480282846386e-05 mm long
+ and its vector is (-3.078628083130752e-05,-2.842732460806019e-05,-1.807283479138277e-05) mm
+ Endpoint of ComputeStep() was (534.5896838088977,84.22327152335301,4067.671865340036)
+ and current position to locate is (534.5896530226169,84.2232430960284,4067.671847267201)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 91.6289, position (cm) = (-24.1236,72.5557,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 91.6289, position (cm) = (-24.1236,72.5557,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 91.5803, position (cm) = (-26.4037,80.8084,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 91.5803, position (cm) = (-26.4037,80.8084,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.712618642797895e-05 mm long
+ and its vector is (7.632217781861073e-05,5.322028755472274e-07,-6.006777857692214e-05) mm
+ Endpoint of ComputeStep() was (22.59639441907253,582.3280256874684,4572.0093193064)
+ and current position to locate is (22.59647074125035,582.3280262196713,4572.009259238622)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002606267360894756 mm long
+ and its vector is (-0.0001124445570717114,0.0001427354590077812,-0.0001868397866928717) mm
+ Endpoint of ComputeStep() was (14.95011372882429,571.1245902995928,4561.918996015279)
+ and current position to locate is (14.95000128426722,571.1247330350518,4561.918809175492)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.580880194709627e-05 mm long
+ and its vector is (4.190266058046177e-05,1.689027999418613e-05,6.087577457947191e-05) mm
+ Endpoint of ComputeStep() was (14.94961163427013,571.124821043945,4561.918958560076)
+ and current position to locate is (14.94965353693071,571.124837934225,4561.919019435851)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.138664312295037e-05 mm long
+ and its vector is (2.6802043976204e-05,8.557041201129323e-05,1.763160707923817e-05) mm
+ Endpoint of ComputeStep() was (-173.850623631571,712.5917990069877,4570.312633685369)
+ and current position to locate is (-173.850596829527,712.5918845773997,4570.312651316976)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.443292102792503e-05 mm long
+ and its vector is (1.325912006677754e-05,2.128277856172645e-06,-5.289175533107482e-06) mm
+ Endpoint of ComputeStep() was (-173.8506741281388,712.5919446067737,4570.312521080577)
+ and current position to locate is (-173.8506608690187,712.5919467350516,4570.312515791402)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02729812936777874 mm long
+ and its vector is (0.02488761343792589,-0.005296398036989558,-0.009886492410259962) mm
+ Endpoint of ComputeStep() was (-113.6039909649412,1456.099125972298,4281.73456530946)
+ and current position to locate is (-113.5791033515033,1456.093829574261,4281.72467881705)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01235276994650293 mm long
+ and its vector is (0.003316393507077464,0.01187966012639663,-0.0006827406086813426) mm
+ Endpoint of ComputeStep() was (-370.9892669575673,1393.909085618384,4110.418004641725)
+ and current position to locate is (-370.9859505640602,1393.92096527851,4110.417321901116)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0009189109600802239 mm long
+ and its vector is (-0.0006575474465080333,-0.0001606244848062488,-0.0006214728336999542) mm
+ Endpoint of ComputeStep() was (-372.2319149091467,1394.379638428779,4111.680637458636)
+ and current position to locate is (-372.2325724565932,1394.379477804294,4111.680015985802)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.964573942400186e-05 mm long
+ and its vector is (-2.711891613671469e-05,4.153535724071844e-05,2.019388375629205e-06) mm
+ Endpoint of ComputeStep() was (-413.3236504896981,1101.301764403905,3859.19398202336)
+ and current position to locate is (-413.3236776086143,1101.301805939262,3859.193984042748)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 55.5792, position (cm) = (-7.786,39.5118,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 47.1205, position (cm) = (1.50155,34.4064,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 79.8641, position (cm) = (-6.42654,40.8625,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 79.7134, position (cm) = (-6.51679,39.6993,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.0239722, position (cm) = (-5.65178,31.5524,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 83.6359, position (cm) = (-18.3754,45.5344,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 2.81386e-09, position (cm) = (-3.91873,20.7712,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 92.6597, position (cm) = (-10.2789,38.6629,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.192411791974589e-05 mm long
+ and its vector is (-1.782975215292026e-05,-2.637436432451068e-05,2.375320946157444e-06) mm
+ Endpoint of ComputeStep() was (375.3856565361528,425.5327833832463,4285.108237252733)
+ and current position to locate is (375.3856387064006,425.532757008882,4285.108239628054)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.010759961199598e-05 mm long
+ and its vector is (2.226826103424173e-05,-8.701100421149022e-05,7.251841452671215e-06) mm
+ Endpoint of ComputeStep() was (-399.2105472262917,685.1324526454789,4408.324706534676)
+ and current position to locate is (-399.2105249580307,685.1323656344747,4408.324713786517)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0183444612281907 mm long
+ and its vector is (-0.01024363651455218,-0.001769912924260097,-0.01511471392223029) mm
+ Endpoint of ComputeStep() was (-38.10705266250616,530.7987579625584,4328.603033518803)
+ and current position to locate is (-38.11729629902071,530.7969880496341,4328.587918804881)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.833138504967311e-05 mm long
+ and its vector is (-4.617605515377932e-05,-1.658365982848409e-05,-7.345194171648473e-05) mm
+ Endpoint of ComputeStep() was (-9.740324713617351,355.0155327086722,4869.441640577924)
+ and current position to locate is (-9.740370889672505,355.0155161250124,4869.441567125982)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.24851664464601e-05 mm long
+ and its vector is (-2.324668577102784e-05,2.197867769382356e-05,7.602849473187234e-05) mm
+ Endpoint of ComputeStep() was (-9.740541131151488,355.0154131437496,4869.441455352615)
+ and current position to locate is (-9.740564377837259,355.0154351224273,4869.44153138111)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.280215512958693e-05 mm long
+ and its vector is (2.99567328596595e-05,1.931446206526743e-06,-1.322289881500183e-05) mm
+ Endpoint of ComputeStep() was (-83.00098153538256,431.1390121200562,4794.079630088037)
+ and current position to locate is (-83.0009515786497,431.1390140515024,4794.079616865138)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001509547794288674 mm long
+ and its vector is (0.001388472571264288,-0.0004531265689706743,0.0003815164145635208) mm
+ Endpoint of ComputeStep() was (-83.27891271878993,430.079155826223,4794.413176213322)
+ and current position to locate is (-83.27752424621866,430.0787026996541,4794.413557729737)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.845187890416757e-05 mm long
+ and its vector is (2.469701030349825e-07,4.744465388739627e-05,-4.9341701924277e-05) mm
+ Endpoint of ComputeStep() was (146.369255690498,645.5290977861614,3861.097278364827)
+ and current position to locate is (146.3692559374681,645.5291452308153,3861.097229023125)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001116365464431975 mm long
+ and its vector is (-0.000100640438404298,-4.785416581398749e-05,6.648268481512787e-06) mm
+ Endpoint of ComputeStep() was (116.3533455505743,713.1141834189785,3784.758403600434)
+ and current position to locate is (116.3532449101359,713.1141355648127,3784.758410248702)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.208899846145314e-05 mm long
+ and its vector is (1.520361823281746e-05,8.232543905251077e-06,-5.963320336377365e-05) mm
+ Endpoint of ComputeStep() was (126.1874771281648,706.2829674072384,3715.090037002174)
+ and current position to locate is (126.1874923317831,706.2829756397823,3715.089977368971)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004551222747771415 mm long
+ and its vector is (-3.920441249782858e-05,0.0004374760062546557,-0.0001192226613966341) mm
+ Endpoint of ComputeStep() was (0.5036057243002645,684.8815046703944,3774.416156693891)
+ and current position to locate is (0.5035665198877667,684.8819421464007,3774.416037471229)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01534780034343231 mm long
+ and its vector is (0.002669140462403519,0.01439605093855789,0.004602649448770535) mm
+ Endpoint of ComputeStep() was (13.61339848259044,676.3222976250449,3755.599422036127)
+ and current position to locate is (13.61606762305284,676.3366936759835,3755.604024685576)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.686480068424894e-05 mm long
+ and its vector is (-7.818885808674736e-05,3.448750715051574e-05,1.557587620482082e-05) mm
+ Endpoint of ComputeStep() was (13.78993815723073,674.8663714639014,3757.895162487189)
+ and current position to locate is (13.78985996837264,674.8664059514085,3757.895178063065)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.051960539611711e-05 mm long
+ and its vector is (-5.308216007193778e-06,5.012037695450999e-05,3.350213864905527e-05) mm
+ Endpoint of ComputeStep() was (13.78990239254713,674.866235089161,3757.895331075814)
+ and current position to locate is (13.78989708433112,674.866285209538,3757.895364577953)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 52.2476, position (cm) = (-48.909,53.2441,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.224168, position (cm) = (-43.3961,43.9378,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.219059, position (cm) = (-8.62448,21.177,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.769688, position (cm) = (9.37241,38.573,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.0762779, position (cm) = (3.62205,30.7365,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 5.32789, position (cm) = (-16.2821,43.177,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 2.80607, position (cm) = (-24.6374,37.3839,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 4.39336, position (cm) = (-23.3828,39.6847,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 2.02161, position (cm) = (-5.63422,37.8608,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.662082531061991e-05 mm long
+ and its vector is (2.940115353666783e-05,8.166690179223224e-06,2.024752302531851e-05) mm
+ Endpoint of ComputeStep() was (-9.133706737763578,482.0353250458311,4696.581986627334)
+ and current position to locate is (-9.133677336610042,482.0353332125213,4696.582006874857)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001495191651936751 mm long
+ and its vector is (5.905059344968322e-05,-5.838733949303787e-05,-0.000124337953820941) mm
+ Endpoint of ComputeStep() was (-188.9606718878867,476.2409861892382,4756.577068163027)
+ and current position to locate is (-188.9606128372932,476.2409278018987,4756.576943825073)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001746319882716354 mm long
+ and its vector is (2.694351690024632e-05,7.735222823157528e-06,-0.0001723674695313093) mm
+ Endpoint of ComputeStep() was (-189.0670248672625,476.3766502409094,4756.411420963257)
+ and current position to locate is (-189.0669979237456,476.3766579761322,4756.411248595788)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001180369910784881 mm long
+ and its vector is (1.965196366882083e-05,0.0001106674031916555,3.604521407396533e-05) mm
+ Endpoint of ComputeStep() was (-189.0672069439063,476.3766213985188,4756.411088321385)
+ and current position to locate is (-189.0671872919426,476.3767320659219,4756.411124366599)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001481171585144956 mm long
+ and its vector is (-3.997875115757665e-05,-0.0001168560063433688,8.176225219358457e-05) mm
+ Endpoint of ComputeStep() was (30.64063735331998,512.2827675006943,4796.969849145122)
+ and current position to locate is (30.64059737456883,512.2826506446879,4796.969930907374)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001477395410112219 mm long
+ and its vector is (-3.823874642705505e-06,-9.177141839700198e-05,-0.0001157167089331779) mm
+ Endpoint of ComputeStep() was (30.64032496236932,512.2827018279994,4796.97008794154)
+ and current position to locate is (30.64032113849468,512.282610056581,4796.969972224832)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001623074781038569 mm long
+ and its vector is (-4.000129131043195e-05,-0.0001315842560529745,8.619279378763167e-05) mm
+ Endpoint of ComputeStep() was (-71.09957580565508,457.418022280575,4670.32895413386)
+ and current position to locate is (-71.09961580694639,457.4178906963189,4670.329040326654)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 62.5997, position (cm) = (17.7656,21.6406,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 4.50826, position (cm) = (-12.4359,48.0501,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 1.30319, position (cm) = (-14.5226,46.8272,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.329142089277508e-05 mm long
+ and its vector is (-3.787024962775831e-05,1.236070613686024e-05,-1.694710181254777e-05) mm
+ Endpoint of ComputeStep() was (77.38601468797225,695.1525527611711,3499.920780934332)
+ and current position to locate is (77.38597681772262,695.1525651218773,3499.92076398723)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000406697368507593 mm long
+ and its vector is (3.734405410682484e-05,-0.0002533507781663502,0.0003159454927299521) mm
+ Endpoint of ComputeStep() was (150.9041885509994,695.0606528594089,3430.812439614787)
+ and current position to locate is (150.9042258950535,695.0603995086308,3430.81275556028)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.509362953051789e-05 mm long
+ and its vector is (-2.331882959083487e-05,3.029857907677069e-06,-8.760273431107635e-06) mm
+ Endpoint of ComputeStep() was (163.6068196487481,662.9190049552891,3192.983775338899)
+ and current position to locate is (163.6067963299185,662.919007985147,3192.983766578626)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.670918210088975e-05 mm long
+ and its vector is (-7.762950937717505e-05,-5.438106984456681e-05,-1.921000830407138e-05) mm
+ Endpoint of ComputeStep() was (163.6067905766558,662.919140708162,3192.983900970516)
+ and current position to locate is (163.6067129471464,662.9190863270921,3192.983881760507)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.105153989223505e-05 mm long
+ and its vector is (2.107320176492067e-05,-1.809615253023367e-05,1.387975362376892e-05) mm
+ Endpoint of ComputeStep() was (163.6065746497654,662.9190561476462,3192.983982917825)
+ and current position to locate is (163.6065957229672,662.9190380514937,3192.983996797578)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.736461841187256e-05 mm long
+ and its vector is (2.622581573064053e-05,3.990309687651461e-05,4.751779943035217e-05) mm
+ Endpoint of ComputeStep() was (163.6064903308933,662.9189398426697,3192.984041935138)
+ and current position to locate is (163.606516556709,662.9189797457666,3192.984089452937)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003040675384628745 mm long
+ and its vector is (0.002640578977093355,-0.0004177082204250837,-0.001448643953153805) mm
+ Endpoint of ComputeStep() was (213.734627062082,562.0848673622959,3080.549082221534)
+ and current position to locate is (213.737267641059,562.0844496540755,3080.547633577581)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.094625975210774e-05 mm long
+ and its vector is (4.345731040711343e-05,2.548115077161128e-05,6.33598460808571e-05) mm
+ Endpoint of ComputeStep() was (4.103410651646399,466.5798549535872,3908.290640559139)
+ and current position to locate is (4.103454108956806,466.579880434738,3908.290703918985)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.814871738894407e-06 mm long
+ and its vector is (1.806480575794467e-06,6.044108999958553e-06,4.612764314515516e-06) mm
+ Endpoint of ComputeStep() was (-24.12015066839997,517.8285965511621,3980.322357769398)
+ and current position to locate is (-24.1201488619194,517.8286025952711,3980.322362382162)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001271253900828913 mm long
+ and its vector is (-0.0003586541636906304,-0.001015515599874561,0.0006754122723577893) mm
+ Endpoint of ComputeStep() was (4.818707745339159,626.3365149079308,3888.083888370775)
+ and current position to locate is (4.818349091175469,626.3354993923309,3888.084563783047)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.16985374497324e-05 mm long
+ and its vector is (-8.360927718875644e-05,-1.471906898586894e-07,-3.765752080653328e-05) mm
+ Endpoint of ComputeStep() was (4.865696217127841,626.2746153972913,3888.032886447838)
+ and current position to locate is (4.865612607850652,626.2746152501006,3888.032848790318)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001188960105218267 mm long
+ and its vector is (-0.0001000347012336533,-2.879730698168714e-05,-5.744593090639682e-05) mm
+ Endpoint of ComputeStep() was (434.7216227853231,281.8833599643046,2329.600576153279)
+ and current position to locate is (434.7215227506219,281.8833311669977,2329.600518707348)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001525857020230876 mm long
+ and its vector is (-0.000146580300054211,3.930913521799084e-05,1.585572408657754e-05) mm
+ Endpoint of ComputeStep() was (308.3106197269383,603.5535508556366,3787.294244460658)
+ and current position to locate is (308.3104731466383,603.5535901647718,3787.294260316382)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002254057102134683 mm long
+ and its vector is (8.863714313633864e-06,-3.914588990028278e-05,-0.0002218034446741513) mm
+ Endpoint of ComputeStep() was (70.00928214786765,621.8756750689699,3434.07479875015)
+ and current position to locate is (70.00929101158196,621.87563592308,3434.074576946706)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001608562204942962 mm long
+ and its vector is (-0.0001136999379127701,-8.636374423076632e-05,7.408340889014653e-05) mm
+ Endpoint of ComputeStep() was (334.2837064729856,543.7982009559165,3248.234304649783)
+ and current position to locate is (334.2835927730477,543.7981145921723,3248.234378733192)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 0.298616, position (cm) = (64.685,104.37,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.077050139963721e-05 mm long
+ and its vector is (-5.367075380036113e-05,3.590773667383473e-05,-2.895770194299985e-05) mm
+ Endpoint of ComputeStep() was (481.0395777882542,670.4844358812888,4673.038425620667)
+ and current position to locate is (481.0395241175004,670.4844717890255,4673.038396662965)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001812323305139347 mm long
+ and its vector is (4.12389841244476e-05,9.809487517031812e-05,-0.0001467034398956457) mm
+ Endpoint of ComputeStep() was (481.0395018904534,670.4843152290805,4673.03850961743)
+ and current position to locate is (481.0395431294376,670.4844133239557,4673.03836291399)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.004854752680604583 mm long
+ and its vector is (0.001451368446168999,0.004374969562832121,0.001523743596408167) mm
+ Endpoint of ComputeStep() was (477.522567610775,799.1580001863252,4568.264549512834)
+ and current position to locate is (477.5240189792212,799.1623751558881,4568.26607325643)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.928745228885099e-05 mm long
+ and its vector is (1.079306224482934e-05,1.276031957786472e-05,-2.405075701972237e-05) mm
+ Endpoint of ComputeStep() was (477.5247568746061,799.1621589353999,4568.266351301258)
+ and current position to locate is (477.5247676676684,799.1621716957195,4568.266327250501)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001314942857286443 mm long
+ and its vector is (-9.02882675291039e-08,5.514823101293587e-05,-0.0001193708994833287) mm
+ Endpoint of ComputeStep() was (477.524823760276,799.1621546989361,4568.266464204651)
+ and current position to locate is (477.5248236699877,799.1622098471671,4568.266344833752)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.008580117749943744 mm long
+ and its vector is (0.001872330975800196,-3.424110320793261e-05,0.008373268469767936) mm
+ Endpoint of ComputeStep() was (477.5574550320674,799.2070830660729,4568.213111590677)
+ and current position to locate is (477.5593273630432,799.2070488249697,4568.221484859147)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.159233463322527e-05 mm long
+ and its vector is (-5.73278944671074e-05,-2.021092393533763e-05,-3.782186468015425e-05) mm
+ Endpoint of ComputeStep() was (462.0710492084712,819.5012511425481,4439.581699717995)
+ and current position to locate is (462.0709918805767,819.5012309316241,4439.58166189613)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.289297927292221e-05 mm long
+ and its vector is (7.071601356756219e-05,-1.39521335995596e-05,1.086139127437491e-05) mm
+ Endpoint of ComputeStep() was (462.0709392043033,819.5014127024813,4439.581749155754)
+ and current position to locate is (462.0710099203169,819.5013987503477,4439.581760017145)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008319056280112431 mm long
+ and its vector is (0.0005026774164775816,0.0004823564311209338,0.0004546588415905717) mm
+ Endpoint of ComputeStep() was (462.155627285029,819.4444897284643,4439.425086913338)
+ and current position to locate is (462.1561299624454,819.4449720848954,4439.42554157218)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.649636907705035e-05 mm long
+ and its vector is (-3.58821864665515e-06,2.355362653361226e-06,1.592818716744659e-05) mm
+ Endpoint of ComputeStep() was (324.9084135636855,436.5742897939712,3764.035749186394)
+ and current position to locate is (324.9084099754668,436.5742921493339,3764.035765114581)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004109147693477398 mm long
+ and its vector is (6.492950404890507e-05,-0.0003949704439492052,-9.29163902583241e-05) mm
+ Endpoint of ComputeStep() was (376.3003906294267,389.7086753621222,3767.856592976108)
+ and current position to locate is (376.3004555589307,389.7082803916783,3767.856500059717)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001080769187585037 mm long
+ and its vector is (-7.783995016552581e-05,-1.568625975778559e-05,-7.331782717301394e-05) mm
+ Endpoint of ComputeStep() was (376.3004461107987,389.7081923252121,3767.856688247181)
+ and current position to locate is (376.3003682708485,389.7081766389524,3767.856614929354)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002949312535312049 mm long
+ and its vector is (-0.0002660565537553339,-0.0001173906335907304,4.917106525681447e-05) mm
+ Endpoint of ComputeStep() was (264.8097687207481,428.0391282312559,3583.435905685573)
+ and current position to locate is (264.8095026641943,428.0390108406223,3583.435954856639)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001375364408987747 mm long
+ and its vector is (1.55663512373394e-05,-0.0001266665440766701,-5.127911754243542e-05) mm
+ Endpoint of ComputeStep() was (487.9339559786749,354.0591315804571,3173.190213383017)
+ and current position to locate is (487.9339715450261,354.059004913913,3173.1901621039)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002672896905109344 mm long
+ and its vector is (0.002011824157364117,0.001279665569910549,-0.001208055236475047) mm
+ Endpoint of ComputeStep() was (454.6372892563901,172.5990097886303,2393.703870637787)
+ and current position to locate is (454.6393010805475,172.6002894542002,2393.70266258255)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ gamma, kinetic energy (MeV) = 2.05153, position (cm) = (8.99372,58.5315,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 6.47285, position (cm) = (77.3239,78.3803,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 5.10918, position (cm) = (45.2005,87.4082,500), weight = 3.8147e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001440080689257616 mm long
+ and its vector is (0.0001018783785866617,-2.375473820848129e-05,-9.896884512272663e-05) mm
+ Endpoint of ComputeStep() was (473.9023221774958,618.3784418104723,4322.474020901052)
+ and current position to locate is (473.9024240558743,618.3784180557341,4322.473921932206)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.905978759443067e-05 mm long
+ and its vector is (3.676298354093888e-05,-4.614453359863546e-06,-3.215668857592391e-05) mm
+ Endpoint of ComputeStep() was (488.6240945523924,521.3451921034623,4253.988109230304)
+ and current position to locate is (488.624131315376,521.3451874890089,4253.988077073615)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.854684079265063e-05 mm long
+ and its vector is (-8.993833034764975e-06,1.55312330889501e-05,4.677292963606305e-06) mm
+ Endpoint of ComputeStep() was (453.5620332456288,492.2306266055433,4335.961222550461)
+ and current position to locate is (453.5620242517958,492.2306421367764,4335.961227227754)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002475302721788533 mm long
+ and its vector is (-5.692792797162838e-05,-6.06327079140101e-05,-0.0002331397035959526) mm
+ Endpoint of ComputeStep() was (470.6921675876623,817.4673929157275,4901.541375198808)
+ and current position to locate is (470.6921106597343,817.4673322830196,4901.541142059104)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.897021751095478e-05 mm long
+ and its vector is (1.12237898974854e-06,-2.229985705071158e-05,1.845887709350791e-05) mm
+ Endpoint of ComputeStep() was (494.6983167818847,953.2942881344931,4791.754133258263)
+ and current position to locate is (494.6983179042637,953.294265834636,4791.75415171714)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.177074263792813e-05 mm long
+ and its vector is (1.722887009236729e-05,-4.000258911673882e-05,-5.704382874682778e-05) mm
+ Endpoint of ComputeStep() was (526.0475021517462,904.6318581150856,4722.901179533214)
+ and current position to locate is (526.0475193806163,904.6318181124965,4722.901122489386)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.48368787142564e-05 mm long
+ and its vector is (-7.214204310912464e-05,-1.104787781969208e-05,-1.655380401643924e-05) mm
+ Endpoint of ComputeStep() was (526.0476016935669,904.6319483902656,4722.901015144939)
+ and current position to locate is (526.0475295515238,904.6319373423878,4722.900998591135)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ gamma, kinetic energy (MeV) = 2.806, position (cm) = (101.617,25.8837,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.0655375, position (cm) = (70.9719,34.2878,500), weight = 1.90735e-06
+ anti_nu_e, kinetic energy (MeV) = 0.621599, position (cm) = (104.567,78.9984,500), weight = 3.8147e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02382241619589822 mm long
+ and its vector is (-0.02173424980514937,0.009742846276935779,-0.0004548024207906565) mm
+ Endpoint of ComputeStep() was (727.0985934666074,517.7685947071267,4725.811859693285)
+ and current position to locate is (727.0768592168023,517.7783375534036,4725.811404890865)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006369220483638774 mm long
+ and its vector is (-0.0004952164581482066,0.0002849756941714077,-0.0002814590716297971) mm
+ Endpoint of ComputeStep() was (727.4154833742305,518.6418789706206,4726.141427139533)
+ and current position to locate is (727.4149881577723,518.6421639463148,4726.141145680462)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.959748789285858e-05 mm long
+ and its vector is (7.220019199394301e-05,-2.557185632667824e-05,4.648572121368488e-05) mm
+ Endpoint of ComputeStep() was (727.4153473459246,518.6439708563777,4726.141497729792)
+ and current position to locate is (727.4154195461166,518.6439452845214,4726.141544215513)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001137751099946444 mm long
+ and its vector is (1.912478398935491e-05,-8.600817841397657e-05,-7.198341154435184e-05) mm
+ Endpoint of ComputeStep() was (727.415526587529,518.6440080501901,4726.14167749009)
+ and current position to locate is (727.415545712313,518.6439220420117,4726.141605506678)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02022248991264871 mm long
+ and its vector is (0.01671975749354715,0.01087116955011425,0.003349101407366106) mm
+ Endpoint of ComputeStep() was (627.8000338788211,558.2724544928992,4507.135319582599)
+ and current position to locate is (627.8167536363146,558.2833256624493,4507.138668684006)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.827086804729662e-05 mm long
+ and its vector is (1.199867841705782e-05,2.536942895403627e-05,-3.41551913152216e-06) mm
+ Endpoint of ComputeStep() was (319.6632450133542,617.404232069418,4188.594573746497)
+ and current position to locate is (319.6632570120327,617.4042574388469,4188.594570330978)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 2.89908, position (cm) = (66.919,43.4218,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 7.71207e-08, position (cm) = (36.8127,44.0436,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.0820797, position (cm) = (89.0733,42.5533,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 90.4026, position (cm) = (55.0554,65.0369,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 90.3698, position (cm) = (54.7171,63.8346,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 2.77676, position (cm) = (62.2674,62.993,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 0.000391553, position (cm) = (53.6829,67.7378,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 65.9682, position (cm) = (66.8134,73.7864,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.802761599725874e-05 mm long
+ and its vector is (7.86998689363827e-05,-3.755753073164669e-05,4.477919173950795e-05) mm
+ Endpoint of ComputeStep() was (1135.209845380943,1131.769315213325,4816.071692960757)
+ and current position to locate is (1135.209924080812,1131.769277655794,4816.071737739949)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0162110536306627 mm long
+ and its vector is (0.01142783620252885,0.002269172664455255,0.01127180885941925) mm
+ Endpoint of ComputeStep() was (591.0560698751859,775.6949117514506,4939.994140800309)
+ and current position to locate is (591.0674977113885,775.6971809241151,4940.005412609168)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.446303138003567e-05 mm long
+ and its vector is (-1.931992642312252e-06,3.141770991987869e-05,4.444566002348438e-05) mm
+ Endpoint of ComputeStep() was (590.9996074672767,775.4513387997931,4940.137074950829)
+ and current position to locate is (590.9996055352841,775.451370217503,4940.137119396489)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.973840242901704e-05 mm long
+ and its vector is (7.485651542538108e-05,4.15989144357809e-05,-2.681442310858984e-05) mm
+ Endpoint of ComputeStep() was (590.9995993949539,775.4512827156034,4940.13726683032)
+ and current position to locate is (590.9996742514693,775.4513243145178,4940.137240015897)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001351680076020395 mm long
+ and its vector is (0.0001006744256528691,-2.51432875302271e-05,8.661908213980496e-05) mm
+ Endpoint of ComputeStep() was (527.5537611167049,716.7166018273963,4850.79627196456)
+ and current position to locate is (527.5538617911305,716.7165766841088,4850.796358583642)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.911386659722391e-05 mm long
+ and its vector is (3.921755103419855e-05,4.329203386532754e-05,5.335529385774862e-05) mm
+ Endpoint of ComputeStep() was (553.1934465469175,675.4088515114869,4816.533845780966)
+ and current position to locate is (553.1934857644685,675.4088948035208,4816.53389913626)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.37554756492822e-05 mm long
+ and its vector is (-1.953324272108148e-05,2.719302597142814e-05,-4.292307494324632e-06) mm
+ Endpoint of ComputeStep() was (719.3591319419556,600.7665430515518,4675.761259723449)
+ and current position to locate is (719.3591124087129,600.7665702445778,4675.761255431142)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.64765532978728e-05 mm long
+ and its vector is (1.059607177467115e-05,9.142706630882458e-06,-8.695457836438436e-06) mm
+ Endpoint of ComputeStep() was (633.0143659258829,563.7754020587249,4561.494790451906)
+ and current position to locate is (633.0143765219547,563.7754112014316,4561.494781756448)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003725380520854386 mm long
+ and its vector is (2.929426455011708e-05,-0.0003703684076299396,2.745339588727802e-05) mm
+ Endpoint of ComputeStep() was (536.1240012880935,538.436523925652,4705.087175510068)
+ and current position to locate is (536.124030582358,538.4361535572443,4705.087202963464)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006525874289691994 mm long
+ and its vector is (-2.462787631429819e-05,0.0001577681628646133,0.0006327503670036094) mm
+ Endpoint of ComputeStep() was (590.5050494251406,484.1658947816671,4860.222045007575)
+ and current position to locate is (590.5050247972642,484.16605254983,4860.222677757942)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002941544406886071 mm long
+ and its vector is (0.0008031439652995687,-0.0001724575391790495,0.002824517952831229) mm
+ Endpoint of ComputeStep() was (659.3590971051018,579.360720842575,4738.692991031863)
+ and current position to locate is (659.3599002490671,579.3605483850358,4738.695815549816)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001673155961671216 mm long
+ and its vector is (0.0001078125878848368,4.88976158976584e-05,-0.0001182369560410734) mm
+ Endpoint of ComputeStep() was (665.2860894586457,438.0097059949523,4992.104861199675)
+ and current position to locate is (665.2861972712336,438.0097548925682,4992.104742962719)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001106342093574378 mm long
+ and its vector is (-7.278518137354695e-05,8.298232580727927e-05,-7.495282261515968e-06) mm
+ Endpoint of ComputeStep() was (665.2862101985044,438.0096261888344,4992.104825531903)
+ and current position to locate is (665.286137413323,438.0097091711602,4992.104818036621)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 78.835, position (cm) = (79.7326,89.2891,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 79.154, position (cm) = (76.5231,94.5248,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 54.5396, position (cm) = (65.095,100.461,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 5.22831, position (cm) = (50.096,138.954,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.0839687, position (cm) = (65.8352,99.0454,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.809537, position (cm) = (59.5936,69.691,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 1.66826, position (cm) = (64.2505,74.2389,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 3.47928, position (cm) = (48.8211,61.1848,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 4.67696, position (cm) = (84.3101,37.1844,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.287047, position (cm) = (68.3857,64.7306,500), weight = 3.8147e-06
+ gamma, kinetic energy (MeV) = 0.194374, position (cm) = (61.9652,43.1864,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.117388, position (cm) = (76.7302,7.90575,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.166691, position (cm) = (77.2814,37.6538,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.963476, position (cm) = (71.8665,34.3128,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001066787723217212 mm long
+ and its vector is (-7.637745397914841e-05,7.376678286163951e-05,-1.02619069366483e-05) mm
+ Endpoint of ComputeStep() was (522.420109397302,1161.401967707378,4808.07515462853)
+ and current position to locate is (522.420033019848,1161.402041474161,4808.075144366623)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 2.48837, position (cm) = (98.1603,131.745,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 1.72088, position (cm) = (86.5286,78.6341,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 10.1087, position (cm) = (89.842,119.994,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 44.0675, position (cm) = (145.431,91.0028,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 1.44109, position (cm) = (76.1803,134.314,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 33.6765, position (cm) = (86.0682,128.853,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 85.745, position (cm) = (95.6486,109.708,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001044723649627641 mm long
+ and its vector is (-9.42385190683126e-05,4.772946113007492e-06,-4.484189503273228e-05) mm
+ Endpoint of ComputeStep() was (1463.272253978178,894.9780142791435,4640.850426491033)
+ and current position to locate is (1463.272159739658,894.9780190520896,4640.850381649137)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000156884253702909 mm long
+ and its vector is (-2.340069522688282e-05,0.0001038062202951551,0.000115279422061576) mm
+ Endpoint of ComputeStep() was (1463.272190089618,894.9777274295953,4640.850436904185)
+ and current position to locate is (1463.272166688923,894.9778312358156,4640.850552183607)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.435243979586639e-05 mm long
+ and its vector is (-1.546047815281781e-05,2.471916536705976e-05,5.736874572903616e-05) mm
+ Endpoint of ComputeStep() was (770.3570576942382,896.091998241926,4630.211222990392)
+ and current position to locate is (770.35704223376,896.0920229610914,4630.211280359138)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.787997953215011e-05 mm long
+ and its vector is (-2.651792215146997e-05,4.271689931556466e-06,5.127030817675404e-05) mm
+ Endpoint of ComputeStep() was (1401.982765094645,967.4484505147069,4912.494504655068)
+ and current position to locate is (1401.982738576723,967.4484547863968,4912.494555925377)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.144923766760037e-05 mm long
+ and its vector is (-8.850068979882053e-06,-1.636973479435255e-05,-4.796594748768257e-05) mm
+ Endpoint of ComputeStep() was (1157.966173955452,1054.497685073445,4712.68962597575)
+ and current position to locate is (1157.966165105383,1054.49766870371,4712.689578009802)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001622429186915991 mm long
+ and its vector is (-1.233092734764796e-05,0.000157193396717048,3.822236158157466e-05) mm
+ Endpoint of ComputeStep() was (1328.144428237974,942.4759211522857,4889.735046664559)
+ and current position to locate is (1328.144415907047,942.4760783456824,4889.735084886921)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001675619033801721 mm long
+ and its vector is (-0.0001121192708524177,-4.075278673099092e-05,-0.0001176667792606167) mm
+ Endpoint of ComputeStep() was (1328.144464669018,942.4762622398157,4889.735213348298)
+ and current position to locate is (1328.144352549747,942.476221487029,4889.735095681519)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.890574050936546e-05 mm long
+ and its vector is (4.927026020595804e-05,5.293318804433511e-05,6.747491806891048e-05) mm
+ Endpoint of ComputeStep() was (1328.144177027194,942.4762052793476,4889.735091585489)
+ and current position to locate is (1328.144226297454,942.4762582125356,4889.735159060407)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.004197101476182869 mm long
+ and its vector is (0.0001988939056900563,0.004070252998644719,-0.001004560870569549) mm
+ Endpoint of ComputeStep() was (919.3427619748703,1100.873243551889,4608.239782723188)
+ and current position to locate is (919.342960868776,1100.877313804888,4608.238778162317)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.031729079500767e-05 mm long
+ and its vector is (-6.077252669456357e-05,6.294798424733017e-05,-2.239339846710209e-05) mm
+ Endpoint of ComputeStep() was (861.3895885567323,733.1626134646349,4942.391606788574)
+ and current position to locate is (861.3895277842056,733.1626764126191,4942.391584395175)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ gamma, kinetic energy (MeV) = 5.72998, position (cm) = (101.279,147.737,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 9.18596, position (cm) = (139.291,120.475,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.141176, position (cm) = (92.3557,111.652,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001397060600718716 mm long
+ and its vector is (2.068987078018836e-05,2.969869609614761e-05,-0.0001349359104096948) mm
+ Endpoint of ComputeStep() was (809.6835914628502,418.7102667120021,3646.631368468363)
+ and current position to locate is (809.683612152721,418.7102964106982,3646.631233532452)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.601720417841781e-05 mm long
+ and its vector is (2.488638460818038e-05,-8.278943766981683e-06,4.949802132614423e-05) mm
+ Endpoint of ComputeStep() was (809.6836221418132,418.7106526714975,3646.631224702676)
+ and current position to locate is (809.6836470281978,418.7106443925538,3646.631274200698)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 59.9382, position (cm) = (89.2646,82.8428,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 56.6029, position (cm) = (73.3443,92.7136,500), weight = 1.90735e-06
+ anti_nu_e, kinetic energy (MeV) = 0.492913, position (cm) = (102.444,52.6008,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001364770479419317 mm long
+ and its vector is (-3.869905276587815e-05,5.276933495679259e-05,0.0001197654592033359) mm
+ Endpoint of ComputeStep() was (683.5373608244332,685.9818091788262,4521.954252045199)
+ and current position to locate is (683.5373221253805,685.9818619481612,4521.954371810658)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.361577336982616e-05 mm long
+ and its vector is (5.521551213405473e-05,-7.496826162878278e-05,9.742689144331962e-06) mm
+ Endpoint of ComputeStep() was (465.9157100887566,576.6205857014492,4254.843594911938)
+ and current position to locate is (465.9157653042687,576.6205107331875,4254.843604654627)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.393375767411637e-05 mm long
+ and its vector is (-4.789513650393928e-05,4.960644673701609e-05,4.785532382811652e-05) mm
+ Endpoint of ComputeStep() was (601.6771120873894,582.7957334118059,4327.338012869454)
+ and current position to locate is (601.6770641922529,582.7957830182527,4327.338060724778)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.745050383315961e-05 mm long
+ and its vector is (6.367423907249758e-05,3.326320097585267e-05,-2.894358794947038e-05) mm
+ Endpoint of ComputeStep() was (686.9108756987945,523.3692944352287,3980.820812141088)
+ and current position to locate is (686.9109393730336,523.3693276984296,3980.820783197501)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.006994775598759498 mm long
+ and its vector is (-0.004959784785341981,0.004289876778273083,-0.002434004475617257) mm
+ Endpoint of ComputeStep() was (671.4447514085472,486.3309249462189,3882.027268929999)
+ and current position to locate is (671.4397916237618,486.3352148229972,3882.024834925523)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.008609129367045196 mm long
+ and its vector is (-0.002745357921071445,-0.004605828350179308,0.006735463128279662) mm
+ Endpoint of ComputeStep() was (671.5020524037259,485.8158609051853,3881.68221086224)
+ and current position to locate is (671.4993070458048,485.8112550768351,3881.688946325368)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.341102109993874e-05 mm long
+ and its vector is (-3.436246333876625e-05,4.520397158103151e-05,-6.110008598625427e-05) mm
+ Endpoint of ComputeStep() was (671.5292596626771,485.653421511863,3881.607890226321)
+ and current position to locate is (671.5292253002137,485.6534667158346,3881.607829126235)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01304653976902044 mm long
+ and its vector is (-0.00537154901167014,0.007725470183061134,-0.009037464888479008) mm
+ Endpoint of ComputeStep() was (646.3705556567261,469.1962249754829,3804.213323559866)
+ and current position to locate is (646.3651841077144,469.203950445666,3804.204286094977)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000200948652226152 mm long
+ and its vector is (0.0001101713417028805,0.0001279492687444872,-0.0001089569682335423) mm
+ Endpoint of ComputeStep() was (863.5843924786544,628.9848781740907,3793.070206107897)
+ and current position to locate is (863.5845026499961,628.9850061233594,3793.070097150929)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001438293504311286 mm long
+ and its vector is (7.199919457434589e-05,4.159536018732979e-05,0.0001173576756627881) mm
+ Endpoint of ComputeStep() was (673.4320902591295,80.44862895825585,4306.695525956359)
+ and current position to locate is (673.4321622583241,80.44867055361604,4306.695643314035)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.497705008756532e-05 mm long
+ and its vector is (1.921726038744964e-06,-3.388059303688351e-05,-8.473866728309076e-06) mm
+ Endpoint of ComputeStep() was (941.0703124846945,-285.6183416740536,4752.89768113112)
+ and current position to locate is (941.0703144064205,-285.6183755546466,4752.897672657254)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.610328305848541e-05 mm long
+ and its vector is (-3.34182078631784e-05,8.511991040904832e-07,-3.174919766024686e-05) mm
+ Endpoint of ComputeStep() was (941.070430763637,-285.6182892587881,4752.897619443876)
+ and current position to locate is (941.0703973454291,-285.618288407589,4752.897587694679)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001088942918177926 mm long
+ and its vector is (4.530170258476574e-05,-8.736245376894658e-05,-4.662107039621333e-05) mm
+ Endpoint of ComputeStep() was (880.2240398490455,-97.87896272538161,4630.110711826228)
+ and current position to locate is (880.2240851507481,-97.87905008783538,4630.110665205158)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.007196880099165e-05 mm long
+ and its vector is (-1.686152097590821e-05,1.048030746630957e-05,2.955705895146821e-06) mm
+ Endpoint of ComputeStep() was (880.2241148659508,-97.87896420948879,4630.110393908881)
+ and current position to locate is (880.2240980044298,-97.87895372918132,4630.110396864587)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.851015243848196e-05 mm long
+ and its vector is (-3.314692253297835e-05,1.845657186549943e-05,-6.608201147173531e-06) mm
+ Endpoint of ComputeStep() was (872.2870291920203,-99.19161999160907,4593.191358437926)
+ and current position to locate is (872.2869960450978,-99.19160153503721,4593.191351829725)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.005192282359156537 mm long
+ and its vector is (-0.0001527444089788332,0.004151397594981177,0.003114861674475833) mm
+ Endpoint of ComputeStep() was (872.899380178648,-99.32995192557838,4593.119930283722)
+ and current position to locate is (872.899227434239,-99.3258005279834,4593.123045145397)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.260313889884949e-05 mm long
+ and its vector is (-2.959418998216279e-05,3.852341620813604e-06,1.312661606789334e-05) mm
+ Endpoint of ComputeStep() was (881.6919887733454,-108.312507580504,4565.479457665992)
+ and current position to locate is (881.6919591791554,-108.3125037281624,4565.479470792608)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001411487219042469 mm long
+ and its vector is (-2.087748305257264e-05,4.797946320422852e-05,0.0001310918132730876) mm
+ Endpoint of ComputeStep() was (881.6919603071609,-108.3126091819255,4565.479357591055)
+ and current position to locate is (881.6919394296779,-108.3125612024623,4565.479488682869)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001200379744840327 mm long
+ and its vector is (4.775381773924892e-05,0.0001002907685290211,-4.550219728116645e-05) mm
+ Endpoint of ComputeStep() was (881.6919167284618,-108.3126334888279,4565.479622201486)
+ and current position to locate is (881.6919644822796,-108.3125331980594,4565.479576699288)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.666076212007559e-05 mm long
+ and its vector is (6.15641511103604e-07,-4.552331102303242e-05,6.167756146169268e-05) mm
+ Endpoint of ComputeStep() was (1080.121840802466,63.7504177843329,4833.13229928101)
+ and current position to locate is (1080.121841418107,63.75037226102188,4833.132360958572)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001789780774571352 mm long
+ and its vector is (9.242559258382244e-05,-5.409557854818559e-05,-0.0001434026862625615) mm
+ Endpoint of ComputeStep() was (1094.941980894143,-12.67489093304397,4816.142275854276)
+ and current position to locate is (1094.942073319735,-12.67494502862252,4816.14213245159)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001731187221265312 mm long
+ and its vector is (-3.445612060204439e-05,-7.192966199909279e-05,-0.0001536521767775412) mm
+ Endpoint of ComputeStep() was (735.7872508931142,598.6839204568278,4175.131788817349)
+ and current position to locate is (735.7872164369936,598.6838485271658,4175.131635165172)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000164148749747653 mm long
+ and its vector is (-5.284454482534784e-05,1.038112941387226e-05,-0.0001550628849145141) mm
+ Endpoint of ComputeStep() was (716.3932200138637,581.2082215839376,4176.545510883896)
+ and current position to locate is (716.3931671693189,581.2082319650671,4176.545355821011)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004148999451569546 mm long
+ and its vector is (0.0003550046759528414,-0.0001385494755936634,-0.0001640661066630855) mm
+ Endpoint of ComputeStep() was (647.4460606506298,278.211819746524,4040.451053033658)
+ and current position to locate is (647.4464156553057,278.2116811970484,4040.450888967552)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.263550168643714e-05 mm long
+ and its vector is (-4.928864166231506e-05,4.510899276510827e-05,-2.849078236977221e-05) mm
+ Endpoint of ComputeStep() was (635.8611672392816,305.377631296795,4016.161817909504)
+ and current position to locate is (635.8611179506399,305.3776764057877,4016.161789418722)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003318542205537917 mm long
+ and its vector is (0.0009953590295026515,-0.003149219662759606,-0.0003231072391827183) mm
+ Endpoint of ComputeStep() was (557.9451595577535,456.8444469292596,4052.143419536569)
+ and current position to locate is (557.946154916783,456.8412977095969,4052.14309642933)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005095087562963113 mm long
+ and its vector is (-0.0003728499790440765,-8.168380526285546e-05,-0.0003375052915544074) mm
+ Endpoint of ComputeStep() was (557.9463811609444,456.8413340963756,4052.143278537774)
+ and current position to locate is (557.9460083109653,456.8412524125704,4052.142941032483)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.085718483815594e-05 mm long
+ and its vector is (-1.533974568701524e-06,-1.314564701715426e-05,-2.78748048003763e-05) mm
+ Endpoint of ComputeStep() was (526.0902482795843,463.7357852870776,4029.222869030462)
+ and current position to locate is (526.0902467456098,463.7357721414306,4029.222841155657)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ gamma, kinetic energy (MeV) = 2.22306, position (cm) = (129.014,8.58783,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.242208, position (cm) = (85.793,117.071,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001608008484590129 mm long
+ and its vector is (-0.0001496581204492031,-4.018474470512956e-05,-4.294817972549936e-05) mm
+ Endpoint of ComputeStep() was (499.1889913531849,417.5128733525966,3603.002678362859)
+ and current position to locate is (499.1888416950645,417.5128331678519,3603.002635414679)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001843298266234925 mm long
+ and its vector is (7.28507475855622e-05,-2.23329743676004e-05,-0.0001678436528891325) mm
+ Endpoint of ComputeStep() was (499.1886085295653,417.5128512418765,3603.002734242112)
+ and current position to locate is (499.1886813803129,417.5128289089021,3603.002566398459)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008295859809913286 mm long
+ and its vector is (0.0005555414434184058,0.0004223952792301588,-0.0004485184863369795) mm
+ Endpoint of ComputeStep() was (789.7504508764821,-155.6958620034447,4412.742636339533)
+ and current position to locate is (789.7510064179255,-155.6954396081655,4412.742187821047)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002849808369126559 mm long
+ and its vector is (0.0001331654690375217,0.0002012627603278361,0.0001515728754384327) mm
+ Endpoint of ComputeStep() was (789.7512918560878,-155.6964774921229,4412.741301092879)
+ and current position to locate is (789.7514250215569,-155.6962762293626,4412.741452665755)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.985587937981156e-05 mm long
+ and its vector is (-4.975117690264597e-06,2.182004459427844e-05,1.976125986402621e-05) mm
+ Endpoint of ComputeStep() was (412.716989260006,1120.151412097143,4044.985583888688)
+ and current position to locate is (412.7169842848883,1120.151433917188,4044.985603649948)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.00100152674991e-05 mm long
+ and its vector is (-1.743039216250963e-05,9.349933066005178e-06,-3.026696504093707e-06) mm
+ Endpoint of ComputeStep() was (44.30705502522596,779.1748180480619,4578.332175497623)
+ and current position to locate is (44.3070375948338,779.1748273979949,4578.332172470927)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.833767081192031e-05 mm long
+ and its vector is (3.033194514046045e-05,-1.098350014672178e-05,-9.289581976190675e-05) mm
+ Endpoint of ComputeStep() was (-132.7049072761004,567.3441741611588,4498.673406563099)
+ and current position to locate is (-132.7048769441553,567.3441631776586,4498.673313667279)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001240841283458527 mm long
+ and its vector is (-0.000119655539034369,6.568895628333848e-06,-3.219118661945686e-05) mm
+ Endpoint of ComputeStep() was (-9.957508228269665,569.9061673723025,4604.666290841688)
+ and current position to locate is (-9.9576278838087,569.9061739411982,4604.666258650502)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003323820637230443 mm long
+ and its vector is (-0.0001393013492361206,-0.0002074923398822648,0.000219134431972634) mm
+ Endpoint of ComputeStep() was (297.851634578723,557.1386357810102,4516.025797101616)
+ and current position to locate is (297.8514952773738,557.1384282886703,4516.026016236048)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001130935025412055 mm long
+ and its vector is (7.321956633177251e-05,5.122756965647568e-05,-6.93164593030815e-05) mm
+ Endpoint of ComputeStep() was (251.5197849424649,846.6277609361534,4303.790032745665)
+ and current position to locate is (251.5198581620312,846.6278121637231,4303.789963429205)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.70217177763904e-05 mm long
+ and its vector is (-3.289215388235789e-05,6.097086190948175e-05,-5.266345579002518e-05) mm
+ Endpoint of ComputeStep() was (251.5200709853197,846.6280217065747,4303.790216898542)
+ and current position to locate is (251.5200380931659,846.6280826774366,4303.790164235086)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.008215830872518138 mm long
+ and its vector is (-0.003951092526847333,0.002587863325175022,-0.006722477830408025) mm
+ Endpoint of ComputeStep() was (262.6383383482358,857.1666620177785,4131.791632214758)
+ and current position to locate is (262.634387255709,857.1692498811037,4131.784909736927)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008485881206110255 mm long
+ and its vector is (-0.0006966730701378765,0.000132213788106128,-0.0004661200982809532) mm
+ Endpoint of ComputeStep() was (733.2179351970594,551.9877942281956,3710.183077623657)
+ and current position to locate is (733.2172385239893,551.9879264419837,3710.182611503559)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001143918757809428 mm long
+ and its vector is (-0.0001054049939739343,-4.97208873184718e-06,-4.416522187966621e-05) mm
+ Endpoint of ComputeStep() was (651.8933738314585,458.8725729649196,3689.129701344054)
+ and current position to locate is (651.8932684264645,458.8725679928309,3689.129657178832)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.265943675409982e-05 mm long
+ and its vector is (-5.965164200461004e-05,1.64320439353105e-05,9.893156857287977e-06) mm
+ Endpoint of ComputeStep() was (646.8393550778719,152.3244887186242,3449.602858963593)
+ and current position to locate is (646.8392954262299,152.3245051506682,3449.602868856749)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001526883503131551 mm long
+ and its vector is (-7.956645390549966e-06,-0.0001460376469424318,4.385692409414332e-05) mm
+ Endpoint of ComputeStep() was (646.8393392334103,152.3245746261665,3449.602576562293)
+ and current position to locate is (646.8393312767649,152.3244285885196,3449.602620419217)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.017229886070027e-05 mm long
+ and its vector is (-2.923778936292365e-05,5.838498327648267e-05,-4.651819972423255e-05) mm
+ Endpoint of ComputeStep() was (646.8393585134016,152.3242077545247,3449.602464305467)
+ and current position to locate is (646.8393292756123,152.324266139508,3449.602417787267)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ anti_nu_e, kinetic energy (MeV) = 0.263204, position (cm) = (70.6923,39.9684,500), weight = 3.05176e-05
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003099324043852863 mm long
+ and its vector is (0.00179918045944305,-0.0001941651075298978,0.002516159596325451) mm
+ Endpoint of ComputeStep() was (691.1977410774537,460.5984813519162,3681.12977453629)
+ and current position to locate is (691.1995402579131,460.5982871868087,3681.132290695887)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01341967318529801 mm long
+ and its vector is (-0.009349929907102705,0.002900784565781578,-0.00917888272260825) mm
+ Endpoint of ComputeStep() was (690.5184502315041,460.4814291532903,3681.850849591428)
+ and current position to locate is (690.509100301597,460.484329937856,3681.841670708706)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.695059183588205e-05 mm long
+ and its vector is (6.003439898449869e-05,1.743143724297624e-05,4.487103205974563e-05) mm
+ Endpoint of ComputeStep() was (397.5019679819341,354.2620673070795,2663.95113392961)
+ and current position to locate is (397.5020280163331,354.2620847385168,2663.951178800643)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001759653928325374 mm long
+ and its vector is (8.144801887510766e-05,5.684353925516916e-05,0.0001452544379390019) mm
+ Endpoint of ComputeStep() was (390.300269662197,299.1625419329242,2594.053457949399)
+ and current position to locate is (390.3003511102158,299.1625987764635,2594.053603203837)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.890319358373867e-05 mm long
+ and its vector is (-3.921704075082744e-05,2.804263647249172e-05,-8.194912879844196e-06) mm
+ Endpoint of ComputeStep() was (328.4471042514475,680.4911995849988,3790.621782359878)
+ and current position to locate is (328.4470650344068,680.4912276276352,3790.621774164965)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001274360468239312 mm long
+ and its vector is (9.917600891640177e-06,0.0001066790764525649,-6.90011729602702e-05) mm
+ Endpoint of ComputeStep() was (328.4469434753214,680.4911329598716,3790.621845689864)
+ and current position to locate is (328.4469533929223,680.4912396389481,3790.621776688691)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.454418899905682e-05 mm long
+ and its vector is (-8.012987075289857e-05,1.833857345445722e-05,-1.976411977011594e-05) mm
+ Endpoint of ComputeStep() was (303.4567782844923,570.9747172721975,3855.494809094533)
+ and current position to locate is (303.4566981546216,570.9747356107709,3855.494789330413)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001655194775293939 mm long
+ and its vector is (7.245157576107886e-07,-0.0001643322055997487,1.977621604964952e-05) mm
+ Endpoint of ComputeStep() was (459.2475634542163,422.8535473312249,3369.023512195637)
+ and current position to locate is (459.247564178732,422.8533829990193,3369.023531971853)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001175950759623677 mm long
+ and its vector is (7.152338787363988e-05,8.484195063829247e-05,3.892107770298026e-05) mm
+ Endpoint of ComputeStep() was (459.2474942985102,422.8533621290459,3369.023350582157)
+ and current position to locate is (459.2475658218981,422.8534469709966,3369.023389503235)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001800245719930733 mm long
+ and its vector is (3.775234495151381e-05,0.0001755401867740147,1.300960411754204e-05) mm
+ Endpoint of ComputeStep() was (752.832064342554,428.8114852323501,4109.78125036626)
+ and current position to locate is (752.8321020948989,428.8116607725369,4109.781263375864)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001465425313096761 mm long
+ and its vector is (-0.0001166199209592378,7.761935523831198e-05,4.300864111428382e-05) mm
+ Endpoint of ComputeStep() was (-609.1433030501643,680.3549387040144,4157.077183570899)
+ and current position to locate is (-609.1434196700852,680.3550163233697,4157.07722657954)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.087958816065738e-05 mm long
+ and its vector is (6.426526272207411e-05,-9.094041615753667e-06,2.848140502464958e-05) mm
+ Endpoint of ComputeStep() was (-638.613664505908,710.4650574906423,4087.24244273585)
+ and current position to locate is (-638.6136002406453,710.4650483966007,4087.242471217255)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0157492499691075 mm long
+ and its vector is (0.01503040409329515,0.004400870040001337,-0.001660773998082732) mm
+ Endpoint of ComputeStep() was (-887.9867601226462,424.3531634197614,4529.889604976616)
+ and current position to locate is (-887.9717297185529,424.3575642898014,4529.887944202618)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001811329199312868 mm long
+ and its vector is (-0.0001382380443910591,-0.0001070155099114345,-4.740314761875197e-05) mm
+ Endpoint of ComputeStep() was (-1.772169182687352,668.4742807316198,4160.027763786466)
+ and current position to locate is (-1.772307420731743,668.4741737161099,4160.027716383319)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01212581804698646 mm long
+ and its vector is (-0.01153399907695984,0.00372080860506685,0.0003973813354605227) mm
+ Endpoint of ComputeStep() was (-321.3183737205903,762.9271917858017,4135.72496727266)
+ and current position to locate is (-321.3299077196673,762.9309125944068,4135.725364653996)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.96489969850013e-05 mm long
+ and its vector is (-4.462870924726303e-05,-4.180825965249824e-05,-3.333662425575312e-05) mm
+ Endpoint of ComputeStep() was (-321.3093637061751,763.0087435423709,4135.663112774938)
+ and current position to locate is (-321.3094083348843,763.0087017341112,4135.663079438314)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.941618848996223e-05 mm long
+ and its vector is (-4.330454771661607e-05,2.05775584163348e-05,-1.196828816318884e-05) mm
+ Endpoint of ComputeStep() was (-531.5443452165269,777.3432170512623,3798.122892759484)
+ and current position to locate is (-531.5443885210747,777.3432376288207,3798.122880791196)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.421823148550539e-05 mm long
+ and its vector is (4.817826049929863e-05,1.532826865968673e-05,1.958356506293057e-05) mm
+ Endpoint of ComputeStep() was (-531.5445247303531,777.3434164183594,3798.122925837918)
+ and current position to locate is (-531.5444765520926,777.3434317466281,3798.122945421483)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001166253523195838 mm long
+ and its vector is (-3.132407903194689e-05,-3.880994756855216e-05,-0.0001054232557180512) mm
+ Endpoint of ComputeStep() was (413.6501695895221,728.644139776784,2923.163658170723)
+ and current position to locate is (413.6501382654431,728.6441009668364,2923.163552747467)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.085834528353887e-05 mm long
+ and its vector is (5.049338233220624e-05,2.180667775064649e-05,-4.467429062060546e-05) mm
+ Endpoint of ComputeStep() was (413.6501237924787,728.6439193605581,2923.163560131727)
+ and current position to locate is (413.6501742858611,728.6439411672359,2923.163515457436)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001178643925034432 mm long
+ and its vector is (-0.0001154051256548883,2.370065055856685e-05,-3.457044385868357e-06) mm
+ Endpoint of ComputeStep() was (413.650287286428,728.6438883890941,2923.163399836738)
+ and current position to locate is (413.6501718813023,728.6439120897446,2923.163396379693)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.558831154801345e-05 mm long
+ and its vector is (-1.278989589081903e-05,-2.709191824123991e-05,4.682421285906457e-05) mm
+ Endpoint of ComputeStep() was (276.6114908759698,553.6386102797262,2886.090868789262)
+ and current position to locate is (276.6114780860739,553.638583187808,2886.090915613475)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01666318783359533 mm long
+ and its vector is (-0.01013783765495191,0.01082662176395388,0.007594098869503796) mm
+ Endpoint of ComputeStep() was (357.6556746652271,583.3899324635219,2837.840984308847)
+ and current position to locate is (357.6455368275721,583.4007590852858,2837.848578407716)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002886789966747242 mm long
+ and its vector is (-0.002608984193727792,0.001066317745539891,-0.0006242789877433097) mm
+ Endpoint of ComputeStep() was (357.3445523975994,582.8140892517561,2838.386609001393)
+ and current position to locate is (357.3419434134057,582.8151555695016,2838.385984722405)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.496719587453586e-05 mm long
+ and its vector is (5.537128987498363e-05,5.888790299479751e-05,-2.618510097818216e-05) mm
+ Endpoint of ComputeStep() was (209.4821424020714,65.28656882411627,1093.305616549712)
+ and current position to locate is (209.4821977733613,65.28662771201927,1093.305590364611)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.090931535483359e-05 mm long
+ and its vector is (6.424880211852724e-06,6.482983623357086e-05,2.799900448735571e-05) mm
+ Endpoint of ComputeStep() was (209.4823223260984,65.28649704676313,1093.305684747957)
+ and current position to locate is (209.4823287509786,65.28656187659936,1093.305712746962)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001356933152546821 mm long
+ and its vector is (0.0001225704884859624,-4.139709952255544e-05,4.093203278898727e-05) mm
+ Endpoint of ComputeStep() was (468.5327231883943,178.1947226093494,2434.926684634873)
+ and current position to locate is (468.5328457588828,178.1946812122499,2434.926725566906)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001773912560942723 mm long
+ and its vector is (-7.746984516643352e-05,9.622537368159101e-05,0.0001273057669095579) mm
+ Endpoint of ComputeStep() was (493.4466903577451,599.5925918285466,2600.994874002821)
+ and current position to locate is (493.4466128879,599.5926880539203,2600.995001308588)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001728336869843429 mm long
+ and its vector is (-2.864851990125317e-05,-9.79944950358913e-05,-0.0001394554574289941) mm
+ Endpoint of ComputeStep() was (-282.3185892075637,1144.6460972391,3485.43301141966)
+ and current position to locate is (-282.3186178560836,1144.645999244605,3485.432871964203)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001707912591203034 mm long
+ and its vector is (0.0001262372353494357,-3.593121050471382e-05,0.0001092829479603097) mm
+ Endpoint of ComputeStep() was (-282.3188112614552,1144.645909387956,3485.432798912066)
+ and current position to locate is (-282.3186850242199,1144.645873456746,3485.432908195014)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.008056568499481e-05 mm long
+ and its vector is (5.200729549414973e-05,4.575779689730552e-05,1.061842385752243e-05) mm
+ Endpoint of ComputeStep() was (-863.927876721479,1099.406613976851,3496.0774981553)
+ and current position to locate is (-863.9278247141835,1099.406659734648,3496.077508773723)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.52295280893903e-05 mm long
+ and its vector is (-4.441887995199068e-06,1.451270281904726e-05,-1.260798853763845e-06) mm
+ Endpoint of ComputeStep() was (-863.9276889314151,1099.40667800536,3496.07742467155)
+ and current position to locate is (-863.9276933733031,1099.406692518063,3496.077423410751)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.498449045352661e-05 mm long
+ and its vector is (-3.753516122628753e-05,-3.562891146913216e-05,1.857381300851557e-05) mm
+ Endpoint of ComputeStep() was (108.062494032879,45.18650085119578,608.0569033678868)
+ and current position to locate is (108.0624564977178,45.18646522228431,608.0569219416998)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.005100305497460588 mm long
+ and its vector is (0.002189154415262351,0.0046065922511076,-5.190915089769987e-06) mm
+ Endpoint of ComputeStep() was (77.71996174617429,16.1005015708255,548.669983082005)
+ and current position to locate is (77.72215090058955,16.10510816307661,548.66997789109)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001169157715313029 mm long
+ and its vector is (0.000255680951170234,0.001083251766928583,0.0003579422075290495) mm
+ Endpoint of ComputeStep() was (172.0393512223828,121.9247725828267,1330.010381743081)
+ and current position to locate is (172.039606903334,121.9258558345937,1330.010739685289)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002165779140649894 mm long
+ and its vector is (6.992960089746703e-05,0.0002041516595454596,1.838324465097685e-05) mm
+ Endpoint of ComputeStep() was (172.0394275884559,121.9256887219188,1330.011607993611)
+ and current position to locate is (172.0394975180567,121.9258928735783,1330.011626376856)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001035210409015519 mm long
+ and its vector is (-7.671901093431188e-05,1.238804921399606e-05,-6.839104844402755e-05) mm
+ Endpoint of ComputeStep() was (172.0394271038199,121.9259674560331,1330.011875570983)
+ and current position to locate is (172.039350384809,121.9259798440824,1330.011807179935)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.792237964581125e-05 mm long
+ and its vector is (1.334128737084939e-05,-5.969295831675936e-05,4.827688917430351e-05) mm
+ Endpoint of ComputeStep() was (172.0391866623587,121.9260836278482,1330.011854977774)
+ and current position to locate is (172.039200003646,121.9260239348899,1330.011903254664)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.430959695800406e-05 mm long
+ and its vector is (5.639653295475e-07,-7.334494834765337e-05,-1.192127069771232e-05) mm
+ Endpoint of ComputeStep() was (172.0391231350355,121.9260790123714,1330.012023955718)
+ and current position to locate is (172.0391236990008,121.926005667423,1330.012012034447)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.674341279647443e-05 mm long
+ and its vector is (-2.476121935046649e-05,-6.158775562425944e-06,8.010095370991621e-06) mm
+ Endpoint of ComputeStep() was (172.0392025071757,121.9259604839972,1330.012131621262)
+ and current position to locate is (172.0391777459564,121.9259543252217,1330.012139631357)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.027851058276282e-05 mm long
+ and its vector is (1.52558728814256e-05,3.261815099087073e-05,1.804641192393319e-05) mm
+ Endpoint of ComputeStep() was (-11.35917470061129,8.674897062624527,1683.779237357061)
+ and current position to locate is (-11.35915944473841,8.674929680775518,1683.779255403473)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.731188813559991e-05 mm long
+ and its vector is (-1.411054878275309e-06,-4.844476151788513e-06,-7.714705452599446e-05) mm
+ Endpoint of ComputeStep() was (-9.711883315977268,16.3741301917535,1676.644356125337)
+ and current position to locate is (-9.711884727032146,16.37412534727735,1676.644278978282)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001996636010284751 mm long
+ and its vector is (0.0001602319327815849,9.932880900009877e-05,6.5765256749728e-05) mm
+ Endpoint of ComputeStep() was (82.01946133745095,104.8332459612498,1664.35581449483)
+ and current position to locate is (82.01962156938373,104.8333452900588,1664.355880260086)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.615517774225011e-05 mm long
+ and its vector is (3.074507242217805e-05,-3.459134386218921e-05,-7.26697605841764e-05) mm
+ Endpoint of ComputeStep() was (298.1290447503663,97.16462185860527,1694.314831822315)
+ and current position to locate is (298.1290754954388,97.16458726726141,1694.314759152554)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.918500690718859e-05 mm long
+ and its vector is (-7.26895274283379e-06,3.594777216164857e-05,5.866417291144899e-05) mm
+ Endpoint of ComputeStep() was (298.1290902585662,97.16436209787625,1694.314817366705)
+ and current position to locate is (298.1290829896135,97.16439804564841,1694.314876030878)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.633972312214806e-05 mm long
+ and its vector is (1.896536416268191e-05,1.950678571915887e-05,-2.409098897260264e-05) mm
+ Endpoint of ComputeStep() was (111.3934184830259,177.478903750042,1579.628023355892)
+ and current position to locate is (111.3934374483901,177.4789232568277,1579.627999264903)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001403814093365383 mm long
+ and its vector is (-0.000103600895300815,3.242997473762443e-05,8.900613079276809e-05) mm
+ Endpoint of ComputeStep() was (78.02302555733054,150.6985397005836,1648.115667133519)
+ and current position to locate is (78.02292195643524,150.6985721305584,1648.11575613965)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.647031830207066e-05 mm long
+ and its vector is (4.426780894561944e-05,-1.472548709102739e-05,-4.734790741167672e-05) mm
+ Endpoint of ComputeStep() was (78.02294057742334,150.6983547565303,1648.115934469643)
+ and current position to locate is (78.02298484523229,150.6983400310432,1648.115887121736)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006423560603040909 mm long
+ and its vector is (-0.0001239634963535741,-0.000389394505351276,-0.0004956069803618846) mm
+ Endpoint of ComputeStep() was (0.3613100305401231,0.2280076112768061,21.74259443484061)
+ and current position to locate is (0.3611860670437695,0.2276182167714549,21.74209882786025)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00030517124812289 mm long
+ and its vector is (-0.0001633841580943596,0.0002571669649853447,1.732800291165404e-05) mm
+ Endpoint of ComputeStep() was (5.958536631970881,-75.48352562996097,266.4365788531995)
+ and current position to locate is (5.958373247812786,-75.48326846299598,266.4365961812024)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.344332186689869e-05 mm long
+ and its vector is (-5.82341200932035e-05,-6.933889660842851e-05,2.307724150796275e-05) mm
+ Endpoint of ComputeStep() was (5.958369250292009,-75.48321834983309,266.4363582994313)
+ and current position to locate is (5.958311016171915,-75.4832876887297,266.4363813766728)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.574572625263636e-05 mm long
+ and its vector is (6.087283703237745e-05,1.547419806513517e-05,-5.837273744191407e-05) mm
+ Endpoint of ComputeStep() was (5.958160372578712,-75.48340848320002,266.4363182141238)
+ and current position to locate is (5.958221245415745,-75.48339300900196,266.4362598413864)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.257253388277409e-05 mm long
+ and its vector is (-3.70483193137261e-05,1.900524723907893e-05,3.209507644896803e-05) mm
+ Endpoint of ComputeStep() was (5.864054592974381,-76.33529777681413,268.2697297002738)
+ and current position to locate is (5.864017544655067,-76.33527877156689,268.2697617953503)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001468498287572462 mm long
+ and its vector is (-0.0001279959935232,1.855581319887278e-05,-6.955271126685147e-05) mm
+ Endpoint of ComputeStep() was (414.8759478710501,-115.0636464613326,213.7844237670704)
+ and current position to locate is (414.8758198750565,-115.0636279055194,213.7843542143592)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.760688463280587e-05 mm long
+ and its vector is (4.107028871658258e-05,-6.095318701682118e-05,-2.491523468961532e-05) mm
+ Endpoint of ComputeStep() was (-216.4190970889387,130.319470733078,99.77728685426499)
+ and current position to locate is (-216.41905601865,130.319409779891,99.7772619390303)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.213803661071475e-05 mm long
+ and its vector is (-6.683472978877281e-05,-3.348712664319464e-05,-5.386231552506615e-05) mm
+ Endpoint of ComputeStep() was (0.1194772943488029,6.960115821323399,194.7914206693088)
+ and current position to locate is (0.1194104596190141,6.960082334196755,194.7913668069932)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.2742228198580792 mm long
+ and its vector is (-0.1549315792613157,0.2035807960499483,-0.09873813932913944) mm
+ Endpoint of ComputeStep() was (-73.55814892971705,141.3193436635492,0.7402710036169419)
+ and current position to locate is (-73.71308050897836,141.5229244595992,0.6415328642878024)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.07241101266519452 mm long
+ and its vector is (0.04788973511551831,-0.03252847548100135,-0.04349512971180047) mm
+ Endpoint of ComputeStep() was (-368.5552047213494,-104.5836467341536,687.6817410692578)
+ and current position to locate is (-368.5073149862339,-104.6161752096346,687.638245939546)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001748243924921452 mm long
+ and its vector is (5.979757651175532e-05,-0.0001080055433533289,0.0001237845735886367) mm
+ Endpoint of ComputeStep() was (-238.923208461475,-137.2566052279815,529.5412514821841)
+ and current position to locate is (-238.9231486638985,-137.2567132335248,529.5413752667577)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001271427158930529 mm long
+ and its vector is (1.012816710499465e-05,8.131303388836386e-05,-9.721564151732309e-05) mm
+ Endpoint of ComputeStep() was (-208.7379481381464,-74.57042453351816,521.6222331596204)
+ and current position to locate is (-208.7379380099793,-74.57034322048428,521.6221359439788)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.484860389003807e-05 mm long
+ and its vector is (3.705433934442226e-05,3.338206460057336e-05,2.282505306538951e-05) mm
+ Endpoint of ComputeStep() was (-208.737974430558,-74.57025015258132,521.6219271546453)
+ and current position to locate is (-208.7379373762187,-74.57021677051672,521.6219499796983)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001226228895984471 mm long
+ and its vector is (-0.0001024302511041242,6.383670567799982e-05,-2.166314197893371e-05) mm
+ Endpoint of ComputeStep() was (234.6900679421667,-15.41890000023444,1601.792587449403)
+ and current position to locate is (234.6899655119156,-15.41883616352876,1601.792565786261)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001132566188608602 mm long
+ and its vector is (-0.0001036922127468642,2.674786531997597e-05,3.687191929202527e-05) mm
+ Endpoint of ComputeStep() was (266.3532118919044,-357.4218288166244,1371.564201939563)
+ and current position to locate is (266.3531081996916,-357.4218020687591,1371.564238811482)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001143528844526911 mm long
+ and its vector is (-2.424344643259246e-05,-5.14046715807126e-05,9.922901404024742e-05) mm
+ Endpoint of ComputeStep() was (259.6209900613689,-350.8329336019237,1374.724357528502)
+ and current position to locate is (259.6209658179225,-350.8329850065953,1374.724456757516)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003573158523123889 mm long
+ and its vector is (-0.0001831263655276416,6.255015546230425e-05,0.0003003778131187573) mm
+ Endpoint of ComputeStep() was (248.6374694697951,-347.8884267509988,1370.141782764754)
+ and current position to locate is (248.6372863434296,-347.8883642008433,1370.142083142567)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.137050558476374e-05 mm long
+ and its vector is (-1.901257959957547e-05,5.225944903486379e-06,5.811669529975916e-05) mm
+ Endpoint of ComputeStep() was (60.70131416917141,-442.1677897072979,981.7989624260465)
+ and current position to locate is (60.70129515659181,-442.167784481353,981.7990205427418)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.615767366675895e-05 mm long
+ and its vector is (-1.785979358004397e-05,1.720957504858234e-05,-3.89279994124081e-05) mm
+ Endpoint of ComputeStep() was (60.7013426630403,-442.1679734950773,981.7989699167033)
+ and current position to locate is (60.70132480324672,-442.1679562855023,981.7989309887039)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001352715225833291 mm long
+ and its vector is (3.395059943045453e-05,0.0001124291156315849,-6.712254150897934e-05) mm
+ Endpoint of ComputeStep() was (60.70136586847723,-442.1680792168295,981.7990184632464)
+ and current position to locate is (60.70139981907666,-442.1679667877139,981.7989513407049)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001556327530462682 mm long
+ and its vector is (1.814649998266304e-05,-7.340236132336031e-05,0.0001360307013555939) mm
+ Endpoint of ComputeStep() was (21.40856552714491,196.9886279069407,251.427106291586)
+ and current position to locate is (21.40858367364489,196.9885545045794,251.4272423222874)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002828767262648424 mm long
+ and its vector is (-3.811782202234326e-05,-0.0001524518698943211,0.0002352120347097753) mm
+ Endpoint of ComputeStep() was (61.47915005292482,106.1204503119213,203.0118618859654)
+ and current position to locate is (61.47911193510279,106.1202978600514,203.0120970980001)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.602323456024986e-05 mm long
+ and its vector is (5.541603889014368e-05,-3.764470820044608e-05,-6.879244256197126e-05) mm
+ Endpoint of ComputeStep() was (-495.6067952608053,73.90402725346011,1331.828033410853)
+ and current position to locate is (-495.6067398447664,73.90398960875191,1331.827964618411)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.883169935726916e-05 mm long
+ and its vector is (2.191426887065973e-05,-4.352020124542832e-05,-3.208078169336659e-06) mm
+ Endpoint of ComputeStep() was (-495.6069021811643,73.90396976352139,1331.827868211728)
+ and current position to locate is (-495.6068802668954,73.90392624332014,1331.82786500365)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.338650933764101e-05 mm long
+ and its vector is (3.656701557019915e-05,3.373577635557012e-05,-6.691831367788836e-05) mm
+ Endpoint of ComputeStep() was (-378.7978079856061,-41.54321386122857,1495.664339035899)
+ and current position to locate is (-378.7977714185905,-41.54318012545222,1495.664272117585)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.473755092008401e-05 mm long
+ and its vector is (3.326669445868902e-05,-2.439852640634399e-05,4.988977298125974e-05) mm
+ Endpoint of ComputeStep() was (-508.1035232763163,95.85018957311642,1436.095406288291)
+ and current position to locate is (-508.1034900096218,95.85016517459002,1436.095456178064)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000152141962603495 mm long
+ and its vector is (0.0001323396859511661,5.969024263752232e-06,-7.481814657239738e-05) mm
+ Endpoint of ComputeStep() was (-21.97622102625247,-2.216144778708379,982.3477171326148)
+ and current position to locate is (-21.97608868656652,-2.216138809684115,982.3476423144682)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.119149343971208e-05 mm long
+ and its vector is (5.163808605956888e-05,4.857829004478731e-05,6.471981350841816e-06) mm
+ Endpoint of ComputeStep() was (-10.81645217621947,21.52588127017243,975.9317023434497)
+ and current position to locate is (-10.81640053813341,21.52592984846248,975.9317088154311)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.91151893985698e-05 mm long
+ and its vector is (1.456539705202431e-05,5.12655148554586e-06,-1.126757047131832e-05) mm
+ Endpoint of ComputeStep() was (-89.24889665079122,149.7288783636499,862.4723882054674)
+ and current position to locate is (-89.24888208539417,149.7288834902014,862.4723769378969)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.632294332621157e-05 mm long
+ and its vector is (2.385793271741932e-05,-1.547492757936197e-05,5.991709667796385e-05) mm
+ Endpoint of ComputeStep() was (-89.24894104225648,149.7290710904623,862.4723754517851)
+ and current position to locate is (-89.24891718432376,149.7290556155347,862.4724353688817)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001382885088105625 mm long
+ and its vector is (-8.684599310271324e-05,-6.479755889188255e-06,0.0001074220550663085) mm
+ Endpoint of ComputeStep() was (-20.27924396224388,-17.47140235875763,727.7444282923733)
+ and current position to locate is (-20.27933080823698,-17.47140883851352,727.7445357144284)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002380024115809091 mm long
+ and its vector is (0.0009647537456560148,-0.001289284201612895,0.001752572751570369) mm
+ Endpoint of ComputeStep() was (-0.01663917717271803,0.5981958329526216,626.1022519949378)
+ and current position to locate is (-0.01567442342706201,0.5969065487510087,626.1040045676893)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001607083628814032 mm long
+ and its vector is (5.605493476481746e-05,6.813915830672368e-05,-0.0001343207999298102) mm
+ Endpoint of ComputeStep() was (-0.01663011882979717,0.6696440992652213,626.1663414592874)
+ and current position to locate is (-0.01657406389503235,0.669712238423528,626.1662071384875)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.558308614927056e-05 mm long
+ and its vector is (-6.744836064029314e-05,-1.624212952233695e-05,-6.574981546236813e-05) mm
+ Endpoint of ComputeStep() was (-0.01652941133078861,0.6698954271431425,626.1662550322978)
+ and current position to locate is (-0.0165968596914289,0.6698791850136202,626.1661892824824)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001172218183540273 mm long
+ and its vector is (-2.028428801281734e-05,0.0001019035487956899,-5.426941220321169e-05) mm
+ Endpoint of ComputeStep() was (-164.8397098019596,272.4591260657394,1070.489699877347)
+ and current position to locate is (-164.8397300862476,272.4592279692882,1070.489645607935)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.916927002769449e-05 mm long
+ and its vector is (-1.837430500017945e-05,-1.400797771111684e-06,5.280491905068629e-06) mm
+ Endpoint of ComputeStep() was (-353.8114038308056,315.8018859589536,936.1336582088513)
+ and current position to locate is (-353.8114222051106,315.8018845581558,936.1336634893432)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.866061221943369e-05 mm long
+ and its vector is (5.324850917531876e-06,2.181377720944511e-05,3.147138420445117e-05) mm
+ Endpoint of ComputeStep() was (-353.8115218065223,315.8017363919228,936.1337355479764)
+ and current position to locate is (-353.8115164816714,315.8017582057,936.1337670193606)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.063168259821446e-05 mm long
+ and its vector is (7.572446571657565e-05,-2.748142605923931e-05,3.470555043350032e-06) mm
+ Endpoint of ComputeStep() was (-353.8116413845734,315.8016559020492,936.1338088821375)
+ and current position to locate is (-353.8115656601077,315.8016284206232,936.1338123526925)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002130941836465832 mm long
+ and its vector is (-5.935365271625415e-05,1.957542997388373e-05,-0.000203723041295234) mm
+ Endpoint of ComputeStep() was (-301.1250962999829,405.2623211825809,963.8491568996712)
+ and current position to locate is (-301.1251556536357,405.2623407580109,963.8489531766299)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001130101473035473 mm long
+ and its vector is (5.358622141216074e-05,8.712565922053273e-05,-4.805132437013526e-05) mm
+ Endpoint of ComputeStep() was (70.10678255384472,-109.4498465661175,726.2911045176961)
+ and current position to locate is (70.10683614006614,-109.4497594404583,726.2910564663717)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001051521761928814 mm long
+ and its vector is (-7.342033825352701e-05,-3.03283742084659e-05,-6.889574592605641e-05) mm
+ Endpoint of ComputeStep() was (70.10705611823926,-109.4498466201436,726.2910209072298)
+ and current position to locate is (70.106982697901,-109.4498769485178,726.2909520114839)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.881989434135486e-05 mm long
+ and its vector is (-5.817750690084722e-05,4.962605254377195e-05,-1.911042500069016e-05) mm
+ Endpoint of ComputeStep() was (-424.037492881461,-358.179964553842,1137.36439035581)
+ and current position to locate is (-424.0375510589679,-358.1799149277894,1137.364371245385)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.654440980086963e-05 mm long
+ and its vector is (1.923222964705928e-05,-3.511971328862273e-06,-1.795530818071711e-05) mm
+ Endpoint of ComputeStep() was (-350.40093949825,-305.2746353213132,956.3585752743476)
+ and current position to locate is (-350.4009202660204,-305.2746388332845,956.3585573190394)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001131162268184865 mm long
+ and its vector is (4.629318026694307e-05,6.402495043289491e-05,8.095077487269009e-05) mm
+ Endpoint of ComputeStep() was (11.15222009993615,29.08508722396786,916.3694533286871)
+ and current position to locate is (11.15226639311642,29.08515124891829,916.369534279462)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.533145984338049e-05 mm long
+ and its vector is (2.272354117138775e-05,-4.526294609874526e-05,2.228176015250938e-05) mm
+ Endpoint of ComputeStep() was (11.15238958609579,29.08524801958745,916.3694678203674)
+ and current position to locate is (11.15241230963696,29.08520275664135,916.3694901021275)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001793836485302765 mm long
+ and its vector is (-0.0003925784706382274,0.00171033027180556,-0.0003721583557307895) mm
+ Endpoint of ComputeStep() was (-134.926946896855,183.2515430649033,1238.571992175806)
+ and current position to locate is (-134.9273394753257,183.2532533951751,1238.57162001745)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001332424175019205 mm long
+ and its vector is (5.975431198379511e-05,-2.544162242656967e-05,-0.0001163429751613876) mm
+ Endpoint of ComputeStep() was (-48.79112080895978,195.3389580908445,1176.590672653734)
+ and current position to locate is (-48.7910610546478,195.3389326492221,1176.590556310759)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001467723237331679 mm long
+ and its vector is (0.0001353966133876838,6.697869253002864e-06,-5.625842732115416e-05) mm
+ Endpoint of ComputeStep() was (-148.193989940508,-183.4593851681061,1568.217119289845)
+ and current position to locate is (-148.1938545438946,-183.4593784702368,1568.217063031418)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.334434192408282e-05 mm long
+ and its vector is (-2.808912550733567e-05,-1.391933216154939e-05,1.136214586949791e-05) mm
+ Endpoint of ComputeStep() was (-126.1923232267665,-174.7095515364549,1620.753931141089)
+ and current position to locate is (-126.192351315892,-174.7095654557871,1620.753942503235)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.362459994610279e-05 mm long
+ and its vector is (-2.23022500236425e-05,-1.349666604255617e-06,-4.874818728239916e-05) mm
+ Endpoint of ComputeStep() was (51.75346857931999,-168.4967970118063,1783.664943856486)
+ and current position to locate is (51.75344627706996,-168.4967983614729,1783.664895108299)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.243024553135999e-05 mm long
+ and its vector is (-1.184363202355598e-05,8.309253530569549e-06,2.902422284023487e-05) mm
+ Endpoint of ComputeStep() was (420.330250666664,175.5704449267714,886.4521841686649)
+ and current position to locate is (420.3302388230319,175.5704532360249,886.4522131928877)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001058925577994146 mm long
+ and its vector is (-5.013570692113944e-05,-4.718763776168089e-06,9.315244471963524e-05) mm
+ Endpoint of ComputeStep() was (43.12269955481316,-5.692661678394092,259.9126831451809)
+ and current position to locate is (43.12264941910624,-5.692666397157868,259.9127762976257)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001322662416194883 mm long
+ and its vector is (9.740524808421469e-05,8.927218179977103e-05,6.087189376557944e-06) mm
+ Endpoint of ComputeStep() was (292.5801648628694,-10.61633041926875,734.5076932341343)
+ and current position to locate is (292.5802622681175,-10.61624114708695,734.5076993213237)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001214917437380937 mm long
+ and its vector is (9.878562252652046e-05,-3.896460452779138e-05,-5.902037082705647e-05) mm
+ Endpoint of ComputeStep() was (458.6388641596264,-345.553001702618,1218.138746319002)
+ and current position to locate is (458.6389629452489,-345.5530406672225,1218.138687298631)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002270309242886995 mm long
+ and its vector is (-0.0001396630395902321,-0.0001336650361736247,-0.0001190417324323789) mm
+ Endpoint of ComputeStep() was (438.134888290311,-305.8203316304436,1229.357681691736)
+ and current position to locate is (438.1347486272714,-305.8204652954798,1229.357562650004)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.591350997680943e-05 mm long
+ and its vector is (-4.875417744187871e-05,-1.682344566233951e-05,-2.15945005948015e-05) mm
+ Endpoint of ComputeStep() was (438.1349236163128,-305.8206866956197,1229.357484833295)
+ and current position to locate is (438.1348748621354,-305.8207035190653,1229.357463238794)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001313847584003947 mm long
+ and its vector is (-6.498618711248128e-05,-9.52773908124982e-05,6.293622982411762e-05) mm
+ Endpoint of ComputeStep() was (438.1349531524758,-305.8206913941253,1229.3572881579)
+ and current position to locate is (438.1348881662887,-305.8207866715161,1229.35735109413)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01298979359144444 mm long
+ and its vector is (0.007375762684034726,-0.006072532357904947,0.008800977964938284) mm
+ Endpoint of ComputeStep() was (397.5632885886957,-282.6237842794458,1166.743551183422)
+ and current position to locate is (397.5706643513798,-282.6298568118037,1166.752352161387)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.005942244970452113 mm long
+ and its vector is (-0.0008424786878435953,0.003867945454032906,-0.004431647877936484) mm
+ Endpoint of ComputeStep() was (397.5459783527796,-282.5850092399747,1166.804511082546)
+ and current position to locate is (397.5451358740918,-282.5811412945207,1166.800079434668)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001800967882606361 mm long
+ and its vector is (-1.029969661203722e-05,-0.0001353731796029933,-0.0001183337299153209) mm
+ Endpoint of ComputeStep() was (397.5450730541416,-282.5810013160965,1166.800198864312)
+ and current position to locate is (397.545062754445,-282.5811366892761,1166.800080530582)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001816643200184515 mm long
+ and its vector is (-0.0001759295869874222,8.527340867203748e-06,4.447460003120796e-05) mm
+ Endpoint of ComputeStep() was (477.7193816313452,-179.1417822901627,1016.241784225734)
+ and current position to locate is (477.7192057017583,-179.1417737628219,1016.241828700334)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003593178497391494 mm long
+ and its vector is (0.0001394950158442043,-0.0001345966369541429,0.000302546199804965) mm
+ Endpoint of ComputeStep() was (400.6114826812604,-103.6859121611369,1007.651773458094)
+ and current position to locate is (400.6116221762762,-103.6860467577739,1007.652076004294)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003772252842148059 mm long
+ and its vector is (2.949131680907158e-05,-0.0001717091590194286,-0.0003345820407503197) mm
+ Endpoint of ComputeStep() was (521.8314082727458,-175.7393587116619,1409.037746765169)
+ and current position to locate is (521.8314377640626,-175.739530420821,1409.037412183128)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.230800663724155e-05 mm long
+ and its vector is (-8.205290555451938e-06,3.699777218457712e-05,-1.880971785794827e-05) mm
+ Endpoint of ComputeStep() was (527.5677308523384,-151.712360594985,1404.690093174873)
+ and current position to locate is (527.5677226470478,-151.7123235972128,1404.690074365155)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.305280335810485e-05 mm long
+ and its vector is (-4.230509773606173e-05,5.299109950840375e-06,3.157210926474363e-05) mm
+ Endpoint of ComputeStep() was (388.8069740189511,-46.46897412565641,1272.778153810511)
+ and current position to locate is (388.8069317138533,-46.46896882654646,1272.77818538262)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.846527159639781e-05 mm long
+ and its vector is (5.295678852235142e-05,-3.609319716701975e-05,4.527315445557178e-05) mm
+ Endpoint of ComputeStep() was (528.5615497260729,-136.4665697304504,1266.329480046836)
+ and current position to locate is (528.5616026828615,-136.4666058236476,1266.32952531999)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.050851481594181e-05 mm long
+ and its vector is (5.265982281343895e-05,4.798000645678258e-06,2.941432671832445e-05) mm
+ Endpoint of ComputeStep() was (510.2434485090752,-122.2200561467167,1216.19416333619)
+ and current position to locate is (510.243501168898,-122.2200513487161,1216.194192750517)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.275429150123275e-05 mm long
+ and its vector is (-1.873219866865838e-05,8.192894886960289e-05,-3.924424368051405e-05) mm
+ Endpoint of ComputeStep() was (375.1799089144209,-29.74426608501215,1125.625789560417)
+ and current position to locate is (375.1798901822222,-29.74418415606328,1125.625750316173)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002964261212773492 mm long
+ and its vector is (-0.0001237651776477833,-0.0002685552350030207,-2.07053599297069e-05) mm
+ Endpoint of ComputeStep() was (290.8841786374364,55.71129478074382,1140.917973787555)
+ and current position to locate is (290.8840548722588,55.71102622550882,1140.917953082195)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001385823175421024 mm long
+ and its vector is (5.225311781487108e-06,-6.355564583770956e-05,-0.0001230383466008789) mm
+ Endpoint of ComputeStep() was (355.7199250212141,-126.6278401210666,1146.633304758164)
+ and current position to locate is (355.7199302465258,-126.6279036767124,1146.633181719817)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.654069601195428e-05 mm long
+ and its vector is (-4.838284507968638e-05,-1.143777439338578e-05,-5.819583975608111e-05) mm
+ Endpoint of ComputeStep() was (361.8598842652278,-11.21314286984722,1113.014404984586)
+ and current position to locate is (361.8598358823827,-11.21315430762162,1113.014346788746)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00402173631288903 mm long
+ and its vector is (0.001684380007532127,0.002610647326514837,0.002553771230395796) mm
+ Endpoint of ComputeStep() was (362.4863936417234,-12.85227542054388,1114.208613529757)
+ and current position to locate is (362.4880780217309,-12.84966477321736,1114.211167300987)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.949953644403009e-05 mm long
+ and its vector is (-5.854424523477064e-05,-3.737490010280453e-05,2.423583737254376e-06) mm
+ Endpoint of ComputeStep() was (934.9879384198634,-916.5496849927769,1508.950560749882)
+ and current position to locate is (934.9878798756182,-916.549722367677,1508.950563173466)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.466783003177896e-05 mm long
+ and its vector is (1.322155208072218e-05,-6.350588478198915e-06,7.63177467888454e-08) mm
+ Endpoint of ComputeStep() was (862.7587895596362,-545.2552257517514,1287.542617958485)
+ and current position to locate is (862.7588027811883,-545.2552321023398,1287.542618034803)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003305040962853428 mm long
+ and its vector is (0.0003143378332879365,5.231102761626971e-05,-8.768261295699631e-05) mm
+ Endpoint of ComputeStep() was (872.1384869008713,-550.4767367673588,1265.718491153576)
+ and current position to locate is (872.1388012387046,-550.4766844563312,1265.718403470963)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.718388867560811e-05 mm long
+ and its vector is (7.801111109984049e-06,3.162510256515816e-05,-5.87594286116655e-05) mm
+ Endpoint of ComputeStep() was (872.1389033907656,-550.476509876917,1265.718587810168)
+ and current position to locate is (872.1389111918767,-550.4764782518145,1265.71852905074)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008924384615243492 mm long
+ and its vector is (-0.0002295912117915577,0.0001464726194626564,0.0008498706106365717) mm
+ Endpoint of ComputeStep() was (407.6749236928987,-705.7184054916052,1307.048522184735)
+ and current position to locate is (407.674694101687,-705.7182590189857,1307.049372055346)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001107379140923021 mm long
+ and its vector is (9.188680041916086e-05,1.530787108094955e-05,-5.987796430417802e-05) mm
+ Endpoint of ComputeStep() was (319.5360324282942,-837.7616091036701,1188.601122902831)
+ and current position to locate is (319.5361243150946,-837.7615937957991,1188.601063024867)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.848645715011859e-05 mm long
+ and its vector is (-3.135021091793533e-05,-1.469479354909708e-05,4.713695989266853e-05) mm
+ Endpoint of ComputeStep() was (319.5362181971398,-837.7614763873721,1188.601089497699)
+ and current position to locate is (319.5361868469288,-837.7614910821657,1188.601136634659)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002297854551213201 mm long
+ and its vector is (-2.473603751695919e-05,0.0002085282073496231,9.330311127087043e-05) mm
+ Endpoint of ComputeStep() was (429.8338024470023,-5.724391784742812,832.4286048529558)
+ and current position to locate is (429.8337777109647,-5.724183256535462,832.4286981560671)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.628931231735232e-05 mm long
+ and its vector is (-3.493878202220912e-05,6.112166582283862e-05,-2.938507532235235e-05) mm
+ Endpoint of ComputeStep() was (250.867945016934,-206.204657353475,553.4255953481422)
+ and current position to locate is (250.867910078152,-206.2045962318092,553.4255659630669)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001163892246839019 mm long
+ and its vector is (0.000137312800802647,0.001116918209277173,0.000297126354894317) mm
+ Endpoint of ComputeStep() was (657.1571948281975,-548.3975346905842,597.2597268198881)
+ and current position to locate is (657.1573321409983,-548.3964177723749,597.260023946243)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.601923303066351e-05 mm long
+ and its vector is (3.528946456299309e-05,6.574741064468981e-06,2.968437115669076e-06) mm
+ Endpoint of ComputeStep() was (664.3721937689385,-578.1514335482887,533.202159983479)
+ and current position to locate is (664.372229058403,-578.1514269735476,533.2021629519161)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.061763876575115e-05 mm long
+ and its vector is (-5.684147393480998e-05,-4.398285085471798e-06,-2.059611756521917e-05) mm
+ Endpoint of ComputeStep() was (228.9172431079614,-187.5686853828016,532.8100939390011)
+ and current position to locate is (228.9171862664875,-187.5686897810867,532.8100733428836)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.652146063922235e-05 mm long
+ and its vector is (2.176462555780745e-05,4.606608490576036e-05,-2.447227836910315e-05) mm
+ Endpoint of ComputeStep() was (349.6555234049313,-682.7657884823872,944.0143857170945)
+ and current position to locate is (349.6555451695568,-682.7657424163023,944.0143612448161)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00331644567084506 mm long
+ and its vector is (0.002555850709498486,0.001902560950924226,0.0009201634998419195) mm
+ Endpoint of ComputeStep() was (11.06419149879519,-38.64298784675191,221.3751451372147)
+ and current position to locate is (11.06674734950469,-38.64108528580098,221.3760653007145)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.400603883340083e-05 mm long
+ and its vector is (1.061941475200001e-06,-1.448640003332002e-05,6.23361011093948e-05) mm
+ Endpoint of ComputeStep() was (-1024.745873929934,136.5156155046067,2659.611278153634)
+ and current position to locate is (-1024.745872867992,136.5156010182067,2659.611340489735)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.332154398837143e-05 mm long
+ and its vector is (-3.112939339189325e-05,-5.988982090343598e-05,6.444440077757463e-05) mm
+ Endpoint of ComputeStep() was (-1024.745682534713,136.5155921417994,2659.611289041394)
+ and current position to locate is (-1024.745713664107,136.5155322519785,2659.611353485795)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00011108368437161 mm long
+ and its vector is (6.557094411618891e-05,1.052024771297511e-05,-8.904695732780965e-05) mm
+ Endpoint of ComputeStep() was (-1026.542537041581,223.1743867415772,2666.351782911848)
+ and current position to locate is (-1026.542471470636,223.1743972618249,2666.351693864891)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005273466093061119 mm long
+ and its vector is (1.616882855159929e-06,-4.96355264090198e-05,-0.0005250029967101) mm
+ Endpoint of ComputeStep() was (-955.8124480444533,103.2602435907346,2802.405295714289)
+ and current position to locate is (-955.8124464275704,103.2601939552082,2802.404770711292)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001930132435051553 mm long
+ and its vector is (-5.143474299984518e-05,4.65056933762753e-05,0.0001801271769181767) mm
+ Endpoint of ComputeStep() was (-1187.731414654513,594.4380963191383,2890.490016079704)
+ and current position to locate is (-1187.731466089256,594.4381428248316,2890.490196206881)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001359530422253697 mm long
+ and its vector is (-2.276806122836206e-05,-2.562532779393223e-05,-0.0001315605854870228) mm
+ Endpoint of ComputeStep() was (-435.983191719022,384.025348851855,1918.30732646812)
+ and current position to locate is (-435.9832144870833,384.0253232265272,1918.307194907534)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.42112038738142e-05 mm long
+ and its vector is (1.619821426857015e-05,7.758688980175066e-08,5.173457702767337e-05) mm
+ Endpoint of ComputeStep() was (-435.9832906653021,384.0254982126496,1918.307161690289)
+ and current position to locate is (-435.9832744670878,384.0254982902364,1918.307213424866)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002386954579561365 mm long
+ and its vector is (6.808125948509769e-05,-2.384094113949686e-05,-0.0002275347737850097) mm
+ Endpoint of ComputeStep() was (-379.5509907349524,271.4899614563215,1641.626471358933)
+ and current position to locate is (-379.550922653693,271.4899376153804,1641.626243824159)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005365163756006891 mm long
+ and its vector is (-5.183591122204234e-05,0.0005137826743748519,-0.0001455686199278716) mm
+ Endpoint of ComputeStep() was (-474.9996348338526,287.9468890330178,1425.192696464144)
+ and current position to locate is (-474.9996866697638,287.9474028156922,1425.192550895524)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001152335996791672 mm long
+ and its vector is (5.555809480028984e-06,-7.930376796139171e-06,0.0001148260623722308) mm
+ Endpoint of ComputeStep() was (-474.9989791782669,287.9473392609416,1425.191729292734)
+ and current position to locate is (-474.9989736224574,287.9473313305649,1425.191844118796)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.246580581734656e-05 mm long
+ and its vector is (8.016154481538251e-06,2.096922348471253e-05,-8.633451216155663e-07) mm
+ Endpoint of ComputeStep() was (-294.9000151093981,89.94479273883304,1332.532874544087)
+ and current position to locate is (-294.9000070932436,89.94481370805653,1332.532873680741)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.070083428700909e-05 mm long
+ and its vector is (-4.932623363629318e-05,-2.5271490784462e-05,-4.389626860756835e-05) mm
+ Endpoint of ComputeStep() was (-294.9000533320777,89.944880831338,1332.533000869003)
+ and current position to locate is (-294.9001026583114,89.94485555984721,1332.532956972735)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.152569125482653e-05 mm long
+ and its vector is (-7.296766966646828e-06,-2.024241339881883e-05,-5.977253749733791e-07) mm
+ Endpoint of ComputeStep() was (-649.0548236848419,163.6033384500485,2847.005814835538)
+ and current position to locate is (-649.0548309816089,163.6033182076351,2847.005814237813)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001444750385985774 mm long
+ and its vector is (-0.0001196151420117531,6.969192938299784e-05,-4.133145966989105e-05) mm
+ Endpoint of ComputeStep() was (-638.308833419973,138.6660792730829,2859.322662840471)
+ and current position to locate is (-638.308953035115,138.6661489650123,2859.322621509011)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.698498896282147e-05 mm long
+ and its vector is (-2.584856486009812e-05,5.644304143004319e-05,-2.51599585681106e-05) mm
+ Endpoint of ComputeStep() was (-679.3728617021892,96.44247726559003,2881.826852360436)
+ and current position to locate is (-679.3728875507541,96.44253370863146,2881.826827200477)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001577670819920407 mm long
+ and its vector is (2.321087526979682e-05,0.0001414386651958921,6.593035277546733e-05) mm
+ Endpoint of ComputeStep() was (-679.3731282425842,96.4423873730458,2881.826848339842)
+ and current position to locate is (-679.373105031709,96.442528811711,2881.826914270195)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.512014264347056e-05 mm long
+ and its vector is (7.361319808296685e-05,-1.206451891277993e-05,-8.864552000886761e-06) mm
+ Endpoint of ComputeStep() was (-679.3731580616914,96.44257444193688,2881.827048379907)
+ and current position to locate is (-679.3730844484933,96.44256237741797,2881.827039515355)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002691569391679151 mm long
+ and its vector is (-0.0002089234008053609,0.0001057260679147021,0.0001327345812569547) mm
+ Endpoint of ComputeStep() was (-605.9118186024855,230.375980437971,3076.770411389263)
+ and current position to locate is (-605.9120275258863,230.3760861640389,3076.770544123845)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.096535138527189e-05 mm long
+ and its vector is (-7.626903368418425e-05,-6.115205479773067e-06,2.647691235324601e-05) mm
+ Endpoint of ComputeStep() was (-627.409574521417,131.6850220241134,2900.835505069849)
+ and current position to locate is (-627.4096507904507,131.6850159089079,2900.835531546762)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.491167803279069e-05 mm long
+ and its vector is (6.292102455063286e-05,3.498319230921254e-05,-2.070942855425528e-05) mm
+ Endpoint of ComputeStep() was (-555.6674393100259,7.887740379555143,2770.502673134831)
+ and current position to locate is (-555.6673763890013,7.887775362747452,2770.502652425402)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008688308267574795 mm long
+ and its vector is (-0.0004144125267657728,-0.0004662197587776973,-0.0006047878964636766) mm
+ Endpoint of ComputeStep() was (-149.4495685955424,927.1957992829404,3852.428885288944)
+ and current position to locate is (-149.4499830080691,927.1953330631816,3852.428280501048)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.760766136854314e-05 mm long
+ and its vector is (-8.784444560205884e-06,3.309701719445002e-05,3.307431643406744e-05) mm
+ Endpoint of ComputeStep() was (-200.8279115791523,928.9718850175664,3892.022604044566)
+ and current position to locate is (-200.8279203635969,928.9719181145836,3892.022637118882)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001068175967769729 mm long
+ and its vector is (-4.501125039269027e-05,4.326639634655294e-05,-8.667182510180282e-05) mm
+ Endpoint of ComputeStep() was (-200.8277694207006,928.9718700419013,3892.022666377973)
+ and current position to locate is (-200.827814431951,928.9719133082976,3892.022579706148)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.431952158981214e-05 mm long
+ and its vector is (-2.025462129040534e-05,2.01333509721735e-05,-1.903228985611349e-05) mm
+ Endpoint of ComputeStep() was (-380.9743702847123,999.0838278032398,4173.432575183071)
+ and current position to locate is (-380.9743905393336,999.0838479365908,4173.432556150781)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01968215267837898 mm long
+ and its vector is (0.001494186574802825,0.01432687242470365,0.01341250413088346) mm
+ Endpoint of ComputeStep() was (-158.6313877954912,990.3271018298584,3771.870217703076)
+ and current position to locate is (-158.6298936089164,990.3414287022831,3771.883630207207)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.82065416662259e-05 mm long
+ and its vector is (-7.28796985072222e-05,-1.188789678963076e-05,4.824542929782183e-05) mm
+ Endpoint of ComputeStep() was (-463.7227142328247,1302.863355738427,3695.888496549751)
+ and current position to locate is (-463.7227871125232,1302.86334385053,3695.888544795181)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000181853599997445 mm long
+ and its vector is (-5.755937661433563e-05,4.76281653618571e-05,-0.0001657986967984471) mm
+ Endpoint of ComputeStep() was (-791.6089335567888,947.169177762619,3238.764963799436)
+ and current position to locate is (-791.6089911161654,947.1692253907844,3238.764798000739)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001463304212559523 mm long
+ and its vector is (-7.33028527974966e-05,-0.000100243871429484,-7.739799866612884e-05) mm
+ Endpoint of ComputeStep() was (-698.1690440363703,700.3634042927213,2868.617709699977)
+ and current position to locate is (-698.1691173392231,700.3633040488498,2868.617632301978)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005086527968082701 mm long
+ and its vector is (0.0002655690368555952,-0.0004331951382425814,-2.329649259991129e-05) mm
+ Endpoint of ComputeStep() was (-910.4962499332524,176.4370177705554,2861.484871167109)
+ and current position to locate is (-910.4959843642156,176.4365845754172,2861.484847870617)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001984402033922535 mm long
+ and its vector is (9.641703002216673e-05,0.0001491840934306765,8.846681248542154e-05) mm
+ Endpoint of ComputeStep() was (-902.223555128499,187.6327615717795,2830.429660786141)
+ and current position to locate is (-902.223458711469,187.632910755873,2830.429749252953)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01553030514283737 mm long
+ and its vector is (0.005601933421303329,-0.01412869411782935,-0.003191977803453483) mm
+ Endpoint of ComputeStep() was (-911.6122020659299,236.1868368053642,2788.421392325846)
+ and current position to locate is (-911.6066001325086,236.1727081112463,2788.418200348043)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01876973782514309 mm long
+ and its vector is (0.003108285227654051,-0.01279728619877574,-0.01337426958434662) mm
+ Endpoint of ComputeStep() was (-911.4795764230983,236.2117936301278,2788.428408413041)
+ and current position to locate is (-911.4764681378706,236.198996343929,2788.415034143457)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.722540311568594e-05 mm long
+ and its vector is (4.01574213810818e-05,-4.793013187054385e-05,6.081410128899734e-05) mm
+ Endpoint of ComputeStep() was (-1274.717100752567,248.128031474059,3352.943546319954)
+ and current position to locate is (-1274.717060595146,248.1279835439271,3352.943607134055)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.997541107284223e-05 mm long
+ and its vector is (2.540389596106252e-05,-1.772948905909288e-05,2.52654067480762e-05) mm
+ Endpoint of ComputeStep() was (-1274.716996867036,248.1279491763637,3352.943455690022)
+ and current position to locate is (-1274.71697146314,248.1279314468746,3352.943480955429)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.278217792153795e-05 mm long
+ and its vector is (1.973613893824222e-05,3.712691128043843e-05,4.662273204303347e-05) mm
+ Endpoint of ComputeStep() was (-1274.853143569248,247.8340242153631,3353.403978547774)
+ and current position to locate is (-1274.853123833109,247.8340613422744,3353.404025170506)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.007907082111724121 mm long
+ and its vector is (0.004877484916619323,-0.00510411245156206,0.003560916243259271) mm
+ Endpoint of ComputeStep() was (-352.0249700035912,223.183665055019,1515.105992926401)
+ and current position to locate is (-352.0200925186746,223.1785609425675,1515.109553842644)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001413666498529262 mm long
+ and its vector is (-6.080589275825332e-05,-0.0001052106119630025,7.223503462228109e-05) mm
+ Endpoint of ComputeStep() was (-552.2074117242707,154.2288577379372,1671.764487709806)
+ and current position to locate is (-552.2074725301635,154.2287525273252,1671.76455994484)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01027651521165071 mm long
+ and its vector is (-0.003319988993780498,-0.003098497563257752,0.009218663180035946) mm
+ Endpoint of ComputeStep() was (-536.2439381414582,280.6327690154228,1720.497594290523)
+ and current position to locate is (-536.247258130452,280.6296705178596,1720.506812953703)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.006814512379010873 mm long
+ and its vector is (0.006490272640974126,-0.002076580612765611,-4.186846308584791e-05) mm
+ Endpoint of ComputeStep() was (-327.7040437926721,1289.113870800165,3768.671112148463)
+ and current position to locate is (-327.6975535200311,1289.111794219552,3768.67107028)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0123098768979559 mm long
+ and its vector is (0.0106735357467187,-0.001179771585157141,-0.006018043113272142) mm
+ Endpoint of ComputeStep() was (-327.6126807129522,1289.279226109199,3768.85887748835)
+ and current position to locate is (-327.6020071772055,1289.278046337614,3768.852859445236)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001040603695762068 mm long
+ and its vector is (4.956066669592474e-05,-9.149330549007573e-05,-1.129550128098344e-06) mm
+ Endpoint of ComputeStep() was (-327.6017677049372,1289.278291072105,3768.853129816844)
+ and current position to locate is (-327.6017181442705,1289.2781995788,3768.853128687294)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.100812566094421e-05 mm long
+ and its vector is (-4.590991687791757e-05,-4.110020029202133e-05,-3.528749039105605e-05) mm
+ Endpoint of ComputeStep() was (457.5466526053128,747.2292657527305,3177.211268031756)
+ and current position to locate is (457.5466066953959,747.2292246525302,3177.211232744266)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001639163632232612 mm long
+ and its vector is (-4.209686963463355e-05,4.564576829579892e-05,-0.0001517000050625938) mm
+ Endpoint of ComputeStep() was (-213.8487286917237,956.6968655230756,3587.227541604651)
+ and current position to locate is (-213.8487707885933,956.6969111688439,3587.227389904646)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.259342989966777e-05 mm long
+ and its vector is (-4.084792078629107e-05,-1.800701920728898e-05,4.387632725411095e-05) mm
+ Endpoint of ComputeStep() was (-457.2912196159284,945.1434715040158,3766.728078321037)
+ and current position to locate is (-457.2912604638492,945.1434534969966,3766.728122197364)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002444474435478367 mm long
+ and its vector is (4.455704112160674e-05,-0.0001992806323869445,-0.0001343742992503394) mm
+ Endpoint of ComputeStep() was (-191.8330091588209,984.0491354710146,3537.725956593015)
+ and current position to locate is (-191.8329646017798,984.0489361903822,3537.725822218716)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.862416820933388e-05 mm long
+ and its vector is (-2.559533075441323e-05,2.245295490865828e-06,-2.883858633140335e-05) mm
+ Endpoint of ComputeStep() was (-163.1074586398317,911.9333788509405,3492.852536667752)
+ and current position to locate is (-163.1074842351625,911.933381096236,3492.852507829166)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.113391976779701e-05 mm long
+ and its vector is (-3.890198883027551e-06,-7.101769222117582e-05,1.178255388367688e-06) mm
+ Endpoint of ComputeStep() was (-163.1072333616932,911.9334372609682,3492.852426864382)
+ and current position to locate is (-163.1072372518921,911.9333662432759,3492.852428042637)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004169241287956201 mm long
+ and its vector is (-0.000246890833722091,-0.0003026537664254647,0.0001458469851058908) mm
+ Endpoint of ComputeStep() was (-218.7767466441922,936.4339900517834,3528.520951885826)
+ and current position to locate is (-218.7769935350259,936.433687398017,3528.521097732811)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.355420548592316e-05 mm long
+ and its vector is (5.136444656272943e-07,5.316526278420497e-05,-6.422143542295089e-06) mm
+ Endpoint of ComputeStep() was (-218.7769077494399,936.4337584318162,3528.522075301707)
+ and current position to locate is (-218.7769072357955,936.4338115970789,3528.522068879564)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.557883536147952e-05 mm long
+ and its vector is (2.246867859412305e-05,-2.912568788815406e-06,-1.187233101518359e-05) mm
+ Endpoint of ComputeStep() was (-229.9952944118581,672.2177922405473,4258.037447203203)
+ and current position to locate is (-229.9952719431795,672.2177893279785,4258.037435330872)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001689784296018416 mm long
+ and its vector is (-0.0001322191338601897,-8.972942282525764e-05,5.495853883985546e-05) mm
+ Endpoint of ComputeStep() was (231.459944603494,527.6216232043312,1682.129546721695)
+ and current position to locate is (231.4598123843601,527.6215334749083,1682.129601680234)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001018280273512713 mm long
+ and its vector is (5.6768323020151e-05,2.023825800279155e-06,-8.451158964817296e-05) mm
+ Endpoint of ComputeStep() was (535.6823937006429,1293.397609959625,2785.248948643301)
+ and current position to locate is (535.682450468966,1293.397611983451,2785.248864131711)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.430396525607388e-05 mm long
+ and its vector is (-6.092309490668413e-06,5.385625718190568e-05,3.36273251377861e-06) mm
+ Endpoint of ComputeStep() was (271.6730078531136,1252.18506131322,2428.643825716808)
+ and current position to locate is (271.6730017608041,1252.185115169477,2428.64382907954)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.944032308842112e-05 mm long
+ and its vector is (-7.205692611478298e-06,5.17725150075421e-05,-2.829905815815437e-05) mm
+ Endpoint of ComputeStep() was (294.7723536194565,1280.362525436476,2491.87301137952)
+ and current position to locate is (294.7723464137639,1280.362577208991,2491.872983080462)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.726674757069733e-05 mm long
+ and its vector is (9.173238197490718e-06,3.240553428440762e-05,-1.595442017787718e-05) mm
+ Endpoint of ComputeStep() was (294.7723576016785,1280.362604175758,2491.873131334823)
+ and current position to locate is (294.7723667749167,1280.362636581293,2491.873115380403)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000101986074355429 mm long
+ and its vector is (-3.231734031317046e-05,8.804842650533828e-05,-4.005275854979118e-05) mm
+ Endpoint of ComputeStep() was (102.1864443690287,1258.300973850877,1911.028545642714)
+ and current position to locate is (102.1864120516884,1258.301061899303,1911.028505589956)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001103406793457128 mm long
+ and its vector is (8.349221934622619e-05,-7.21088681530091e-05,2.103796759911347e-06) mm
+ Endpoint of ComputeStep() was (105.6400123046519,1249.187129931791,2111.926302684822)
+ and current position to locate is (105.6400957968712,1249.187057822923,2111.926304788618)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001429081754596244 mm long
+ and its vector is (1.767836052124494e-05,0.0001047298878802394,9.561314118400333e-05) mm
+ Endpoint of ComputeStep() was (105.6402567624721,1249.186986093417,2111.92613999818)
+ and current position to locate is (105.6402744408326,1249.187090823305,2111.926235611321)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001440881918271372 mm long
+ and its vector is (-0.001093102063521201,-0.0002273059956223733,-0.0009108241133617412) mm
+ Endpoint of ComputeStep() was (118.2547849468642,1203.256335676457,2101.204919836495)
+ and current position to locate is (118.2536918448007,1203.256108370462,2101.204009012382)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.591383575359516e-05 mm long
+ and its vector is (-9.335932986687112e-06,-5.923854530465178e-06,-7.510431919399707e-05) mm
+ Endpoint of ComputeStep() was (-202.8686226949802,147.6345363788689,1971.35662635233)
+ and current position to locate is (-202.8686320309132,147.6345304550144,1971.35655124801)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001493406998226786 mm long
+ and its vector is (2.068435761515275e-05,-6.611415710722213e-05,-0.0001323016258538701) mm
+ Endpoint of ComputeStep() was (-36.76573500784853,603.5107757610791,1767.30689035571)
+ and current position to locate is (-36.76571432349091,603.510709646922,1767.306758054085)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.445964828936795e-05 mm long
+ and its vector is (7.486855455951513e-05,-4.224464703384001e-05,3.914989770237298e-05) mm
+ Endpoint of ComputeStep() was (-5.019958046421063,656.9114218867061,1600.710700818758)
+ and current position to locate is (-5.019883177866504,656.911379642059,1600.710739968656)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.038987841324116e-05 mm long
+ and its vector is (-5.794926566160541e-05,6.834871214778104e-06,5.529647091861989e-05) mm
+ Endpoint of ComputeStep() was (-5.019922347899512,656.9109831804581,1600.710631053148)
+ and current position to locate is (-5.019980297165174,656.9109900153293,1600.710686349619)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.007150370271875905 mm long
+ and its vector is (0.001028825670030931,0.001030027100341613,-0.007000596898706135) mm
+ Endpoint of ComputeStep() was (0.5375385704701323,577.6705799185382,1529.654871990504)
+ and current position to locate is (0.5385673961401632,577.6716099456386,1529.647871393605)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.175591817072251e-05 mm long
+ and its vector is (6.291050150331046e-05,3.206298583791067e-05,-1.277284354728181e-05) mm
+ Endpoint of ComputeStep() was (-12.43841975498731,696.4503883717026,1469.123382101578)
+ and current position to locate is (-12.43835684448581,696.4504204346885,1469.123369328734)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002019358798798091 mm long
+ and its vector is (0.0001304996689019955,-0.0001301577675576482,8.250388805208786e-05) mm
+ Endpoint of ComputeStep() was (1.262849777934443,519.9235414168431,1567.188849192208)
+ and current position to locate is (1.262980277603345,519.9234112590756,1567.188931696096)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.430730531412155e-05 mm long
+ and its vector is (-1.617230849504381e-05,-5.983198127523792e-05,-1.714701056698686e-05) mm
+ Endpoint of ComputeStep() was (19.02334348012452,339.1621107239474,1691.502845965892)
+ and current position to locate is (19.02332730781603,339.1620508919661,1691.502828818881)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001216883395008814 mm long
+ and its vector is (-5.375887579361915e-05,2.660133691279043e-05,-0.0001058791958712391) mm
+ Endpoint of ComputeStep() was (227.4408009326494,1265.939272848839,2341.601513484434)
+ and current position to locate is (227.4407471737736,1265.939299450176,2341.601407605238)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.375983619230264e-05 mm long
+ and its vector is (-3.052860023444737e-06,-1.592980288478429e-05,-6.166229104564991e-05) mm
+ Endpoint of ComputeStep() was (170.3038201099151,1152.569565448536,2189.660145239348)
+ and current position to locate is (170.3038170570551,1152.569549518733,2189.660083577057)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.132499129967843e-05 mm long
+ and its vector is (6.00960193253286e-05,-4.989340368410922e-06,-5.456490771393874e-05) mm
+ Endpoint of ComputeStep() was (187.2303416798356,978.4771281921546,2072.76442506726)
+ and current position to locate is (187.2304017758549,978.4771232028143,2072.764370502352)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000151527531475377 mm long
+ and its vector is (5.973603123266003e-05,-0.0001139198712962752,8.009033831513079e-05) mm
+ Endpoint of ComputeStep() was (-433.5267194966171,888.1930748747239,1774.230954598983)
+ and current position to locate is (-433.5266597605859,888.1929609548527,1774.231034689321)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.292151226561596e-05 mm long
+ and its vector is (-2.636170370351465e-05,3.565152422879692e-05,2.889144957407552e-05) mm
+ Endpoint of ComputeStep() was (-344.1870421607721,497.0906497032396,1800.480355124178)
+ and current position to locate is (-344.1870685224758,497.0906853547638,1800.480384015627)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.830327657945297e-05 mm long
+ and its vector is (5.797375348493006e-05,2.541262688282586e-06,5.644284783556941e-06) mm
+ Endpoint of ComputeStep() was (-332.6974743868274,686.3291978373798,1506.867838534429)
+ and current position to locate is (-332.6974164130739,686.3292003786424,1506.867844178714)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001245867892254168 mm long
+ and its vector is (-3.712600033622948e-05,3.805082997132558e-06,0.0001188656783597253) mm
+ Endpoint of ComputeStep() was (-503.3035837804439,698.9100379517671,1482.819682517683)
+ and current position to locate is (-503.3036209064443,698.9100417568501,1482.819801383361)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.287774277625168e-05 mm long
+ and its vector is (1.290351497118536e-05,4.881527058842039e-05,1.570427775732242e-05) mm
+ Endpoint of ComputeStep() was (-419.6232613619767,625.4948785958626,1685.274821774277)
+ and current position to locate is (-419.6232484584618,625.4949274111332,1685.274837478555)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.287712919845619e-05 mm long
+ and its vector is (1.057549940242097e-05,-3.176352720402065e-06,6.624956768064294e-06) mm
+ Endpoint of ComputeStep() was (-495.7513434211107,630.7727480074794,1606.791876293865)
+ and current position to locate is (-495.7513328456113,630.7727448311267,1606.791882918822)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.675586159744054e-05 mm long
+ and its vector is (-1.370596010019653e-05,-7.235999441945751e-05,2.162498913094169e-05) mm
+ Endpoint of ComputeStep() was (-587.8060392629747,1389.562499793756,3017.338708518638)
+ and current position to locate is (-587.8060529689348,1389.562427433762,3017.338730143627)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.27315757677535e-05 mm long
+ and its vector is (5.913591508033278e-06,-3.200791320523422e-05,2.768592594293295e-05) mm
+ Endpoint of ComputeStep() was (-587.8058477769728,1389.562402125862,3017.338591103233)
+ and current position to locate is (-587.8058418633813,1389.562370117949,3017.338618789159)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.645766050982395e-05 mm long
+ and its vector is (-1.728718643789762e-07,-5.114272494211036e-05,5.683454628524487e-05) mm
+ Endpoint of ComputeStep() was (-587.8056232192263,1389.562412680797,3017.338554898503)
+ and current position to locate is (-587.8056233920981,1389.562361538072,3017.33861173305)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.81361732395114e-05 mm long
+ and its vector is (-2.628444121910434e-06,-5.786335123048048e-05,6.642972903136979e-05) mm
+ Endpoint of ComputeStep() was (-592.6580352600228,1324.0396361093,2573.692111035639)
+ and current position to locate is (-592.6580378884669,1324.039578245949,2573.692177465368)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001366578033570343 mm long
+ and its vector is (-8.269432782981312e-07,0.0001258807066051304,5.318570379131415e-05) mm
+ Endpoint of ComputeStep() was (-292.4629759439475,858.1224165707498,1699.804404229838)
+ and current position to locate is (-292.4629767708908,858.1225424514564,1699.804457415542)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001299991108537967 mm long
+ and its vector is (5.531976677275452e-05,0.0001062614825286801,-5.04776144225616e-05) mm
+ Endpoint of ComputeStep() was (-293.8784964500273,837.9146808473572,1721.638256939898)
+ and current position to locate is (-293.8784411302606,837.9147871088397,1721.638206462284)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.883481560866452e-06 mm long
+ and its vector is (5.302927377215383e-06,3.842920250463067e-06,-2.119727241733926e-06) mm
+ Endpoint of ComputeStep() was (-206.7400862526901,850.0475422361142,1765.977409097671)
+ and current position to locate is (-206.7400809497627,850.0475460790344,1765.977406977943)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001140157095326623 mm long
+ and its vector is (1.973312274117234e-05,-6.165201750718552e-05,9.385741645928647e-05) mm
+ Endpoint of ComputeStep() was (-206.7402435545355,850.0475100995391,1765.97727902758)
+ and current position to locate is (-206.7402238214127,850.0474484475216,1765.977372884996)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.997987446479961e-05 mm long
+ and its vector is (2.828923095421487e-05,-3.621550877141999e-05,-1.965055184882658e-05) mm
+ Endpoint of ComputeStep() was (-229.1635025888664,1091.805140186837,1738.604615983491)
+ and current position to locate is (-229.1634742996354,1091.805103971328,1738.60459633294)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001004656246380874 mm long
+ and its vector is (9.557656713354845e-05,1.22458163787087e-05,-2.843416132236598e-05) mm
+ Endpoint of ComputeStep() was (-229.1635085569906,1091.804861595645,1738.604731770493)
+ and current position to locate is (-229.1634129804234,1091.804873841462,1738.604703336332)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.981633944292397e-05 mm long
+ and its vector is (6.239274395625216e-05,4.228515672366484e-05,2.626326454446826e-05) mm
+ Endpoint of ComputeStep() was (-229.1634677398683,1091.804722186257,1738.604835030092)
+ and current position to locate is (-229.1634053471243,1091.804764471414,1738.604861293357)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001133227410142754 mm long
+ and its vector is (-4.556262635446728e-05,-9.635118544792931e-05,3.850376310765569e-05) mm
+ Endpoint of ComputeStep() was (-224.1209261258978,977.732531818774,1777.587706648335)
+ and current position to locate is (-224.1209716885242,977.7324354675885,1777.587745152098)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.883699620770531e-05 mm long
+ and its vector is (9.660934949806688e-07,-1.698385858617257e-05,-2.328492132619431e-05) mm
+ Endpoint of ComputeStep() was (-224.1212363222989,977.732422299486,1777.587779490053)
+ and current position to locate is (-224.1212353562054,977.7324053156274,1777.587756205131)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.830225777248981e-05 mm long
+ and its vector is (-2.701703115803866e-05,-7.940187856547709e-06,2.59633663972636e-05) mm
+ Endpoint of ComputeStep() was (-215.8650429426095,921.8088351745535,1764.369980946041)
+ and current position to locate is (-215.8650699596407,921.8088272343656,1764.370006909408)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.981446565352927e-05 mm long
+ and its vector is (-2.335581598345016e-06,-2.939881778729614e-05,-2.674782695066824e-05) mm
+ Endpoint of ComputeStep() was (-318.6997307036614,898.9453981947905,1751.068970039621)
+ and current position to locate is (-318.699733039243,898.9453687959727,1751.068943291794)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.606566102324388e-05 mm long
+ and its vector is (2.526153036797041e-05,-2.376860652475443e-05,-9.881312280413113e-06) mm
+ Endpoint of ComputeStep() was (-318.6996970737682,898.9455106776282,1751.068825589369)
+ and current position to locate is (-318.6996718122378,898.9454869090217,1751.068815708056)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002545009939986284 mm long
+ and its vector is (-0.0001638580202438789,0.0001034132774293539,0.0001650060580686841) mm
+ Endpoint of ComputeStep() was (165.7436400249213,1399.584161474553,2302.54833683827)
+ and current position to locate is (165.743476166901,1399.584264887831,2302.548501844328)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.754026596034454e-05 mm long
+ and its vector is (1.691130279368736e-06,-1.85361268449924e-05,-2.029823463089997e-05) mm
+ Endpoint of ComputeStep() was (164.1464642093833,1413.320828815989,2322.867891649766)
+ and current position to locate is (164.1464659005136,1413.320810279862,2322.867871351531)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.162195282463129e-05 mm long
+ and its vector is (1.742561329365344e-05,7.320347776840208e-07,1.277970932278549e-05) mm
+ Endpoint of ComputeStep() was (216.0375133134649,1492.049213449649,2214.389529802173)
+ and current position to locate is (216.0375307390782,1492.049214181684,2214.389542581883)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.724974330550197e-05 mm long
+ and its vector is (-3.269457114640772e-05,-3.532419600560388e-05,-4.696588302977034e-05) mm
+ Endpoint of ComputeStep() was (95.21119193266283,1164.671339671089,2045.747554978459)
+ and current position to locate is (95.21115923809168,1164.671304346893,2045.747508012576)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01139102403363382 mm long
+ and its vector is (0.009975442133338674,0.00235486931842388,0.004969967129909492) mm
+ Endpoint of ComputeStep() was (484.1020867816895,1446.931920031262,2260.138723993653)
+ and current position to locate is (484.1120622238229,1446.93427490058,2260.143693960782)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002877902510818474 mm long
+ and its vector is (8.533728862403223e-05,8.582897567066539e-05,-0.0002611018244351726) mm
+ Endpoint of ComputeStep() was (422.1759055904826,1135.618273353854,2438.733722385799)
+ and current position to locate is (422.1759909277712,1135.618359182829,2438.733461283975)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.213070851013026e-05 mm long
+ and its vector is (-2.196757674255423e-05,-3.516907554512727e-05,7.453743819496594e-06) mm
+ Endpoint of ComputeStep() was (376.0073235139115,1318.80535200564,2508.050424904289)
+ and current position to locate is (376.0073015463348,1318.805316836564,2508.050432358033)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001458648751516901 mm long
+ and its vector is (-0.0001009267869562791,5.377283218876983e-05,-9.054737984115491e-05) mm
+ Endpoint of ComputeStep() was (483.0150754152485,1269.910861718548,2400.806085128629)
+ and current position to locate is (483.0149744884616,1269.91091549138,2400.805994581249)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002461998738410534 mm long
+ and its vector is (-0.0008994518804001927,0.002291465284201877,4.013669240521267e-05) mm
+ Endpoint of ComputeStep() was (380.7189721924756,561.6060566032128,1766.226323567748)
+ and current position to locate is (380.7180727405952,561.608348068497,1766.22636370444)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001065386432868093 mm long
+ and its vector is (1.571558823343366e-05,-0.0001017781073642254,-2.728955223574303e-05) mm
+ Endpoint of ComputeStep() was (401.5058045736454,761.8265977171835,1748.374697569011)
+ and current position to locate is (401.5058202892337,761.8264959390762,1748.374670279459)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.779296080604058e-05 mm long
+ and its vector is (1.857799713889108e-05,1.091552599064016e-05,-3.104862639702333e-05) mm
+ Endpoint of ComputeStep() was (254.957686503414,545.7351014630387,1600.574488570448)
+ and current position to locate is (254.9577050814111,545.7351123785647,1600.574457521821)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.230896473816388e-05 mm long
+ and its vector is (2.19077287511027e-06,3.743542220036034e-05,1.959178848665033e-05) mm
+ Endpoint of ComputeStep() was (254.9579978660833,545.7350309918274,1600.574488926492)
+ and current position to locate is (254.9580000568562,545.7350684272496,1600.574508518281)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01759859977144259 mm long
+ and its vector is (-0.004002906984794663,-0.01713731023892251,6.881963599880692e-06) mm
+ Endpoint of ComputeStep() was (-305.1670390906658,612.9172203597635,1660.278624084585)
+ and current position to locate is (-305.1710419976505,612.9000830495246,1660.278630966549)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002081008784800886 mm long
+ and its vector is (8.406058509535796e-05,-0.0001683554710325552,8.886072828317992e-05) mm
+ Endpoint of ComputeStep() was (-313.0195604297475,614.0830472890412,1666.115450865053)
+ and current position to locate is (-313.0194763691624,614.0828789335702,1666.115539725782)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.04344640962464736 mm long
+ and its vector is (-0.01043938327023852,-0.02714954536907044,0.0322724646171082) mm
+ Endpoint of ComputeStep() was (-288.0795382898692,633.5647290926023,1713.968473465596)
+ and current position to locate is (-288.0899776731394,633.5375795472332,1714.000745930213)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001445055218521513 mm long
+ and its vector is (0.0001074802132166042,-5.190562001189392e-05,-8.145953734128852e-05) mm
+ Endpoint of ComputeStep() was (-287.0686640851576,637.598862730197,1718.023067841534)
+ and current position to locate is (-287.0685566049444,637.598810824577,1718.022986381997)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.055229282984874e-05 mm long
+ and its vector is (-2.660784653585324e-05,1.732873897708487e-07,1.501449537499866e-05) mm
+ Endpoint of ComputeStep() was (-121.8655848340104,1070.03516090582,1921.316106952202)
+ and current position to locate is (-121.8656114418569,1070.035161079107,1921.316121966698)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.002656475980219e-05 mm long
+ and its vector is (2.639118326897005e-05,-1.427331847025926e-05,1.171501935459673e-06) mm
+ Endpoint of ComputeStep() was (580.9701877762834,737.7876014369065,3081.853754139861)
+ and current position to locate is (580.9702141674667,737.787587163588,3081.853755311363)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.827864650995826e-05 mm long
+ and its vector is (-9.239218502443691e-05,3.160934909374191e-05,1.110070070353686e-05) mm
+ Endpoint of ComputeStep() was (838.558100767993,670.4311876499519,2607.461201572668)
+ and current position to locate is (838.558008375808,670.431219259301,2607.461212673368)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001194217199058387 mm long
+ and its vector is (-1.236435718965367e-05,6.243736947908474e-06,0.0001186157055599324) mm
+ Endpoint of ComputeStep() was (666.0134120309782,601.0604669320294,2612.314014546022)
+ and current position to locate is (666.013399666621,601.0604731757663,2612.314133161728)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001097670617242388 mm long
+ and its vector is (4.934152877922315e-05,-4.128243062950787e-05,8.893808126231306e-05) mm
+ Endpoint of ComputeStep() was (666.0132310385344,601.0607021399666,2612.314197518394)
+ and current position to locate is (666.0132803800632,601.0606608575359,2612.314286456476)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.619565953792111e-05 mm long
+ and its vector is (7.728750415481045e-05,2.939538114787865e-05,-2.433608415230992e-05) mm
+ Endpoint of ComputeStep() was (666.0132825663102,601.0606208833236,2612.314550410366)
+ and current position to locate is (666.0133598538143,601.0606502787048,2612.314526074282)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.605762978970414e-05 mm long
+ and its vector is (4.94348735173844e-05,-7.157590971473837e-06,-2.544444987506722e-05) mm
+ Endpoint of ComputeStep() was (675.2629150772132,589.5018122942458,2615.647627614325)
+ and current position to locate is (675.2629645120867,589.5018051366549,2615.647602169875)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001127571722287107 mm long
+ and its vector is (9.591325897417846e-05,5.407867280382561e-05,-2.429657979519106e-05) mm
+ Endpoint of ComputeStep() was (894.2650321504005,404.7184699786579,3185.799567134002)
+ and current position to locate is (894.2651280636595,404.7185240573307,3185.799542837422)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.90377848104011e-05 mm long
+ and its vector is (2.792322868572228e-05,4.778073508759917e-05,-4.127360398342717e-05) mm
+ Endpoint of ComputeStep() was (865.0494544243452,455.0365127243198,3157.929983911964)
+ and current position to locate is (865.0494823475739,455.0365605050549,3157.92994263836)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001702823394925292 mm long
+ and its vector is (-0.0001083530472669736,3.322549275708298e-05,0.0001270895704692521) mm
+ Endpoint of ComputeStep() was (849.9896717610392,548.5864918765699,2821.584071215459)
+ and current position to locate is (849.9895634079919,548.5865251020626,2821.584198305029)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001448976444243453 mm long
+ and its vector is (-0.0001436763950550812,-3.202590960427187e-06,-1.84976829586958e-05) mm
+ Endpoint of ComputeStep() was (1212.814205238832,543.9883210703783,3059.110115366753)
+ and current position to locate is (1212.814061562437,543.9883178677874,3059.11009686907)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.917412830094453e-05 mm long
+ and its vector is (2.507458839318133e-05,3.555574494384928e-05,5.377837896958226e-05) mm
+ Endpoint of ComputeStep() was (1212.814013799316,543.9881200939913,3059.110160920372)
+ and current position to locate is (1212.814038873905,543.9881556497362,3059.11021469875)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.673467881274232e-05 mm long
+ and its vector is (5.181008691579336e-05,-2.211133630680706e-05,-5.210580229686457e-05) mm
+ Endpoint of ComputeStep() was (1212.814095074775,543.9882111026196,3059.110360053879)
+ and current position to locate is (1212.814146884862,543.9881889912833,3059.110307948077)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002109885774620934 mm long
+ and its vector is (0.000265144417198826,-0.002082261590089729,0.0002133145339939801) mm
+ Endpoint of ComputeStep() was (640.6288763803994,629.4487493082745,2477.426738793974)
+ and current position to locate is (640.6291415248166,629.4466670466844,2477.426952108508)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001282810697541379 mm long
+ and its vector is (4.602797241659573e-05,-0.0001176967856508782,2.202101859438699e-05) mm
+ Endpoint of ComputeStep() was (330.5080114429438,457.4426206629245,2827.468944216655)
+ and current position to locate is (330.5080574709162,457.4425029661388,2827.468966237673)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.847933775150383e-05 mm long
+ and its vector is (-7.635601224365018e-05,-5.866493950179574e-06,4.431632714840816e-05) mm
+ Endpoint of ComputeStep() was (328.081898036734,416.3757095818329,2811.253410814496)
+ and current position to locate is (328.0818216807218,416.3757037153389,2811.253455130823)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.603399216245606e-05 mm long
+ and its vector is (2.876397911677486e-05,-2.172268477806938e-05,4.290182687327615e-05) mm
+ Endpoint of ComputeStep() was (328.0817079335129,416.375542278281,2811.253376466754)
+ and current position to locate is (328.081736697492,416.3755205555962,2811.253419368581)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.308527087744536e-05 mm long
+ and its vector is (-1.170281916529348e-05,5.08912449959098e-06,5.152854373591254e-05) mm
+ Endpoint of ComputeStep() was (354.1036618217163,412.7558178226946,2825.246866557859)
+ and current position to locate is (354.1036501188971,412.7558229118191,2825.246918086403)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.155431995075012e-05 mm long
+ and its vector is (6.79041519333623e-05,1.756592206447749e-05,1.415928090864327e-05) mm
+ Endpoint of ComputeStep() was (354.1036202525111,412.7556833638811,2825.24687283828)
+ and current position to locate is (354.1036881566631,412.7557009298032,2825.246886997561)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.64204040190051e-05 mm long
+ and its vector is (6.045274214727669e-05,1.847534053922573e-05,2.039112132479204e-05) mm
+ Endpoint of ComputeStep() was (114.9031276399905,492.0793473295795,2924.407921875535)
+ and current position to locate is (114.9031880927326,492.07936580492,2924.407942266656)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001421693221796939 mm long
+ and its vector is (0.0001142748062648025,-4.354069022838303e-05,7.250926228152821e-05) mm
+ Endpoint of ComputeStep() was (640.3287663964713,453.5146871425785,2524.127386584391)
+ and current position to locate is (640.3288806712776,453.5146436018883,2524.127459093654)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.866035879950737e-05 mm long
+ and its vector is (-1.329993881427072e-05,-2.504495466837398e-05,-4.156686145506683e-06) mm
+ Endpoint of ComputeStep() was (371.0059884613055,731.5764893815768,1746.348883528987)
+ and current position to locate is (371.0059751613667,731.5764643366222,1746.3488793723)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.395421284128065e-05 mm long
+ and its vector is (1.742505014590279e-05,-3.683798092879442e-05,-8.465651126243756e-05) mm
+ Endpoint of ComputeStep() was (978.5720362577154,555.5331750844871,2951.019329009553)
+ and current position to locate is (978.5720536827655,555.5331382465062,2951.019244353042)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0299120552066362 mm long
+ and its vector is (0.01593787714765682,-0.02399134674931247,-0.008070340752738048) mm
+ Endpoint of ComputeStep() was (-47.86075542248082,510.955110205504,1347.538824589134)
+ and current position to locate is (-47.84481754533316,510.9311188587546,1347.530754248381)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.829673659315387e-05 mm long
+ and its vector is (6.483138071189387e-05,-1.463652057509535e-05,5.812897757095925e-05) mm
+ Endpoint of ComputeStep() was (-142.7700593535926,479.088273069975,1059.887408075729)
+ and current position to locate is (-142.7699945222119,479.0882584334544,1059.887466204706)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.334365220657181e-05 mm long
+ and its vector is (1.033274259043537e-05,2.061974845446457e-05,-3.603679033403751e-06) mm
+ Endpoint of ComputeStep() was (519.3860067059209,331.7166243187384,1516.420577276359)
+ and current position to locate is (519.3860170386635,331.7166449384868,1516.42057367268)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002066913514354638 mm long
+ and its vector is (8.795469170763681e-06,-0.0001286216212292857,0.0001615562844108354) mm
+ Endpoint of ComputeStep() was (490.6547762253034,751.0289156467018,1779.414793948102)
+ and current position to locate is (490.6547850207725,751.0287870250805,1779.414955504387)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.387314463636127e-05 mm long
+ and its vector is (-5.032089245560201e-05,-2.372098606429063e-07,-5.408320453170745e-05) mm
+ Endpoint of ComputeStep() was (490.6549053540446,751.0286158628988,1779.414945197401)
+ and current position to locate is (490.6548550331521,751.028615625689,1779.414891114197)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.373330393523865e-05 mm long
+ and its vector is (3.562292999959027e-05,8.631667742520222e-05,8.146798336383654e-06) mm
+ Endpoint of ComputeStep() was (460.8035513271606,681.8695363026883,2041.138184907009)
+ and current position to locate is (460.8035869500906,681.8696226193657,2041.138193053808)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.274009198998473e-05 mm long
+ and its vector is (6.695663415712261e-05,2.833092423770722e-05,-2.299751486134483e-06) mm
+ Endpoint of ComputeStep() was (487.2834877616654,765.0765850399473,1789.775906524281)
+ and current position to locate is (487.2835547182995,765.0766133708715,1789.77590422453)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001379431286142671 mm long
+ and its vector is (-0.00010339688969907,-5.902670170598867e-05,6.966518799345067e-05) mm
+ Endpoint of ComputeStep() was (1041.174629438631,674.9923866877834,2007.016112026467)
+ and current position to locate is (1041.174526041742,674.9923276610817,2007.016181691655)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.34100737401527e-05 mm long
+ and its vector is (-6.239256936169113e-05,-1.404739145982603e-05,-5.354510699362436e-05) mm
+ Endpoint of ComputeStep() was (1041.174503353795,674.9923846027723,2007.01632312227)
+ and current position to locate is (1041.174440961226,674.9923705553808,2007.016269577163)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.507244101886756e-05 mm long
+ and its vector is (4.829989029531134e-05,-3.657713682514441e-05,2.374144560235436e-05) mm
+ Endpoint of ComputeStep() was (1011.367164357783,766.3174597997165,1771.887268793793)
+ and current position to locate is (1011.367212657673,766.3174232225797,1771.887292535238)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001695975298825901 mm long
+ and its vector is (-1.074108359944148e-05,0.0001273102190566533,0.0001115350141844829) mm
+ Endpoint of ComputeStep() was (405.6910044500087,233.6520552482728,1516.572738842581)
+ and current position to locate is (405.6909937089251,233.6521825584919,1516.572850377595)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001656089424983816 mm long
+ and its vector is (0.0001258416772316195,-5.548991916271007e-05,9.225542248714191e-05) mm
+ Endpoint of ComputeStep() was (405.6908736333452,233.6522678299318,1516.572768169916)
+ and current position to locate is (405.6909994750225,233.6522123400126,1516.572860425338)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.332592783158796e-05 mm long
+ and its vector is (-3.131757108576494e-05,-7.918853543742443e-05,-3.818526420218404e-05) mm
+ Endpoint of ComputeStep() was (220.1407423648077,1089.793639150304,2324.671057337539)
+ and current position to locate is (220.1407110472366,1089.793559961769,2324.671019152275)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001157491790400472 mm long
+ and its vector is (-0.00011252418210006,2.367497586419631e-05,1.325429775533848e-05) mm
+ Endpoint of ComputeStep() was (220.1407823499543,1089.793471707296,2324.670771295318)
+ and current position to locate is (220.1406698257722,1089.793495382272,2324.670784549615)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.156087488491415e-05 mm long
+ and its vector is (6.580285790391827e-05,4.788205865224882e-05,-5.428504664450884e-06) mm
+ Endpoint of ComputeStep() was (220.1405799300667,1089.793465364535,2324.670655503194)
+ and current position to locate is (220.1406457329246,1089.793513246594,2324.67065007469)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001485379550678774 mm long
+ and its vector is (4.520819874187509e-05,-4.882224470748042e-05,-0.0001328010966972215) mm
+ Endpoint of ComputeStep() was (193.9465876305647,458.1419757789635,1771.822594370538)
+ and current position to locate is (193.9466328387634,458.1419269567187,1771.822461569442)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001251489762029593 mm long
+ and its vector is (-3.488887739422353e-05,-5.029574339232568e-05,0.000109157549786687) mm
+ Endpoint of ComputeStep() was (193.9466899283392,458.1418924691038,1771.822320442646)
+ and current position to locate is (193.9466550394618,458.1418421733604,1771.822429600195)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.046209184530722e-05 mm long
+ and its vector is (6.473492669556435e-05,-2.78261231869692e-05,5.021274773753248e-08) mm
+ Endpoint of ComputeStep() was (105.4130374705843,361.5736899883756,1757.582256952617)
+ and current position to locate is (105.413102205511,361.5736621622524,1757.58225700283)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.372088104821174e-05 mm long
+ and its vector is (-2.219087014054821e-05,-2.530159861180437e-06,7.990229732968146e-06) mm
+ Endpoint of ComputeStep() was (-789.5070471590385,326.1216173491588,1264.316940574216)
+ and current position to locate is (-789.5070693499086,326.121614818999,1264.316948564446)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001135759230620382 mm long
+ and its vector is (1.289139709115261e-05,8.277460671024528e-05,7.66920247770031e-05) mm
+ Endpoint of ComputeStep() was (-789.5070144014267,326.1214030389257,1264.31699970613)
+ and current position to locate is (-789.5070015100296,326.1214858135324,1264.317076398155)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001548710548523942 mm long
+ and its vector is (3.993137988800299e-05,-5.375533760343387e-05,-0.0001396455950271047) mm
+ Endpoint of ComputeStep() was (-831.2213997734355,323.8215488538366,1296.780611017667)
+ and current position to locate is (-831.2213598420556,323.821495098499,1296.780471372072)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002064858424917957 mm long
+ and its vector is (-0.0001632988247592948,0.00012171242480008,-3.399974457352073e-05) mm
+ Endpoint of ComputeStep() was (-831.2213420902918,323.8211797312804,1296.780511179786)
+ and current position to locate is (-831.2215053891166,323.8213014437052,1296.780477180042)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.252072295879853e-05 mm long
+ and its vector is (3.40703695655975e-06,4.73592062348871e-05,2.244825213892909e-05) mm
+ Endpoint of ComputeStep() was (-867.3966876591212,273.4001027323953,1149.671112624782)
+ and current position to locate is (-867.3966842520842,273.4001500916015,1149.671135073035)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.815710551196349e-05 mm long
+ and its vector is (4.177660252935311e-05,-1.22284015446894e-05,2.059826420008903e-05) mm
+ Endpoint of ComputeStep() was (-867.3967861401653,273.3998869297457,1149.671072901884)
+ and current position to locate is (-867.3967443635628,273.3998747013441,1149.671093500148)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001792836358393068 mm long
+ and its vector is (-0.0001695937027648142,-1.928726112510049e-05,-5.485070300892403e-05) mm
+ Endpoint of ComputeStep() was (-477.1828934427255,296.2833011424077,817.159082763636)
+ and current position to locate is (-477.1830630364283,296.2832818551466,817.159027912933)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.133983317406504e-05 mm long
+ and its vector is (4.001738210490657e-05,-3.46615365742764e-07,-1.036681214827695e-05) mm
+ Endpoint of ComputeStep() was (-477.1831094822808,296.2834287745533,817.1590085642516)
+ and current position to locate is (-477.1830694648987,296.2834284279379,817.1589981974395)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.057765898207417e-05 mm long
+ and its vector is (-3.426763100833341e-06,9.969712834845268e-06,-8.654421890241792e-07) mm
+ Endpoint of ComputeStep() was (-672.7206350285038,163.750238566637,1014.389010277243)
+ and current position to locate is (-672.7206384552669,163.7502485363498,1014.389009411801)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.065890716622929e-05 mm long
+ and its vector is (6.221237117642886e-05,-3.759518327228761e-05,-5.417804459284525e-05) mm
+ Endpoint of ComputeStep() was (-558.4425681035939,136.4674077836994,1026.185385002994)
+ and current position to locate is (-558.4425058912227,136.4673701885162,1026.185330824949)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.007725439513925507 mm long
+ and its vector is (0.002293451320724671,0.001448509372409035,0.007233554957338129) mm
+ Endpoint of ComputeStep() was (-558.8462966077116,136.0752992478202,1026.201801885303)
+ and current position to locate is (-558.8440031563908,136.0767477571926,1026.20903544026)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.318787638589501e-05 mm long
+ and its vector is (1.240326082552201e-05,-3.025171167791996e-06,-3.063401049985259e-05) mm
+ Endpoint of ComputeStep() was (-843.0282076796067,-717.5219503057441,1625.166823918416)
+ and current position to locate is (-843.0281952763459,-717.5219533309153,1625.166793284405)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001899696926297617 mm long
+ and its vector is (-5.954662930207633e-05,6.757241635568789e-06,0.0001802693061563332) mm
+ Endpoint of ComputeStep() was (72.10076680383416,705.3925678127096,1854.159474383123)
+ and current position to locate is (72.10070725720486,705.3925745699512,1854.159654652429)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.550690768012739e-05 mm long
+ and its vector is (6.863203705620435e-05,3.044452989797719e-05,8.004198662092676e-06) mm
+ Endpoint of ComputeStep() was (-148.0352112463447,803.1679452956483,1846.401155790948)
+ and current position to locate is (-148.0351426143076,803.1679757401782,1846.401163795147)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002013873497119181 mm long
+ and its vector is (-0.0001457026918387783,-6.745199840452187e-06,0.000138859974413208) mm
+ Endpoint of ComputeStep() was (-542.8588146842591,-205.7513180859794,2555.955302946839)
+ and current position to locate is (-542.8589603869509,-205.7513248311792,2555.955441806813)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01084207536498112 mm long
+ and its vector is (-0.006602334283343225,0.007113103568087809,0.004833584369862365) mm
+ Endpoint of ComputeStep() was (-1295.401453555311,249.2789290764691,2019.171967803729)
+ and current position to locate is (-1295.408055889594,249.2860421800372,2019.176801388099)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001998171586685954 mm long
+ and its vector is (-8.133432356771664e-05,-0.0001467018662708597,-0.0001085826281723712) mm
+ Endpoint of ComputeStep() was (-1295.182676071165,249.1767420759227,2019.646734236496)
+ and current position to locate is (-1295.182757405488,249.1765953740565,2019.646625653867)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002099191487597789 mm long
+ and its vector is (6.183857726682618e-05,0.000183612020180135,-8.080015732048196e-05) mm
+ Endpoint of ComputeStep() was (-1310.800854445946,252.5034795133727,1997.736892935483)
+ and current position to locate is (-1310.800792607369,252.5036631253928,1997.736812135326)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.24627786312347e-05 mm long
+ and its vector is (-3.910929558514908e-05,3.396362222929383e-05,-8.323371048390982e-06) mm
+ Endpoint of ComputeStep() was (-1310.800818360041,252.5035883401489,1997.736958654592)
+ and current position to locate is (-1310.800857469337,252.5036223037712,1997.736950331221)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001397253923644383 mm long
+ and its vector is (6.20441837781982e-05,-7.714454781648783e-05,9.860234922598465e-05) mm
+ Endpoint of ComputeStep() was (-1311.045897548564,253.6015844347882,1997.535582307899)
+ and current position to locate is (-1311.045835504381,253.6015072902404,1997.535680910248)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001127269619339782 mm long
+ and its vector is (-1.961891030077823e-05,-4.26330785785467e-05,-0.000102493350595978) mm
+ Endpoint of ComputeStep() was (-1458.74393896986,349.2506406029914,1913.727065826046)
+ and current position to locate is (-1458.743958588771,349.2505979699129,1913.726963332696)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003571859225970283 mm long
+ and its vector is (1.807687645793976e-05,0.0003506104077359851,6.578261036338517e-05) mm
+ Endpoint of ComputeStep() was (-109.834995032957,938.9655952021952,1780.448193198594)
+ and current position to locate is (-109.8349769560806,938.965945812603,1780.448258981204)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.93998093447213e-05 mm long
+ and its vector is (-2.932040217729082e-05,3.055564593523741e-05,-6.716395046169055e-05) mm
+ Endpoint of ComputeStep() was (804.1824229615014,847.1504631567492,1791.083446429072)
+ and current position to locate is (804.1823936410992,847.1504937123951,1791.083379265121)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.565561602458583e-05 mm long
+ and its vector is (-3.050381621960696e-05,-6.697579294723255e-05,1.753660717440653e-05) mm
+ Endpoint of ComputeStep() was (733.9046482125726,787.9655098486295,1813.340159166154)
+ and current position to locate is (733.9046177087564,787.9654428728365,1813.340176702761)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.298355845452785e-05 mm long
+ and its vector is (2.766398898756961e-05,-4.76487682590232e-05,-7.490154030165286e-05) mm
+ Endpoint of ComputeStep() was (-358.2048252705944,644.0161295075191,1381.0298900644)
+ and current position to locate is (-358.2047976066054,644.0160818587508,1381.029815162859)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.97893430878313e-05 mm long
+ and its vector is (-1.359082631324782e-05,1.860441727785656e-05,6.587653228962154e-05) mm
+ Endpoint of ComputeStep() was (-358.2045887234724,644.0161210153398,1381.029773264122)
+ and current position to locate is (-358.2046023142987,644.016139619757,1381.029839140654)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001278812831838198 mm long
+ and its vector is (-0.0001080109243503102,-4.618893203200969e-05,5.053558516010526e-05) mm
+ Endpoint of ComputeStep() was (-1145.153765915136,-120.0300605290075,1757.34689806873)
+ and current position to locate is (-1145.15387392606,-120.0301067179396,1757.346948604315)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.259614679442476e-05 mm long
+ and its vector is (-3.583696548048465e-05,4.88558751499113e-06,-3.818635354946309e-05) mm
+ Endpoint of ComputeStep() was (-1145.153829341667,-120.030322491659,1757.346951600252)
+ and current position to locate is (-1145.153865178632,-120.0303176060715,1757.346913413898)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.404153328010768e-05 mm long
+ and its vector is (-5.072363592262263e-06,3.233136976632522e-05,9.369079180032713e-06) mm
+ Endpoint of ComputeStep() was (-1145.154008050268,-120.0303587096021,1757.346854220309)
+ and current position to locate is (-1145.154013122632,-120.0303263782324,1757.346863589388)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001173616491262586 mm long
+ and its vector is (-3.935330141757731e-06,7.505740866520227e-05,9.013686963044165e-05) mm
+ Endpoint of ComputeStep() was (-1145.154111783293,-120.0303878479423,1757.346757658687)
+ and current position to locate is (-1145.154115718623,-120.0303127905337,1757.346847795556)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.208930603827169e-05 mm long
+ and its vector is (4.990642150914937e-05,1.276213581036245e-05,-7.731286132184323e-06) mm
+ Endpoint of ComputeStep() was (-741.4530387459275,68.34933244983054,2609.499843195893)
+ and current position to locate is (-741.452988839506,68.34934521196635,2609.499835464607)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005492341852454703 mm long
+ and its vector is (-0.0003333252262791575,-6.504598252377036e-05,-0.0004316497468153102) mm
+ Endpoint of ComputeStep() was (-747.5554487559518,-423.5645320522996,1545.828887729393)
+ and current position to locate is (-747.5557820811781,-423.5645970982821,1545.828456079646)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.125386380770841e-05 mm long
+ and its vector is (2.53295885386251e-05,1.829582811296859e-05,6.918244253029115e-07) mm
+ Endpoint of ComputeStep() was (-782.7766180514052,-212.84804244894,1604.382376228796)
+ and current position to locate is (-782.7765927218167,-212.8480241531119,1604.38237692062)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001000453859850136 mm long
+ and its vector is (8.938347593812068e-05,-2.034800846217877e-05,4.00703386276291e-05) mm
+ Endpoint of ComputeStep() was (-633.3747390760958,193.9393616115344,1668.83692763035)
+ and current position to locate is (-633.3746496926199,193.9393412635259,1668.836967700689)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.240857954866465e-05 mm long
+ and its vector is (-2.715491621074761e-05,1.451296850518702e-05,6.553614775839378e-05) mm
+ Endpoint of ComputeStep() was (-916.0820931356467,-338.0614140564355,2238.89586257185)
+ and current position to locate is (-916.0821202905629,-338.061399543467,2238.895928107998)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.339442320846257e-05 mm long
+ and its vector is (-2.703965742512082e-05,-5.420584369630888e-05,-1.869321613412467e-05) mm
+ Endpoint of ComputeStep() was (-916.0819054129694,-338.0614374475731,2238.895942191204)
+ and current position to locate is (-916.0819324526268,-338.0614916534168,2238.895923497988)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001193148253793583 mm long
+ and its vector is (5.176763943381957e-05,0.0001022755960207178,3.310349711682647e-05) mm
+ Endpoint of ComputeStep() was (-916.0818732947275,-338.061675890113,2238.895970152441)
+ and current position to locate is (-916.0818215270881,-338.0615736145169,2238.896003255938)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001755330862547718 mm long
+ and its vector is (-0.0001510210490778263,-7.984694769902489e-05,4.036052587252925e-05) mm
+ Endpoint of ComputeStep() was (-916.0816536331783,-338.061483485418,2238.896046371914)
+ and current position to locate is (-916.0818046542274,-338.0615633323657,2238.89608673244)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.890852383994621e-05 mm long
+ and its vector is (1.125713185956556e-05,-1.45228778052342e-05,4.460412128537428e-06) mm
+ Endpoint of ComputeStep() was (-913.6287155635009,126.8257769318234,1410.930426657507)
+ and current position to locate is (-913.6287043063691,126.8257624089456,1410.930431117919)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001753152563911387 mm long
+ and its vector is (0.0001294115396954093,-4.03200605403331e-07,0.0001182705793780769) mm
+ Endpoint of ComputeStep() was (-0.09063595926757478,-0.1608903454692553,1038.273212957302)
+ and current position to locate is (-0.09050654772787937,-0.1608907486698607,1038.273331227882)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.116215323606902e-05 mm long
+ and its vector is (-7.123862353074217e-05,-1.850135535361175e-05,-3.420604457460286e-05) mm
+ Endpoint of ComputeStep() was (-0.09040798831760641,-0.161093077641012,1038.273427977407)
+ and current position to locate is (-0.09047922694113715,-0.1611115789963656,1038.273393771363)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.171818453832847e-05 mm long
+ and its vector is (-5.819831551434618e-05,-6.961275641970133e-05,1.338826314167818e-05) mm
+ Endpoint of ComputeStep() was (-49.4230608477918,171.914358316657,1308.184123552482)
+ and current position to locate is (-49.42311904610731,171.9142887039006,1308.184136940745)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.862633996199418e-05 mm long
+ and its vector is (5.643478682770819e-05,-1.289817220140321e-06,1.582715844961058e-05) mm
+ Endpoint of ComputeStep() was (-49.42313538663259,171.9142676281862,1308.183976327107)
+ and current position to locate is (-49.42307895184577,171.9142663383689,1308.183992154265)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.20324977047307e-05 mm long
+ and its vector is (5.075469404758337e-05,-7.343393179759516e-06,8.798660473985365e-06) mm
+ Endpoint of ComputeStep() was (-27.12556976227183,6.893392988329796,1065.539780025815)
+ and current position to locate is (-27.12551900757778,6.893385644936616,1065.539788824475)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001399264426965363 mm long
+ and its vector is (8.633524058598852e-05,-1.839497653799427e-05,-0.0001085691504840725) mm
+ Endpoint of ComputeStep() was (4.107585912150672,2.422829036633575,1011.055495058468)
+ and current position to locate is (4.107672247391258,2.422810641657037,1011.055386489317)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001019689928008105 mm long
+ and its vector is (3.045432314241481e-05,-7.038045507679058e-05,6.720715168739844e-05) mm
+ Endpoint of ComputeStep() was (4.10786481865243,2.422958214509166,1011.055299057277)
+ and current position to locate is (4.107895272975573,2.42288783405409,1011.055366264428)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.489705971418925e-05 mm long
+ and its vector is (1.587599048580302e-05,-1.23725971865607e-05,1.465385093979421e-05) mm
+ Endpoint of ComputeStep() was (-4.33419656525588,-0.624357687088799,1078.992485376829)
+ and current position to locate is (-4.334180689265394,-0.6243700596859856,1078.99250003068)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.939445105618192e-05 mm long
+ and its vector is (-3.56490147117583e-05,-1.664865850092845e-05,1.972991185539286e-06) mm
+ Endpoint of ComputeStep() was (-4.334206744009836,-0.6241930934658835,1078.992735967591)
+ and current position to locate is (-4.334242393024548,-0.6242097421243844,1078.992737940582)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.746039694399244e-05 mm long
+ and its vector is (1.22874130852324e-05,3.058723579840716e-05,3.41457136983081e-05) mm
+ Endpoint of ComputeStep() was (-138.2073950215677,97.13754975130119,1013.795554260414)
+ and current position to locate is (-138.2073827341546,97.13758033853699,1013.795588406128)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.079410360938106e-05 mm long
+ and its vector is (5.034717614194051e-05,-1.223697505281507e-05,3.180159319526865e-05) mm
+ Endpoint of ComputeStep() was (-138.2074634234915,97.13733335575883,1013.795504895693)
+ and current position to locate is (-138.2074130763153,97.13732111878377,1013.795536697286)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001057840815654831 mm long
+ and its vector is (1.401737830519778e-05,-4.564421189634515e-05,-9.439486711926293e-05) mm
+ Endpoint of ComputeStep() was (266.7172881519428,12.70908524780831,1511.52221328558)
+ and current position to locate is (266.7173021693211,12.70903960359641,1511.522118890713)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.8269955805962e-05 mm long
+ and its vector is (-5.114888188018085e-05,8.387913756457976e-05,-2.250861598440679e-06) mm
+ Endpoint of ComputeStep() was (266.71745984878,12.70902085964437,1511.522127611667)
+ and current position to locate is (266.7174086998982,12.70910473878194,1511.522125360806)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001179393823363332 mm long
+ and its vector is (6.370112274112216e-06,-0.0001164119750001191,1.78149277871853e-05) mm
+ Endpoint of ComputeStep() was (-49.3419384878037,-278.2471709431773,599.6534790771033)
+ and current position to locate is (-49.34193211769143,-278.2472873551523,599.6534968920311)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001688605893841721 mm long
+ and its vector is (-0.0001502054445605694,7.253924252381694e-07,7.714724154084251e-05) mm
+ Endpoint of ComputeStep() was (9.329938831394193,-206.8574538503092,643.311101443678)
+ and current position to locate is (9.329788625949632,-206.8574531249168,643.3111785909196)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001345897467723448 mm long
+ and its vector is (-0.0001314402196488373,7.400002743906953e-07,-2.893649934776477e-05) mm
+ Endpoint of ComputeStep() was (9.329872527007931,-206.8575475356556,643.3114210723046)
+ and current position to locate is (9.329741086788282,-206.8575467956553,643.3113921358052)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.275133536320546e-05 mm long
+ and its vector is (5.010947193717641e-05,3.492527338266882e-05,6.980026012115559e-05) mm
+ Endpoint of ComputeStep() was (9.329574789857576,-206.8575781472791,643.3114039581853)
+ and current position to locate is (9.329624899329513,-206.8575432220057,643.3114737584455)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001021451516903487 mm long
+ and its vector is (-5.548872444904873e-05,-7.656505117381585e-05,3.863193512643193e-05) mm
+ Endpoint of ComputeStep() was (49.75460875388444,-93.68348961554945,713.806083975735)
+ and current position to locate is (49.75455326515999,-93.68356618060062,713.8061226076701)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.668227213666434e-05 mm long
+ and its vector is (-4.120705241206224e-05,-2.504021793470201e-05,-2.979674968628387e-05) mm
+ Endpoint of ComputeStep() was (49.75465271024799,-93.68368542680803,713.8061931184494)
+ and current position to locate is (49.75461150319558,-93.68371046702596,713.8061633216997)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001079338437459197 mm long
+ and its vector is (7.944750649357957e-06,7.159293602398975e-05,-8.038063867843448e-05) mm
+ Endpoint of ComputeStep() was (49.75454631449191,-93.68386075381154,713.8062087850778)
+ and current position to locate is (49.75455425924256,-93.68378916087552,713.8061284044392)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002228630344780268 mm long
+ and its vector is (8.95952490509444e-06,5.75224729573165e-05,0.0002151251360373863) mm
+ Endpoint of ComputeStep() was (-128.7734875732029,138.353601068936,1907.026460828679)
+ and current position to locate is (-128.773478613678,138.3536585914089,1907.026675953815)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.671751638337564e-05 mm long
+ and its vector is (-4.30189712972151e-05,-4.950327715391722e-05,-1.224829179591325e-05) mm
+ Endpoint of ComputeStep() was (-128.7736330447395,138.3538689213685,1907.026731689759)
+ and current position to locate is (-128.7736760637108,138.3538194180914,1907.026719441467)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001251278064951947 mm long
+ and its vector is (-1.737396856071882e-05,0.0001225298883618109,1.848079091359978e-05) mm
+ Endpoint of ComputeStep() was (-112.5013401870045,18.19835585666261,2009.415680079062)
+ and current position to locate is (-112.501357560973,18.19847838655097,2009.415698559853)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.713245735288852e-05 mm long
+ and its vector is (5.459796012274865e-05,5.292251043442775e-05,6.043992812010401e-05) mm
+ Endpoint of ComputeStep() was (-17.79255183048637,174.2246678623697,1880.69194538527)
+ and current position to locate is (-17.79249723252624,174.2247207848801,1880.692005825199)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000105437715573331 mm long
+ and its vector is (8.103805993187052e-05,-6.705788571537141e-05,7.292782129297848e-06) mm
+ Endpoint of ComputeStep() was (-47.59631598871512,87.88787981909698,1682.325790679068)
+ and current position to locate is (-47.59623495065519,87.88781276121126,1682.32579797185)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000163532146102443 mm long
+ and its vector is (2.307743041285448e-05,-0.0001447190699650491,-7.257124639181711e-05) mm
+ Endpoint of ComputeStep() was (-97.3983454366256,75.61779991959129,1629.18772917698)
+ and current position to locate is (-97.39832235919519,75.61765520052133,1629.187656605733)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.224751969215307e-05 mm long
+ and its vector is (9.573381092309319e-07,-1.847040668678801e-05,2.641647415657644e-05) mm
+ Endpoint of ComputeStep() was (-42.70761445426353,70.23332766362469,1544.028128932061)
+ and current position to locate is (-42.70761349692542,70.23330919321801,1544.028155348535)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0009592730257270501 mm long
+ and its vector is (0.0006949319227800288,0.0006199264016117922,-0.0002301426018220809) mm
+ Endpoint of ComputeStep() was (110.1566416203228,101.8680678778324,1550.39043168437)
+ and current position to locate is (110.1573365522456,101.868687804234,1550.390201541768)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.213677940522169e-05 mm long
+ and its vector is (-2.028822911626094e-05,7.857170727731955e-05,-1.270138204745308e-05) mm
+ Endpoint of ComputeStep() was (-28.30152404431024,68.84690569977097,1530.578651299825)
+ and current position to locate is (-28.30154433253935,68.84698427147825,1530.578638598443)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.289339129665051e-05 mm long
+ and its vector is (9.020443883400731e-06,-1.192564980101452e-08,-7.233310407173121e-05) mm
+ Endpoint of ComputeStep() was (183.3300556982841,-102.3323375456332,1100.087322920861)
+ and current position to locate is (183.330064718728,-102.3323375575589,1100.087250587756)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.208615310487475e-05 mm long
+ and its vector is (3.174344362832926e-05,-5.191804598325689e-05,1.231099895449006e-05) mm
+ Endpoint of ComputeStep() was (615.7829693170615,-552.7278132812398,1762.396860397705)
+ and current position to locate is (615.7830010605052,-552.7278651992858,1762.396872708704)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.065243704437583e-05 mm long
+ and its vector is (1.239108541994938e-05,8.640897397071967e-05,2.445024665576057e-05) mm
+ Endpoint of ComputeStep() was (744.4308734917466,-805.399431685108,2073.218311450858)
+ and current position to locate is (744.4308858828321,-805.399345276134,2073.218335901105)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.701729217835465e-05 mm long
+ and its vector is (-1.315706515470083e-05,9.043423006005469e-07,-2.357981929890229e-05) mm
+ Endpoint of ComputeStep() was (668.4199398301067,-863.7306594856328,2291.507691706409)
+ and current position to locate is (668.4199266730416,-863.7306585812905,2291.50766812659)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02395744280819441 mm long
+ and its vector is (-0.01816081287142879,0.0140913525385713,-0.006751127712504967) mm
+ Endpoint of ComputeStep() was (715.5556683991431,-833.0135584336223,2145.071822561104)
+ and current position to locate is (715.5375075862717,-832.9994670810837,2145.065071433392)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002287193093522998 mm long
+ and its vector is (7.699821821915975e-06,-0.0009295020317665603,0.002089789207730064) mm
+ Endpoint of ComputeStep() was (422.6355187105111,-221.2071943596445,1546.245774993441)
+ and current position to locate is (422.6355264103329,-221.2081238616763,1546.247864782648)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.033913172930806e-05 mm long
+ and its vector is (5.833533055010776e-05,-5.523774969162787e-05,-3.953550731239375e-07) mm
+ Endpoint of ComputeStep() was (580.5951275834915,-48.21445445433914,1503.481051641825)
+ and current position to locate is (580.595185918822,-48.21450969208883,1503.48105124647)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.663648532622528e-05 mm long
+ and its vector is (1.538677477697092e-05,-6.175334874569671e-07,6.295908065112599e-06) mm
+ Endpoint of ComputeStep() was (255.9843161157704,543.8039928250599,928.560559924912)
+ and current position to locate is (255.9843315025452,543.8039922075264,928.5605662208201)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.824883403225025e-05 mm long
+ and its vector is (-5.074506509572529e-05,-1.259934370523297e-05,-2.567336309766688e-05) mm
+ Endpoint of ComputeStep() was (282.7304984066454,155.8922617643927,1105.430244255186)
+ and current position to locate is (282.7304476615803,155.892249165049,1105.430218581823)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001021171515193134 mm long
+ and its vector is (2.270899204859234e-05,-1.627774128110104e-05,9.8220412610317e-05) mm
+ Endpoint of ComputeStep() was (282.730556758981,155.8922551518353,1105.430088181706)
+ and current position to locate is (282.730579467973,155.892238874094,1105.430186402119)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003216763119860694 mm long
+ and its vector is (0.0001148086776083801,-0.0002363292356619695,0.0001855885492432208) mm
+ Endpoint of ComputeStep() was (450.2697092102899,232.2555520481273,1008.883087130153)
+ and current position to locate is (450.2698240189675,232.2553157188916,1008.883272718702)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000104894988874092 mm long
+ and its vector is (-3.894652894587125e-05,9.587344476358339e-05,-1.715835549020994e-05) mm
+ Endpoint of ComputeStep() was (450.2700141894833,232.2552317205451,1008.883012977398)
+ and current position to locate is (450.2699752429543,232.2553275939899,1008.882995819043)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004939132633388716 mm long
+ and its vector is (0.0003885622100483488,1.001106394937779e-05,-0.000304744974073401) mm
+ Endpoint of ComputeStep() was (272.3664775320595,134.3523130128051,1077.593714188228)
+ and current position to locate is (272.3668660942696,134.3523230238691,1077.593409443254)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.514436166787167e-05 mm long
+ and its vector is (-4.696083874478063e-05,4.418776575221273e-05,-3.858492027575267e-05) mm
+ Endpoint of ComputeStep() was (-1094.868619829097,252.9004238234265,2567.585374052548)
+ and current position to locate is (-1094.868666789936,252.9004680111923,2567.585335467627)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001064107494573516 mm long
+ and its vector is (8.912134239835723e-05,-4.547368604335134e-05,3.623227576099453e-05) mm
+ Endpoint of ComputeStep() was (-1094.868620128635,252.9007299442695,2567.585236917294)
+ and current position to locate is (-1094.868531007293,252.9006844705835,2567.58527314957)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001143679049386239 mm long
+ and its vector is (5.421532182481315e-05,-2.66072300689757e-05,-9.712245810078457e-05) mm
+ Endpoint of ComputeStep() was (-1132.218232625515,247.5494083131665,2540.38730789156)
+ and current position to locate is (-1132.218178410193,247.5493817059364,2540.387210769102)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.004857806008880484 mm long
+ and its vector is (0.003538085109767053,0.001493526587140082,0.002974829626964492) mm
+ Endpoint of ComputeStep() was (-1103.951331516105,111.9338362810229,2380.720345193782)
+ and current position to locate is (-1103.947793430995,111.93532980761,2380.723320023409)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001144069418792574 mm long
+ and its vector is (-8.424478892266052e-07,-0.0001087562419002097,3.550096448634577e-05) mm
+ Endpoint of ComputeStep() was (-1183.999628066754,42.70391804045511,1956.542524497742)
+ and current position to locate is (-1183.999628909202,42.70380928421321,1956.542559998706)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.720778663457161e-06 mm long
+ and its vector is (2.568155650806148e-06,-6.17617435949569e-06,6.544560164911672e-07) mm
+ Endpoint of ComputeStep() was (-1230.110211899793,58.08206574077503,1969.002012565751)
+ and current position to locate is (-1230.110209331637,58.08205956460067,1969.002013220207)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002269087743463722 mm long
+ and its vector is (-0.0001001506898319349,-0.0001159183580199397,-0.0001673928477430309) mm
+ Endpoint of ComputeStep() was (-1131.536473289888,8.641347469034336,1955.293577395546)
+ and current position to locate is (-1131.536573440578,8.641231550676316,1955.293410002698)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001548765430967585 mm long
+ and its vector is (0.0009319697620355782,-0.001002587618017969,-0.0007245169363159221) mm
+ Endpoint of ComputeStep() was (-241.4995615678498,-243.5695441916242,1780.994609717553)
+ and current position to locate is (-241.4986295980877,-243.5705467792422,1780.993885200617)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.689200317092104e-05 mm long
+ and its vector is (-1.108804622163007e-05,-7.446520621101627e-05,-4.338442704465706e-05) mm
+ Endpoint of ComputeStep() was (-242.8286035244696,-160.3223616386604,1705.600468402954)
+ and current position to locate is (-242.8286146125158,-160.3224361038666,1705.600425018526)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001415346101262241 mm long
+ and its vector is (-9.365950245410204e-05,-7.181352296470322e-05,7.812017270225624e-05) mm
+ Endpoint of ComputeStep() was (-245.3762487876952,-166.7269014139979,1703.505521608516)
+ and current position to locate is (-245.3763424471977,-166.7269732275209,1703.505599728688)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.799310911273214e-05 mm long
+ and its vector is (-6.781870216343577e-05,-1.314461707124792e-05,3.620452662289608e-05) mm
+ Endpoint of ComputeStep() was (-110.2590583783471,-325.4403153701725,1562.147592538096)
+ and current position to locate is (-110.2591261970493,-325.4403285147895,1562.147628742623)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003012198990463007 mm long
+ and its vector is (-0.0001849812113050575,-0.0001437786595346324,-0.0001893226772153866) mm
+ Endpoint of ComputeStep() was (-759.9351080805282,-119.955324741182,2562.814165144909)
+ and current position to locate is (-759.9352930617395,-119.9554685198415,2562.813975822231)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.10930555047034e-05 mm long
+ and its vector is (-7.631536891494761e-05,-4.170079586174325e-05,2.71100138888869e-05) mm
+ Endpoint of ComputeStep() was (-869.7334783184992,-31.54256319218347,2512.205247903194)
+ and current position to locate is (-869.7335546338682,-31.54260489297933,2512.205275013208)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01836253846687169 mm long
+ and its vector is (0.01470931224605465,0.003502988732957846,0.01041863820910294) mm
+ Endpoint of ComputeStep() was (-992.6474496736508,-23.87450628497916,2477.227768728753)
+ and current position to locate is (-992.6327403614048,-23.8710032962462,2477.238187366962)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.019450606927197e-05 mm long
+ and its vector is (1.467231436436123e-05,1.38660012822811e-05,5.246665750746615e-07) mm
+ Endpoint of ComputeStep() was (-992.7374021563317,-23.76586537313542,2477.397236548728)
+ and current position to locate is (-992.7373874840173,-23.76585150713413,2477.397237073394)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.408753890097295e-05 mm long
+ and its vector is (-7.095720025063201e-05,5.081853029764716e-05,3.514281843308709e-05) mm
+ Endpoint of ComputeStep() was (-1026.789452652936,-168.7265079073126,2270.135767269236)
+ and current position to locate is (-1026.789523610136,-168.7264570887823,2270.135802412055)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001231880311713188 mm long
+ and its vector is (-8.07436883860646e-05,-8.178703862427028e-05,4.434668107933248e-05) mm
+ Endpoint of ComputeStep() was (-1026.789472211476,-168.7264108846205,2270.135639011505)
+ and current position to locate is (-1026.789552955164,-168.7264926716591,2270.135683358186)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03088972415872962 mm long
+ and its vector is (0.02850319375170329,0.002153720441754103,0.01170916277169454) mm
+ Endpoint of ComputeStep() was (-986.545167661403,-204.970589572905,2544.610955189858)
+ and current position to locate is (-986.5166644676513,-204.9684358524632,2544.62266435263)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001791025845986145 mm long
+ and its vector is (-0.0001685792207126724,-5.560107933888503e-05,-2.38181050917774e-05) mm
+ Endpoint of ComputeStep() was (-1011.881854982971,25.05447903133396,2166.105105330304)
+ and current position to locate is (-1011.882023562192,25.05442343025462,2166.105081512199)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.358735344846615e-05 mm long
+ and its vector is (-3.188676998888695e-06,5.64648632916942e-06,1.1940088143092e-05) mm
+ Endpoint of ComputeStep() was (-79.8896460217576,-195.6883397590748,2007.045174445762)
+ and current position to locate is (-79.8896492104346,-195.6883341125884,2007.04518638585)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001343795486941845 mm long
+ and its vector is (0.0001252448805075801,-4.601188160791025e-05,-1.595273533894215e-05) mm
+ Endpoint of ComputeStep() was (-79.88977515326536,-195.6882591683599,2007.045113410488)
+ and current position to locate is (-79.88964990838485,-195.6883051802415,2007.045097457752)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.551388113900416e-05 mm long
+ and its vector is (1.481487547039251e-05,-1.217249773333151e-05,2.989290078403428e-05) mm
+ Endpoint of ComputeStep() was (235.938659919942,-55.47994480321039,2285.817839941772)
+ and current position to locate is (235.9386747348175,-55.47995697570812,2285.817869834673)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001015575560355286 mm long
+ and its vector is (-0.0003478452734952953,0.0005710290018612341,-0.0007644104025530396) mm
+ Endpoint of ComputeStep() was (257.9514233920338,-73.56178897466457,2266.937860790988)
+ and current position to locate is (257.9510755467603,-73.5612179456627,2266.937096380585)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.709820646385156e-05 mm long
+ and its vector is (4.760121470326339e-05,-5.55251558580494e-05,2.439702575429692e-05) mm
+ Endpoint of ComputeStep() was (257.9514445882326,-73.56031425009778,2266.937560216702)
+ and current position to locate is (257.9514921894473,-73.56036977525363,2266.937584613728)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.577550472267038e-05 mm long
+ and its vector is (-6.615438550738872e-06,-7.346063910063094e-06,2.380436853854917e-05) mm
+ Endpoint of ComputeStep() was (-122.4470919856657,170.8997270672846,1337.262823556975)
+ and current position to locate is (-122.4470986011042,170.8997197212207,1337.262847361343)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001031560208096926 mm long
+ and its vector is (-2.119868105410205e-05,-5.052654120163425e-05,8.740051021050022e-05) mm
+ Endpoint of ComputeStep() was (-292.267591672503,101.4295345802785,1717.634173233614)
+ and current position to locate is (-292.267612871184,101.4294840537373,1717.634260634124)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.228665332933457e-05 mm long
+ and its vector is (5.848889509252331e-05,-1.338542354289984e-05,-1.671845598139043e-05) mm
+ Endpoint of ComputeStep() was (-292.2677421808642,101.4292479497243,1717.634229339314)
+ and current position to locate is (-292.2676836919691,101.4292345643007,1717.634212620858)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.201714570794752e-05 mm long
+ and its vector is (-2.989455344959424e-05,2.98831171647862e-05,-5.830766895087436e-05) mm
+ Endpoint of ComputeStep() was (-292.2677370347416,101.4290143245056,1717.634216045382)
+ and current position to locate is (-292.267766929295,101.4290442076227,1717.634157737713)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.597184805699728e-05 mm long
+ and its vector is (-3.467879643892502e-05,3.453394973007562e-05,-4.423880795911828e-05) mm
+ Endpoint of ComputeStep() was (-35.63396378947225,171.2508757706723,1847.197967209729)
+ and current position to locate is (-35.63399846826869,171.250910304622,1847.197922970921)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001249496744964042 mm long
+ and its vector is (3.328072278208083e-05,4.417945064005835e-05,-0.0001120401302614482) mm
+ Endpoint of ComputeStep() was (-35.6341444778129,171.2506431749659,1847.197913612458)
+ and current position to locate is (-35.63411119709012,171.2506873544165,1847.197801572328)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001450376295850731 mm long
+ and its vector is (-0.0001029814901585269,8.736964070976683e-05,-5.288924808155571e-05) mm
+ Endpoint of ComputeStep() was (-269.531041859324,86.46274845369159,1545.698888050595)
+ and current position to locate is (-269.5311448408141,86.4628358233323,1545.698835161347)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.765618663596699e-05 mm long
+ and its vector is (4.633787716556981e-05,-6.226139235820938e-05,2.608348950161599e-06) mm
+ Endpoint of ComputeStep() was (-1193.268622118415,-125.0259018141311,2493.960823377141)
+ and current position to locate is (-1193.268575780538,-125.0259640755234,2493.960825985489)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.143332415295169e-05 mm long
+ and its vector is (-5.133055623929295e-05,4.897287326599553e-05,-8.339752980646153e-06) mm
+ Endpoint of ComputeStep() was (12.45435102829972,20.26711828253704,998.9020146665373)
+ and current position to locate is (12.45429969774348,20.2671672554103,998.9020063267843)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.055802507045702e-05 mm long
+ and its vector is (-7.646749139667008e-06,2.730540187911856e-05,1.139013397732924e-05) mm
+ Endpoint of ComputeStep() was (165.667683203806,-57.88096031923013,1320.614689823665)
+ and current position to locate is (165.6676755570568,-57.88093301382825,1320.614701213799)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000276543950994353 mm long
+ and its vector is (1.454795437894063e-06,-0.0002750017451091935,-2.912869013016461e-05) mm
+ Endpoint of ComputeStep() was (63.9956292161117,182.4059677592784,1332.175936164238)
+ and current position to locate is (63.99563067090714,182.4056927575332,1332.175907035548)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001280056127105008 mm long
+ and its vector is (-0.0001368752640473758,0.0002565595774512985,-0.001246589761649375) mm
+ Endpoint of ComputeStep() was (129.8521672863434,102.8451531512784,1351.588927383513)
+ and current position to locate is (129.8520304110794,102.8454097108558,1351.587680793751)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001833858885316469 mm long
+ and its vector is (-0.0001314784843202688,9.115742497556312e-05,8.963323125499301e-05) mm
+ Endpoint of ComputeStep() was (88.98458105352822,-52.64941173692014,1352.641546410233)
+ and current position to locate is (88.9844495750439,-52.64932057949517,1352.641636043464)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00011092669839063 mm long
+ and its vector is (8.429650311825299e-05,-5.707377016506143e-05,4.406151083458099e-05) mm
+ Endpoint of ComputeStep() was (88.98440415552378,-52.64912817511548,1352.641692900744)
+ and current position to locate is (88.98448845202689,-52.64918524888564,1352.641736962255)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.204039623022199e-05 mm long
+ and its vector is (-1.361975961344797e-06,1.077194010790095e-05,-5.203985892876517e-06) mm
+ Endpoint of ComputeStep() was (70.01851780233092,28.56108087758227,1368.988675815384)
+ and current position to locate is (70.01851644035496,28.56109164952238,1368.988670611398)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.58758723756226e-05 mm long
+ and its vector is (-4.325162166196606e-06,5.570671531174298e-05,-4.098233148397412e-07) mm
+ Endpoint of ComputeStep() was (70.01843100927587,28.56102788492243,1368.988522986695)
+ and current position to locate is (70.01842668411371,28.56108359163774,1368.988522576872)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.117194894112053e-05 mm long
+ and its vector is (2.478204407907469e-06,2.102441344220551e-05,2.897659214795567e-07) mm
+ Endpoint of ComputeStep() was (70.01839414435267,28.56106817857264,1368.988372246596)
+ and current position to locate is (70.01839662255708,28.56108920298608,1368.988372536362)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.158246326980233e-05 mm long
+ and its vector is (5.998727982614582e-05,1.452723751071971e-05,-3.625651220318105e-05) mm
+ Endpoint of ComputeStep() was (-246.4707986624,-137.9692009052562,1299.032561809105)
+ and current position to locate is (-246.4707386751202,-137.9691863780187,1299.032525552593)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001106296086128161 mm long
+ and its vector is (7.137077577112905e-05,2.241116223444806e-05,-8.150375742843607e-05) mm
+ Endpoint of ComputeStep() was (-246.4708341207462,-137.9690798001543,1299.032621442844)
+ and current position to locate is (-246.4707627499704,-137.9690573889921,1299.032539939086)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.503575041433145e-05 mm long
+ and its vector is (3.76956398611128e-05,1.986701113310119e-05,-1.457941766602744e-05) mm
+ Endpoint of ComputeStep() was (-68.00421668216224,-180.009037363399,1757.026225011903)
+ and current position to locate is (-68.00417898652238,-180.0090174963879,1757.026210432485)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.323122563244931e-05 mm long
+ and its vector is (2.218644957174831e-05,-2.429872234088748e-05,4.65273092231655e-06) mm
+ Endpoint of ComputeStep() was (-15.75710646996489,-7.9890192193491,1527.602334699501)
+ and current position to locate is (-15.75708428351532,-7.989043518071441,1527.602339352232)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000141309726671764 mm long
+ and its vector is (-4.639923747618013e-05,-6.94818026545363e-05,0.0001139641553891124) mm
+ Endpoint of ComputeStep() was (-436.2675965826915,266.4114671292561,2079.0100324206)
+ and current position to locate is (-436.267642981929,266.4113976474534,2079.010146384755)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001607608516239079 mm long
+ and its vector is (-0.0001228650000300036,9.797648533549363e-05,-3.389471203263383e-05) mm
+ Endpoint of ComputeStep() was (-40.1024545474066,91.706640649568,2264.94153816096)
+ and current position to locate is (-40.10257741240663,91.70673862605334,2264.941504266248)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.35933073991953e-05 mm long
+ and its vector is (1.004369860879706e-05,1.416399513232136e-05,-6.117690827522893e-05) mm
+ Endpoint of ComputeStep() was (75.1995595794983,-167.3417592090079,1790.783273796998)
+ and current position to locate is (75.19956962319691,-167.3417450450128,1790.78321262009)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.021817113456782e-05 mm long
+ and its vector is (-5.774985914808184e-06,1.450421251547596e-05,6.846071073596249e-05) mm
+ Endpoint of ComputeStep() was (2.570860711366025,-135.6370269579219,1769.498575004571)
+ and current position to locate is (2.57085493638011,-135.6370124537094,1769.498643465281)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.574332789092704e-05 mm long
+ and its vector is (-5.193955576743292e-08,1.059091511024235e-05,2.346377527828736e-05) mm
+ Endpoint of ComputeStep() was (2.570705333568521,-135.6369649972133,1769.498593469194)
+ and current position to locate is (2.570705281628965,-135.6369544062981,1769.498616932969)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.126349786200671e-05 mm long
+ and its vector is (-1.170504850733778e-05,2.635021816743688e-05,1.208569983646157e-05) mm
+ Endpoint of ComputeStep() was (52.71149620646913,-21.35082949133701,1074.797787941093)
+ and current position to locate is (52.71148450142062,-21.35080314111885,1074.797800026792)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.717781840946541e-05 mm long
+ and its vector is (-1.606746060645037e-05,2.045525881122501e-05,3.935944164368266e-05) mm
+ Endpoint of ComputeStep() was (19.09193484320603,14.49795179121663,1018.827918438987)
+ and current position to locate is (19.09191877574542,14.49797224647544,1018.827957798428)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001027775674656832 mm long
+ and its vector is (-6.376817372455434e-05,-3.453303387424e-05,7.283074876340834e-05) mm
+ Endpoint of ComputeStep() was (19.09187869472929,14.49804836635818,1018.827813759389)
+ and current position to locate is (19.09181492655557,14.49801383332431,1018.827886590138)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001504494460284782 mm long
+ and its vector is (0.0007231088972936561,0.001275165308646464,-0.0003384827016361669) mm
+ Endpoint of ComputeStep() was (19.78444356151946,14.16658561680864,1019.401024248124)
+ and current position to locate is (19.78516667041675,14.16786078211728,1019.400685765422)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004136262074681846 mm long
+ and its vector is (0.0001255043391807931,0.0003912048543117663,-4.789637057456275e-05) mm
+ Endpoint of ComputeStep() was (19.78785619631319,14.16671448110066,1019.402343374003)
+ and current position to locate is (19.78798170065237,14.16710568595497,1019.402295477632)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001668285809609227 mm long
+ and its vector is (-4.839178365045882e-05,-1.004095753387446e-05,-0.0001593398565091775) mm
+ Endpoint of ComputeStep() was (84.86089065151397,-46.22304804226371,1394.453452642262)
+ and current position to locate is (84.86084225973032,-46.22305808322124,1394.453293302406)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.646774046112286e-05 mm long
+ and its vector is (5.552213792725524e-06,-5.367062829009228e-05,6.756705352017889e-05) mm
+ Endpoint of ComputeStep() was (84.86094725996843,-46.22311924673894,1394.453125434522)
+ and current position to locate is (84.86095281218222,-46.22317291736723,1394.453193001575)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001220365826124709 mm long
+ and its vector is (2.226959368911707e-06,-1.096553786616994e-05,-0.0001215225292980904) mm
+ Endpoint of ComputeStep() was (-7.305328593026239,-4.116340959467508,1336.431007346776)
+ and current position to locate is (-7.30532636606687,-4.116351925005374,1336.430885824247)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.422742348183423e-05 mm long
+ and its vector is (-4.175265969053044e-05,4.731053913076266e-07,7.314882395803579e-05) mm
+ Endpoint of ComputeStep() was (-7.305399463223575,-4.11619479276545,1336.430746100884)
+ and current position to locate is (-7.305441215883266,-4.116194319660059,1336.430819249708)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02475176406507754 mm long
+ and its vector is (-0.02411014965166203,-0.001750958808118819,0.005318331633134221) mm
+ Endpoint of ComputeStep() was (-6.842179310178341,-1.308300352366615,1338.701480863985)
+ and current position to locate is (-6.866289459830003,-1.310051311174734,1338.706799195618)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001959446796918785 mm long
+ and its vector is (0.0001458638762983355,-6.458834744194064e-05,0.0001137822150667489) mm
+ Endpoint of ComputeStep() was (-372.1738712636817,-199.8870881842106,1640.945865210242)
+ and current position to locate is (-372.1737253998054,-199.887152772558,1640.945978992457)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003805102988628526 mm long
+ and its vector is (-0.001122392503987157,-0.003129471001358297,-0.001850798495979689) mm
+ Endpoint of ComputeStep() was (-197.262264628049,-87.72433512248389,1686.826937727749)
+ and current position to locate is (-197.263387020553,-87.72746459348525,1686.825086929253)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001491066031870958 mm long
+ and its vector is (8.969535826963693e-06,0.0001333582444686954,-6.609012916669599e-05) mm
+ Endpoint of ComputeStep() was (-195.9867803635491,-88.6676190839591,1687.747614781417)
+ and current position to locate is (-195.9867713940132,-88.66748572571463,1687.747548691288)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001292021747414918 mm long
+ and its vector is (8.221245670370081e-05,7.437087241157769e-05,-6.635726981585321e-05) mm
+ Endpoint of ComputeStep() was (173.7166128606962,119.103449261593,1618.338187978274)
+ and current position to locate is (173.7166950731529,119.1035236324654,1618.338121621005)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.901836941900758e-05 mm long
+ and its vector is (-3.776055891080432e-05,-4.296414672921856e-05,1.453926461181254e-05) mm
+ Endpoint of ComputeStep() was (173.7166073564499,119.1036443753013,1618.338011038607)
+ and current position to locate is (173.716569595891,119.1036014111546,1618.338025577872)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001107023390628151 mm long
+ and its vector is (-3.190144249742843e-05,9.527636802886263e-05,4.647278274205746e-05) mm
+ Endpoint of ComputeStep() was (173.7164861886094,119.1034999004114,1618.337912732347)
+ and current position to locate is (173.7164542871669,119.1035951767794,1618.33795920513)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000181682728525323 mm long
+ and its vector is (8.254062845480803e-05,-0.0001239784874229599,-0.0001040432273384795) mm
+ Endpoint of ComputeStep() was (-280.734577338729,-47.7643133763591,1321.546360847058)
+ and current position to locate is (-280.7344947981006,-47.76443735484652,1321.546256803831)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01863256693767584 mm long
+ and its vector is (-0.01091691694563224,-0.01506857045590948,-0.0009652251055740635) mm
+ Endpoint of ComputeStep() was (87.01564630972082,-65.83143815334726,1095.153465003469)
+ and current position to locate is (87.00472939277519,-65.84650672380317,1095.152499778363)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.263662920469657e-05 mm long
+ and its vector is (-2.017761744355084e-07,4.687094815380988e-06,-1.173349164673709e-05) mm
+ Endpoint of ComputeStep() was (-725.4973680310258,-337.9929876659664,1059.779310291671)
+ and current position to locate is (-725.4973682328019,-337.9929829788716,1059.779298558179)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.806440323711457e-05 mm long
+ and its vector is (-4.190834985706715e-06,2.166097084455032e-05,7.488184223802818e-05) mm
+ Endpoint of ComputeStep() was (-113.3663062952687,-30.55826612317938,917.4084840048411)
+ and current position to locate is (-113.3663104861036,-30.55824446220853,917.4085588866833)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001032623207485118 mm long
+ and its vector is (2.297217731950241e-05,-7.11991215780472e-05,-7.117633765574283e-05) mm
+ Endpoint of ComputeStep() was (-113.3664529425504,-30.55808163195337,917.4084998389837)
+ and current position to locate is (-113.3664299703731,-30.55815283107495,917.4084286626461)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.722257297557075e-05 mm long
+ and its vector is (-4.202641586914524e-05,3.290112555021096e-05,4.086772105438286e-05) mm
+ Endpoint of ComputeStep() was (-113.3663554564017,-30.55803853394955,917.4083026995851)
+ and current position to locate is (-113.3663974828175,-30.558005632824,917.4083435673061)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001726547952913598 mm long
+ and its vector is (0.0009173336522962927,-0.000955862919456596,0.001107155311274255) mm
+ Endpoint of ComputeStep() was (-79.65027954825906,-2.114703119766024,878.3420651301333)
+ and current position to locate is (-79.64936221460677,-2.115658982685481,878.3431722854446)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.901764860229368e-05 mm long
+ and its vector is (7.431789494827257e-05,1.455982351217244e-05,-4.678679079006542e-05) mm
+ Endpoint of ComputeStep() was (-5.607464118111904,47.39926024276357,820.6482497580689)
+ and current position to locate is (-5.607389800216956,47.39927480258708,820.6482029712781)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.344748630811503e-05 mm long
+ and its vector is (6.70249050926941e-06,-3.327114182383184e-06,-3.25997127674782e-05) mm
+ Endpoint of ComputeStep() was (-573.1382571392629,-18.42750527401423,1617.030796331742)
+ and current position to locate is (-573.1382504367724,-18.42750860112841,1617.030763732029)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.930224827850568e-05 mm long
+ and its vector is (-2.073603059216111e-05,9.960982708889787e-06,4.360627872301848e-05) mm
+ Endpoint of ComputeStep() was (-1210.156208682301,311.6604868321569,1593.896094729255)
+ and current position to locate is (-1210.156229418331,311.6604967931397,1593.896138335534)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.538579213601559e-05 mm long
+ and its vector is (3.860477841044485e-05,-4.082398788796127e-06,-6.462215378633118e-05) mm
+ Endpoint of ComputeStep() was (-1210.156527911502,311.6604806559143,1593.8960489797)
+ and current position to locate is (-1210.156489306723,311.6604765735156,1593.895984357546)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001087638438575205 mm long
+ and its vector is (0.0001068169959808074,-1.647618023525865e-05,-1.217532690134249e-05) mm
+ Endpoint of ComputeStep() was (339.1630030141449,-782.7954906442694,1831.800041326868)
+ and current position to locate is (339.1631098311409,-782.7955071204497,1831.800029151541)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001735287058584144 mm long
+ and its vector is (2.557964518246081e-05,7.431894960063801e-05,-0.0001547080710224691) mm
+ Endpoint of ComputeStep() was (339.163220518972,-782.7954396951337,1831.800251417527)
+ and current position to locate is (339.1632460986172,-782.7953653761841,1831.800096709456)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.307887938995623e-05 mm long
+ and its vector is (3.467559849923418e-06,-3.136121472380182e-05,-4.268275620233908e-05) mm
+ Endpoint of ComputeStep() was (256.4541996966043,-700.7464777516017,1889.611433229568)
+ and current position to locate is (256.4542031641642,-700.7465091128164,1889.611390546812)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.543944447870123e-05 mm long
+ and its vector is (5.033694539235967e-05,-8.108423035935175e-05,-4.765270205098204e-07) mm
+ Endpoint of ComputeStep() was (-106.809766419082,-71.26353587360531,1324.854036461821)
+ and current position to locate is (-106.8097160821366,-71.26361695783567,1324.854035985294)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.966283200827622e-05 mm long
+ and its vector is (-2.916605434677422e-05,-4.28648399974918e-06,3.294075213489123e-06) mm
+ Endpoint of ComputeStep() was (71.52665402958961,-87.36098588746088,1151.385370781903)
+ and current position to locate is (71.52662486353526,-87.36099017394488,1151.385374075978)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.402441410031622e-05 mm long
+ and its vector is (4.118399618846524e-05,-1.237083342431333e-05,-9.43344980441907e-06) mm
+ Endpoint of ComputeStep() was (-145.86362359544,19.69736651947813,1126.020880344655)
+ and current position to locate is (-145.8635824114438,19.69735414864471,1126.020870911205)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001077956922282459 mm long
+ and its vector is (2.029579088258515e-05,3.760244248951494e-05,-9.896488495542144e-05) mm
+ Endpoint of ComputeStep() was (25.8198867428953,-58.83359991538733,1112.736389993224)
+ and current position to locate is (25.81990703868618,-58.83356231294484,1112.736291028339)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001561451288742073 mm long
+ and its vector is (-1.708318598048209e-05,-0.0001495115627108135,-4.166243684267101e-05) mm
+ Endpoint of ComputeStep() was (-619.710537948495,427.6554195660385,1348.434300973601)
+ and current position to locate is (-619.710555031681,427.6552700544757,1348.434259311164)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001714579893850175 mm long
+ and its vector is (2.085053688460903e-05,9.446364106224792e-05,0.0001415617100519739) mm
+ Endpoint of ComputeStep() was (-701.6772599237247,371.2518277370341,1292.388988996682)
+ and current position to locate is (-701.6772390731878,371.2519222006752,1292.389130558392)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001376710892013982 mm long
+ and its vector is (-0.000474845604571783,-0.001139963084597184,0.0006085545971927786) mm
+ Endpoint of ComputeStep() was (-552.3403540111867,349.9752755366489,1285.936646247828)
+ and current position to locate is (-552.3408288567913,349.9741355735643,1285.937254802426)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001212755284328114 mm long
+ and its vector is (5.996408708597301e-05,-8.707436336408136e-05,5.941479025750596e-05) mm
+ Endpoint of ComputeStep() was (-546.2398305346265,347.8874960239301,1333.535931609124)
+ and current position to locate is (-546.2397705705395,347.8874089495667,1333.535991023914)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.913515887543889e-05 mm long
+ and its vector is (-3.179733812430641e-05,-2.84132811998461e-05,-6.666324406978674e-05) mm
+ Endpoint of ComputeStep() was (-620.9666849259875,409.8873350842061,1383.542087155474)
+ and current position to locate is (-620.9667167233256,409.8873066709249,1383.54202049223)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.64631883744671e-05 mm long
+ and its vector is (2.588716006357572e-05,-3.311960085738974e-06,-4.380205837151152e-06) mm
+ Endpoint of ComputeStep() was (-620.9667391646216,409.887048028838,1383.542243306236)
+ and current position to locate is (-620.9667132774615,409.8870447168779,1383.54223892603)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006128876806753666 mm long
+ and its vector is (0.0004941703178928947,0.0003479121491523074,0.0001019026128687983) mm
+ Endpoint of ComputeStep() was (-652.1235566418117,280.5679352592942,1192.723856589524)
+ and current position to locate is (-652.1230624714938,280.5682831714433,1192.723958492137)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.363400386919353e-05 mm long
+ and its vector is (1.347952064634228e-05,2.445602871148367e-05,-1.874703707471781e-05) mm
+ Endpoint of ComputeStep() was (-501.4105003189962,265.4111522724976,1243.554620730146)
+ and current position to locate is (-501.4104868394756,265.4111767285263,1243.554601983109)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002309085934669699 mm long
+ and its vector is (-0.0001536954970902116,-6.652434018405984e-05,0.0001589685027738597) mm
+ Endpoint of ComputeStep() was (-500.9027145329528,265.237468431934,1243.257608096103)
+ and current position to locate is (-500.9028682284498,265.2374019075938,1243.257767064606)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001692915986255292 mm long
+ and its vector is (0.0001360220701371873,5.483608214262858e-05,-8.456149180346983e-05) mm
+ Endpoint of ComputeStep() was (-500.9029962536293,265.2372812265431,1243.257821790692)
+ and current position to locate is (-500.9028602315592,265.2373360626252,1243.2577372292)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.793206109997247e-05 mm long
+ and its vector is (-5.412515133684792e-05,1.822609249302332e-05,9.716030490380945e-06) mm
+ Endpoint of ComputeStep() was (-500.9028373989577,265.2373152255603,1243.257558089435)
+ and current position to locate is (-500.9028915241091,265.2373334516528,1243.257567805465)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001377956150338161 mm long
+ and its vector is (0.0001289948181675271,4.163608954854681e-05,-2.47871832925739e-05) mm
+ Endpoint of ComputeStep() was (15.24416417029319,229.8233976818027,1031.140499858795)
+ and current position to locate is (15.24429316511135,229.8234393178922,1031.140475071611)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.619684777236717e-05 mm long
+ and its vector is (4.788150279022574e-05,-2.744176231317397e-05,-1.06017484995391e-05) mm
+ Endpoint of ComputeStep() was (5.412281398331676,597.1529393222947,1459.646907076948)
+ and current position to locate is (5.412329279834466,597.1529118805324,1459.646896475199)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0629899742904127 mm long
+ and its vector is (0.03790137541513516,0.00779635689417546,-0.04970351518682037) mm
+ Endpoint of ComputeStep() was (21.87315611911305,367.019642966177,1237.876609603448)
+ and current position to locate is (21.91105749452819,367.0274393230712,1237.826906088261)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001556640117611816 mm long
+ and its vector is (0.0001318717374942935,-5.472016901819643e-05,6.202283861966862e-05) mm
+ Endpoint of ComputeStep() was (260.7131836960434,123.619856827487,822.2926465433678)
+ and current position to locate is (260.7133155677809,123.619802107318,822.2927085662064)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.774755709657841e-05 mm long
+ and its vector is (-6.150379476821399e-07,-2.388804874442485e-05,5.257150564830226e-05) mm
+ Endpoint of ComputeStep() was (280.8496417812825,100.1433195765465,864.8559622955459)
+ and current position to locate is (280.8496411662446,100.1432956884978,864.8560148670515)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001129272080597835 mm long
+ and its vector is (3.719231921195387e-05,7.158057698575249e-06,-0.0001063863145418509) mm
+ Endpoint of ComputeStep() was (280.8496429771765,100.1434272981183,864.8561442255728)
+ and current position to locate is (280.8496801694957,100.143434456176,864.8560378392583)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.007978549187383688 mm long
+ and its vector is (-0.006190979889623804,-0.001240411950576004,0.004877539680478549) mm
+ Endpoint of ComputeStep() was (104.1131194677716,65.21474167335651,860.7556500515246)
+ and current position to locate is (104.1069284878819,65.21350126140594,860.7605275912051)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.009970159326614311 mm long
+ and its vector is (0.003604155408481802,-0.007514534722730559,-0.005472285508858477) mm
+ Endpoint of ComputeStep() was (104.3357531943931,65.13380101798921,861.0393251764041)
+ and current position to locate is (104.3393573498016,65.12628648326648,861.0338528908952)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00706867294496376 mm long
+ and its vector is (-0.00127421902362812,-0.006211049010971692,0.003124959722299536) mm
+ Endpoint of ComputeStep() was (385.2872778066525,-655.3905778281742,2018.087486672478)
+ and current position to locate is (385.2860035876288,-655.3967888771851,2018.090611632201)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.7865373212993e-05 mm long
+ and its vector is (3.99753144222359e-05,2.369121096990057e-05,-1.148018782259896e-05) mm
+ Endpoint of ComputeStep() was (22.87522419053129,389.9800549176484,1476.594949149023)
+ and current position to locate is (22.87526416584571,389.9800786088594,1476.594937668835)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0008669316486278124 mm long
+ and its vector is (-0.0004818150579239955,0.0001282224717940039,0.0007092134594586241) mm
+ Endpoint of ComputeStep() was (-953.909934366321,11.05624034770172,1699.666675052372)
+ and current position to locate is (-953.9104161813789,11.05636857017351,1699.667384265832)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000240365509721693 mm long
+ and its vector is (0.0001132438986815032,0.0001991418593263461,7.275931238837074e-05) mm
+ Endpoint of ComputeStep() was (-520.0280255288933,173.592702881799,2037.585718897689)
+ and current position to locate is (-520.0279122849946,173.5929020236583,2037.585791657001)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.299926731374947e-05 mm long
+ and its vector is (-1.953445689650835e-07,-1.919256283144932e-05,-1.26717666262266e-05) mm
+ Endpoint of ComputeStep() was (-438.7730254081675,187.1408089298334,1987.886988905958)
+ and current position to locate is (-438.7730256035121,187.1407897372706,1987.886976234192)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001517134872993199 mm long
+ and its vector is (-0.0001335576403107552,-5.388157524066628e-05,-4.770864484271442e-05) mm
+ Endpoint of ComputeStep() was (-492.6408083607634,295.0953037136395,1810.534749499085)
+ and current position to locate is (-492.6409419184037,295.0952498320642,1810.53470179044)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001157265545178157 mm long
+ and its vector is (8.415686670559808e-05,-3.394645506205052e-05,-7.181848923210055e-05) mm
+ Endpoint of ComputeStep() was (-891.2316141408011,171.6633651906511,1599.670355820499)
+ and current position to locate is (-891.2315299839344,171.663331244196,1599.67028400201)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003023863260874526 mm long
+ and its vector is (0.0002151403573407151,-0.0001515125190394429,0.0001489834669428092) mm
+ Endpoint of ComputeStep() was (-736.1640266215747,262.7994412615145,1619.634287635193)
+ and current position to locate is (-736.1638114812174,262.7992897489954,1619.63443661866)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.18608076534418e-05 mm long
+ and its vector is (4.984982570022112e-05,-1.156743132924021e-05,8.410278269366245e-06) mm
+ Endpoint of ComputeStep() was (-380.7564895617377,-372.9981157780836,1296.558194616434)
+ and current position to locate is (-380.756439711912,-372.9981273455149,1296.558203026713)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.622802123213182e-05 mm long
+ and its vector is (-1.607638697009861e-05,-1.301834043943018e-05,-2.974125277432904e-05) mm
+ Endpoint of ComputeStep() was (-192.0357220090854,-269.8230203877197,1519.436915861011)
+ and current position to locate is (-192.0357380854723,-269.8230334060601,1519.436886119759)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.790770647166248e-05 mm long
+ and its vector is (-1.998558445848175e-05,-1.932620455136203e-05,-2.431935854474432e-06) mm
+ Endpoint of ComputeStep() was (-192.0358828409174,-269.8228539939536,1519.436970212101)
+ and current position to locate is (-192.0359028265018,-269.8228733201582,1519.436967780165)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.677965729219449e-05 mm long
+ and its vector is (-1.061155961679106e-05,3.696020093002517e-05,6.645640769420424e-05) mm
+ Endpoint of ComputeStep() was (-128.6138508289204,-323.4160724649226,1098.71476722675)
+ and current position to locate is (-128.61386144048,-323.4160355047217,1098.714833683158)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.96557368667224e-05 mm long
+ and its vector is (2.399299171429448e-05,6.360955788586864e-05,-7.286581080734322e-05) mm
+ Endpoint of ComputeStep() was (288.383124037837,-5.064067600742676,925.3006230662819)
+ and current position to locate is (288.3831480308287,-5.06400399118479,925.3005502004711)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001295079909067695 mm long
+ and its vector is (7.414983019771171e-05,0.000106084240915294,4.500691034081683e-06) mm
+ Endpoint of ComputeStep() was (288.3831124107338,-5.064129905336622,925.3003783183099)
+ and current position to locate is (288.383186560564,-5.064023821095707,925.3003828190009)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0356100509808969 mm long
+ and its vector is (0.02270919968839991,-0.02040640784667858,-0.01832884336693041) mm
+ Endpoint of ComputeStep() was (58.3621930933838,103.19897238908,928.1672260639057)
+ and current position to locate is (58.3849022930722,103.1785659812334,928.1488972205387)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001041354033024515 mm long
+ and its vector is (6.988262934015665e-05,-3.751710858068691e-05,6.747641737092636e-05) mm
+ Endpoint of ComputeStep() was (58.55789097464875,103.6107015202112,927.8893355077902)
+ and current position to locate is (58.55796085727809,103.6106640031026,927.8894029842075)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000105067720005435 mm long
+ and its vector is (-7.754359226908036e-05,-2.880899340595988e-05,6.477853798969591e-05) mm
+ Endpoint of ComputeStep() was (58.55799202882637,103.6108340382162,927.8893455032639)
+ and current position to locate is (58.5579144852341,103.6108052292228,927.8894102818019)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.849287122768105e-06 mm long
+ and its vector is (5.409383817323032e-06,4.833387308167403e-06,5.068216296422179e-06) mm
+ Endpoint of ComputeStep() was (223.8695363537182,113.2986744407154,1403.22348264395)
+ and current position to locate is (223.869541763102,113.2986792741027,1403.223487712167)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003743469917937792 mm long
+ and its vector is (2.155179205942659e-05,0.0001781821991926336,0.0003285152879470843) mm
+ Endpoint of ComputeStep() was (148.5674652734087,360.679690826163,1529.728111501578)
+ and current position to locate is (148.5674868252007,360.6798690083622,1529.728440016866)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001018225931545401 mm long
+ and its vector is (1.757964781745613e-06,6.097124582993274e-06,-0.0001016246776543994) mm
+ Endpoint of ComputeStep() was (148.5671517325921,360.6798303647608,1529.728533922647)
+ and current position to locate is (148.5671534905569,360.6798364618854,1529.728432297969)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.547160568059664e-05 mm long
+ and its vector is (-1.213540656408441e-06,1.517008286100463e-05,2.786841832858045e-06) mm
+ Endpoint of ComputeStep() was (148.5670221987166,360.6798405946054,1529.728266736987)
+ and current position to locate is (148.567020985176,360.6798557646882,1529.728269523829)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.110012909758938e-05 mm long
+ and its vector is (2.109950457906962e-05,-4.448873119144992e-05,1.366700030303036e-05) mm
+ Endpoint of ComputeStep() was (148.5669815306809,360.6798451911503,1529.728104955442)
+ and current position to locate is (148.5670026301855,360.6798007024191,1529.728118622442)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.852124775959603e-05 mm long
+ and its vector is (-5.062384641973949e-05,4.48377703605729e-05,1.104363695958455e-05) mm
+ Endpoint of ComputeStep() was (148.5669913123484,360.6797176421386,1529.72797882465)
+ and current position to locate is (148.566940688502,360.679762479909,1529.727989868287)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01629734092701326 mm long
+ and its vector is (-0.0008244270391131181,-0.01502494759364481,0.006258960868763097) mm
+ Endpoint of ComputeStep() was (18.95492952775047,145.8818561906679,1254.810512096296)
+ and current position to locate is (18.95410510071136,145.8668312430743,1254.816771057165)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02018413070897134 mm long
+ and its vector is (-0.01264785118311806,-0.01091944778474385,-0.01132239608045893) mm
+ Endpoint of ComputeStep() was (18.62795935907101,145.9853148269307,1255.117995182403)
+ and current position to locate is (18.6153115078879,145.9743953791459,1255.106672786323)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.55422725933163e-05 mm long
+ and its vector is (7.305439797278268e-05,-5.278574960243532e-05,-3.170245145156514e-05) mm
+ Endpoint of ComputeStep() was (-169.0297793297743,-242.6876134638787,1037.676131795844)
+ and current position to locate is (-169.0297062753764,-242.6876662496283,1037.676100093392)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003995420687324438 mm long
+ and its vector is (-0.0003768869838722821,0.0001285656309235605,3.257214484619908e-05) mm
+ Endpoint of ComputeStep() was (590.2033688317034,-59.44949128148836,2136.533037890991)
+ and current position to locate is (590.2029919447195,-59.44936271585743,2136.533070463136)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.327820688643189e-05 mm long
+ and its vector is (-1.854627089414862e-05,4.870092023878669e-05,-5.151651976120775e-05) mm
+ Endpoint of ComputeStep() was (590.2028885596937,-59.449371258919,2136.533203838747)
+ and current position to locate is (590.2028700134229,-59.44932255799876,2136.533152322228)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.886206198220064e-05 mm long
+ and its vector is (-3.910746568180912e-05,-4.250308871078801e-05,-5.369653990783263e-05) mm
+ Endpoint of ComputeStep() was (515.7325109566443,20.3746807403419,1998.438631144244)
+ and current position to locate is (515.7324718491786,20.37463823725319,1998.438577447704)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001546881242057575 mm long
+ and its vector is (-0.0002176570372967035,0.0009772538465142588,-0.001179170009208974) mm
+ Endpoint of ComputeStep() was (530.3087274076337,-35.27826283816592,2041.076129673505)
+ and current position to locate is (530.3085097505964,-35.2772855843194,2041.074950503496)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.84570422356036e-05 mm long
+ and its vector is (2.331913867692492e-05,-8.158331225160964e-05,-2.500058508303482e-05) mm
+ Endpoint of ComputeStep() was (480.1682452112423,-66.01176340269647,2031.882155263784)
+ and current position to locate is (480.1682685303809,-66.01184498600873,2031.882130263199)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.059801178747618e-05 mm long
+ and its vector is (-1.843503059717477e-05,-3.852891433098193e-05,2.712620880629402e-05) mm
+ Endpoint of ComputeStep() was (536.2808569398275,-195.0946546816601,2124.112480951119)
+ and current position to locate is (536.2808385047969,-195.0946932105744,2124.112508077328)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.496496550701934e-05 mm long
+ and its vector is (-5.134578566412529e-05,-3.521875765954974e-05,-7.170490971475374e-05) mm
+ Endpoint of ComputeStep() was (433.0195099480448,-215.6076068144648,2172.352999342311)
+ and current position to locate is (433.0194586022591,-215.6076420332224,2172.352927637401)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.495736286966946e-05 mm long
+ and its vector is (-4.348940024101466e-05,-1.238762224753387e-05,-4.663344157052052e-05) mm
+ Endpoint of ComputeStep() was (472.7932869812071,2.397666504069335,1957.650152525393)
+ and current position to locate is (472.7932434918069,2.397654116447088,1957.650105891951)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001133235981179252 mm long
+ and its vector is (-4.000099252721157e-05,-0.0001057925149083871,-7.078296164308995e-06) mm
+ Endpoint of ComputeStep() was (184.065166471057,59.36454870910783,503.239385409625)
+ and current position to locate is (184.0651264700645,59.36444291659292,503.2393783313288)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.173784055739864e-05 mm long
+ and its vector is (-6.957174970523283e-05,-6.835534151150569e-06,-1.610480933322833e-05) mm
+ Endpoint of ComputeStep() was (-49.86137948114328,-176.7618412073032,851.8121938145478)
+ and current position to locate is (-49.86144905289299,-176.7618480428373,851.8121777097384)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.847500472773814e-05 mm long
+ and its vector is (3.307451407152939e-05,1.962585461812161e-05,-1.108304218178091e-06) mm
+ Endpoint of ComputeStep() was (32.49640046504925,0.5446707638092091,683.6251449421221)
+ and current position to locate is (32.49643353956332,0.5446903896638272,683.6251438338179)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001253876714288548 mm long
+ and its vector is (1.285358834479666e-05,-9.091169447650316e-05,8.539272346297366e-05) mm
+ Endpoint of ComputeStep() was (202.3426024097325,-5.468960366699172,707.7926573267521)
+ and current position to locate is (202.3426152633209,-5.469051278393648,707.7927427194755)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001083374864769721 mm long
+ and its vector is (9.100911711357185e-05,5.876984151598208e-05,-6.762444400010281e-07) mm
+ Endpoint of ComputeStep() was (207.669435973892,-38.6757808675198,666.8410713656044)
+ and current position to locate is (207.6695269830091,-38.67572209767829,666.84107068936)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.983641214937714e-05 mm long
+ and its vector is (-7.286140248652373e-05,4.573675115437936e-05,-2.58833260886604e-05) mm
+ Endpoint of ComputeStep() was (207.6696990892987,-38.67563766290697,666.8410472166207)
+ and current position to locate is (207.6696262278962,-38.67559192615582,666.8410213332946)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.006766556116399e-05 mm long
+ and its vector is (3.190382418694071e-06,-6.321917955887102e-05,3.004387713190226e-05) mm
+ Endpoint of ComputeStep() was (-26.77430548795549,-54.10562464781663,744.7867444315592)
+ and current position to locate is (-26.77430229757308,-54.10568786699618,744.7867744754363)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.186783060307914e-05 mm long
+ and its vector is (-2.275369445214892e-05,5.656403902776219e-05,-3.804949346886133e-05) mm
+ Endpoint of ComputeStep() was (731.0182571462557,-673.8235398267071,2908.338849794298)
+ and current position to locate is (731.0182343925612,-673.8234832626681,2908.338811744805)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.824756905372647e-05 mm long
+ and its vector is (1.11590053393229e-05,1.081846517081431e-05,9.560919806972379e-06) mm
+ Endpoint of ComputeStep() was (731.0183285683853,-673.8236840269149,2908.338894171884)
+ and current position to locate is (731.0183397273906,-673.8236732084497,2908.338903732803)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002985870058526834 mm long
+ and its vector is (0.0002718542793900269,-1.61250712835681e-05,-0.0001224313396051002) mm
+ Endpoint of ComputeStep() was (612.4543347987842,-591.4018270295268,2938.647988038119)
+ and current position to locate is (612.4546066530636,-591.4018431545981,2938.647865606779)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.826888141600441e-05 mm long
+ and its vector is (-3.607115172599151e-05,-8.816653689791565e-06,9.254507858713623e-06) mm
+ Endpoint of ComputeStep() was (612.4547349298455,-591.4021532640942,2938.647911903777)
+ and current position to locate is (612.4546988586937,-591.4021620807479,2938.647921158285)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.600745901867556e-05 mm long
+ and its vector is (-5.450665275930078e-05,3.706957573967884e-05,-3.443255081947427e-06) mm
+ Endpoint of ComputeStep() was (539.1682460949116,-469.9087045043655,2803.123076135761)
+ and current position to locate is (539.1681915882589,-469.9086674347898,2803.123072692506)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001233782659086368 mm long
+ and its vector is (7.371516130660893e-05,-1.684389110323536e-05,-9.749130640557269e-05) mm
+ Endpoint of ComputeStep() was (622.9249348230744,-521.6718286926008,2625.016731792164)
+ and current position to locate is (622.9250085382357,-521.6718455364919,2625.016634300857)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001062108015014062 mm long
+ and its vector is (3.757339845833485e-05,9.889065847801248e-05,-9.466348274145275e-06) mm
+ Endpoint of ComputeStep() was (818.2455329570145,-762.9276590792407,2607.332078741275)
+ and current position to locate is (818.2455705304129,-762.9275601885822,2607.332069274927)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.984635676025994e-05 mm long
+ and its vector is (-4.255325427493517e-05,-2.88560170247365e-06,-2.579831652838038e-05) mm
+ Endpoint of ComputeStep() was (845.3176410490877,-711.9865633952417,2651.437863707719)
+ and current position to locate is (845.3175984958334,-711.9865662808434,2651.437837909403)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001778206638832951 mm long
+ and its vector is (-3.891675436307196e-05,-0.000163350806701601,5.849947592651006e-05) mm
+ Endpoint of ComputeStep() was (257.2110099676474,23.89853223520995,2042.705281077648)
+ and current position to locate is (257.2109710508931,23.89836888440325,2042.705339577124)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001182429062164303 mm long
+ and its vector is (9.094841141887855e-05,-6.83254976365788e-05,-3.22706941915385e-05) mm
+ Endpoint of ComputeStep() was (-21.50473728167215,-174.7226187837826,2052.491114754926)
+ and current position to locate is (-21.50464633326073,-174.7226871092803,2052.491082484232)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.167783099308604e-05 mm long
+ and its vector is (4.625307056471684e-05,-4.938164668288891e-06,-2.251368937322695e-05) mm
+ Endpoint of ComputeStep() was (98.19104264746046,-31.02895194641209,1759.566244038323)
+ and current position to locate is (98.19108890053103,-31.02895688457675,1759.566221524633)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001467479759231066 mm long
+ and its vector is (9.15113378141541e-06,0.0001349456303545438,5.692892091246904e-05) mm
+ Endpoint of ComputeStep() was (335.8451741953802,-3.156367221886931,1576.212562965476)
+ and current position to locate is (335.845183346514,-3.156232276256576,1576.212619894397)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01137404569536598 mm long
+ and its vector is (0.0007043821160550578,-0.01131832820271939,0.0008764747631175851) mm
+ Endpoint of ComputeStep() was (578.1911794749375,-232.118305572068,2290.122685212055)
+ and current position to locate is (578.1918838570535,-232.1296239002707,2290.123561686818)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001669370379311947 mm long
+ and its vector is (-1.401261086186878e-05,-0.0001045671029853423,0.0001293728810196626) mm
+ Endpoint of ComputeStep() was (71.38709154540986,6.658526896771034,1166.899816700636)
+ and current position to locate is (71.387077532799,6.658422329668049,1166.899946073517)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01229768050546207 mm long
+ and its vector is (0.01192716854586706,-0.002200302002127619,-0.002033289795463133) mm
+ Endpoint of ComputeStep() was (71.50155621909551,-0.7001797078058105,1188.065704239678)
+ and current position to locate is (71.51348338764137,-0.7023800098079381,1188.063670949883)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.895722476411395e-05 mm long
+ and its vector is (3.087539947443929e-05,-3.671934337035054e-06,-3.781582290685037e-05) mm
+ Endpoint of ComputeStep() was (-68.10997863316477,-582.4078125700415,1679.418768981998)
+ and current position to locate is (-68.1099477577653,-582.4078162419759,1679.418731166176)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.489055447946802e-05 mm long
+ and its vector is (3.542325481475928e-05,2.756749589138963e-05,6.229527116374811e-07) mm
+ Endpoint of ComputeStep() was (197.6232283588925,-229.9557185183062,1949.929049255808)
+ and current position to locate is (197.6232637821473,-229.9556909508104,1949.92904987876)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001203627722579999 mm long
+ and its vector is (-0.000107566855405139,-4.68418634795853e-05,2.687765595510427e-05) mm
+ Endpoint of ComputeStep() was (197.6234092770096,-229.9556905515255,1949.929093853247)
+ and current position to locate is (197.6233017101542,-229.955737393389,1949.929120730903)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006224929924728324 mm long
+ and its vector is (-0.0004992079243493208,-8.670433814472744e-05,-0.0003616231902014988) mm
+ Endpoint of ComputeStep() was (281.3486771786608,-141.1837630818309,1918.664971904135)
+ and current position to locate is (281.3481779707364,-141.1838497861691,1918.664610280944)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001013700614333525 mm long
+ and its vector is (-1.532256931113807e-06,-4.134285225632084e-05,-9.254355791199487e-05) mm
+ Endpoint of ComputeStep() was (291.0552216434127,-104.4745069708849,1936.169085547418)
+ and current position to locate is (291.0552201111557,-104.4745483137372,1936.16899300386)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001276841972311135 mm long
+ and its vector is (-5.661828470238106e-05,4.728702407419405e-05,-0.0001042188150677248) mm
+ Endpoint of ComputeStep() was (291.0554110846351,-104.4746017282285,1936.169021452188)
+ and current position to locate is (291.0553544663504,-104.4745544412044,1936.168917233373)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000483074973244567 mm long
+ and its vector is (-8.534819420447093e-05,-0.0002937149965021035,-0.0003739099040558358) mm
+ Endpoint of ComputeStep() was (429.6716617650432,76.85908716767364,2012.921725363208)
+ and current position to locate is (429.6715764168489,76.85879345267713,2012.921351453304)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001063548294145254 mm long
+ and its vector is (-7.981076998930803e-05,-9.408275950306688e-06,-6.966401565478009e-05) mm
+ Endpoint of ComputeStep() was (431.7608565273086,48.35907694403624,1982.026521130762)
+ and current position to locate is (431.7607767165387,48.35906753576029,1982.026451466746)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.013438751969491e-05 mm long
+ and its vector is (-2.964344946576603e-05,-1.26290251607486e-05,2.392786427662941e-05) mm
+ Endpoint of ComputeStep() was (390.843480915923,-29.2525533393958,1594.586037282744)
+ and current position to locate is (390.8434512724735,-29.25256596842096,1594.586061210608)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.803036404280591e-05 mm long
+ and its vector is (-5.577856921945568e-05,1.473674113583456e-05,-6.253225365071557e-06) mm
+ Endpoint of ComputeStep() was (300.023969112061,-96.37443881554204,2197.362954927528)
+ and current position to locate is (300.0239133334917,-96.3744240788009,2197.362948674303)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000145832023874161 mm long
+ and its vector is (9.19143693067781e-05,-7.819371536754716e-05,-8.188083279492275e-05) mm
+ Endpoint of ComputeStep() was (293.1686575016714,-121.2309675955767,1940.739991414317)
+ and current position to locate is (293.1687494160407,-121.2310457892921,1940.739909533484)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.008254750412882013 mm long
+ and its vector is (0.005018712702124617,0.0005220739023386045,-0.006533059469575164) mm
+ Endpoint of ComputeStep() was (66.18945988531684,22.57748691650414,1489.983000755443)
+ and current position to locate is (66.19447859801896,22.57800899040648,1489.976467695973)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01524178160282516 mm long
+ and its vector is (0.01272247113276137,-0.006750402101260988,-0.004988256827346049) mm
+ Endpoint of ComputeStep() was (93.49065283922197,534.6824297531193,1034.329806548841)
+ and current position to locate is (93.50337531035473,534.6756793510181,1034.324818292013)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00013814064223142 mm long
+ and its vector is (-6.326542181511741e-05,-0.0001074984768365539,-5.936666502748267e-05) mm
+ Endpoint of ComputeStep() was (93.50404306842904,534.6763260526927,1034.323319705795)
+ and current position to locate is (93.50397980300723,534.6762185542159,1034.32326033913)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.734728529551082e-05 mm long
+ and its vector is (8.172735893197114e-05,-5.285272604282909e-05,1.929276095324894e-06) mm
+ Endpoint of ComputeStep() was (64.56028610296015,144.285908133826,1109.987490305877)
+ and current position to locate is (64.56036783031908,144.2858552811,1109.987492235153)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002617744992625832 mm long
+ and its vector is (-0.002086357117690341,-0.001571768813708019,0.0001710135086341324) mm
+ Endpoint of ComputeStep() was (181.822955494559,-27.70938662221678,1179.938939693675)
+ and current position to locate is (181.8208691374413,-27.71095839103048,1179.939110707184)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.948365445761031e-05 mm long
+ and its vector is (-2.238738886717329e-05,1.685588102873226e-05,-6.35819340004673e-05) mm
+ Endpoint of ComputeStep() was (-156.2266730285958,-343.9288497538932,1562.14117735838)
+ and current position to locate is (-156.2266954159847,-343.9288328980122,1562.141113776446)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03091629409192552 mm long
+ and its vector is (0.02170309412855431,0.000435078868747496,-0.02201371508863303) mm
+ Endpoint of ComputeStep() was (-191.7945000036017,-246.9402661802042,1489.101566734866)
+ and current position to locate is (-191.7727969094731,-246.9398311013355,1489.079553019777)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0007089674726525488 mm long
+ and its vector is (0.0003638647133925588,-0.0006078967509068889,-2.643648736011528e-05) mm
+ Endpoint of ComputeStep() was (69.85393716698644,53.14691506113674,1398.016993261085)
+ and current position to locate is (69.85430103169983,53.14630716438583,1398.016966824598)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.751756620270783e-05 mm long
+ and its vector is (1.52589635717959e-05,-4.892578060022856e-06,5.52403578240046e-05) mm
+ Endpoint of ComputeStep() was (115.2678222846308,6.241283018415951,1455.561008061787)
+ and current position to locate is (115.2678375435944,6.241278125837891,1455.561063302145)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001746289259204151 mm long
+ and its vector is (-6.810667919410207e-05,0.0001498542258699942,-5.831340331496904e-05) mm
+ Endpoint of ComputeStep() was (115.2679330771908,6.241088208827842,1455.56098662885)
+ and current position to locate is (115.2678649705116,6.241238063053712,1455.560928315447)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003370369583284663 mm long
+ and its vector is (-4.254029590811115e-06,0.0001743206606192871,-0.0002884235111650923) mm
+ Endpoint of ComputeStep() was (298.3449393817171,159.581002054821,1396.237064472519)
+ and current position to locate is (298.3449351276875,159.5811763754816,1396.236776049008)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001330613414728591 mm long
+ and its vector is (-0.0001232492714677846,-1.099165251616796e-05,-4.892975834991375e-05) mm
+ Endpoint of ComputeStep() was (-167.4215192901369,-440.9442154756235,1644.068739411554)
+ and current position to locate is (-167.4216425394084,-440.9442264672761,1644.068690481795)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001627401196389837 mm long
+ and its vector is (6.184838539979864e-05,6.30949443660711e-05,-0.000136668034883769) mm
+ Endpoint of ComputeStep() was (216.2425000117107,91.41043806351495,1193.643172893238)
+ and current position to locate is (216.2425618600961,91.41050115845931,1193.643036225204)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.591765710921461e-05 mm long
+ and its vector is (8.847670443401512e-05,-3.612866427005201e-05,-8.172474281309405e-06) mm
+ Endpoint of ComputeStep() was (102.5038343397242,36.3632241671926,799.6768277960095)
+ and current position to locate is (102.5039228164286,36.36318803852833,799.6768196235353)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.237822429826745e-05 mm long
+ and its vector is (4.531543936536764e-06,1.169415071444746e-05,-7.128337324502354e-05) mm
+ Endpoint of ComputeStep() was (391.4596804929653,-218.591720152435,902.5447376004544)
+ and current position to locate is (391.4596850245093,-218.5917084582843,902.5446663170811)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000175588806488365 mm long
+ and its vector is (-0.0001442037498691207,2.83219682444269e-05,9.609668882148981e-05) mm
+ Endpoint of ComputeStep() was (381.1281231384115,-202.8010729052916,944.925994417297)
+ and current position to locate is (381.1279789346617,-202.8010445833233,944.9260905139859)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001073183484157132 mm long
+ and its vector is (-0.0001029045211264901,-2.13524499983464e-05,-2.172464769500948e-05) mm
+ Endpoint of ComputeStep() was (8.511891356768167,31.26136282940481,648.4574068288699)
+ and current position to locate is (8.511788452247041,31.26134147695481,648.4573851042222)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01984273201689927 mm long
+ and its vector is (0.01269230680732047,-0.01287134007155299,0.008183395784499226) mm
+ Endpoint of ComputeStep() was (-0.6528331193612658,-0.3661391743636973,283.0859973772532)
+ and current position to locate is (-0.6401408125539453,-0.3790105144352503,283.0941807730377)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.839840034458184e-05 mm long
+ and its vector is (4.167033952340304e-05,7.728708996257438e-05,-1.022573775344426e-05) mm
+ Endpoint of ComputeStep() was (-3.407156079367297,0.8865213489257391,288.7770666796627)
+ and current position to locate is (-3.407114409027773,0.8865986360157017,288.777056453925)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001865398968699336 mm long
+ and its vector is (0.0001644513508938239,-8.60204500309214e-05,-1.879809803995158e-05) mm
+ Endpoint of ComputeStep() was (-3.40721855195635,0.8867862023406319,288.7771381722004)
+ and current position to locate is (-3.407054100605456,0.886700181890601,288.7771193741024)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.846255623628854e-05 mm long
+ and its vector is (8.517457335877054e-06,-7.203256344934239e-05,2.991881439129429e-05) mm
+ Endpoint of ComputeStep() was (-3.40703368019384,0.8868466244810472,288.7772603667371)
+ and current position to locate is (-3.407025162736504,0.8867745919175979,288.7772902855515)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.664351309998795e-05 mm long
+ and its vector is (-5.766119471672937e-06,4.615202095514803e-05,-3.515699404488259e-06) mm
+ Endpoint of ComputeStep() was (152.9701735858831,1.296509568401211,525.7280184822966)
+ and current position to locate is (152.9701678197636,1.296555720422166,525.7280149665972)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.125972614013934e-05 mm long
+ and its vector is (-2.030956628118474e-05,-1.46918033427923e-06,6.110563163019833e-06) mm
+ Endpoint of ComputeStep() was (152.9702300768634,1.296438639254481,525.7281197728762)
+ and current position to locate is (152.9702097672971,1.296437170074147,525.7281258834394)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.151159281915953e-05 mm long
+ and its vector is (-2.840598347120249e-05,2.029167325900971e-05,3.787865222193432e-05) mm
+ Endpoint of ComputeStep() was (32.05125130001637,32.03496342097415,415.1632640810229)
+ and current position to locate is (32.0512228940329,32.03498371264741,415.1633019596752)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001557978354460477 mm long
+ and its vector is (0.0001429007772912883,-1.208374694527947e-05,6.087952397137997e-05) mm
+ Endpoint of ComputeStep() was (52.91323634122869,63.51775182226682,658.2983619980453)
+ and current position to locate is (52.91337924200598,63.51773973851988,658.2984228775692)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001358676549442014 mm long
+ and its vector is (-6.662763940568084e-05,-7.827275671701273e-05,8.884904548267514e-05) mm
+ Endpoint of ComputeStep() was (52.91349937191479,63.51780404829863,658.2983618488468)
+ and current position to locate is (52.91343274427538,63.51772577554191,658.2984506978922)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001132632821936234 mm long
+ and its vector is (0.0001068847561995767,-4.257919400174615e-06,-3.723023110069335e-05) mm
+ Endpoint of ComputeStep() was (50.85631161915364,61.8022234081846,664.0256867845612)
+ and current position to locate is (50.85641850390984,61.80221915026519,664.0256495543301)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02353159279488613 mm long
+ and its vector is (0.01044271685922871,0.02095928808208214,-0.002322448525717391) mm
+ Endpoint of ComputeStep() was (-3.344672413931441,2.880838074997174,145.5335794567872)
+ and current position to locate is (-3.334229697072212,2.901797363079256,145.5312570082615)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002808214847643221 mm long
+ and its vector is (0.002697797169923355,-0.000299002321463071,0.0007201101806231236) mm
+ Endpoint of ComputeStep() was (-5.479436069252736,4.614909201317081,153.4007402352138)
+ and current position to locate is (-5.476738272082812,4.614610198995618,153.4014603453944)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01430197562679351 mm long
+ and its vector is (0.01221132112661394,-0.006121716584089221,0.004237302117644504) mm
+ Endpoint of ComputeStep() was (-5.523004866325594,4.661147800130402,153.5647480828567)
+ and current position to locate is (-5.51079354519898,4.655026083546312,153.5689853849743)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.078607435493992e-05 mm long
+ and its vector is (5.382105151063854e-05,3.08994547566499e-05,-6.626182465652164e-05) mm
+ Endpoint of ComputeStep() was (-10.53876470589156,-81.00575138517756,444.2941445788725)
+ and current position to locate is (-10.53871088484004,-81.0057204857228,444.2940783170478)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.737396140022985e-05 mm long
+ and its vector is (-5.435091047445439e-05,-3.180716473272227e-05,-2.394855897591697e-05) mm
+ Endpoint of ComputeStep() was (73.88447882120612,2.347251397018907,342.2980370326341)
+ and current position to locate is (73.88442447029564,2.347219589854174,342.2980130840751)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.186520796538698e-05 mm long
+ and its vector is (6.745178779965499e-06,-2.756899195333062e-05,8.737087432564294e-05) mm
+ Endpoint of ComputeStep() was (-691.4075010890509,154.4802324278836,1981.944456527092)
+ and current position to locate is (-691.4074943438721,154.4802048588916,1981.944543897966)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005383590174312565 mm long
+ and its vector is (0.0003682641607838377,-0.0003575317645641007,-0.0001624283745513821) mm
+ Endpoint of ComputeStep() was (-600.9919765696794,354.1374175714673,2167.623742012278)
+ and current position to locate is (-600.9916083055186,354.1370600397027,2167.623579583904)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006252744440171319 mm long
+ and its vector is (0.000538899949901861,-7.710273962402425e-05,0.0003075876165894442) mm
+ Endpoint of ComputeStep() was (-594.51085731487,487.1159191249747,2641.47339677378)
+ and current position to locate is (-594.5103184149201,487.1158420222351,2641.473704361397)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.215774364780244e-05 mm long
+ and its vector is (-6.462976705279289e-05,2.870720572900609e-05,5.909263290959643e-05) mm
+ Endpoint of ComputeStep() was (-877.0601741398026,457.7766894360367,2560.867264543812)
+ and current position to locate is (-877.0602387695697,457.7767181432425,2560.867323636445)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.416041099213649e-05 mm long
+ and its vector is (-1.095550260288292e-06,7.384086359252251e-06,-8.382869327761e-05) mm
+ Endpoint of ComputeStep() was (-880.0063266057605,448.359824950069,2574.813838026433)
+ and current position to locate is (-880.0063277013107,448.3598323341553,2574.81375419774)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001500663106692316 mm long
+ and its vector is (0.0001185805872410128,1.794830785684098e-05,9.020199649967253e-05) mm
+ Endpoint of ComputeStep() was (-880.0065090507752,448.3598304840667,2574.813743309227)
+ and current position to locate is (-880.006390470188,448.3598484323745,2574.813833511223)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.265618725781398e-05 mm long
+ and its vector is (-2.386148310051794e-05,-3.679765032416071e-05,-2.914166452683276e-05) mm
+ Endpoint of ComputeStep() was (-821.2056111031625,213.5054845233165,2367.836045574063)
+ and current position to locate is (-821.2056349646456,213.5054477256661,2367.836016432399)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.765043359786005e-05 mm long
+ and its vector is (5.747896148022846e-05,6.008473960150695e-05,2.772348398139002e-05) mm
+ Endpoint of ComputeStep() was (-821.2057653263738,213.5054871492092,2367.835924153409)
+ and current position to locate is (-821.2057078474123,213.5055472339488,2367.835951876893)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003303817722002347 mm long
+ and its vector is (0.0001119733985888161,0.0001058465238088502,-0.0002922508970186755) mm
+ Endpoint of ComputeStep() was (-806.2626916116416,149.524849246474,2344.395202863844)
+ and current position to locate is (-806.262579638243,149.5249550929979,2344.394910612947)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.38186071972753e-05 mm long
+ and its vector is (-9.271962994716887e-06,-7.258971061219199e-05,5.87085655752162e-05) mm
+ Endpoint of ComputeStep() was (-716.3697632487659,282.8141420211861,2271.031590358096)
+ and current position to locate is (-716.3697725207289,282.8140694314754,2271.031649066662)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.485006905572055e-05 mm long
+ and its vector is (-3.964901441122493e-05,-4.940676961950885e-05,1.387293150401092e-05) mm
+ Endpoint of ComputeStep() was (-716.3696463351225,282.8140872379698,2271.031769975845)
+ and current position to locate is (-716.3696859841369,282.8140378312002,2271.031783848776)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001990955272422859 mm long
+ and its vector is (-0.000139265230188812,-7.715688066411985e-05,0.0001195451395687996) mm
+ Endpoint of ComputeStep() was (-430.0600056443267,77.86446523643528,1679.461686034277)
+ and current position to locate is (-430.0601449095569,77.86438807955462,1679.461805579416)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001948020001125822 mm long
+ and its vector is (0.0001649938586751887,-9.484814191296209e-05,4.157734747423092e-05) mm
+ Endpoint of ComputeStep() was (-430.0604354153136,77.86430485559188,1679.461855852183)
+ and current position to locate is (-430.060270421455,77.86421000744997,1679.461897429531)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005336687245623218 mm long
+ and its vector is (-0.0002311629996825104,0.0003641188734775369,-0.0003142982995996135) mm
+ Endpoint of ComputeStep() was (-190.9104080974143,-182.2837759784214,1295.808614032247)
+ and current position to locate is (-190.910639260414,-182.2834118595479,1295.808299733947)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.571796806581531e-05 mm long
+ and its vector is (2.32580634929036e-06,-3.283834897871429e-05,-1.385664836561773e-05) mm
+ Endpoint of ComputeStep() was (-192.6766212845839,44.96922902583713,1317.288493590216)
+ and current position to locate is (-192.6766189587776,44.96919618748815,1317.288479733568)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004384693099678931 mm long
+ and its vector is (0.0003467346936076865,0.0001662936713273666,0.0002106580236045374) mm
+ Endpoint of ComputeStep() was (139.8159373130671,-188.7457584402834,488.8184423402174)
+ and current position to locate is (139.8162840477607,-188.7455921466121,488.818652998241)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.904191181519718e-05 mm long
+ and its vector is (1.768675141988751e-05,7.403535431649289e-05,-2.129715846876934e-05) mm
+ Endpoint of ComputeStep() was (139.8165720853541,-188.7458060813894,488.8184418590925)
+ and current position to locate is (139.8165897721055,-188.7457320460351,488.818420561934)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.981470224261978e-05 mm long
+ and its vector is (4.704465055738183e-05,-3.717732703023557e-05,7.979738086305588e-05) mm
+ Endpoint of ComputeStep() was (150.1858951773449,-100.1859788868461,527.7565532187741)
+ and current position to locate is (150.1859422219955,-100.1860160641731,527.756633016155)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.811133736210525e-05 mm long
+ and its vector is (2.938894175485984e-05,-5.034101246792488e-05,3.523104942360078e-05) mm
+ Endpoint of ComputeStep() was (-226.2349674293366,372.9232814853158,2501.288397173925)
+ and current position to locate is (-226.2349380403948,372.9232311443033,2501.288432404975)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001129545907380802 mm long
+ and its vector is (-2.913122577297145e-05,-3.041155554228681e-05,0.0001048105364134244) mm
+ Endpoint of ComputeStep() was (-226.2348663285373,372.923342524451,2501.288362923013)
+ and current position to locate is (-226.2348954597631,372.9233121128954,2501.288467733549)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.054991551274606e-05 mm long
+ and its vector is (4.663994741349597e-05,3.286043096295543e-06,3.847349080388085e-05) mm
+ Endpoint of ComputeStep() was (-325.3671587319299,216.1223645729949,1967.104607205479)
+ and current position to locate is (-325.3671120919824,216.122367859038,1967.10464567897)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001170379061507168 mm long
+ and its vector is (-6.790203190121247e-05,-2.547251489204427e-05,-9.186041870634654e-05) mm
+ Endpoint of ComputeStep() was (-325.3671303244993,216.1225534529353,1967.104756807933)
+ and current position to locate is (-325.3671982265312,216.1225279804204,1967.104664947514)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.686999737609271e-05 mm long
+ and its vector is (-5.888412147214694e-05,-2.533758765821403e-05,-1.903321935969871e-05) mm
+ Endpoint of ComputeStep() was (620.5745255681641,424.6592645127981,2020.38159768991)
+ and current position to locate is (620.5744666840426,424.6592391752105,2020.381578656691)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.259538015348218e-05 mm long
+ and its vector is (-1.785451775049296e-05,8.00189679353025e-05,1.000888551061507e-05) mm
+ Endpoint of ComputeStep() was (582.9308511890689,443.8787223983418,2045.195050995115)
+ and current position to locate is (582.9308333345512,443.8788024173098,2045.195061004001)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001056208721965608 mm long
+ and its vector is (-6.480508147888031e-05,-6.354677748277027e-05,-5.401737803367723e-05) mm
+ Endpoint of ComputeStep() was (582.9310538535872,443.8788743438708,2045.194918352008)
+ and current position to locate is (582.9309890485057,443.8788107970934,2045.19486433463)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001421457495594454 mm long
+ and its vector is (3.786225130397725e-05,1.793120623005962e-05,0.0001358320134841051) mm
+ Endpoint of ComputeStep() was (338.8249594465788,298.558655368561,1699.310629717545)
+ and current position to locate is (338.8249973088301,298.5586732997672,1699.310765549559)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001247367254993006 mm long
+ and its vector is (0.0001009089567105548,-3.147769578504267e-05,-6.622528076150047e-05) mm
+ Endpoint of ComputeStep() was (333.9615892012545,216.444909656988,1781.602831082996)
+ and current position to locate is (333.9616901102112,216.4448781792922,1781.602764857715)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.804674743419066e-05 mm long
+ and its vector is (-6.377710860760999e-05,-1.003357473905453e-05,-2.149808437934553e-05) mm
+ Endpoint of ComputeStep() was (333.961723217335,216.4447933345148,1781.602921624224)
+ and current position to locate is (333.9616594402264,216.44478330094,1781.60290012614)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.582251501969416e-05 mm long
+ and its vector is (-2.637245501091456e-05,5.559248108966131e-06,2.359747782065824e-05) mm
+ Endpoint of ComputeStep() was (413.798785643778,183.6220920589051,1618.86861313504)
+ and current position to locate is (413.798759271323,183.6220976181532,1618.868636732518)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001791906742249533 mm long
+ and its vector is (7.835977493186874e-05,-2.694832409133596e-05,0.000158879927084854) mm
+ Endpoint of ComputeStep() was (413.7988335909571,183.6220675673766,1618.868392883051)
+ and current position to locate is (413.798911950732,183.6220406190525,1618.868551762978)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.257467008504568e-05 mm long
+ and its vector is (-5.421160267360392e-05,-8.308245782018275e-06,4.75305998861586e-05) mm
+ Endpoint of ComputeStep() was (413.7988917959699,183.6222368834233,1618.868452267241)
+ and current position to locate is (413.7988375843672,183.6222285751776,1618.868499797841)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.861555063844041e-05 mm long
+ and its vector is (-6.701546411136405e-05,-8.985977373754395e-06,1.167362711385067e-05) mm
+ Endpoint of ComputeStep() was (-248.4374276797905,-87.06957541915253,1073.222333362111)
+ and current position to locate is (-248.4374946952546,-87.0695844051299,1073.222345035738)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001027956744466869 mm long
+ and its vector is (4.805236801530555e-05,8.562165936609745e-05,-3.04442451124487e-05) mm
+ Endpoint of ComputeStep() was (-489.7019816386082,278.3277698808599,2052.139420431356)
+ and current position to locate is (-489.7019335862402,278.3278555025192,2052.139389987111)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001670278925133293 mm long
+ and its vector is (1.396731718728006e-05,0.0001043300998162522,0.0001296860100410413) mm
+ Endpoint of ComputeStep() was (-216.5107687488542,118.4960545437211,2064.872173175857)
+ and current position to locate is (-216.510754781537,118.4961588738209,2064.872302861867)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002911447263629929 mm long
+ and its vector is (6.127833619018475e-05,-0.0001062025846465531,-0.0002640667116793338) mm
+ Endpoint of ComputeStep() was (-122.6201057572964,84.34519226892024,2091.746750565111)
+ and current position to locate is (-122.6200444789602,84.3450860663356,2091.746486498399)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.3394699678839e-05 mm long
+ and its vector is (-2.140700537722751e-05,-2.121312566316647e-05,-1.438573553969036e-05) mm
+ Endpoint of ComputeStep() was (-122.6201212712683,84.34538055599067,2091.746244039697)
+ and current position to locate is (-122.6201426782736,84.34535934286501,2091.746229653961)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.005793628496188e-05 mm long
+ and its vector is (-1.677893308738021e-05,-5.419008751061938e-05,-1.97194708562165e-05) mm
+ Endpoint of ComputeStep() was (-122.6203619111659,84.3455050623418,2091.746198664211)
+ and current position to locate is (-122.6203786900989,84.34545087225429,2091.74617894474)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001418397207773483 mm long
+ and its vector is (4.529997495961169e-05,-0.0001343565194247276,-3.839836836050381e-06) mm
+ Endpoint of ComputeStep() was (-2.092349148418692,293.4758427076162,1838.519547383141)
+ and current position to locate is (-2.092303848443732,293.4757083510967,1838.519543543304)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002238784187976891 mm long
+ and its vector is (0.0001532763913294488,-0.0001438561832856067,-7.702787024754798e-05) mm
+ Endpoint of ComputeStep() was (7.963744584505894,312.185512309349,1807.85583806571)
+ and current position to locate is (7.963897860897223,312.1853684531657,1807.85576103784)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02358744753499797 mm long
+ and its vector is (0.006268573178545012,-0.02107525115900444,0.008538527982409505) mm
+ Endpoint of ComputeStep() was (360.5386508730934,388.226706094308,1495.011506476305)
+ and current position to locate is (360.544919446272,388.205630843149,1495.020045004288)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004478803852219098 mm long
+ and its vector is (0.0001937833922056598,-0.0003712995904834315,0.0001586866424077016) mm
+ Endpoint of ComputeStep() was (1232.260974227464,138.6151240369838,3279.497214592163)
+ and current position to locate is (1232.261168010856,138.6147527373933,3279.497373278806)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002045697893013354 mm long
+ and its vector is (-0.0002005569808716245,2.529037726617389e-05,3.140211674690363e-05) mm
+ Endpoint of ComputeStep() was (1192.812037099387,138.8805621637635,2951.550188586442)
+ and current position to locate is (1192.811836542407,138.8805874541407,2951.550219988559)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001095625576914111 mm long
+ and its vector is (-7.685104731081083e-05,1.799438905436546e-05,-7.598731826874427e-05) mm
+ Endpoint of ComputeStep() was (723.7508099015561,88.21648571404407,2101.378131010778)
+ and current position to locate is (723.7507330505088,88.21650370843312,2101.37805502346)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.127537938512847e-05 mm long
+ and its vector is (-5.943282633324998e-05,7.385867760945075e-06,-1.295608853979502e-05) mm
+ Endpoint of ComputeStep() was (731.6135258793582,115.979736233859,2102.806573737144)
+ and current position to locate is (731.6134664465319,115.9797436197267,2102.806560781056)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.56668687992438e-05 mm long
+ and its vector is (-1.984833133406028e-05,-1.331523992575967e-05,-5.027472934671096e-05) mm
+ Endpoint of ComputeStep() was (164.5306056786638,517.6453164080923,2299.499267811405)
+ and current position to locate is (164.5305858303325,517.6453030928524,2299.499217536676)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001043402036979118 mm long
+ and its vector is (-6.988832222987185e-05,-7.481821660348942e-05,2.011802644119598e-05) mm
+ Endpoint of ComputeStep() was (164.5307178605794,517.6452990849834,2299.499120143064)
+ and current position to locate is (164.5306479722572,517.6452242667668,2299.49914026109)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.646897203284838e-05 mm long
+ and its vector is (-4.95028677960363e-06,1.893242256301164e-06,-3.608179895309149e-05) mm
+ Endpoint of ComputeStep() was (164.5307984122637,517.6452117990364,2299.499155827396)
+ and current position to locate is (164.5307934619769,517.6452136922786,2299.499119745597)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002242552288354719 mm long
+ and its vector is (0.000189743460211389,-4.444947887805029e-05,-0.00011095977106379) mm
+ Endpoint of ComputeStep() was (-24.43986388552582,415.1121278135665,2423.926898887492)
+ and current position to locate is (-24.43967414206561,415.1120833640877,2423.926787927721)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001854997387761887 mm long
+ and its vector is (-8.15636675959297e-05,0.0001137447915198209,-0.000121735958600766) mm
+ Endpoint of ComputeStep() was (-24.439462172601,415.1119562718264,2423.926809819884)
+ and current position to locate is (-24.43954373626859,415.112070016618,2423.926688083925)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000817629914076084 mm long
+ and its vector is (-4.207619009832797e-05,0.0008161314945596132,-2.603179223115148e-05) mm
+ Endpoint of ComputeStep() was (126.0874415233059,297.6623558730682,1691.057973867741)
+ and current position to locate is (126.0873994471158,297.6631720045627,1691.057947835949)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002458414599973303 mm long
+ and its vector is (2.388564391253567e-05,-0.0001918185668046135,0.0001518984427093528) mm
+ Endpoint of ComputeStep() was (66.52700979414035,637.3474280483489,2032.143232797555)
+ and current position to locate is (66.52703367978427,637.3472362297821,2032.143384695998)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001649351979946113 mm long
+ and its vector is (-0.0001007083916917395,-0.0001237001561094075,-4.194890652797767e-05) mm
+ Endpoint of ComputeStep() was (-43.01714166326561,684.3881500726446,2084.619297555337)
+ and current position to locate is (-43.0172423716573,684.3880263724885,2084.619255606431)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002312203974618491 mm long
+ and its vector is (2.669334935490042e-05,-0.0002286222746761268,-2.195888941969315e-05) mm
+ Endpoint of ComputeStep() was (-59.81431728356696,666.1871125715622,1990.306931101634)
+ and current position to locate is (-59.8142905902176,666.1868839492876,1990.306909142745)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.760313850886416e-05 mm long
+ and its vector is (-5.549715024244506e-05,-1.150732681765021e-05,-7.946081041154684e-05) mm
+ Endpoint of ComputeStep() was (-161.334282219915,24.81826249700581,2127.329684128798)
+ and current position to locate is (-161.3343377170653,24.818250989679,2127.329604667988)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002947029295155714 mm long
+ and its vector is (7.282960710597308e-05,0.0002771080142736082,-6.896965578562231e-05) mm
+ Endpoint of ComputeStep() was (-109.8018412809774,179.9554451469361,2152.713915140926)
+ and current position to locate is (-109.8017684513703,179.9557222549504,2152.713846171271)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001908827583138263 mm long
+ and its vector is (-2.021141949626326e-05,-0.0001839214553172042,-4.691081130658858e-05) mm
+ Endpoint of ComputeStep() was (-36.61469174726258,234.0948144759674,2118.730343426006)
+ and current position to locate is (-36.61471195868207,234.094630554512,2118.730296515194)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.050712674381661e-05 mm long
+ and its vector is (6.559005727924117e-05,-1.279722994240728e-06,2.583721379778581e-05) mm
+ Endpoint of ComputeStep() was (3.395727091056115,421.1848942054959,2020.693702363341)
+ and current position to locate is (3.395792681113395,421.1848929257729,2020.693728200555)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002713296051593425 mm long
+ and its vector is (-0.000133650308612232,0.0001625365813708868,-0.0001712869211587531) mm
+ Endpoint of ComputeStep() was (-133.9311176422795,249.2408066546929,3270.690099264251)
+ and current position to locate is (-133.9312512925881,249.2409691912742,3270.68992797733)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001110082888154324 mm long
+ and its vector is (8.134712746254991e-05,-4.319022906429382e-05,6.196845288286568e-05) mm
+ Endpoint of ComputeStep() was (-162.7614033853542,285.3198307518401,3243.44719849719)
+ and current position to locate is (-162.7613220382267,285.319787561611,3243.447260465643)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.464616340273321e-05 mm long
+ and its vector is (3.635129198897857e-05,6.27408830382592e-05,1.772610721673118e-05) mm
+ Endpoint of ComputeStep() was (36.42753128353897,373.2321210513579,2525.38227798034)
+ and current position to locate is (36.42756763483096,373.2321837922409,2525.382295706447)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001368978363884389 mm long
+ and its vector is (-0.0001100121600288162,-7.964927135617472e-05,-1.715621829134761e-05) mm
+ Endpoint of ComputeStep() was (15.69144349770725,483.716991874549,2628.71619540647)
+ and current position to locate is (15.69133348554722,483.7169122252777,2628.716178250251)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001127728887276383 mm long
+ and its vector is (8.692234277951627e-05,7.016828948280818e-05,-1.544803899378167e-05) mm
+ Endpoint of ComputeStep() was (15.69125767116459,483.7168812661387,2628.716434296397)
+ and current position to locate is (15.69134459350736,483.7169514344282,2628.716418848358)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01340486491667209 mm long
+ and its vector is (-0.0005020392417254271,0.01211739932557521,-0.005710253376037144) mm
+ Endpoint of ComputeStep() was (-15.71445927606375,580.2667161220022,2783.805882287813)
+ and current position to locate is (-15.71496131530548,580.2788335213278,2783.800172034437)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.074632119514782e-05 mm long
+ and its vector is (3.058022243251912e-05,5.610625248664292e-05,3.036412999790628e-05) mm
+ Endpoint of ComputeStep() was (-15.81476539382423,580.4421618162992,2783.17359681927)
+ and current position to locate is (-15.8147348136018,580.4422179225517,2783.1736271834)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.571034491060415e-05 mm long
+ and its vector is (7.746731677116259e-05,-3.243029462396407e-05,1.712758148642024e-05) mm
+ Endpoint of ComputeStep() was (-113.7365377732795,234.6136803682894,2820.427543108303)
+ and current position to locate is (-113.7364603059627,234.6136479379948,2820.427560235884)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002052993547384085 mm long
+ and its vector is (0.0001764077866219793,-6.938248071719499e-05,7.883012904130737e-05) mm
+ Endpoint of ComputeStep() was (23.30964876917958,456.3837041884918,2655.773430194111)
+ and current position to locate is (23.3098251769662,456.3836348060111,2655.77350902424)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001253504315798062 mm long
+ and its vector is (0.0001249770065427924,-1.405108832841506e-06,-9.565782875142759e-06) mm
+ Endpoint of ComputeStep() was (23.30971376397898,456.3835029884516,2655.773715372963)
+ and current position to locate is (23.30983874098553,456.3835015833428,2655.77370580718)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001320406382784812 mm long
+ and its vector is (-8.635803161816114e-05,9.988464239540917e-05,-2.806164047797211e-07) mm
+ Endpoint of ComputeStep() was (15.93870823491327,484.7376339056053,2643.540709430506)
+ and current position to locate is (15.93862187688165,484.7377337902477,2643.54070914989)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003219101976444668 mm long
+ and its vector is (4.015960769976346e-05,-0.0001625633453841147,-0.0002749300638242858) mm
+ Endpoint of ComputeStep() was (-42.18308884588739,623.0829807465046,2361.812527123991)
+ and current position to locate is (-42.18304868627969,623.0828181831592,2361.812252193927)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.466188991527858e-05 mm long
+ and its vector is (-1.305207912594142e-05,-6.837910223111976e-05,-2.698776415854809e-05) mm
+ Endpoint of ComputeStep() was (-42.18290471107957,623.0828871114797,2361.812214471847)
+ and current position to locate is (-42.1829177631587,623.0828187323775,2361.812187484083)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.0957205779078e-05 mm long
+ and its vector is (4.957400533101008e-05,-5.789154135982244e-05,-2.729572497628396e-05) mm
+ Endpoint of ComputeStep() was (-52.21369957219238,503.8849035169375,2307.730944655303)
+ and current position to locate is (-52.21364999818704,503.8848456253961,2307.730917359578)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002471514259130531 mm long
+ and its vector is (0.0001239978439571132,-0.000207188342074005,5.273853366816184e-05) mm
+ Endpoint of ComputeStep() was (-349.4731606160297,349.9431150186956,4161.079557607333)
+ and current position to locate is (-349.4730366181857,349.9429078303535,4161.079610345867)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001032010184040094 mm long
+ and its vector is (6.823657298582475e-05,-4.2306654904678e-05,-6.484109235316282e-05) mm
+ Endpoint of ComputeStep() was (-278.8112981991393,827.5671396315546,3369.247844727905)
+ and current position to locate is (-278.8112299625663,827.5670973248997,3369.247779886812)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.543297364663867e-05 mm long
+ and its vector is (-2.664996333123781e-05,3.679519204524695e-05,2.19979938265169e-07) mm
+ Endpoint of ComputeStep() was (-278.8112523573198,827.5670259400372,3369.247623714871)
+ and current position to locate is (-278.8112790072831,827.5670627352292,3369.247623934851)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001784085596926711 mm long
+ and its vector is (-5.909391637715089e-05,2.193736429489945e-05,0.0001669019929977367) mm
+ Endpoint of ComputeStep() was (-209.7611630289587,766.7813528661193,3571.201301874708)
+ and current position to locate is (-209.7612221228751,766.7813748034836,3571.201468776701)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001573110174450577 mm long
+ and its vector is (0.0001007090103257724,0.0001170168828821261,-3.019106770807412e-05) mm
+ Endpoint of ComputeStep() was (-209.7610589761425,766.7810560994625,3571.201597402529)
+ and current position to locate is (-209.7609582671322,766.7811731163454,3571.201567211462)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001532005471115466 mm long
+ and its vector is (3.40568506942418e-05,0.0001372393886640566,-5.895666845390224e-05) mm
+ Endpoint of ComputeStep() was (-209.7607656924428,766.7809443642325,3571.201544060475)
+ and current position to locate is (-209.7607316355921,766.7810816036211,3571.201485103807)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.49074718335053e-05 mm long
+ and its vector is (-3.252792670593863e-05,-2.103915744555707e-05,3.891167307301657e-05) mm
+ Endpoint of ComputeStep() was (72.02450822019492,533.6055154540672,2770.958314188853)
+ and current position to locate is (72.02447569226821,533.6054944149098,2770.958353100526)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004677892545629273 mm long
+ and its vector is (0.0003751499676809544,-0.0001472043667831713,0.0002375292883698421) mm
+ Endpoint of ComputeStep() was (-156.6605226833886,503.3504543886055,2817.050683877671)
+ and current position to locate is (-156.6601475334209,503.3503071842387,2817.050921406959)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.767997031862765e-05 mm long
+ and its vector is (-1.702154699501079e-05,-1.74272282720267e-05,-1.31430365399865e-05) mm
+ Endpoint of ComputeStep() was (-156.6599156578356,503.3503178312025,2817.050665282925)
+ and current position to locate is (-156.6599326793826,503.3503004039742,2817.050652139889)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.371051509788973e-05 mm long
+ and its vector is (2.888718046278882e-05,-1.522714893553712e-05,2.905639121308923e-05) mm
+ Endpoint of ComputeStep() was (-156.6598100425537,503.3503350292356,2817.050482607571)
+ and current position to locate is (-156.6597811553732,503.3503198020867,2817.050511663962)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000165591531528136 mm long
+ and its vector is (-0.00013800327832314,-2.000123203060866e-05,-8.930622152547585e-05) mm
+ Endpoint of ComputeStep() was (-156.659680561466,503.3503637191773,2817.050653421952)
+ and current position to locate is (-156.6598185647443,503.3503437179452,2817.050564115731)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001851284919447061 mm long
+ and its vector is (0.0001179251175358331,6.618357315346657e-05,0.0001264355955754581) mm
+ Endpoint of ComputeStep() was (-143.2419368885541,560.207720392136,2772.0409673214)
+ and current position to locate is (-143.2418189634366,560.2077865757092,2772.041093756995)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.034639350461203e-05 mm long
+ and its vector is (9.977795144777701e-06,-3.826232023129705e-05,8.016852461878443e-06) mm
+ Endpoint of ComputeStep() was (-143.2417117704394,560.2078992108525,2772.041294870923)
+ and current position to locate is (-143.2417017926442,560.2078609485322,2772.041302887776)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 88.2952, position (cm) = (-76.8464,100.966,500), weight = 1.90735e-06
+ neutron, kinetic energy (MeV) = 88.3647, position (cm) = (-74.7718,103.012,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.820833, position (cm) = (-53.0031,106.779,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002046495334815036 mm long
+ and its vector is (-0.0002023864373086326,2.719596091083076e-05,-1.347372472082498e-05) mm
+ Endpoint of ComputeStep() was (-614.8424730833884,1043.39951587885,4882.437900006737)
+ and current position to locate is (-614.8426754698257,1043.399543074811,4882.437886533012)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001966254995167175 mm long
+ and its vector is (0.0001176158231146474,0.0001558794525635676,2.301524455106119e-05) mm
+ Endpoint of ComputeStep() was (-658.8834009744546,983.2953802714977,4532.327954978002)
+ and current position to locate is (-658.8832833586315,983.2955361509503,4532.327977993246)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001172362235891273 mm long
+ and its vector is (9.184741156786913e-05,6.664689499302767e-05,-2.943767140095588e-05) mm
+ Endpoint of ComputeStep() was (-1050.052698997924,1161.617495277262,3993.154470170445)
+ and current position to locate is (-1050.052607150513,1161.617561924157,3993.154440732774)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001316709726781368 mm long
+ and its vector is (5.935942039059228e-05,8.877662116901774e-05,7.702217726546223e-05) mm
+ Endpoint of ComputeStep() was (-289.8246595089145,269.0635055933466,4055.301958040074)
+ and current position to locate is (-289.8246001494941,269.0635943699677,4055.302035062251)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.457376399798476e-05 mm long
+ and its vector is (-3.258691606333741e-06,3.351773335680264e-05,-4.294459449738497e-05) mm
+ Endpoint of ComputeStep() was (-289.8247837980409,269.0637088804173,4055.302207723805)
+ and current position to locate is (-289.8247870567325,269.0637423981506,4055.30216477921)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ neutron, kinetic energy (MeV) = 3.27297, position (cm) = (-62.5563,105.931,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.809978803067438e-05 mm long
+ and its vector is (2.209173783285223e-05,1.844961491315189e-05,5.046931937613408e-05) mm
+ Endpoint of ComputeStep() was (-350.5816527805855,865.3382717988206,3248.708803909024)
+ and current position to locate is (-350.5816306888477,865.3382902484356,3248.708854378344)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001593980136698929 mm long
+ and its vector is (-0.0001303918818393868,2.050953264642885e-05,8.935906771512236e-05) mm
+ Endpoint of ComputeStep() was (-85.86062460291026,686.847577109177,3272.737781340332)
+ and current position to locate is (-85.8607549947921,686.8475976187096,3272.7378706994)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001385033702582091 mm long
+ and its vector is (7.204410161421038e-05,-0.0001027908015203138,5.853957736690063e-05) mm
+ Endpoint of ComputeStep() was (-85.86092754763671,686.8477073372454,3272.737948019523)
+ and current position to locate is (-85.86085550353509,686.8476045464439,3272.7380065591)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002845329024381499 mm long
+ and its vector is (-0.000106226154059641,0.0002583381708518573,-5.418824821390444e-05) mm
+ Endpoint of ComputeStep() was (-356.9651365226413,1100.084617652286,4252.912553321084)
+ and current position to locate is (-356.9652427487954,1100.084875990457,4252.912499132835)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002118198446148645 mm long
+ and its vector is (-0.0001168877651593903,-0.0001764659493801446,8.04149476607563e-06) mm
+ Endpoint of ComputeStep() was (-356.9650657294712,1100.085023952408,4252.912739634489)
+ and current position to locate is (-356.9651826172364,1100.084847486458,4252.912747675984)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001029936170283384 mm long
+ and its vector is (2.204580664511013e-05,9.785307770471263e-05,-2.337611476832535e-05) mm
+ Endpoint of ComputeStep() was (-356.9652604906363,1100.08479448134,4252.912906136416)
+ and current position to locate is (-356.9652384448297,1100.084892334418,4252.912882760302)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.304977526893457e-05 mm long
+ and its vector is (3.695793810720716e-05,2.939984187833034e-05,-4.17736073359265e-05) mm
+ Endpoint of ComputeStep() was (-486.8404591078701,999.423870119408,4157.880903556185)
+ and current position to locate is (-486.840422149932,999.4238995192499,4157.880861782578)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 1.301573340212495e-05 mm long
+ and its vector is (-9.212900863531104e-06,3.441318767727353e-07,9.18767364055384e-06) mm
+ Endpoint of ComputeStep() was (-713.9021461502932,1062.725745930316,4594.788145372431)
+ and current position to locate is (-713.9021553631941,1062.725746274448,4594.788154560105)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004119744773238386 mm long
+ and its vector is (0.0002946035276636394,-0.000264009400325449,0.0001150250755017623) mm
+ Endpoint of ComputeStep() was (-850.8878110109458,1221.600955557001,4593.639334320564)
+ and current position to locate is (-850.8875164074182,1221.6006915476,4593.639449345639)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000102964599202594 mm long
+ and its vector is (7.951690156460245e-05,-4.971229395778209e-05,-4.251421978551662e-05) mm
+ Endpoint of ComputeStep() was (-759.8615433889001,1233.475788451746,4571.14687475562)
+ and current position to locate is (-759.8614638719986,1233.475738739452,4571.1468322414)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.921108495618855e-05 mm long
+ and its vector is (3.322490204027417e-05,5.975459316687193e-06,-1.994765534618637e-05) mm
+ Endpoint of ComputeStep() was (-708.4003888052623,1133.926443940838,4627.130722207511)
+ and current position to locate is (-708.4003555803603,1133.926449916298,4627.130702259856)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.505512809849933e-05 mm long
+ and its vector is (7.954384943786863e-05,4.993049151380546e-05,1.466967660235241e-05) mm
+ Endpoint of ComputeStep() was (-708.4003555268652,1133.926308800113,4627.130566351469)
+ and current position to locate is (-708.4002759830157,1133.926358730605,4627.130581021145)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.685943037374578e-06 mm long
+ and its vector is (-2.330997290300729e-06,-2.288519226567587e-06,1.707427145447582e-06) mm
+ Endpoint of ComputeStep() was (-708.4002802492283,1133.926276733119,4627.130457335903)
+ and current position to locate is (-708.4002825802256,1133.9262744446,4627.13045904333)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001099978646587371 mm long
+ and its vector is (7.51157793956736e-05,3.263784310547635e-05,-7.342970184254227e-05) mm
+ Endpoint of ComputeStep() was (-616.878601639919,997.4281444967996,4934.420433820617)
+ and current position to locate is (-616.8785265241396,997.4281771346427,4934.420360390915)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001955069409254229 mm long
+ and its vector is (0.0001061394224279866,-0.0001638326795045941,1.078146942745661e-05) mm
+ Endpoint of ComputeStep() was (-623.3597542949091,1016.059154521744,4929.31779779917)
+ and current position to locate is (-623.3596481554866,1016.058990689065,4929.317808580639)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003945806501340654 mm long
+ and its vector is (-0.001089721771336372,-0.003463896042489978,-0.00154380038020463) mm
+ Endpoint of ComputeStep() was (-623.3705627291181,1016.038352529535,4929.312523963737)
+ and current position to locate is (-623.3716524508894,1016.034888633492,4929.310980163357)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ gamma, kinetic energy (MeV) = 1.06044, position (cm) = (-87.943,77.6272,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 0.159964, position (cm) = (-80.1258,94.487,500), weight = 1.90735e-06
+ gamma, kinetic energy (MeV) = 1.59994, position (cm) = (-62.7658,103.982,500), weight = 1.90735e-06
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001738519789357474 mm long
+ and its vector is (6.085315249038104e-05,-4.342196007200982e-05,-0.000156958395109541) mm
+ Endpoint of ComputeStep() was (-213.0348242809901,1038.038540472348,3841.228535548424)
+ and current position to locate is (-213.0347634278376,1038.038497050388,3841.228378590029)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001625244506952927 mm long
+ and its vector is (-2.58683360101486e-05,0.0001458947090213769,6.678143563476624e-05) mm
+ Endpoint of ComputeStep() was (-49.59035820687562,1037.45159011138,3851.965188675999)
+ and current position to locate is (-49.59038407521163,1037.451736006089,3851.965255457435)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+ anti_nu_e, kinetic energy (MeV) = 0.572777, position (cm) = (-140.323,-98.6399,500), weight = 6.10352e-05
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002094831132538112 mm long
+ and its vector is (2.735396001973811e-05,6.601307990194982e-05,0.0001969192953765742) mm
+ Endpoint of ComputeStep() was (9.952917203711879,310.9382450243885,3478.057438889953)
+ and current position to locate is (9.952944557671898,310.9383110374684,3478.057635809248)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000142464675502506 mm long
+ and its vector is (-8.886760075199618e-05,-5.239391049371989e-05,-9.82527935775579e-05) mm
+ Endpoint of ComputeStep() was (98.11086323952432,320.305712949479,3486.849616845432)
+ and current position to locate is (98.11077437192357,320.3056605555685,3486.849518592638)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.83938219504905e-05 mm long
+ and its vector is (-9.718170531414216e-06,1.467618346850941e-05,2.22794956243888e-05) mm
+ Endpoint of ComputeStep() was (89.87582983818825,333.9954042179763,3506.104025495686)
+ and current position to locate is (89.87582012001772,333.9954188941597,3506.104047775182)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001558602367760902 mm long
+ and its vector is (1.305909249182946e-05,-0.0001535241395913545,2.349919304833747e-05) mm
+ Endpoint of ComputeStep() was (25.38795519440364,300.3979916153256,3414.276899981239)
+ and current position to locate is (25.38796825349613,300.397838091186,3414.276923480432)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001330458493567978 mm long
+ and its vector is (-5.732001241653961e-06,-3.271436906970848e-05,-0.0001288336611651175) mm
+ Endpoint of ComputeStep() was (-115.6198886494014,-505.7919045417826,1381.504446033481)
+ and current position to locate is (-115.6198943814026,-505.7919372561517,1381.50431719982)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004810935876148382 mm long
+ and its vector is (0.0001895413587220673,0.0004357455243280128,-7.517281028412981e-05) mm
+ Endpoint of ComputeStep() was (-82.76976951352482,-437.7222109007478,1481.231896844017)
+ and current position to locate is (-82.7695799721661,-437.7217751552235,1481.231821671207)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001237190862336248 mm long
+ and its vector is (-4.777597283833757e-05,-5.353449535050459e-05,0.0001007865394058172) mm
+ Endpoint of ComputeStep() was (-59.47843339933578,-465.3307578100485,1393.735243609284)
+ and current position to locate is (-59.47848117530862,-465.3308113445438,1393.735344395824)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.001170090108580671 mm long
+ and its vector is (0.0008537843671421186,-0.0005920196070974271,-0.000538215478627535) mm
+ Endpoint of ComputeStep() was (-2.676152071289517,-471.1806142367809,1438.052600776618)
+ and current position to locate is (-2.675298286922375,-471.181206256388,1438.052062561139)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002825328242807863 mm long
+ and its vector is (1.755682448845164e-05,-0.0002811239901916451,-2.20421607082244e-05) mm
+ Endpoint of ComputeStep() was (-111.1251877162363,293.8134769984765,2306.507246915425)
+ and current position to locate is (-111.1251701594118,293.8131958744863,2306.507224873264)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00016106541351955 mm long
+ and its vector is (0.0001408808769127745,-4.931374145478173e-05,6.05210777848697e-05) mm
+ Endpoint of ComputeStep() was (102.7813000518541,-11.88260398073621,1303.676213207246)
+ and current position to locate is (102.781440932731,-11.88265329447766,1303.676273728324)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001488161701751 mm long
+ and its vector is (0.0001274179549284327,3.300635634673199e-05,6.943700532247021e-05) mm
+ Endpoint of ComputeStep() was (-151.9185261549178,-149.4731460247991,1297.915032551658)
+ and current position to locate is (-151.9183987369629,-149.4731130184428,1297.915101988664)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004895432019905895 mm long
+ and its vector is (0.0002028343328532856,0.0002218113324659043,-0.0003864071852603956) mm
+ Endpoint of ComputeStep() was (114.6377213341605,-235.9057637017388,1065.579779601844)
+ and current position to locate is (114.6379241684933,-235.9055418904063,1065.579393194659)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004562840473156797 mm long
+ and its vector is (0.0004109735772601653,0.0001249826244134056,-0.0001538674566745613) mm
+ Endpoint of ComputeStep() was (135.4633720817176,-243.4195649209719,1036.533030991293)
+ and current position to locate is (135.4637830552948,-243.4194399383475,1036.532877123836)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001919247607871828 mm long
+ and its vector is (1.748188657302308e-05,5.038211394037262e-05,-0.0001843668626406725) mm
+ Endpoint of ComputeStep() was (85.65956189402705,-119.6908114139873,1138.24670731784)
+ and current position to locate is (85.65957937591362,-119.6907610318734,1138.246522950977)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.82434268902993e-05 mm long
+ and its vector is (2.499627788665748e-05,-7.170572337145131e-05,4.494861195780686e-05) mm
+ Endpoint of ComputeStep() was (85.65967571561579,-119.6906149967805,1138.246529102793)
+ and current position to locate is (85.65970071189368,-119.6906867025038,1138.246574051405)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.224502660676183e-05 mm long
+ and its vector is (-2.405120373794034e-05,-1.691468332865043e-05,3.033274401786912e-05) mm
+ Endpoint of ComputeStep() was (78.29416661468271,-675.7251774915751,1505.703174970799)
+ and current position to locate is (78.29414256347897,-675.7251944062584,1505.703205303543)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.754264148792849e-05 mm long
+ and its vector is (2.302469262360773e-05,8.303752565552713e-07,-1.509208755123836e-05) mm
+ Endpoint of ComputeStep() was (92.69384690300548,-667.8690825082671,1525.389467914736)
+ and current position to locate is (92.6938699276981,-667.8690816778918,1525.389452822649)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.158429783022592e-05 mm long
+ and its vector is (4.325812000161022e-06,8.83357233760762e-06,-8.098921534838155e-05) mm
+ Endpoint of ComputeStep() was (132.2215204974824,-722.3646611112243,1332.070708588377)
+ and current position to locate is (132.2215248232944,-722.364652277652,1332.070627599161)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.186831168283079e-05 mm long
+ and its vector is (1.760539849726683e-05,-2.921933179322878e-05,-2.427418621664401e-05) mm
+ Endpoint of ComputeStep() was (-95.60906930257588,-440.7064139045371,1419.893975465578)
+ and current position to locate is (-95.60905169717738,-440.7064431238689,1419.893951191391)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.536868314300942e-05 mm long
+ and its vector is (3.076283406144853e-05,-1.697755689633595e-05,-4.044051138407667e-06) mm
+ Endpoint of ComputeStep() was (-23.10856255242311,32.42798256125799,349.4267534547267)
+ and current position to locate is (-23.10853178958905,32.42796558370109,349.4267494106756)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002284757241190166 mm long
+ and its vector is (-7.795330458293392e-05,-0.0002000195864724219,7.82087197421788e-05) mm
+ Endpoint of ComputeStep() was (220.2159360941661,66.10921298864939,815.0500140846283)
+ and current position to locate is (220.2158581408615,66.10901296906292,815.050092293348)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.690598622471367e-05 mm long
+ and its vector is (3.541461595091278e-05,6.455537609895146e-05,2.220223211679695e-05) mm
+ Endpoint of ComputeStep() was (220.2160489529658,66.10880089858445,815.0501381545654)
+ and current position to locate is (220.2160843675818,66.10886545396055,815.0501603567975)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.274582616612513e-05 mm long
+ and its vector is (3.059014733253207e-05,6.597231032579032e-06,-9.644094575378404e-06) mm
+ Endpoint of ComputeStep() was (188.5241474156562,4.674823604196986,824.8266142478526)
+ and current position to locate is (188.5241780058035,4.674830201428018,824.826604603758)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.190213504259166e-05 mm long
+ and its vector is (2.155769726641665e-05,1.779913910748832e-05,-1.536888271402859e-05) mm
+ Endpoint of ComputeStep() was (188.5242647079505,4.674738976358311,824.8266867904188)
+ and current position to locate is (188.5242862656478,4.674756775497419,824.826671421536)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02901498326466946 mm long
+ and its vector is (0.002988955528223869,-0.02548120914676133,0.01355150837059682) mm
+ Endpoint of ComputeStep() was (-266.8194752403118,27.07439244047472,629.3274170580441)
+ and current position to locate is (-266.8164862847836,27.04891123132796,629.3409685664147)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.991544628000019e-05 mm long
+ and its vector is (2.700777099562401e-05,4.687626721100457e-05,-8.400173976497172e-05) mm
+ Endpoint of ComputeStep() was (-293.891103605329,5.981877451930737,752.9230679930341)
+ and current position to locate is (-293.891076597558,5.981924328197948,752.9229839912944)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.640992856186211e-05 mm long
+ and its vector is (-3.284818643578546e-05,1.016254987007414e-05,3.117051005574467e-05) mm
+ Endpoint of ComputeStep() was (-463.7453354905954,1121.789737850466,1713.243145182408)
+ and current position to locate is (-463.7453683387819,1121.789748013016,1713.243176352918)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002870813933423769 mm long
+ and its vector is (0.0002309593976406177,-0.0001489057240178226,-8.306965992233017e-05) mm
+ Endpoint of ComputeStep() was (-785.0018736011118,522.2559228725863,1614.146650745777)
+ and current position to locate is (-785.0016426417142,522.2557739668623,1614.146567676117)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.805991519974017e-05 mm long
+ and its vector is (-9.622253060115327e-06,-1.658405892612791e-06,3.678612620205968e-05) mm
+ Endpoint of ComputeStep() was (-639.3217299896683,421.424707858665,1583.372771640989)
+ and current position to locate is (-639.3217396119213,421.4247062002591,1583.372808427115)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001095251359813838 mm long
+ and its vector is (-9.998085590723349e-05,-1.721435887702683e-05,4.127044599044893e-05) mm
+ Endpoint of ComputeStep() was (-386.1040589155997,392.9739564330545,1074.760901159561)
+ and current position to locate is (-386.1041588964556,392.9739392186956,1074.760942430007)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.994331777930704e-05 mm long
+ and its vector is (4.428465280170713e-05,-8.344179320829426e-06,2.153088917111745e-05) mm
+ Endpoint of ComputeStep() was (-388.2253572018186,359.2341975800674,1082.718561525427)
+ and current position to locate is (-388.2253129171658,359.2341892358881,1082.718583056316)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.644099359689205e-05 mm long
+ and its vector is (9.143750048679067e-06,1.607852425422607e-05,-3.13977532186982e-05) mm
+ Endpoint of ComputeStep() was (-512.5529044175083,166.4726289632269,1276.30080399368)
+ and current position to locate is (-512.5528952737583,166.4726450417511,1276.300772595926)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.827204199130683e-05 mm long
+ and its vector is (-8.736961251543107e-05,-1.540094778818002e-06,-1.249529168489971e-05) mm
+ Endpoint of ComputeStep() was (-537.6958176460893,35.78177406804702,1444.966994805997)
+ and current position to locate is (-537.6959050157018,35.78177252795224,1444.966982310705)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002016147037533927 mm long
+ and its vector is (-8.421070714348389e-05,-0.0001410400688115487,-0.0001168962983228994) mm
+ Endpoint of ComputeStep() was (-426.3347606216273,45.95419863412403,1209.404148592984)
+ and current position to locate is (-426.3348448323345,45.95405759405521,1209.404031696686)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01611765101318528 mm long
+ and its vector is (0.003742818312332474,-0.008638520060458177,0.01308227642380189) mm
+ Endpoint of ComputeStep() was (-251.6387436308933,36.64122711163096,810.5265583677683)
+ and current position to locate is (-251.635000812581,36.6325885915705,810.5396406441921)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.045988683346013e-05 mm long
+ and its vector is (-1.674502635751196e-05,3.940757926557126e-05,-6.812077640461212e-05) mm
+ Endpoint of ComputeStep() was (-251.6312265111469,36.63977021983296,810.5435014098766)
+ and current position to locate is (-251.6312432561733,36.63980962741223,810.5434332891002)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.974823986778529e-05 mm long
+ and its vector is (-4.487763143856682e-05,-1.03154769988123e-05,3.807152870649588e-05) mm
+ Endpoint of ComputeStep() was (-251.6311539861692,36.6399478421971,810.5434822003383)
+ and current position to locate is (-251.6311988638006,36.6399375267201,810.543520271867)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000468183093252039 mm long
+ and its vector is (-0.0001176665167577085,-5.772537703574443e-05,0.000449463881182055) mm
+ Endpoint of ComputeStep() was (-313.621276308712,-1.582646093835444,758.5241274061484)
+ and current position to locate is (-313.6213939752287,-1.58270381921248,758.5245768700296)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0006973895602132499 mm long
+ and its vector is (-0.0003590681363334625,0.000573986800759485,-0.0001672166998787361) mm
+ Endpoint of ComputeStep() was (-316.1716792837713,268.6847249534366,630.8059026973698)
+ and current position to locate is (-316.1720383519076,268.6852989402374,630.8057354806699)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00021113430040686 mm long
+ and its vector is (0.0001486334829792213,-0.0001110480216652832,0.0001007676407880354) mm
+ Endpoint of ComputeStep() was (-316.1725026015562,268.6854169934637,630.806199234117)
+ and current position to locate is (-316.1723539680732,268.685305945442,630.8063000017578)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003750748792729615 mm long
+ and its vector is (-0.0001358736323595622,-0.0002581913385597545,-0.0002357048022076924) mm
+ Endpoint of ComputeStep() was (-316.1724180196629,268.6851405101729,630.8068349364913)
+ and current position to locate is (-316.1725538932953,268.6848823188343,630.8065992316891)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.423953321925591e-05 mm long
+ and its vector is (-3.834235053545854e-05,5.423555862194007e-06,-3.797862768806226e-05) mm
+ Endpoint of ComputeStep() was (-355.9032194613801,-72.53040364461418,589.2813940248296)
+ and current position to locate is (-355.9032578037306,-72.53039822105832,589.2813560462019)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001383565971078727 mm long
+ and its vector is (-4.366541520539613e-05,8.217051652081864e-05,0.0001023908477009172) mm
+ Endpoint of ComputeStep() was (-355.9030070876365,-72.53045242689305,589.2808936008145)
+ and current position to locate is (-355.9030507530517,-72.53037025637653,589.2809959916622)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001261978432300754 mm long
+ and its vector is (-2.522661145576421e-05,-0.000102127378880823,6.971020150103868e-05) mm
+ Endpoint of ComputeStep() was (404.2117033607561,132.2038001615433,995.7198846055329)
+ and current position to locate is (404.2116781341446,132.2036980341644,995.7199543157344)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.209896813889959e-05 mm long
+ and its vector is (4.686350138172202e-05,-4.887215524718158e-05,-2.477066584560816e-05) mm
+ Endpoint of ComputeStep() was (-24.13077929786627,241.1421562991477,912.6297486333744)
+ and current position to locate is (-24.13073243436489,241.1421074269925,912.6297238627086)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001138451282951756 mm long
+ and its vector is (1.365186471957713e-05,2.768564596067336e-05,-0.0001095803122552752) mm
+ Endpoint of ComputeStep() was (179.5754875980508,-128.6040019471527,662.1177027205707)
+ and current position to locate is (179.5755012499155,-128.6039742615068,662.1175931402585)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001051064641851827 mm long
+ and its vector is (3.256294016296124e-05,-8.660544895100486e-05,-4.986501733128534e-05) mm
+ Endpoint of ComputeStep() was (-21.6245435117311,14.94751944863242,548.2707527601891)
+ and current position to locate is (-21.62451094879094,14.94743284318347,548.2707028951718)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002941046564741019 mm long
+ and its vector is (0.0002446852922730613,-0.0001374731296515108,8.790787978796288e-05) mm
+ Endpoint of ComputeStep() was (-188.9646193590998,11.21094724464428,528.863153497373)
+ and current position to locate is (-188.9643746738075,11.21080977151463,528.8632414052528)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.101261238935413e-05 mm long
+ and its vector is (-3.005551619139624e-05,1.875028803510759e-05,6.154578591122117e-05) mm
+ Endpoint of ComputeStep() was (-136.013565105511,-21.75049131883229,576.590154751196)
+ and current position to locate is (-136.0135951610272,-21.75047256854425,576.5902162969819)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001376472111736655 mm long
+ and its vector is (0.0001267070505548418,3.545054993026042e-05,4.043929516228673e-05) mm
+ Endpoint of ComputeStep() was (-136.0136870570278,-21.7505510501636,576.5901045080161)
+ and current position to locate is (-136.0135603499772,-21.75051559961367,576.5901449473113)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001345690265356565 mm long
+ and its vector is (-1.196065304043259e-05,2.891847864816555e-05,0.0001308796671537493) mm
+ Endpoint of ComputeStep() was (-150.9636768423337,26.81608531751628,639.3052237097346)
+ and current position to locate is (-150.9636888029867,26.81611423599492,639.3053545894018)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002220631214412434 mm long
+ and its vector is (0.0001346606433116904,-5.645150309874225e-05,-0.0001673074082191306) mm
+ Endpoint of ComputeStep() was (-215.8928831765144,118.6585814409955,591.9691057718546)
+ and current position to locate is (-215.8927485158711,118.6585249894924,591.9689384644464)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001263462327425594 mm long
+ and its vector is (-0.0001247246632942733,6.790785619159578e-06,-1.900037170798896e-05) mm
+ Endpoint of ComputeStep() was (396.4827278074631,163.3886341730927,878.4719738686894)
+ and current position to locate is (396.4826030827998,163.3886409638783,878.4719548683177)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001352200867099601 mm long
+ and its vector is (-5.950858593450903e-05,8.384192784660627e-05,8.782784971117508e-05) mm
+ Endpoint of ComputeStep() was (353.3226693490633,157.9913017313341,916.3273732583225)
+ and current position to locate is (353.3226098404774,157.9913855732619,916.3274610861722)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.155275986594349e-05 mm long
+ and its vector is (-4.203439750938287e-05,-4.275931144093192e-05,1.39101746299275e-05) mm
+ Endpoint of ComputeStep() was (-34.58943613293557,-82.29151913347023,844.8873542260219)
+ and current position to locate is (-34.58947816733308,-82.29156189278167,844.8873681361965)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.970439843307743e-05 mm long
+ and its vector is (2.619108371959555e-05,1.85037461903903e-05,-8.377659344205313e-05) mm
+ Endpoint of ComputeStep() was (-202.5522770976902,-61.98269106755272,677.8391481869324)
+ and current position to locate is (-202.5522509066064,-61.98267256380653,677.839064410339)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.721640178630671e-05 mm long
+ and its vector is (2.143866616677315e-05,-5.462850374371442e-05,-3.277430153048044e-05) mm
+ Endpoint of ComputeStep() was (-88.02479023708121,-26.03386052405845,671.6234927834896)
+ and current position to locate is (-88.02476879841504,-26.03391515256219,671.6234600091881)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.299434448870349e-05 mm long
+ and its vector is (-6.016927500240854e-06,-5.166466508654821e-05,5.121262825014128e-05) mm
+ Endpoint of ComputeStep() was (207.0715551071429,-59.95726925264809,1008.152050623333)
+ and current position to locate is (207.0715490902154,-59.95732091731318,1008.152101835962)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.182458895806029e-05 mm long
+ and its vector is (-1.772971104685439e-05,2.748489896475803e-05,8.580205599173496e-05) mm
+ Endpoint of ComputeStep() was (-38.27388058945375,-268.1258902911233,1017.731726031657)
+ and current position to locate is (-38.2738983191648,-268.1258628062243,1017.731811833713)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001180356851664115 mm long
+ and its vector is (4.225597633222833e-05,-0.0001034271542721399,-3.807465293448331e-05) mm
+ Endpoint of ComputeStep() was (-38.27420843890176,-268.1258607937092,1017.731828113887)
+ and current position to locate is (-38.27416618292543,-268.1259642208635,1017.731790039234)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.456217421069584e-05 mm long
+ and its vector is (-1.970872142464941e-05,3.227732557320451e-05,-3.932901483949536e-05) mm
+ Endpoint of ComputeStep() was (433.2293098336036,-247.3930627498073,807.8038944552185)
+ and current position to locate is (433.2292901248822,-247.3930304724817,807.8038551262036)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.13958048550994e-05 mm long
+ and its vector is (-8.061112453106034e-06,-6.958965983017151e-05,1.377166154270526e-05) mm
+ Endpoint of ComputeStep() was (433.2293152911986,-247.3929911127435,807.8036986119262)
+ and current position to locate is (433.2293072300862,-247.3930607024034,807.8037123835877)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.91093373464714e-05 mm long
+ and its vector is (1.638804934600557e-05,-3.343162643432152e-05,4.590938851833926e-05) mm
+ Endpoint of ComputeStep() was (172.4269241053654,-171.8576376237096,703.6551038589758)
+ and current position to locate is (172.4269404934147,-171.8576710553361,703.6551497683644)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003231973329867477 mm long
+ and its vector is (-0.002756594273932933,-0.0003066500683246431,0.001659158024267526) mm
+ Endpoint of ComputeStep() was (186.1564743969657,-120.8642315898813,692.8438916959184)
+ and current position to locate is (186.1537178026917,-120.8645382399496,692.8455508539427)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.154282479872412e-05 mm long
+ and its vector is (4.908682876703097e-05,7.666331265454573e-05,9.659632837610843e-06) mm
+ Endpoint of ComputeStep() was (367.9526395677392,177.1160580310171,761.1696965975102)
+ and current position to locate is (367.952688654568,177.1161346943298,761.169706257143)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.598901417405416e-05 mm long
+ and its vector is (-3.804617095681806e-05,-2.768569542155319e-05,-5.966842900306801e-05) mm
+ Endpoint of ComputeStep() was (53.18081934705265,38.80226073138157,721.9990710623285)
+ and current position to locate is (53.18078130088169,38.80223304568615,721.9990113938995)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01149356287482966 mm long
+ and its vector is (0.01074568514621177,-0.00405484000452816,-0.0004364754676089433) mm
+ Endpoint of ComputeStep() was (35.31586749047034,171.440320880989,811.0063439604787)
+ and current position to locate is (35.32661317561655,171.4362660409844,811.0059074850111)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.274528116729143e-05 mm long
+ and its vector is (-1.473113781713664e-05,2.909459968236661e-05,2.958257368845807e-06) mm
+ Endpoint of ComputeStep() was (35.32661263740935,171.4361893800498,811.0062963076241)
+ and current position to locate is (35.32659790627154,171.4362184746495,811.0062992658815)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.002991083445278716 mm long
+ and its vector is (0.001032911319313712,0.001002856194162405,-0.002621822617356884) mm
+ Endpoint of ComputeStep() was (74.57019108131239,135.4677001487018,757.9664173838531)
+ and current position to locate is (74.5712239926317,135.468703004896,757.9637955612358)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01304106026940369 mm long
+ and its vector is (0.01005370274197759,0.004335304620148861,-0.007085015735810885) mm
+ Endpoint of ComputeStep() was (57.64679969165029,13.87730362841129,542.136440329527)
+ and current position to locate is (57.65685339439227,13.88163893303144,542.1293553137912)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0003884274944114585 mm long
+ and its vector is (-0.0003796622168934505,4.889219915327203e-05,6.589440295101667e-05) mm
+ Endpoint of ComputeStep() was (57.95656927801457,14.48460566907386,542.857565408298)
+ and current position to locate is (57.95618961579768,14.48465456127301,542.857631302701)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001910056669553246 mm long
+ and its vector is (0.0001615459133290642,-2.335350245630252e-05,-9.920028537635517e-05) mm
+ Endpoint of ComputeStep() was (-269.7364778506959,-403.8565023748478,992.1326356801865)
+ and current position to locate is (-269.7363163047826,-403.8565257283503,992.1325364799011)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.000461975921956495 mm long
+ and its vector is (-0.0003767872000821626,2.121957084000314e-05,0.0002664636713234358) mm
+ Endpoint of ComputeStep() was (-85.45595693500907,-236.5999057966185,1045.716400058171)
+ and current position to locate is (-85.45633372220915,-236.5998845770476,1045.716666521842)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.667150505675771e-05 mm long
+ and its vector is (-2.650233778922484e-05,-3.803337915542215e-05,3.259981053815864e-05) mm
+ Endpoint of ComputeStep() was (-339.6646688084186,-788.1962845313381,1500.657682502364)
+ and current position to locate is (-339.6646953107564,-788.1963225647172,1500.657715102175)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0007387429147952398 mm long
+ and its vector is (-0.0005854277393950724,-0.0004481575516592784,-4.658610305341426e-05) mm
+ Endpoint of ComputeStep() was (-338.9860537426281,-740.4520482714267,1569.328474901875)
+ and current position to locate is (-338.9866391703675,-740.4524964289784,1569.328428315772)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.003255991777496017 mm long
+ and its vector is (0.0004956042647563663,0.003211844682255105,0.000199781392893783) mm
+ Endpoint of ComputeStep() was (-512.517887881128,-435.3172772985559,1721.287493385914)
+ and current position to locate is (-512.5173922768632,-435.3140654538736,1721.287693167307)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.008259670464295698 mm long
+ and its vector is (0.004275732266705745,0.002456695777595996,0.006626078449471606) mm
+ Endpoint of ComputeStep() was (-513.7141421340343,-435.2961370832176,1721.910623285459)
+ and current position to locate is (-513.7098664017676,-435.29368038744,1721.917249363909)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0005571781413181864 mm long
+ and its vector is (-0.000508232495633365,0.0001040376208720772,0.0002032815411894262) mm
+ Endpoint of ComputeStep() was (-380.0522254285295,-487.8636437951847,1532.533728717903)
+ and current position to locate is (-380.0527336610251,-487.8635397575638,1532.533931999444)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.075528210397897e-05 mm long
+ and its vector is (2.449690020966955e-05,6.486726095999984e-05,-1.408723824170011e-05) mm
+ Endpoint of ComputeStep() was (-380.0521677181524,-487.8635759683935,1532.535597420271)
+ and current position to locate is (-380.0521432212522,-487.8635111011325,1532.535583333033)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001201145514756002 mm long
+ and its vector is (0.0001130435282448161,-2.539945091939444e-05,-3.167860620578722e-05) mm
+ Endpoint of ComputeStep() was (-432.2355179835935,-660.2073669032815,935.2460047759246)
+ and current position to locate is (-432.2354049400653,-660.2073923027324,935.2459730973184)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.004343705652172871 mm long
+ and its vector is (0.0009419861419710518,-0.003414393817503469,-0.002514429509858473) mm
+ Endpoint of ComputeStep() was (-1.572041745173202,0.2735663371087421,440.9999570414552)
+ and current position to locate is (-1.571099759031231,0.2701519432912386,440.9974426119453)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.919582100239814e-05 mm long
+ and its vector is (1.232675560913776e-05,-1.156927780243677e-05,-5.673048679000203e-05) mm
+ Endpoint of ComputeStep() was (-276.4653598796198,-197.9912145708747,819.9607564354715)
+ and current position to locate is (-276.4653475528642,-197.9912261401525,819.9606997049847)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.178267001692157e-05 mm long
+ and its vector is (1.378078582092712e-05,-4.455756462107274e-05,2.249796193609654e-05) mm
+ Endpoint of ComputeStep() was (-276.4654117993496,-197.9912552372541,819.9605622448067)
+ and current position to locate is (-276.4653980185637,-197.9912997948188,819.9605847427687)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.881616137939872e-05 mm long
+ and its vector is (-4.761773323025409e-05,-8.658090881397129e-05,9.651221262174658e-07) mm
+ Endpoint of ComputeStep() was (-204.5281504226525,-82.25657876960129,760.8464402685835)
+ and current position to locate is (-204.5281980403858,-82.2566653505101,760.8464412337056)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001100073618438875 mm long
+ and its vector is (-7.147027662313121e-05,-8.320615823720345e-05,8.387755997318891e-06) mm
+ Endpoint of ComputeStep() was (-221.2911176460922,-72.06570663615503,752.1023198632406)
+ and current position to locate is (-221.2911891163689,-72.06578984231327,752.1023282509966)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001104511922739943 mm long
+ and its vector is (3.074518261314552e-06,7.01363502599861e-05,-8.52696052788815e-05) mm
+ Endpoint of ComputeStep() was (-71.90328561860339,-112.3899305962566,673.0630765949215)
+ and current position to locate is (-71.90328254408513,-112.3898604599064,673.0629913253163)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0009588532111171871 mm long
+ and its vector is (0.000848751193359476,0.0002586183222206273,0.0003635071603866891) mm
+ Endpoint of ComputeStep() was (-50.73570580666478,508.4008946627189,814.7672214200194)
+ and current position to locate is (-50.73485705547142,508.4011532810412,814.7675849271798)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001274536196351485 mm long
+ and its vector is (0.0001248326902612007,-2.244694883302145e-07,-2.571330810496875e-05) mm
+ Endpoint of ComputeStep() was (-166.9978117328106,-273.1688426197607,1045.835256713026)
+ and current position to locate is (-166.9976869001203,-273.1688428442302,1045.835230999718)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001868460962497765 mm long
+ and its vector is (-0.0001524821269516252,-0.0001019870717868798,-3.548664301433746e-05) mm
+ Endpoint of ComputeStep() was (-15.16004135055229,-157.7084397171124,954.8259932267174)
+ and current position to locate is (-15.16019383267924,-157.7085417041842,954.8259577400744)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001234378591374108 mm long
+ and its vector is (0.000109192763252608,5.193671293568514e-05,2.482787488133908e-05) mm
+ Endpoint of ComputeStep() was (-15.16048674137236,-157.708330350917,954.8261901244634)
+ and current position to locate is (-15.16037754860911,-157.708278414204,954.8262149523383)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.838807223924129e-05 mm long
+ and its vector is (1.086498000724134e-05,2.751526596966869e-05,-2.446439123104938e-05) mm
+ Endpoint of ComputeStep() was (-15.16045936247968,-157.7080261694201,954.826522555347)
+ and current position to locate is (-15.16044849749968,-157.7079986541541,954.8264980909557)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.539834883117387e-05 mm long
+ and its vector is (1.101555056237657e-05,1.449460467739527e-05,1.770989001670387e-05) mm
+ Endpoint of ComputeStep() was (-37.71775302155272,-50.38849625292334,1617.55182770172)
+ and current position to locate is (-37.71774200600215,-50.38848175831866,1617.55184541161)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.055638562609413e-05 mm long
+ and its vector is (-9.952509344657301e-06,-1.48538557382949e-05,-2.477908856235445e-05) mm
+ Endpoint of ComputeStep() was (615.9358238674976,-38.99138096361598,2134.153077484745)
+ and current position to locate is (615.9358139149882,-38.99139581747172,2134.153052705657)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004113367108204538 mm long
+ and its vector is (2.501040057723003e-06,-0.0003611118029880345,-0.0001969515174096159) mm
+ Endpoint of ComputeStep() was (171.9490892741324,295.2761110165548,2124.713440276543)
+ and current position to locate is (171.9490917751724,295.2757499047518,2124.713243325025)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 5.710587384172708e-05 mm long
+ and its vector is (4.011264937275882e-05,4.052172286606037e-05,-3.16956834467419e-06) mm
+ Endpoint of ComputeStep() was (174.264379027141,208.346491032253,1816.4115451129)
+ and current position to locate is (174.2644191397904,208.3465315539759,1816.411541943331)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001114763626284008 mm long
+ and its vector is (-9.595563875564039e-05,8.402777410765339e-06,5.611495475932315e-05) mm
+ Endpoint of ComputeStep() was (176.7935325984573,189.1726355462978,1825.338095594726)
+ and current position to locate is (176.7934366428186,189.1726439490753,1825.338151709681)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.954165604219227e-05 mm long
+ and its vector is (5.132128512397305e-05,2.360491569675105e-05,-4.055829845128756e-05) mm
+ Endpoint of ComputeStep() was (-0.9328674792439141,100.9400081703992,1561.297245383136)
+ and current position to locate is (-0.9328161579587901,100.9400317753148,1561.297204824837)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.03277506542704617 mm long
+ and its vector is (0.02723232778609486,0.0004325755321730185,-0.01823233708296357) mm
+ Endpoint of ComputeStep() was (47.03593860799351,89.20894134634689,1595.751571439366)
+ and current position to locate is (47.0631709357796,89.20937392187906,1595.733339102283)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.703559488402546e-05 mm long
+ and its vector is (2.504760374222315e-05,1.500918148167329e-05,-2.278107342590374e-05) mm
+ Endpoint of ComputeStep() was (-481.0707640961163,411.7283010105679,905.915007607879)
+ and current position to locate is (-481.0707390485126,411.7283160197494,905.9149848268056)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 9.66382649184643e-05 mm long
+ and its vector is (3.732574236892106e-05,-1.131458509462391e-05,-8.84178905380395e-05) mm
+ Endpoint of ComputeStep() was (-445.1407759793842,405.318362319814,902.7327435829683)
+ and current position to locate is (-445.1407386536418,405.3183510052289,902.7326551650777)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.459616931718835e-05 mm long
+ and its vector is (-3.141932110395373e-05,8.341429904135111e-06,-1.183814765681745e-05) mm
+ Endpoint of ComputeStep() was (-113.1928638690553,-100.0358290826474,2904.505555674342)
+ and current position to locate is (-113.1928952883764,-100.0358207412175,2904.505543836195)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0002982652886401814 mm long
+ and its vector is (-6.858442651491714e-05,0.0001875687112828928,0.0002215317977061204) mm
+ Endpoint of ComputeStep() was (-149.5797262864632,-180.576801605562,2936.503990097753)
+ and current position to locate is (-149.5797948708897,-180.5766140368507,2936.504211629551)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01139661337206476 mm long
+ and its vector is (-0.007363341214045249,0.007453013950453169,-0.004485151677727117) mm
+ Endpoint of ComputeStep() was (-273.7756185256499,-203.3408317803412,2807.052507087419)
+ and current position to locate is (-273.7829818668639,-203.3333787663908,2807.048021935741)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 4.34882523957655e-05 mm long
+ and its vector is (8.277285312274785e-06,2.735667682429721e-05,3.277692599112925e-05) mm
+ Endpoint of ComputeStep() was (-9.520140824144431,65.46297370006664,1786.214607923808)
+ and current position to locate is (-9.520132546859118,65.46300105674347,1786.214640700734)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001162994516810752 mm long
+ and its vector is (8.647906057746013e-05,1.886793170058354e-05,7.543829065070895e-05) mm
+ Endpoint of ComputeStep() was (-9.520318097189739,65.46300749013214,1786.214672505155)
+ and current position to locate is (-9.520231618129161,65.46302635806384,1786.214747943445)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0004894750711007741 mm long
+ and its vector is (0.0002141466829073124,-0.0001712624209915248,0.0004054580454067036) mm
+ Endpoint of ComputeStep() was (-158.4817747568185,-239.3978189577066,1838.908337191831)
+ and current position to locate is (-158.4815606101356,-239.3979902201276,1838.908742649876)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 7.558873147042582e-05 mm long
+ and its vector is (6.34278711402203e-05,-4.671685616131072e-06,4.08501755373436e-05) mm
+ Endpoint of ComputeStep() was (-207.3025389517433,-114.9253176410634,1794.930435115673)
+ and current position to locate is (-207.3024755238722,-114.925322312749,1794.930475965848)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 2.286030815908623e-05 mm long
+ and its vector is (1.565202069286897e-06,-4.450917231224594e-06,-2.2368128384187e-05) mm
+ Endpoint of ComputeStep() was (-748.366862499505,-526.6757349893203,2015.703153998346)
+ and current position to locate is (-748.366860934303,-526.6757394402375,2015.703131630218)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001146662818197819 mm long
+ and its vector is (-4.751093467803003e-05,-8.399636146805278e-05,-6.193285503286461e-05) mm
+ Endpoint of ComputeStep() was (-748.3667646061592,-526.6755973371279,2015.703077306416)
+ and current position to locate is (-748.3668121170939,-526.6756813334894,2015.703015373561)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 8.924724123332041e-06 mm long
+ and its vector is (4.900892975001625e-06,-1.620128728063719e-06,7.280599675141275e-06) mm
+ Endpoint of ComputeStep() was (-433.0128879197605,-222.3001787717272,2015.889438801274)
+ and current position to locate is (-433.0128830188676,-222.3001803918559,2015.889446081874)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.00014086822584542 mm long
+ and its vector is (-0.0001242137942085719,6.379040215165332e-05,1.858964697021293e-05) mm
+ Endpoint of ComputeStep() was (-433.0127687501403,-222.3003188882938,2015.889617394359)
+ and current position to locate is (-433.0128929639345,-222.3002550978917,2015.889635984006)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.02310627763946595 mm long
+ and its vector is (-0.002428369414509746,-0.01348815139429105,-0.01860303363173443) mm
+ Endpoint of ComputeStep() was (-12.5135399426322,3.302761737478417,1562.650868173326)
+ and current position to locate is (-12.51596831204671,3.289273586084126,1562.632265139695)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.01059262330330778 mm long
+ and its vector is (0.003325573749647148,0.01005299791785585,-0.0002854129377283243) mm
+ Endpoint of ComputeStep() was (-11.87908950001447,3.066006920648005,1562.659774165046)
+ and current position to locate is (-11.87576392626482,3.076059918565861,1562.659488752108)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 6.440800597253872e-06 mm long
+ and its vector is (-4.70358586568409e-06,5.04245690535754e-07,-4.371032900962746e-06) mm
+ Endpoint of ComputeStep() was (-41.04570495576685,47.89986881581372,1744.979581075666)
+ and current position to locate is (-41.04570965935272,47.89986932005941,1744.979576704633)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001146197688260177 mm long
+ and its vector is (8.85290580470155e-05,-7.431809926572441e-06,7.242282435981906e-05) mm
+ Endpoint of ComputeStep() was (-41.04586426617156,47.89992476905488,1744.979589982092)
+ and current position to locate is (-41.04577573711351,47.89991733724496,1744.979662404916)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 3.74846872840193e-05 mm long
+ and its vector is (3.389219055094372e-05,-1.483562311221931e-05,-6.027062909197411e-06) mm
+ Endpoint of Compute
+============================================================================================
+================= lines above cut to keep file within limits ===============================
+============================================================================================
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.0001647052129054764 mm long
+ and its vector is (-7.056123612869669e-05,0.00014650141477901,2.619646124912833e-05) mm
+ Endpoint of ComputeStep() was (49.10397462733606,-20.82672316462173,165.4807713276701)
+ and current position to locate is (49.10390406609993,-20.82657666320695,165.4807975241314)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
+
+-------- WWWW ------- G4Exception-START -------- WWWW -------
+*** G4Exception : GeomNav1002
+ issued by : G4PathFinder::ReportMove()
+Endpoint moved between value returned by ComputeStep() and call to Locate().
+ Change of (End) Position / G4PathFinder::Locate is 0.005894587593390272 mm long
+ and its vector is (-0.00405768634438175,0.002959321576615048,0.00308605901319936) mm
+ Endpoint of ComputeStep() was (1.630846750309643,-1.155475244531792,41.2284498777372)
+ and current position to locate is (1.626789063965261,-1.152515922955177,41.2315359367504)
+*** This is just a warning message. ***
+-------- WWWW -------- G4Exception-END --------- WWWW -------
+
Graphics systems deleted.
Visualization Manager deleting...
diff --git a/examples/extended/biasing/ReverseMC01/History b/examples/extended/biasing/ReverseMC01/History
index aa6130794e..fe50129783 100644
--- a/examples/extended/biasing/ReverseMC01/History
+++ b/examples/extended/biasing/ReverseMC01/History
@@ -1,4 +1,4 @@
-$Id: History 101420 2016-11-17 10:37:14Z gcosmo $
+$Id: History 107258 2017-11-07 09:58:16Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -16,6 +16,15 @@ committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+
+Nov 6, 2017 V.Ivanchenko (ReverseMC01-V10-03-01)
+- G4AdjointPhysicsList - use SetEmModel(..) instead of AddEmModel
+ where possible in order to remove initialisation warning
+
+Oct 12, 2017 V.Ivanchenko (ReverseMC01-V10-03-00)
+- G4AdjointPhysicsList - do not reset lateral displacement
+ algorithm in the Urban msc model
+
Nov 16, 2016 L. Desorgher (ReverseMC01-V10-02-03)
- New attempt to solve the FPE issue RMC01AnalysisManager::ComputeMeanEdepAndError()
remove of floating point exception issue.
diff --git a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out
index a9a291c898..5e28f95215 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-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -56,9 +56,7 @@ End of Event User Vis Actions: none
End of Run User Vis Actions: none
Some /vis commands (optionally) take a string to specify colour.
-Available colours:
- black, blue, brown, cyan, gray, green, grey, magenta, red, white, yellow
-
+"/vis/list" to see available colours.
G4AdjointPhysicsList::SetCuts:CutLength : 1 mm
G4AdjointPhysicsList::SetCuts:CutLength : 10 um
/adjoint/DefineExtSourceOnExtSurfaceOfAVolume Shielding
@@ -321,11 +319,11 @@ nb event 175000
1% Precision reached!
Run terminated.
Run Summary
- Run Aborted after 177858 events processed.
- User=115.24s Real=115.85s Sys=0.15s
+ Run Aborted after 175178 events processed.
+ User=80.12s Real=80.31s Sys=0.05s
Results of reverse/adjoint simulation!
-normalised edep [MeV] = 0.00167091
-error[MeV] = 1.67088e-05
+normalised edep [MeV] = 0.00167385
+error[MeV] = 1.67379e-05
----> Histogram Tree is saved in adjoint_sim.root
Graphics systems deleted.
@@ -333,6 +331,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/biasing/ReverseMC01/src/G4AdjointPhysicsList.cc b/examples/extended/biasing/ReverseMC01/src/G4AdjointPhysicsList.cc
index f7e196878e..fa935e84d7 100644
--- a/examples/extended/biasing/ReverseMC01/src/G4AdjointPhysicsList.cc
+++ b/examples/extended/biasing/ReverseMC01/src/G4AdjointPhysicsList.cc
@@ -26,7 +26,7 @@
/// \file biasing/ReverseMC01/src/G4AdjointPhysicsList.cc
/// \brief Implementation of the G4AdjointPhysicsList class
//
-// $Id: G4AdjointPhysicsList.cc 101303 2016-11-14 11:21:18Z gcosmo $
+// $Id: G4AdjointPhysicsList.cc 107258 2017-11-07 09:58:16Z gcosmo $
//
//////////////////////////////////////////////////////////////
// Class Name: G4AdjointPhysicsList
@@ -262,12 +262,10 @@ void G4AdjointPhysicsList::ConstructEM()
if (fUse_ms) {
theeminusMS = new G4eMultipleScattering();
G4UrbanMscModel* msc1 = new G4UrbanMscModel();
- msc1->SetNewDisplacementFlag(false);
- theeminusMS->AddEmModel(0, msc1);
+ theeminusMS->SetEmModel(msc1);
theeminusAdjointMS = new G4eAdjointMultipleScattering();
G4UrbanAdjointMscModel* msc2 = new G4UrbanAdjointMscModel();
- msc2->SetNewDisplacementFlag(false);
- theeminusAdjointMS->AddEmModel(0, msc2);
+ theeminusAdjointMS->SetEmModel(msc2);
thepMS = new G4hMultipleScattering();
}
diff --git a/examples/extended/common/.README.txt b/examples/extended/common/.README.txt
index 01a0141ee2..7c63725e60 100644
--- a/examples/extended/common/.README.txt
+++ b/examples/extended/common/.README.txt
@@ -8,21 +8,18 @@
In order to reduce code duplication and to reduce the number of variants of
the code of same kind, we define a set of common classes which
can be reused in "feature" examples demonstrating just a particular feature.
- This module is going to be enhanced in future. Currently it provides
+ This module may be enhanced in future. Currently it provides
the following sets of classes:
- Detector construction classes
- two simple detector construction classes with a messenger
- Physics list classes
- - ExG4PhysicsList00 - physics list with geantino and chargedgeantino only
+ - GeantinoPhysicsList - physics list with geantino and chargedgeantino only
- Primary generator classes
- two simple primary generator classes (with G4ParticleGun and
G4ParticleGeneralSource)
-
- - User action classes:
- - event action and run action classes with messengers
*/
diff --git a/examples/extended/common/History b/examples/extended/common/History
index 86f0fbc1a5..acd5cc6fbc 100644
--- a/examples/extended/common/History
+++ b/examples/extended/common/History
@@ -15,6 +15,13 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+29/09/17 I. Hrivnacova (excommon-V10-03-00,01)
+- Removed generic class names prefix (ExG4) and introduced a meaningful one
+ when appropriate
+- Removed event and run action classes which are now obsolete
+- Replaced explicit messengers with use of G4GenericMessenger
+- C++11 (nullptr, auto)
+
20/07/16 I. Hrivnacova (excommon-V10-02-01)
- Coding guidelines (redundant empty lines)
diff --git a/examples/extended/common/README b/examples/extended/common/README
index dcc91a5ae3..e6615c5b1c 100644
--- a/examples/extended/common/README
+++ b/examples/extended/common/README
@@ -11,20 +11,17 @@ $Id$
In order to reduce code duplication and to reduce the number of variants of
the code of same kind, we define a set of common classes which
can be reused in "feature" examples demonstrating just a particular feature.
- This module is going to be enhanced in future. Currently it provides
+ This module may be enhanced in future. Currently it provides
the following sets of classes:
- Detector construction classes
- two simple detector construction classes with a messenger
- Physics list classes
- - ExG4PhysicsList00 - physics list with geantino and chargedgeantino only
+ - GeantinoPhysicsList - physics list with geantino and chargedgeantino only
- Primary generator classes
- two simple primary generator classes (with G4ParticleGun and
G4ParticleGeneralSource)
-
- - User action classes:
- - event action and run action classes with messengers
diff --git a/examples/extended/g3tog4/clGeometry/common/include/ExG4DetectorConstruction02.hh b/examples/extended/common/include/DetectorConstruction.hh
similarity index 76%
rename from examples/extended/g3tog4/clGeometry/common/include/ExG4DetectorConstruction02.hh
rename to examples/extended/common/include/DetectorConstruction.hh
index 77f79eba89..af61a1e558 100644
--- a/examples/extended/g3tog4/clGeometry/common/include/ExG4DetectorConstruction02.hh
+++ b/examples/extended/common/include/DetectorConstruction.hh
@@ -25,37 +25,33 @@
//
// $Id$
//
-/// \file ExG4DetectorConstruction02.hh
-/// \brief Definition of the ExG4DetectorConstruction02 class
+/// \file DetectorConstruction.hh
+/// \brief Definition of the DetectorConstruction class
-#ifndef ExG4DetectorConstruction02_h
-#define ExG4DetectorConstruction02_h 1
+#ifndef DetectorConstruction_h
+#define DetectorConstruction_h 1
#include "G4VUserDetectorConstruction.hh"
-
-#include "ExG4DetectorConstruction02Messenger.hh"
-
#include "G4ThreeVector.hh"
-
#include "CLHEP/Units/SystemOfUnits.h"
class G4LogicalVolume;
class G4Material;
-class DetectorMessenger;
+class G4GenericMessenger;
/// Simple detector construction with a box volume placed in a world
-class ExG4DetectorConstruction02 : public G4VUserDetectorConstruction
+class DetectorConstruction : public G4VUserDetectorConstruction
{
public:
- ExG4DetectorConstruction02(
+ DetectorConstruction(
const G4String& boxMaterialName = "G4_AIR",
G4double boxHx = 40*CLHEP::cm,
G4double boxHy = 40*CLHEP::cm,
G4double boxHz = 40*CLHEP::cm,
const G4String& worldMaterialName = "G4_AIR",
G4double worldSizeFactor = 1.25);
- ~ExG4DetectorConstruction02();
+ ~DetectorConstruction();
public:
// methods from base class
@@ -64,18 +60,19 @@ class ExG4DetectorConstruction02 : public G4VUserDetectorConstruction
// set methods
void SetBoxMaterial(const G4String& materialName);
void SetWorldMaterial(const G4String& materialName);
- void SetBoxDimensions(G4double hx, G4double hy, G4double hz);
+ void SetBoxDimensions(G4ThreeVector dimensions);
void SetWorldSizeFactor(G4double factor);
private:
- ExG4DetectorConstruction02Messenger fMessenger;
+ void DefineCommands();
- G4String fBoxMaterialName;
- G4String fWorldMaterialName;
- G4ThreeVector fBoxDimensions;
- G4double fWorldSizeFactor;
- G4LogicalVolume* fBoxVolume;
- G4LogicalVolume* fWorldVolume;
+ G4GenericMessenger* fMessenger;
+ G4String fBoxMaterialName;
+ G4String fWorldMaterialName;
+ G4ThreeVector fBoxDimensions;
+ G4double fWorldSizeFactor;
+ G4LogicalVolume* fBoxVolume;
+ G4LogicalVolume* fWorldVolume;
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/common/include/ExG4DetectorConstruction01.hh b/examples/extended/common/include/DetectorConstruction0.hh
similarity index 78%
rename from examples/extended/common/include/ExG4DetectorConstruction01.hh
rename to examples/extended/common/include/DetectorConstruction0.hh
index 6a1a5959cc..fb7041d5fc 100644
--- a/examples/extended/common/include/ExG4DetectorConstruction01.hh
+++ b/examples/extended/common/include/DetectorConstruction0.hh
@@ -25,35 +25,31 @@
//
// $Id$
//
-/// \file ExG4DetectorConstruction01.hh
-/// \brief Definition of the ExG4DetectorConstruction01 class
+/// \file DetectorConstruction0.hh
+/// \brief Definition of the DetectorConstruction0 class
-#ifndef ExG4DetectorConstruction01_h
-#define ExG4DetectorConstruction01_h 1
+#ifndef DetectorConstruction0_h
+#define DetectorConstruction0_h 1
#include "G4VUserDetectorConstruction.hh"
-
-#include "ExG4DetectorConstruction01Messenger.hh"
-
#include "G4ThreeVector.hh"
-
#include "CLHEP/Units/SystemOfUnits.h"
class G4LogicalVolume;
class G4Material;
-class DetectorMessenger;
+class G4GenericMessenger;
/// Simple detector construction with only a world volume
-class ExG4DetectorConstruction01 : public G4VUserDetectorConstruction
+class DetectorConstruction0 : public G4VUserDetectorConstruction
{
public:
- ExG4DetectorConstruction01(
+ DetectorConstruction0(
const G4String& materialName = "G4_AIR",
G4double hx = 50*CLHEP::cm,
G4double hy = 50*CLHEP::cm,
G4double hz = 50*CLHEP::cm);
- ~ExG4DetectorConstruction01();
+ ~DetectorConstruction0();
public:
// methods from base class
@@ -61,14 +57,15 @@ class ExG4DetectorConstruction01 : public G4VUserDetectorConstruction
// set methods
void SetMaterial(const G4String& materialName);
- void SetDimensions(G4double hx, G4double hy, G4double hz);
+ void SetDimensions(G4ThreeVector dimensions);
private:
- ExG4DetectorConstruction01Messenger fMessenger;
+ void DefineCommands();
- G4String fMaterialName;
- G4ThreeVector fDimensions;
- G4LogicalVolume* fWorldVolume;
+ G4GenericMessenger* fMessenger;
+ G4String fMaterialName;
+ G4ThreeVector fDimensions;
+ G4LogicalVolume* fWorldVolume;
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/common/include/ExG4DetectorConstruction01Messenger.hh b/examples/extended/common/include/ExG4DetectorConstruction01Messenger.hh
deleted file mode 100644
index ba755dee36..0000000000
--- a/examples/extended/common/include/ExG4DetectorConstruction01Messenger.hh
+++ /dev/null
@@ -1,70 +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. *
-// ********************************************************************
-//
-// $Id: ExG4DetectorConstruction01Messenger.hh 85714 2014-11-04 14:30:40Z ihrivnac $
-//
-/// \file ExG4DetectorConstruction01Messenger.hh
-/// \brief Definition of the ExG4DetectorConstruction01Messenger class
-
-#ifndef ExG4DetectorConstruction01Messenger_h
-#define ExG4DetectorConstruction01Messenger_h 1
-
-#include "G4UImessenger.hh"
-#include "globals.hh"
-
-class ExG4DetectorConstruction01;
-class G4UIdirectory;
-class G4UIcmdWithAString;
-class G4UIcmdWith3VectorAndUnit;
-class G4UIcmdWithADouble;
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-/// Messenger class that defines commands for ExG4DetectorConstruction01.
-///
-/// It implements commands:
-/// - /ExG4/det/setMaterialName name
-/// - /ExG4/det/setDimensions hx hy hz unit
-
-class ExG4DetectorConstruction01Messenger: public G4UImessenger
-{
- public:
- ExG4DetectorConstruction01Messenger(ExG4DetectorConstruction01* );
- virtual ~ExG4DetectorConstruction01Messenger();
-
- virtual void SetNewValue(G4UIcommand* command, G4String newValue);
-
- private:
- ExG4DetectorConstruction01* fDetectorConstruction;
- G4UIdirectory* fTopDirectory;
- G4UIdirectory* fDirectory;
- G4UIcmdWithAString* fSetMaterialCmd;
- G4UIcmdWith3VectorAndUnit* fSetDimensionsCmd;
-};
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-#endif
-
diff --git a/examples/extended/common/include/ExG4DetectorConstruction02Messenger.hh b/examples/extended/common/include/ExG4DetectorConstruction02Messenger.hh
deleted file mode 100644
index b015294d38..0000000000
--- a/examples/extended/common/include/ExG4DetectorConstruction02Messenger.hh
+++ /dev/null
@@ -1,74 +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. *
-// ********************************************************************
-//
-// $Id: ExG4DetectorConstruction02Messenger.hh 85714 2014-11-04 14:30:40Z ihrivnac $
-//
-/// \file ExG4DetectorConstruction02Messenger.hh
-/// \brief Definition of the ExG4DetectorConstruction02Messenger class
-
-#ifndef ExG4DetectorConstruction02Messenger_h
-#define ExG4DetectorConstruction02Messenger_h 1
-
-#include "G4UImessenger.hh"
-#include "globals.hh"
-
-class ExG4DetectorConstruction02;
-class G4UIdirectory;
-class G4UIcmdWithAString;
-class G4UIcmdWith3VectorAndUnit;
-class G4UIcmdWithADouble;
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-/// Messenger class that defines commands for ExG4DetectorConstruction02.
-///
-/// It implements commands:
-/// - /ExG4/det/setBoxMaterialName name
-/// - /ExG4/det/setWorldMaterialName name
-/// - /ExG4/det/setBoxDimensions hx hy hz unit
-/// - /ExG4/det/setWorldSizeFactor value
-
-class ExG4DetectorConstruction02Messenger: public G4UImessenger
-{
- public:
- ExG4DetectorConstruction02Messenger(ExG4DetectorConstruction02* );
- virtual ~ExG4DetectorConstruction02Messenger();
-
- virtual void SetNewValue(G4UIcommand* command, G4String newValue);
-
- private:
- ExG4DetectorConstruction02* fDetectorConstruction;
- G4UIdirectory* fTopDirectory;
- G4UIdirectory* fDirectory;
- G4UIcmdWithAString* fSetBoxMaterialCmd;
- G4UIcmdWithAString* fSetWorldMaterialCmd;
- G4UIcmdWith3VectorAndUnit* fSetBoxDimensionsCmd;
- G4UIcmdWithADouble* fSetWorldSizeFactorCmd;
-};
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-#endif
-
diff --git a/examples/extended/common/include/ExG4EventAction01Messenger.hh b/examples/extended/common/include/ExG4EventAction01Messenger.hh
deleted file mode 100644
index 78336acd9d..0000000000
--- a/examples/extended/common/include/ExG4EventAction01Messenger.hh
+++ /dev/null
@@ -1,66 +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. *
-// ********************************************************************
-//
-// $Id$
-//
-/// \file ExG4EventAction01Messenger.hh
-/// \brief Definition of the ExG4EventAction01Messenger class
-
-#ifndef ExG4EventAction01Messenger_h
-#define ExG4EventAction01Messenger_h 1
-
-#include "globals.hh"
-#include "G4UImessenger.hh"
-
-class ExG4EventAction01;
-class G4UIdirectory;
-class G4UIcmdWithAnInteger;
-class G4UIcmdWithABool;
-
-/// Messenger class that defines commands for ExG4EventAction01
-///
-/// It implements commands:
-/// - /ExG4/event/verboseLevel level
-/// - /ExG4/event/printModulo modulo
-/// - /ExG4/event/saveRndm true|false
-
-class ExG4EventAction01Messenger: public G4UImessenger
-{
- public:
- ExG4EventAction01Messenger(ExG4EventAction01* eventAction);
- ~ExG4EventAction01Messenger();
-
- virtual void SetNewValue(G4UIcommand* command, G4String newValue);
-
- private:
- // data members
- ExG4EventAction01* fEventAction;
- G4UIdirectory* fTopDirectory;
- G4UIdirectory* fDirectory;
- G4UIcmdWithAnInteger* fSetVerboseLevelCmd;
- G4UIcmdWithABool* fSetSaveRndmCmd;
-};
-
-#endif //ExG4EventAction01Messenger_h
diff --git a/examples/extended/common/include/ExG4RunAction01.hh b/examples/extended/common/include/ExG4RunAction01.hh
deleted file mode 100644
index 86f71e2ef1..0000000000
--- a/examples/extended/common/include/ExG4RunAction01.hh
+++ /dev/null
@@ -1,101 +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. *
-// ********************************************************************
-//
-// $Id$
-//
-/// \file ExG4RunAction01.hh
-/// \brief Definition of the ExG4RunAction01 class
-
-#ifndef ExG4RunAction01_h
-#define ExG4RunAction01_h 1
-
-#include "ExG4RunAction01Messenger.hh"
-
-#include "G4UserRunAction.hh"
-#include "globals.hh"
-
-class G4Run;
-
-/// Run action class
-///
-/// It provides:
-/// - setting verbose level
-/// - option to save random number status at begin and end of run
-/// - option to read random number from a file at begin of run
-/// - option for automatic (time-based) random seeds for each run
-
-class ExG4RunAction01 : public G4UserRunAction
-{
- public:
- ExG4RunAction01();
- ~ExG4RunAction01();
-
- public:
- // methods
- virtual void BeginOfRunAction(const G4Run* run);
- virtual void EndOfRunAction(const G4Run* run);
-
- // set methods
- void SetRndmFileName(const G4String& fileName);
- void SetVerboseLevel(G4int level);
- void SetSaveRndm(G4bool value);
- void SetReadRndm(G4bool value);
- void SetAutoSeed(G4bool value);
-
- private:
- // static data members
- static const G4String fgkDefaultRndmFileName;
-
- // data members
- ExG4RunAction01Messenger fMessenger;
- G4String fRndmFileName;
- G4int fVerboseLevel;
- G4bool fSaveRndm;
- G4bool fReadRndm;
- G4bool fAutoSeed;
-};
-// inline functions
-
-inline void ExG4RunAction01::SetVerboseLevel(G4int level) {
- fVerboseLevel = level;
-}
-
-inline void ExG4RunAction01::SetRndmFileName(const G4String& fileName) {
- fRndmFileName = fileName;
-}
-
-inline void ExG4RunAction01::SetSaveRndm(G4bool value) {
- fSaveRndm = value;
-}
-
-inline void ExG4RunAction01::SetReadRndm(G4bool value) {
- fReadRndm = value;
-}
-
-inline void ExG4RunAction01::SetAutoSeed(G4bool value) {
- fAutoSeed = value;
-}
-
-#endif
diff --git a/examples/extended/eventgenerator/pythia/decayer6/common/include/ExG4PhysicsList00.hh b/examples/extended/common/include/GeantinoPhysicsList.hh
similarity index 88%
rename from examples/extended/eventgenerator/pythia/decayer6/common/include/ExG4PhysicsList00.hh
rename to examples/extended/common/include/GeantinoPhysicsList.hh
index f4b49b6cf1..d2981d7629 100644
--- a/examples/extended/eventgenerator/pythia/decayer6/common/include/ExG4PhysicsList00.hh
+++ b/examples/extended/common/include/GeantinoPhysicsList.hh
@@ -25,21 +25,21 @@
//
// $Id$
//
-/// \file ExG4PhysicsList00.hh
-/// \brief Definition of the ExG4PhysicsList00 class
+/// \file GeantinoPhysicsList.hh
+/// \brief Definition of the GeantinoPhysicsList class
-#ifndef ExG4PhysicsList00_h
-#define ExG4PhysicsList00_h 1
+#ifndef GeantinoPhysicsList_h
+#define GeantinoPhysicsList_h 1
#include "G4VUserPhysicsList.hh"
/// Physics list with geantino and charged geantino only
-class ExG4PhysicsList00: public G4VUserPhysicsList
+class GeantinoPhysicsList: public G4VUserPhysicsList
{
public:
- ExG4PhysicsList00();
- ~ExG4PhysicsList00();
+ GeantinoPhysicsList();
+ ~GeantinoPhysicsList();
protected:
// Construct particle and physics process
diff --git a/examples/extended/g3tog4/clGeometry/common/include/ExG4PrimaryGeneratorAction02.hh b/examples/extended/common/include/GpsPrimaryGeneratorAction.hh
similarity index 80%
rename from examples/extended/g3tog4/clGeometry/common/include/ExG4PrimaryGeneratorAction02.hh
rename to examples/extended/common/include/GpsPrimaryGeneratorAction.hh
index 8a82be5bf5..adf714b9c9 100644
--- a/examples/extended/g3tog4/clGeometry/common/include/ExG4PrimaryGeneratorAction02.hh
+++ b/examples/extended/common/include/GpsPrimaryGeneratorAction.hh
@@ -25,15 +25,12 @@
//
// $Id$
//
-/// \file ExG4PrimaryGeneratorAction02.hh
-/// \brief Definition of the ExG4PrimaryGeneratorAction02 class
+/// \file GpsPrimaryGeneratorAction.hh
+/// \brief Definition of the GpsPrimaryGeneratorActionclass
//
-#ifndef ExG4PrimaryGeneratorAction02_h
-#define ExG4PrimaryGeneratorAction02_h 1
-
-/// \file ExG4PrimaryGeneratorAction02.hh
-/// \brief Definition of the ExG4PrimaryGeneratorAction02 class
+#ifndef GpsPrimaryGeneratorAction_h
+#define GpsPrimaryGeneratorAction_h 1
#include "G4VUserPrimaryGeneratorAction.hh"
#include "globals.hh"
@@ -46,11 +43,11 @@ class G4Event;
///
/// \author I. Hrivnacova; IPN Orsay
-class ExG4PrimaryGeneratorAction02 : public G4VUserPrimaryGeneratorAction
+class GpsPrimaryGeneratorAction: public G4VUserPrimaryGeneratorAction
{
public:
- ExG4PrimaryGeneratorAction02();
- ~ExG4PrimaryGeneratorAction02();
+ GpsPrimaryGeneratorAction();
+ ~GpsPrimaryGeneratorAction();
// methods
virtual void GeneratePrimaries(G4Event*);
@@ -61,7 +58,7 @@ class ExG4PrimaryGeneratorAction02 : public G4VUserPrimaryGeneratorAction
static const G4double fgkDefaultEnergy;
// data members
- G4GeneralParticleSource* fGeneralParticleSource; //pointer a to G4 service class
+ G4GeneralParticleSource* fGeneralParticleSource;
};
#endif
diff --git a/examples/extended/g3tog4/clGeometry/common/include/ExG4PrimaryGeneratorAction01.hh b/examples/extended/common/include/GunPrimaryGeneratorAction.hh
similarity index 85%
rename from examples/extended/g3tog4/clGeometry/common/include/ExG4PrimaryGeneratorAction01.hh
rename to examples/extended/common/include/GunPrimaryGeneratorAction.hh
index 810f7e602d..cbfdd29fed 100644
--- a/examples/extended/g3tog4/clGeometry/common/include/ExG4PrimaryGeneratorAction01.hh
+++ b/examples/extended/common/include/GunPrimaryGeneratorAction.hh
@@ -25,11 +25,11 @@
//
// $Id$
//
-/// \file ExG4PrimaryGeneratorAction01.hh
-/// \brief Definition of the ExG4PrimaryGeneratorAction01 class
+/// \file GunPrimaryGeneratorAction.hh
+/// \brief Definition of the GunPrimaryGeneratorAction class
-#ifndef ExG4PrimaryGeneratorAction01_h
-#define ExG4PrimaryGeneratorAction01_h 1
+#ifndef GunPrimaryGeneratorAction_h
+#define GunPrimaryGeneratorAction_h 1
#include "G4VUserPrimaryGeneratorAction.hh"
#include "G4ThreeVector.hh"
@@ -45,23 +45,22 @@ class G4Event;
///
/// \author I. Hrivnacova; IPN Orsay
-class ExG4PrimaryGeneratorAction01 : public G4VUserPrimaryGeneratorAction
+class GunPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
{
public:
- ExG4PrimaryGeneratorAction01(
+ GunPrimaryGeneratorAction(
const G4String& particleName = "geantino",
G4double energy = 1.*CLHEP::MeV,
G4ThreeVector position= G4ThreeVector(0,0,0),
G4ThreeVector momentumDirection = G4ThreeVector(0,0,1));
- ~ExG4PrimaryGeneratorAction01();
+ ~GunPrimaryGeneratorAction();
// methods
virtual void GeneratePrimaries(G4Event*);
private:
// data members
- G4ParticleGun* fParticleGun; //pointer a to G4 service class
+ G4ParticleGun* fParticleGun;
};
#endif
-
diff --git a/examples/extended/eventgenerator/pythia/decayer6/common/src/ExG4DetectorConstruction02.cc b/examples/extended/common/src/DetectorConstruction.cc
similarity index 66%
rename from examples/extended/eventgenerator/pythia/decayer6/common/src/ExG4DetectorConstruction02.cc
rename to examples/extended/common/src/DetectorConstruction.cc
index 63a3e8318a..284eea9d3a 100644
--- a/examples/extended/eventgenerator/pythia/decayer6/common/src/ExG4DetectorConstruction02.cc
+++ b/examples/extended/common/src/DetectorConstruction.cc
@@ -25,64 +25,62 @@
//
// $Id$
//
-/// \file ExG4DetectorConstruction02.cc
-/// \brief Implementation of the ExG4DetectorConstruction02 class
+/// \file DetectorConstruction.cc
+/// \brief Implementation of the DetectorConstruction class
-#include "ExG4DetectorConstruction02.hh"
-#include "ExG4DetectorConstruction02Messenger.hh"
+#include "DetectorConstruction.hh"
#include "G4Material.hh"
#include "G4NistManager.hh"
#include "G4Box.hh"
#include "G4LogicalVolume.hh"
#include "G4PVPlacement.hh"
+#include "G4GenericMessenger.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-ExG4DetectorConstruction02::ExG4DetectorConstruction02(
+DetectorConstruction::DetectorConstruction(
const G4String& boxMaterialName,
G4double boxHx, G4double boxHy, G4double boxHz,
const G4String& worldMaterialName,
G4double worldSizeFactor)
: G4VUserDetectorConstruction(),
- fMessenger(this),
+ fMessenger(nullptr),
fBoxMaterialName(boxMaterialName),
fWorldMaterialName(worldMaterialName),
fBoxDimensions(boxHx*2, boxHy*2, boxHz*2),
fWorldSizeFactor(worldSizeFactor),
- fBoxVolume(0),
- fWorldVolume(0)
+ fBoxVolume(nullptr),
+ fWorldVolume(nullptr)
{
+ DefineCommands();
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-ExG4DetectorConstruction02::~ExG4DetectorConstruction02()
-{
+DetectorConstruction::~DetectorConstruction()
+{
+ delete fMessenger;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-G4VPhysicalVolume* ExG4DetectorConstruction02::Construct()
+G4VPhysicalVolume* DetectorConstruction::Construct()
{
// Define materials via NIST manager
//
- G4NistManager* nistManager = G4NistManager::Instance();
+ auto nistManager = G4NistManager::Instance();
- G4Material* worldMaterial
- = nistManager->FindOrBuildMaterial(fWorldMaterialName);
-
- G4Material* boxMaterial
- = nistManager->FindOrBuildMaterial(fBoxMaterialName);
+ auto worldMaterial = nistManager->FindOrBuildMaterial(fWorldMaterialName);
+ auto boxMaterial = nistManager->FindOrBuildMaterial(fBoxMaterialName);
// Geometry parameters
//
G4ThreeVector worldDimensions = fBoxDimensions * fWorldSizeFactor;
-
// World
//
- G4Box* sWorld
+ auto sWorld
= new G4Box("World", //name
worldDimensions.x(), //dimensions (half-lentghs)
worldDimensions.y(),
@@ -93,7 +91,7 @@ G4VPhysicalVolume* ExG4DetectorConstruction02::Construct()
worldMaterial, //material
"World"); //name
- G4VPhysicalVolume* pWorld
+ auto pWorld
= new G4PVPlacement(0, //no rotation
G4ThreeVector(), //at (0,0,0)
fWorldVolume, //logical volume
@@ -104,7 +102,7 @@ G4VPhysicalVolume* ExG4DetectorConstruction02::Construct()
// Box
//
- G4Box* sBox
+ auto sBox
= new G4Box("Box", //its name
fBoxDimensions.x(), //dimensions (half-lengths)
fBoxDimensions.y(),
@@ -130,13 +128,11 @@ G4VPhysicalVolume* ExG4DetectorConstruction02::Construct()
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-void ExG4DetectorConstruction02::SetBoxMaterial(const G4String& materialName)
+void DetectorConstruction::SetBoxMaterial(const G4String& materialName)
{
- G4NistManager* nistManager = G4NistManager::Instance();
-
- G4Material* newMaterial
- = nistManager->FindOrBuildMaterial(materialName);
+ auto nistManager = G4NistManager::Instance();
+ auto newMaterial = nistManager->FindOrBuildMaterial(materialName);
if ( ! newMaterial ) {
G4cerr << "Material " << materialName << " not found." << G4endl;
G4cerr << "The box material was not changed." << G4endl;
@@ -149,13 +145,11 @@ void ExG4DetectorConstruction02::SetBoxMaterial(const G4String& materialName)
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-void ExG4DetectorConstruction02::SetWorldMaterial(const G4String& materialName)
+void DetectorConstruction::SetWorldMaterial(const G4String& materialName)
{
- G4NistManager* nistManager = G4NistManager::Instance();
-
- G4Material* newMaterial
- = nistManager->FindOrBuildMaterial(materialName);
+ auto nistManager = G4NistManager::Instance();
+ auto newMaterial = nistManager->FindOrBuildMaterial(materialName);
if ( ! newMaterial ) {
G4cerr << "Material " << materialName << " not found." << G4endl;
G4cerr << "The box material was not changed." << G4endl;
@@ -168,18 +162,17 @@ void ExG4DetectorConstruction02::SetWorldMaterial(const G4String& materialName)
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-void ExG4DetectorConstruction02::SetBoxDimensions(
- G4double hx, G4double hy, G4double hz)
+void DetectorConstruction::SetBoxDimensions(G4ThreeVector dimensions)
{
/// Set box dimension (in half lengths).
/// This setting has effect only if called in PreInit> phase
- fBoxDimensions = G4ThreeVector(hx, hy, hz);
+ fBoxDimensions = dimensions;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-void ExG4DetectorConstruction02::SetWorldSizeFactor(G4double factor)
+void DetectorConstruction::SetWorldSizeFactor(G4double factor)
{
/// Set the multiplication factor from box dimensions to world dimensions.
/// This setting has effect only if called in PreInit> phase
@@ -188,3 +181,46 @@ void ExG4DetectorConstruction02::SetWorldSizeFactor(G4double factor)
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+void DetectorConstruction::DefineCommands()
+{
+ // Define /B5/detector command directory using generic messenger class
+ fMessenger = new G4GenericMessenger(this,
+ "/detector/",
+ "Detector control");
+
+ // setBoxMaterial command
+ auto& setBoxMaterialCmd
+ = fMessenger->DeclareMethod("setBoxMaterial",
+ &DetectorConstruction::SetBoxMaterial,
+ "Set box material name.");
+ setBoxMaterialCmd.SetParameterName("boxMaterialName", false);
+ setBoxMaterialCmd.SetDefaultValue("G4_AIR");
+
+ // setWorldMaterial command
+ auto& setWorldMaterialCmd
+ = fMessenger->DeclareMethod("setWorldMaterial",
+ &DetectorConstruction::SetWorldMaterial,
+ "Set world material name.");
+ setWorldMaterialCmd.SetParameterName("worldMaterialName", false);
+ setWorldMaterialCmd.SetDefaultValue("G4_AIR");
+
+ // setBoxDimensions command
+ auto& setBoxDimensionsCmd
+ = fMessenger->DeclareMethodWithUnit("setBoxDimensions", "mm",
+ &DetectorConstruction::SetBoxDimensions,
+ "Set box dimensions (in half lentgh).");
+ setBoxDimensionsCmd.SetParameterName("boxDimensions", false);
+ setBoxDimensionsCmd.SetStates(G4State_PreInit);
+
+ // setWorldSizeFactor command
+ auto& setWorldSizeFactorCmd
+ = fMessenger->DeclareMethod("setWorldSizeFactor",
+ &DetectorConstruction::SetWorldSizeFactor,
+ "Set the multiplication factor from box dimensions to world dimensions.");
+ setWorldSizeFactorCmd.SetParameterName("worldSizeFactor", false);
+ setWorldSizeFactorCmd.SetRange("WorldSizeFactor >= 1");
+ setWorldSizeFactorCmd.SetStates(G4State_PreInit);
+}
+
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/eventgenerator/pythia/decayer6/common/src/ExG4DetectorConstruction01.cc b/examples/extended/common/src/DetectorConstruction0.cc
similarity index 67%
rename from examples/extended/eventgenerator/pythia/decayer6/common/src/ExG4DetectorConstruction01.cc
rename to examples/extended/common/src/DetectorConstruction0.cc
index a4f5a085c5..8241ebb15a 100644
--- a/examples/extended/eventgenerator/pythia/decayer6/common/src/ExG4DetectorConstruction01.cc
+++ b/examples/extended/common/src/DetectorConstruction0.cc
@@ -25,51 +25,52 @@
//
// $Id$
//
-/// \file ExG4DetectorConstruction01.cc
-/// \brief Implementation of the ExG4DetectorConstruction01 class
+/// \file DetectorConstruction0.cc
+/// \brief Implementation of the DetectorConstruction0 class
-#include "ExG4DetectorConstruction01.hh"
-#include "ExG4DetectorConstruction01Messenger.hh"
+#include "DetectorConstruction0.hh"
#include "G4Material.hh"
#include "G4NistManager.hh"
#include "G4Box.hh"
#include "G4LogicalVolume.hh"
#include "G4PVPlacement.hh"
+#include "G4GenericMessenger.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-ExG4DetectorConstruction01::ExG4DetectorConstruction01(
+DetectorConstruction0::DetectorConstruction0(
const G4String& materialName,
G4double hx, G4double hy, G4double hz)
: G4VUserDetectorConstruction(),
- fMessenger(this),
+ fMessenger(nullptr),
fMaterialName(materialName),
fDimensions(hx, hy, hz),
- fWorldVolume(0)
+ fWorldVolume(nullptr)
{
+ DefineCommands();
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-ExG4DetectorConstruction01::~ExG4DetectorConstruction01()
-{
+DetectorConstruction0::~DetectorConstruction0()
+{
+ delete fMessenger;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-G4VPhysicalVolume* ExG4DetectorConstruction01::Construct()
+G4VPhysicalVolume* DetectorConstruction0::Construct()
{
// Define materials via NIST manager
//
- G4NistManager* nistManager = G4NistManager::Instance();
+ auto nistManager = G4NistManager::Instance();
- G4Material* material
- = nistManager->FindOrBuildMaterial(fMaterialName);
+ auto material = nistManager->FindOrBuildMaterial(fMaterialName);
// World
//
- G4Box* sWorld
+ auto sWorld
= new G4Box("World", //name
fDimensions.x(), //dimensions (half-lentghs)
fDimensions.y(),
@@ -80,7 +81,7 @@ G4VPhysicalVolume* ExG4DetectorConstruction01::Construct()
material, //material
"World"); //name
- G4VPhysicalVolume* pWorld
+ auto pWorld
= new G4PVPlacement(0, //no rotation
G4ThreeVector(), //at (0,0,0)
fWorldVolume, //logical volume
@@ -96,13 +97,11 @@ G4VPhysicalVolume* ExG4DetectorConstruction01::Construct()
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-void ExG4DetectorConstruction01::SetMaterial(const G4String& materialName)
+void DetectorConstruction0::SetMaterial(const G4String& materialName)
{
- G4NistManager* nistManager = G4NistManager::Instance();
-
- G4Material* newMaterial
- = nistManager->FindOrBuildMaterial(materialName);
+ auto nistManager = G4NistManager::Instance();
+ auto newMaterial = nistManager->FindOrBuildMaterial(materialName);
if ( ! newMaterial ) {
G4cerr << "Material " << materialName << " not found." << G4endl;
G4cerr << "The box material was not changed." << G4endl;
@@ -115,13 +114,39 @@ void ExG4DetectorConstruction01::SetMaterial(const G4String& materialName)
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-void ExG4DetectorConstruction01::SetDimensions(
- G4double hx, G4double hy, G4double hz)
+void DetectorConstruction0::SetDimensions(G4ThreeVector dimensions)
{
/// Set world dimension (in half lengths).
/// This setting has effect only if called in PreInit> phase
- fDimensions = G4ThreeVector(hx, hy, hz);
+ fDimensions = dimensions;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+void DetectorConstruction0::DefineCommands()
+{
+ // Define /B5/detector command directory using generic messenger class
+ fMessenger = new G4GenericMessenger(this,
+ "/detector/",
+ "Detector control");
+
+ // setMaterial command
+ auto& setMaterialCmd
+ = fMessenger->DeclareMethod("setMaterial",
+ &DetectorConstruction0::SetMaterial,
+ "Set world material name.");
+ setMaterialCmd.SetParameterName("materialName", false);
+ setMaterialCmd.SetDefaultValue("G4_AIR");
+ setMaterialCmd.SetStates(G4State_PreInit);
+
+ // setDimensions command
+ auto& setDimensionsCmd
+ = fMessenger->DeclareMethodWithUnit("setDimensions", "mm",
+ &DetectorConstruction0::SetDimensions,
+ "Set world dimensions (in half lentgh).");
+ setDimensionsCmd.SetParameterName("dimensions", false);
+ setDimensionsCmd.SetStates(G4State_PreInit);
+}
+
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/common/src/ExG4DetectorConstruction01Messenger.cc b/examples/extended/common/src/ExG4DetectorConstruction01Messenger.cc
deleted file mode 100644
index 92b5ca595c..0000000000
--- a/examples/extended/common/src/ExG4DetectorConstruction01Messenger.cc
+++ /dev/null
@@ -1,100 +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. *
-// ********************************************************************
-//
-// $Id: ExG4DetectorConstruction01Messenger.cc 85714 2014-11-04 14:30:40Z ihrivnac $
-//
-/// \file ExG4DetectorConstruction01Messenger.cc
-/// \brief Implementation of the ExG4DetectorConstruction01Messenger class
-
-#include "ExG4DetectorConstruction01Messenger.hh"
-#include "ExG4DetectorConstruction01.hh"
-
-#include "G4UIdirectory.hh"
-#include "G4UIcmdWithAString.hh"
-#include "G4UIcmdWith3VectorAndUnit.hh"
-#include "G4UIcmdWithADouble.hh"
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-ExG4DetectorConstruction01Messenger::ExG4DetectorConstruction01Messenger(
- ExG4DetectorConstruction01* detectorConstruction)
- : G4UImessenger(),
- fDetectorConstruction(detectorConstruction),
- fTopDirectory(0),
- fDirectory(0),
- fSetMaterialCmd(0),
- fSetDimensionsCmd(0)
-
-{
- fTopDirectory = new G4UIdirectory("/ExG4/");
- fTopDirectory->SetGuidance("UI commands of common example classes");
-
- fDirectory = new G4UIdirectory("/ExG4/det/");
- fDirectory->SetGuidance("Detector control");
-
- fSetMaterialCmd
- = new G4UIcmdWithAString("/ExG4/det/setBoxMaterial",this);
- fSetMaterialCmd->SetGuidance("Select material of the box.");
- fSetMaterialCmd->SetParameterName("BoxMaterial", false);
- fSetMaterialCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
-
- fSetDimensionsCmd
- = new G4UIcmdWith3VectorAndUnit("/ExG4/det/setBoxDimensions",this);
- fSetDimensionsCmd->SetGuidance("Set box dimensions (in half lentgh).");
- fSetDimensionsCmd->SetParameterName(
- "BoxDimensionsHx", "BoxDimensionsHy","BoxDimensionsHz",
- false);
- //fSetDimensionsCmd->SetUnitCategory("Length");
- fSetDimensionsCmd->AvailableForStates(G4State_PreInit);
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-ExG4DetectorConstruction01Messenger::~ExG4DetectorConstruction01Messenger()
-{
- delete fTopDirectory;
- delete fDirectory;
- delete fSetMaterialCmd;
- delete fSetDimensionsCmd;
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-void ExG4DetectorConstruction01Messenger::SetNewValue(G4UIcommand* command,
- G4String newValue)
-{
- if( command == fSetMaterialCmd ) {
- fDetectorConstruction->SetMaterial(newValue);
- }
- else if( command == fSetDimensionsCmd ) {
- G4ThreeVector newDimensions
- = fSetDimensionsCmd->GetNew3VectorValue(newValue);
- fDetectorConstruction
- ->SetDimensions(
- newDimensions.x(), newDimensions.y(), newDimensions.z());
- }
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/common/src/ExG4DetectorConstruction02Messenger.cc b/examples/extended/common/src/ExG4DetectorConstruction02Messenger.cc
deleted file mode 100644
index 218eb53efd..0000000000
--- a/examples/extended/common/src/ExG4DetectorConstruction02Messenger.cc
+++ /dev/null
@@ -1,125 +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. *
-// ********************************************************************
-//
-// $Id$
-//
-/// \file ExG4DetectorConstruction02Messenger.cc
-/// \brief Implementation of the ExG4DetectorConstruction02Messenger class
-
-#include "ExG4DetectorConstruction02Messenger.hh"
-#include "ExG4DetectorConstruction02.hh"
-
-#include "G4UIdirectory.hh"
-#include "G4UIcmdWithAString.hh"
-#include "G4UIcmdWith3VectorAndUnit.hh"
-#include "G4UIcmdWithADouble.hh"
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-ExG4DetectorConstruction02Messenger::ExG4DetectorConstruction02Messenger(
- ExG4DetectorConstruction02* detectorConstruction)
- : G4UImessenger(),
- fDetectorConstruction(detectorConstruction),
- fTopDirectory(0),
- fDirectory(0),
- fSetBoxMaterialCmd(0),
- fSetWorldMaterialCmd(0),
- fSetBoxDimensionsCmd(0),
- fSetWorldSizeFactorCmd(0)
-
-{
- fTopDirectory = new G4UIdirectory("/ExG4/");
- fTopDirectory->SetGuidance("UI commands of common example classes");
-
- fDirectory = new G4UIdirectory("/ExG4/det/");
- fDirectory->SetGuidance("Detector control");
-
- fSetBoxMaterialCmd
- = new G4UIcmdWithAString("/ExG4/det/setBoxMaterial",this);
- fSetBoxMaterialCmd->SetGuidance("Select material of the box.");
- fSetBoxMaterialCmd->SetParameterName("BoxMaterial", false);
- fSetBoxMaterialCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
-
- fSetWorldMaterialCmd
- = new G4UIcmdWithAString("/ExG4/det/setWorldMaterial",this);
- fSetWorldMaterialCmd->SetGuidance("Select material of the world.");
- fSetWorldMaterialCmd->SetParameterName("WorldMaterial", false);
- fSetWorldMaterialCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
-
- fSetBoxDimensionsCmd
- = new G4UIcmdWith3VectorAndUnit("/ExG4/det/setBoxDimensions",this);
- fSetBoxDimensionsCmd->SetGuidance("Set box dimensions (in half lentgh).");
- fSetBoxDimensionsCmd->SetParameterName(
- "BoxDimensionsHx", "BoxDimensionsHy","BoxDimensionsHz",
- false);
- //fSetBoxDimensionsCmd->SetUnitCategory("Length");
- fSetBoxDimensionsCmd->AvailableForStates(G4State_PreInit);
-
- fSetWorldSizeFactorCmd
- = new G4UIcmdWithADouble("/ExG4/det/setWorldSizeFactor",this);
- fSetWorldSizeFactorCmd->SetGuidance(
- "Set the multiplication factor from box dimensions to world dimensions.");
- fSetWorldSizeFactorCmd->SetParameterName("WorldSizeFactor", false);
- fSetWorldSizeFactorCmd->SetRange("WorldSizeFactor >= 1");
- fSetWorldSizeFactorCmd->AvailableForStates(G4State_PreInit);
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-ExG4DetectorConstruction02Messenger::~ExG4DetectorConstruction02Messenger()
-{
- delete fTopDirectory;
- delete fDirectory;
- delete fSetBoxMaterialCmd;
- delete fSetWorldMaterialCmd;
- delete fSetBoxDimensionsCmd;
- delete fSetWorldSizeFactorCmd;
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-void ExG4DetectorConstruction02Messenger::SetNewValue(G4UIcommand* command,
- G4String newValue)
-{
- if( command == fSetBoxMaterialCmd ) {
- fDetectorConstruction->SetBoxMaterial(newValue);
- }
- else if( command == fSetWorldMaterialCmd ) {
- fDetectorConstruction->SetWorldMaterial(newValue);
- }
- else if( command == fSetBoxDimensionsCmd ) {
- G4ThreeVector newDimensions
- = fSetBoxDimensionsCmd->GetNew3VectorValue(newValue);
- fDetectorConstruction
- ->SetBoxDimensions(
- newDimensions.x(), newDimensions.y(), newDimensions.z());
- }
- else if ( command == fSetWorldSizeFactorCmd ) {
- fDetectorConstruction
- ->SetWorldSizeFactor(fSetWorldSizeFactorCmd->GetNewDoubleValue(newValue));
- }
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/common/src/ExG4EventAction01Messenger.cc b/examples/extended/common/src/ExG4EventAction01Messenger.cc
deleted file mode 100644
index 674798dfd0..0000000000
--- a/examples/extended/common/src/ExG4EventAction01Messenger.cc
+++ /dev/null
@@ -1,93 +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. *
-// ********************************************************************
-//
-// $Id$
-//
-/// \file ExG4EventAction01Messenger.cc
-/// \brief Implementation of the ExG4EventAction01Messenger class
-
-#include "ExG4EventAction01Messenger.hh"
-#include "ExG4EventAction01.hh"
-
-#include "G4UIdirectory.hh"
-#include "G4UIcmdWithAnInteger.hh"
-#include "G4UIcmdWithABool.hh"
-#include "globals.hh"
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-ExG4EventAction01Messenger::ExG4EventAction01Messenger(
- ExG4EventAction01* eventAction)
- : G4UImessenger(),
- fEventAction(eventAction),
- fTopDirectory(0),
- fDirectory(0),
- fSetVerboseLevelCmd(0),
- fSetSaveRndmCmd(0)
-{
- fTopDirectory = new G4UIdirectory("/ExG4/");
- fTopDirectory->SetGuidance("UI commands of common example classes");
-
- fDirectory = new G4UIdirectory("/ExG4/event/");
- fDirectory->SetGuidance("Event control");
-
- fSetVerboseLevelCmd
- = new G4UIcmdWithAnInteger("/ExG4/event/verboseLevel",this);
- fSetVerboseLevelCmd->SetGuidance("Set event verbose level ." );
- fSetVerboseLevelCmd->SetParameterName("VerboseLevel",false);
- fSetVerboseLevelCmd->AvailableForStates(G4State_PreInit, G4State_Init);
-
- fSetSaveRndmCmd = new G4UIcmdWithABool("/ExG4/event/saveRndm",this);
- fSetSaveRndmCmd
- ->SetGuidance("Activate saving random number at endOfEvent.");
- fSetSaveRndmCmd->SetParameterName("SaveRndm",false);
- fSetSaveRndmCmd->AvailableForStates(G4State_Idle, G4State_Init);
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-ExG4EventAction01Messenger::~ExG4EventAction01Messenger()
-{
- delete fTopDirectory;
- delete fDirectory;
- delete fSetVerboseLevelCmd;
- delete fSetSaveRndmCmd;
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-void ExG4EventAction01Messenger::SetNewValue(G4UIcommand* command,
- G4String newValue)
-{
- if(command == fSetVerboseLevelCmd) {
- fEventAction
- ->SetVerboseLevel(fSetVerboseLevelCmd->GetNewIntValue(newValue));
- }
- else if ( command == fSetSaveRndmCmd ) {
- fEventAction->SetSaveRndm(fSetSaveRndmCmd->GetNewBoolValue(newValue));
- }
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/common/src/ExG4RunAction01.cc b/examples/extended/common/src/ExG4RunAction01.cc
deleted file mode 100644
index 9d40c1f813..0000000000
--- a/examples/extended/common/src/ExG4RunAction01.cc
+++ /dev/null
@@ -1,129 +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. *
-// ********************************************************************
-//
-// $Id$
-//
-/// \file ExG4RunAction01.cc
-/// \brief Implementation of the ExG4RunAction01 class
-
-#include "ExG4RunAction01.hh"
-
-#include "G4Run.hh"
-#include "G4RunManager.hh"
-#include "G4UImanager.hh"
-#include "G4VVisManager.hh"
-//#include "G4ios.hh"
-//#include
-
-#include "Randomize.hh"
-
-const G4String ExG4RunAction01::fgkDefaultRndmFileName = "run0.rndm";
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-ExG4RunAction01::ExG4RunAction01()
- : G4UserRunAction(),
- fMessenger(this),
- fRndmFileName(fgkDefaultRndmFileName),
- fVerboseLevel(1),
- fSaveRndm(false),
- fReadRndm(false),
- fAutoSeed(false)
-{
-/// Standard constructor
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-ExG4RunAction01::~ExG4RunAction01()
-{
-/// Destructor
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-void ExG4RunAction01::BeginOfRunAction(const G4Run* run)
-{
- if ( fVerboseLevel > 0 ) {
- G4cout << "### Run " << run->GetRunID() << " start." << G4endl;
- }
-
- // read Rndm status
- if ( fReadRndm ) {
- G4cout << "\n---> rndm status restored from file: " << fRndmFileName << G4endl;
- G4Random::restoreEngineStatus(fRndmFileName);
- G4Random::showEngineStatus();
- }
-
- // automatic (time-based) random seeds for each run
- if ( fAutoSeed ) {
- G4RunManager::GetRunManager()->SetRandomNumberStore(true);
- G4RunManager::GetRunManager()->SetRandomNumberStoreDir("random/");
-
- G4cout << "*******************" << G4endl;
- G4cout << "*** AUTOSEED ON ***" << G4endl;
- G4cout << "*******************" << G4endl;
-
- long seeds[2];
- time_t systime = time(NULL);
- seeds[0] = (long) systime;
- seeds[1] = (long) (systime*G4UniformRand());
- G4Random::setTheSeeds(seeds);
- G4Random::showEngineStatus();
- }
-
- // save Rndm status
- if ( fSaveRndm ) {
- G4int runNumber = run->GetRunID();
- std::ostringstream fileName;
- fileName << "run" << runNumber << ".rndm";
- G4Random::saveEngineStatus(fileName.str().c_str());
- G4Random::showEngineStatus();
- }
-
- if ( G4VVisManager::GetConcreteInstance() ) {
- G4UImanager::GetUIpointer()->ApplyCommand("/vis/scene/notifyHandlers");
- }
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-void ExG4RunAction01::EndOfRunAction(const G4Run* run)
-{
- // save Rndm status
- if ( fSaveRndm ) {
- G4int runNumber = run->GetRunID();
- std::ostringstream fileName;
- fileName << "run" << runNumber << "end.rndm";
- G4Random::saveEngineStatus(fileName.str().c_str());
- G4Random::showEngineStatus();
- }
-
- if ( G4VVisManager::GetConcreteInstance() ) {
- G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update");
- }
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/common/src/ExG4RunAction01Messenger.cc b/examples/extended/common/src/ExG4RunAction01Messenger.cc
deleted file mode 100644
index a14cc37cd2..0000000000
--- a/examples/extended/common/src/ExG4RunAction01Messenger.cc
+++ /dev/null
@@ -1,122 +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. *
-// ********************************************************************
-//
-// $Id$
-//
-/// \file ExG4RunAction01Messenger.cc
-/// \brief Implementation of the ExG4RunAction01Messenger class
-
-#include "ExG4RunAction01Messenger.hh"
-#include "ExG4RunAction01.hh"
-
-#include "G4UIdirectory.hh"
-#include "G4UIcmdWithABool.hh"
-#include "G4UIcmdWithAnInteger.hh"
-#include "G4UIcmdWithAString.hh"
-#include "globals.hh"
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
-
-ExG4RunAction01Messenger::ExG4RunAction01Messenger(ExG4RunAction01* runAction)
- : G4UImessenger(),
- fRunAction (runAction),
- fTopDirectory(0),
- fDirectory(0),
- fSetVerboseLevelCmd(0),
- fSetSaveRndmCmd(0),
- fSetReadRndmCmd(0),
- fSetRndmFileNameCmd(0),
- fSetAutoSeedCmd(0)
-{
- fTopDirectory = new G4UIdirectory("/ExG4/");
- fTopDirectory->SetGuidance("UI commands of common example classes");
-
- fDirectory = new G4UIdirectory("/ExG4/event/");
- fDirectory->SetGuidance("Event control");
-
- fSetVerboseLevelCmd = new G4UIcmdWithAnInteger("/ExG4/run/verboseLevel",this);
- fSetVerboseLevelCmd->SetGuidance("Set run verbose level ." );
- fSetVerboseLevelCmd->SetParameterName("VerboseLevel",false);
- fSetVerboseLevelCmd->AvailableForStates(G4State_PreInit, G4State_Init);
-
- fSetSaveRndmCmd = new G4UIcmdWithABool("/ExG4/run/saveRndm",this);
- fSetSaveRndmCmd
- ->SetGuidance("Activate saving random number at beginOfRun and endOfRun .");
- fSetSaveRndmCmd->SetParameterName("SaveRndm",false);
- fSetSaveRndmCmd->AvailableForStates(G4State_PreInit, G4State_Idle);
-
- fSetReadRndmCmd = new G4UIcmdWithABool("/ExG4/run/readRndm",this);
- fSetReadRndmCmd->SetGuidance("Get rndm status from an external file at beginOfRun.");
- fSetReadRndmCmd->SetParameterName("ReadRndm",false);
- fSetReadRndmCmd->AvailableForStates(G4State_PreInit, G4State_Idle);
-
- fSetRndmFileNameCmd = new G4UIcmdWithAString("/ExG4/run/rndmFileName",this);
- fSetRndmFileNameCmd->SetGuidance("Set rndm file name (to read from).");
- fSetRndmFileNameCmd->SetParameterName("RndmFileName",false);
- fSetRndmFileNameCmd->AvailableForStates(G4State_PreInit, G4State_Idle);
-
- fSetAutoSeedCmd = new G4UIcmdWithABool("/ExG4/run/autoSeed",this);
- fSetAutoSeedCmd->SetGuidance("Switch on/off time-based random seeds");
- fSetAutoSeedCmd->SetGuidance(" true: run seeds determined by system time");
- fSetAutoSeedCmd->SetGuidance(" false: use command 'random/resetEngineFrom'");
- fSetAutoSeedCmd->SetParameterName("AutoSeed",false);
- fSetAutoSeedCmd->AvailableForStates(G4State_PreInit, G4State_Idle);
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
-
-ExG4RunAction01Messenger::~ExG4RunAction01Messenger()
-{
- delete fTopDirectory;
- delete fDirectory;
- delete fSetVerboseLevelCmd;
- delete fSetSaveRndmCmd;
- delete fSetReadRndmCmd;
- delete fSetRndmFileNameCmd;
- delete fSetAutoSeedCmd;
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
-
-void ExG4RunAction01Messenger::SetNewValue(G4UIcommand* command,G4String newValues)
-{
- if ( command == fSetVerboseLevelCmd ) {
- fRunAction->SetVerboseLevel(fSetVerboseLevelCmd->GetNewIntValue(newValues));
- }
- else if ( command == fSetSaveRndmCmd ) {
- fRunAction->SetSaveRndm(fSetSaveRndmCmd->GetNewBoolValue(newValues));
- }
- else if ( command == fSetReadRndmCmd ) {
- fRunAction->SetReadRndm(fSetReadRndmCmd->GetNewBoolValue(newValues));
- }
- else if (command == fSetRndmFileNameCmd) {
- fRunAction->SetRndmFileName(newValues);
- }
- else if ( command == fSetAutoSeedCmd ) {
- fRunAction->SetAutoSeed(fSetAutoSeedCmd->GetNewBoolValue(newValues));
- }
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
diff --git a/examples/extended/eventgenerator/pythia/decayer6/common/src/ExG4PhysicsList00.cc b/examples/extended/common/src/GeantinoPhysicsList.cc
similarity index 89%
rename from examples/extended/eventgenerator/pythia/decayer6/common/src/ExG4PhysicsList00.cc
rename to examples/extended/common/src/GeantinoPhysicsList.cc
index 96eb03ff06..567affc6fa 100644
--- a/examples/extended/eventgenerator/pythia/decayer6/common/src/ExG4PhysicsList00.cc
+++ b/examples/extended/common/src/GeantinoPhysicsList.cc
@@ -25,27 +25,27 @@
//
// $Id$
//
-/// \file ExG4PhysicsList00.cc
-/// \brief Implementation of the ExG4PhysicsList00 class
+/// \file GeantinoPhysicsList.cc
+/// \brief Implementation of the GeantinoPhysicsList class
-#include "ExG4PhysicsList00.hh"
+#include "GeantinoPhysicsList.hh"
#include "G4Geantino.hh"
#include "G4ChargedGeantino.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-ExG4PhysicsList00::ExG4PhysicsList00()
+GeantinoPhysicsList::GeantinoPhysicsList()
: G4VUserPhysicsList()
{}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-ExG4PhysicsList00::~ExG4PhysicsList00()
+GeantinoPhysicsList::~GeantinoPhysicsList()
{}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-void ExG4PhysicsList00::ConstructParticle()
+void GeantinoPhysicsList::ConstructParticle()
{
// In this method, static member functions should be called
// for all particles which you want to use.
@@ -58,7 +58,7 @@ void ExG4PhysicsList00::ConstructParticle()
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-void ExG4PhysicsList00::ConstructProcess()
+void GeantinoPhysicsList::ConstructProcess()
{
// Define transportation process
diff --git a/examples/extended/common/src/ExG4PrimaryGeneratorAction02.cc b/examples/extended/common/src/GpsPrimaryGeneratorAction.cc
similarity index 81%
rename from examples/extended/common/src/ExG4PrimaryGeneratorAction02.cc
rename to examples/extended/common/src/GpsPrimaryGeneratorAction.cc
index 434be8fb48..fe06db3059 100644
--- a/examples/extended/common/src/ExG4PrimaryGeneratorAction02.cc
+++ b/examples/extended/common/src/GpsPrimaryGeneratorAction.cc
@@ -25,37 +25,37 @@
//
// $Id$
//
-/// \file ExG4PrimaryGeneratorAction02.cc
-/// \brief Implementation of the ExG4PrimaryGeneratorAction02 class
+/// \file GpsPrimaryGeneratorAction.cc
+/// \brief Implementation of the GpsPrimaryGeneratorActionclass
-#include "ExG4PrimaryGeneratorAction02.hh"
+#include "GpsPrimaryGeneratorAction.hh"
#include "G4Event.hh"
#include "G4GeneralParticleSource.hh"
#include "G4SystemOfUnits.hh"
-const G4String ExG4PrimaryGeneratorAction02::fgkDefaultParticleName = "e-";
-const G4double ExG4PrimaryGeneratorAction02::fgkDefaultEnergy = 1*MeV;
+const G4String GpsPrimaryGeneratorAction::fgkDefaultParticleName = "e-";
+const G4double GpsPrimaryGeneratorAction::fgkDefaultEnergy = 1.*MeV;
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-ExG4PrimaryGeneratorAction02::ExG4PrimaryGeneratorAction02()
+GpsPrimaryGeneratorAction::GpsPrimaryGeneratorAction()
: G4VUserPrimaryGeneratorAction(),
- fGeneralParticleSource(0)
+ fGeneralParticleSource(nullptr)
{
fGeneralParticleSource = new G4GeneralParticleSource();
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-ExG4PrimaryGeneratorAction02::~ExG4PrimaryGeneratorAction02()
+GpsPrimaryGeneratorAction::~GpsPrimaryGeneratorAction()
{
delete fGeneralParticleSource;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-void ExG4PrimaryGeneratorAction02::GeneratePrimaries(G4Event* anEvent)
+void GpsPrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent)
{
// this function is called at the begining of event
diff --git a/examples/extended/common/src/ExG4PrimaryGeneratorAction01.cc b/examples/extended/common/src/GunPrimaryGeneratorAction.cc
similarity index 88%
rename from examples/extended/common/src/ExG4PrimaryGeneratorAction01.cc
rename to examples/extended/common/src/GunPrimaryGeneratorAction.cc
index 20f3f40531..509cd8df19 100644
--- a/examples/extended/common/src/ExG4PrimaryGeneratorAction01.cc
+++ b/examples/extended/common/src/GunPrimaryGeneratorAction.cc
@@ -25,10 +25,10 @@
//
// $Id$
//
-/// \file ExG4PrimaryGeneratorAction01.cc
-/// \brief Implementation of the ExG4PrimaryGeneratorAction01 class
+/// \file GunPrimaryGeneratorAction.cc
+/// \brief Implementation of the GunPrimaryGeneratorAction class
-#include "ExG4PrimaryGeneratorAction01.hh"
+#include "GunPrimaryGeneratorAction.hh"
#include "G4Event.hh"
#include "G4ParticleGun.hh"
@@ -37,13 +37,13 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-ExG4PrimaryGeneratorAction01::ExG4PrimaryGeneratorAction01(
+GunPrimaryGeneratorAction::GunPrimaryGeneratorAction(
const G4String& particleName,
G4double energy,
G4ThreeVector position,
G4ThreeVector momentumDirection)
: G4VUserPrimaryGeneratorAction(),
- fParticleGun(0)
+ fParticleGun(nullptr)
{
G4int nofParticles = 1;
fParticleGun = new G4ParticleGun(nofParticles);
@@ -60,14 +60,14 @@ ExG4PrimaryGeneratorAction01::ExG4PrimaryGeneratorAction01(
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-ExG4PrimaryGeneratorAction01::~ExG4PrimaryGeneratorAction01()
+GunPrimaryGeneratorAction::~GunPrimaryGeneratorAction()
{
delete fParticleGun;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-void ExG4PrimaryGeneratorAction01::GeneratePrimaries(G4Event* anEvent)
+void GunPrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent)
{
// this function is called at the begining of event
diff --git a/examples/extended/common/testCommon.cc b/examples/extended/common/testCommon.cc
index 534a5e3403..080c9d9d80 100644
--- a/examples/extended/common/testCommon.cc
+++ b/examples/extended/common/testCommon.cc
@@ -29,17 +29,17 @@
/// \file testCommon.cc
/// \brief Test program for the common classes
-#include "ExG4DetectorConstruction01.hh"
-#include "ExG4DetectorConstruction02.hh"
-#include "ExG4PhysicsList00.hh"
-#include "ExG4PrimaryGeneratorAction01.hh"
-#include "ExG4PrimaryGeneratorAction02.hh"
-#include "ExG4EventAction01.hh"
-#include "ExG4RunAction01.hh"
+#include "DetectorConstruction.hh"
+#include "DetectorConstruction0.hh"
+#include "GeantinoPhysicsList.hh"
+#include "GpsPrimaryGeneratorAction.hh"
+#include "GunPrimaryGeneratorAction.hh"
#include "G4RunManager.hh"
#include "FTFP_BERT.hh"
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
// Test program which only instantiates classes defined in
// examples/common
@@ -47,38 +47,27 @@ int main()
{
// First construct necessary classes
//
- G4RunManager * runManager = new G4RunManager;
- G4VModularPhysicsList* physicsList = new FTFP_BERT;
+ auto runManager = new G4RunManager;
+ auto physicsList = new FTFP_BERT;
runManager->SetUserInitialization(physicsList);
// Instantiate all detector construction classes
- ExG4DetectorConstruction01* detectorConstruction01
- = new ExG4DetectorConstruction01;
- ExG4DetectorConstruction02* detectorConstruction02
- = new ExG4DetectorConstruction02;
+ auto detectorConstruction = new DetectorConstruction;
+ auto detectorConstruction0 = new DetectorConstruction0;
// Instantiate all physics list classes
- ExG4PhysicsList00* physicsList00 = new ExG4PhysicsList00();
+ auto geantinoPhysicsList = new GeantinoPhysicsList();
// Instantiate all primary generator actions classes
- ExG4PrimaryGeneratorAction01* primaryGeneratorAction01
- = new ExG4PrimaryGeneratorAction01();
- ExG4PrimaryGeneratorAction02* primaryGeneratorAction02
- = new ExG4PrimaryGeneratorAction02();
-
- // Instantiate all user actions classes
- ExG4EventAction01* eventAction01 = new ExG4EventAction01();
- ExG4RunAction01* runAction01 = new ExG4RunAction01();
+ auto gpsPrimaryGeneratorAction = new GpsPrimaryGeneratorAction();
+ auto gunPrimaryGeneratorAction = new GunPrimaryGeneratorAction();
// delete all
- delete detectorConstruction01;
- delete detectorConstruction02;
- delete physicsList00;
- delete primaryGeneratorAction01;
- delete primaryGeneratorAction02;
- delete eventAction01;
- delete runAction01;
-
- return 0;
+ delete detectorConstruction;
+ delete detectorConstruction0;
+ delete geantinoPhysicsList;
+ delete gpsPrimaryGeneratorAction;
+ delete gunPrimaryGeneratorAction;
}
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/electromagnetic/TestEm0/History b/examples/extended/electromagnetic/TestEm0/History
index 735ddd9e42..0d249d7c5f 100644
--- a/examples/extended/electromagnetic/TestEm0/History
+++ b/examples/extended/electromagnetic/TestEm0/History
@@ -1,5 +1,5 @@
-$Id: History 104822 2017-06-20 12:24:22Z gcosmo $
+$Id: History 107324 2017-11-08 16:35:06Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -15,7 +15,11 @@ track of all tags.
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
-
+
+07-11-17 D.Sawkey (testem0-V10-03-01)
+- RunAction: write html documentation of physics list if envvars
+ G4PhysListName, G4PhysListDocDir set
+
19-06-17 mma (testem0-V10-03-00)
- RunAction : update max energy for CSDARange table
diff --git a/examples/extended/electromagnetic/TestEm0/TestEm0.out b/examples/extended/electromagnetic/TestEm0/TestEm0.out
index c814572582..4ccc976697 100644
--- a/examples/extended/electromagnetic/TestEm0/TestEm0.out
+++ b/examples/extended/electromagnetic/TestEm0/TestEm0.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -273,19 +273,24 @@ Auger electron production enabled 0
Auger cascade enabled 0
PIXE atomic de-excitation enabled 0
De-excitation module ignores cuts 0
-Msc lateraral displacement for e+- enabled 1
-Msc lateraral displacement for muons and hadrons 1
-Msc lateraral displacement beyond geometry safety 0
+Msc lateral displacement for e+- enabled 1
+Msc lateral displacement for muons and hadrons 1
+Msc lateral displacement alg96 for e+- 0
+Msc lateral displacement beyond geometry safety 0
Enable angular generator interface 0
Use Mott correction for e- scattering 0
Use integral approach for tracking 1
Use built-in Birks satuaration 0
+Use fast sampling in DNA models 0
+Use Stationary option in DNA models 0
+Use DNA with multiple scattering of e- 0
Factor of cut reduction for sub-cutoff method 1
Min kinetic energy for tables 10 eV
Max kinetic energy for tables 100 TeV
Max kinetic energy for CSDA tables 1 GeV
Lowest e+e- kinetic energy 100 eV
Lowest muon/hadron kinetic energy 1 keV
+Lowest triplet kinetic energy 1 MeV
Linear loss limit 0.01
Bremsstrahlung energy threshold above which
primary is added to the list of secondary 100 TeV
@@ -328,15 +333,15 @@ Index : 0 used in the geometry : Yes
processes : phot compt conv Rayl total
- cross section per atom : 1.7336 barn 11.0976 barn 0 pbarn 767.816 mbarn 13.599 barn
+ cross section per atom : 1.72573 barn 11.0976 barn 0 pbarn 767.816 mbarn 13.5911 barn
- compCrossSectionPerVolume : 0.076535 cm^-1 0.489937 cm^-1 0 cm^-1 0.0338975 cm^-1 0.600369 cm^-1
- cross section per volume : 0.076535 cm^-1 0.489937 cm^-1 0 cm^-1 0.0339048 cm^-1 0.600376 cm^-1
- cross section per mass : 1.43782 mm2/g 9.20415 mm2/g 0 um2/mg 636.949 um2/mg 11.2789 mm2/g
+ compCrossSectionPerVolume : 0.0761873 cm^-1 0.489937 cm^-1 0 cm^-1 0.0338975 cm^-1 0.600022 cm^-1
+ cross section per volume : 0.0761873 cm^-1 0.489937 cm^-1 0 cm^-1 0.0339048 cm^-1 0.600029 cm^-1
+ cross section per mass : 1.43129 mm2/g 9.20415 mm2/g 0 um2/mg 636.949 um2/mg 11.2724 mm2/g
- mean free path : 13.0659 cm 2.04108 cm 5.82593e+288 pc 29.4944 cm 1.66562 cm
- (g/cm2) : 69.5499 g/cm2 10.8647 g/cm2 2.88022e+285 kg/cm2 156.998 g/cm2 8.8661 g/cm2
+ mean free path : 13.1255 cm 2.04108 cm 5.82593e+288 pc 29.4944 cm 1.66659 cm
+ (g/cm2) : 69.8672 g/cm2 10.8647 g/cm2 2.88022e+285 kg/cm2 156.998 g/cm2 8.87124 g/cm2
-----------------------------------------------------------
diff --git a/examples/extended/electromagnetic/TestEm0/src/RunAction.cc b/examples/extended/electromagnetic/TestEm0/src/RunAction.cc
index c32004448e..0f1e59da4a 100644
--- a/examples/extended/electromagnetic/TestEm0/src/RunAction.cc
+++ b/examples/extended/electromagnetic/TestEm0/src/RunAction.cc
@@ -26,7 +26,7 @@
/// \file electromagnetic/TestEm0/src/RunAction.cc
/// \brief Implementation of the RunAction class
//
-// $Id: RunAction.cc 104822 2017-06-20 12:24:22Z gcosmo $
+// $Id: RunAction.cc 107324 2017-11-08 16:35:06Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -37,9 +37,9 @@
#include "G4Run.hh"
#include "G4ProcessManager.hh"
+#include "G4LossTableManager.hh"
#include "G4UnitsTable.hh"
#include "G4EmCalculator.hh"
-#include "G4Electron.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4Electron.hh"
@@ -135,6 +135,13 @@ void RunAction::BeginOfRunAction(const G4Run*)
}
}
+ // write html documentation, if requested
+ char* htmlDocName = getenv("G4PhysListName"); // file name
+ char* htmlDocDir = getenv("G4PhysListDocDir"); // directory
+ if (htmlDocName && htmlDocDir) {
+ G4LossTableManager::Instance()->DumpHtml();
+ }
+
// print list of processes
G4cout << "\n processes : ";
for (size_t j=0; j500.000 keV)
+ Edep in absorber 1 = 447.899 keV (20.838 keV-->500.000 keV)
- Track length of primary track = 880.393 um +- 195.304 um
+ Track length of primary track = 880.206 um +- 193.066 um
Range from EmCalculator = 942.776 um (from full dE/dx)
- Projected range = 318.277 um +- 199.633 um
+ Projected range = 316.914 um +- 198.204 um
- Nb of steps of primary track = 21.05 +- 4.94 Step size= 42.290 um +- 6.660 um
+ Nb of steps of primary track = 21.03 +- 4.89 Step size= 42.327 um +- 6.720 um
- absorbed = 77.72 % transmit = 5.41 % reflected = 16.88 %
+ absorbed = 78.06 % transmit = 5.12 % reflected = 16.82 %
--------- Ranecu engine status ---------
Initial seed (index) = 0
- Current couple of seeds = 384160406, 814367431
+ Current couple of seeds = 1739046891, 800497309
----------------------------------------
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
diff --git a/examples/extended/electromagnetic/TestEm12/TestEm12.out b/examples/extended/electromagnetic/TestEm12/TestEm12.out
index f5c4b701bd..c003442449 100644
--- a/examples/extended/electromagnetic/TestEm12/TestEm12.out
+++ b/examples/extended/electromagnetic/TestEm12/TestEm12.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -114,19 +114,24 @@ Auger electron production enabled 0
Auger cascade enabled 0
PIXE atomic de-excitation enabled 0
De-excitation module ignores cuts 0
-Msc lateraral displacement for e+- enabled 1
-Msc lateraral displacement for muons and hadrons 0
-Msc lateraral displacement beyond geometry safety 0
+Msc lateral displacement for e+- enabled 1
+Msc lateral displacement for muons and hadrons 0
+Msc lateral displacement alg96 for e+- 1
+Msc lateral displacement beyond geometry safety 0
Enable angular generator interface 0
Use Mott correction for e- scattering 0
Use integral approach for tracking 1
Use built-in Birks satuaration 0
+Use fast sampling in DNA models 0
+Use Stationary option in DNA models 0
+Use DNA with multiple scattering of e- 0
Factor of cut reduction for sub-cutoff method 1
Min kinetic energy for tables 100 eV
Max kinetic energy for tables 100 TeV
Max kinetic energy for CSDA tables 1 GeV
Lowest e+e- kinetic energy 1 keV
Lowest muon/hadron kinetic energy 1 keV
+Lowest triplet kinetic energy 1 MeV
Linear loss limit 0.01
Bremsstrahlung energy threshold above which
primary is added to the list of secondary 100 TeV
@@ -165,24 +170,24 @@ Type of PIXE cross section for e+- Livermore
Run terminated.
Run Summary
Number of events processed : 10000
- User=1.32s Real=1.32s Sys=0s
+ User=1.01s Real=1.01s Sys=0.01s
======================== 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 +- 223.388 keV
+ Total Energy deposited = 3.945 MeV +- 211.960 keV
- Track length of primary track = 2.049 cm +- 2.802 mm
+ Track length of primary track = 2.048 cm +- 2.789 mm
Range from EmCalculator = 2.045 cm (from full dE/dx)
- Projected range = 1.325 cm +- 3.607 mm
+ Projected range = 1.328 cm +- 3.573 mm
- Nb of steps of primary track = 16.36 +- 3.05 Step size= 1.290 mm +- 278.956 um
+ Nb of steps of primary track = 16.33 +- 3.02 Step size= 1.292 mm +- 280.099 um
--------- Ranecu engine status ---------
Initial seed (index) = 0
- Current couple of seeds = 406096966, 957157783
+ Current couple of seeds = 180165142, 530886527
----------------------------------------
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
diff --git a/examples/extended/electromagnetic/TestEm13/TestEm13.out b/examples/extended/electromagnetic/TestEm13/TestEm13.out
index 3d6442765d..84af278097 100644
--- a/examples/extended/electromagnetic/TestEm13/TestEm13.out
+++ b/examples/extended/electromagnetic/TestEm13/TestEm13.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -427,7 +427,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 1000000
- User=3.58s Real=3.58s Sys=0s
+ User=2.35s Real=2.36s Sys=0s
======================== run summary ======================
@@ -494,7 +494,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000000
- User=4.09s Real=4.12s Sys=0.01s
+ User=2.78s Real=2.79s Sys=0s
======================== run summary ======================
diff --git a/examples/extended/electromagnetic/TestEm14/History b/examples/extended/electromagnetic/TestEm14/History
index 70663143c5..ff1e2ac8d7 100644
--- a/examples/extended/electromagnetic/TestEm14/History
+++ b/examples/extended/electromagnetic/TestEm14/History
@@ -1,4 +1,4 @@
-$Id: History 103622 2017-04-19 13:23:00Z gcosmo $
+$Id: History 105728 2017-08-16 12:48:46Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -14,6 +14,9 @@ track of all tags.
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+
+14-08-17 mma (testem14-V10-03-01)
+- cosmetic in printout
19-04-17 mma (testem14-V10-03-00)
- BeginOfRunAction() : remove SetRandomNumberStore(true)
diff --git a/examples/extended/electromagnetic/TestEm14/TestEm14.out b/examples/extended/electromagnetic/TestEm14/TestEm14.out
index daba492248..63d35c21d0 100644
--- a/examples/extended/electromagnetic/TestEm14/TestEm14.out
+++ b/examples/extended/electromagnetic/TestEm14/TestEm14.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -466,7 +466,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 1000000
- User=5.61s Real=5.63s Sys=0.01s
+ User=3.86s Real=3.87s Sys=0s
======================== run summary ======================
@@ -477,10 +477,11 @@ Run Summary
MeanFreePath: 6.0662 cm +- 6.0665 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
+ mean energy of charged secondaries: 15.197 keV
+ ---> mass_energy_transfer coef: 2.5052 mm2/g
Verification : crossSections from G4EmCalculator
- compt= 16.23 mm2/g phot= 268.53 um2/mg total= 16.499 mm2/g
+ compt= 16.23 mm2/g phot= 268.53 um2/mg total= 16.499 mm2/g
--------- Ranecu engine status ---------
Initial seed (index) = 0
@@ -535,7 +536,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000000
- User=5.37s Real=5.38s Sys=0s
+ User=3.35s Real=3.35s Sys=0s
======================== run summary ======================
@@ -546,10 +547,11 @@ Run Summary
MeanFreePath: 1.6125 cm +- 1.6124 cm massic: 1.6125 g/cm2
CrossSection: 0.62015 cm^-1 massic: 62.015 mm2/g
- mean energy of charged secondaries: 738.06 keV mass_energy_transfer coef: 457.71 um2/mg
+ mean energy of charged secondaries: 738.06 keV
+ ---> mass_energy_transfer coef: 457.71 um2/mg
Verification : crossSections from G4EmCalculator
- eBrem= 37.785 mm2/g eIoni= 24.166 mm2/g total= 61.951 mm2/g
+ eBrem= 37.785 mm2/g eIoni= 24.166 mm2/g total= 61.951 mm2/g
--------- Ranecu engine status ---------
Initial seed (index) = 0
diff --git a/examples/extended/electromagnetic/TestEm14/src/Run.cc b/examples/extended/electromagnetic/TestEm14/src/Run.cc
index 79cb239707..a6257aca2c 100644
--- a/examples/extended/electromagnetic/TestEm14/src/Run.cc
+++ b/examples/extended/electromagnetic/TestEm14/src/Run.cc
@@ -188,7 +188,7 @@ void Run::EndOfRun()
G4cout << "\n mean energy of charged secondaries: "
<< G4BestUnit(MeanTransfer, "Energy")
- << "\tmass_energy_transfer coef: "
+ << "\n ---> mass_energy_transfer coef: "
<< G4BestUnit(massTransfCoef, "Surface/Mass")
<< G4endl;
@@ -209,10 +209,10 @@ void Run::EndOfRun()
emCalculator.ComputeCrossSectionPerVolume(fEkin,fParticle,
procName,material)/density;
sumc += massSigma;
- G4cout << "\t" << procName << "= "
+ G4cout << " " << procName << "= "
<< G4BestUnit(massSigma, "Surface/Mass");
}
- G4cout << "\ttotal= "
+ G4cout << " total= "
<< G4BestUnit(sumc, "Surface/Mass") << G4endl;
// remove all contents in fProcCounter
diff --git a/examples/extended/electromagnetic/TestEm15/TestEm15.out b/examples/extended/electromagnetic/TestEm15/TestEm15.out
index 17886065d7..6e9025b5dd 100644
--- a/examples/extended/electromagnetic/TestEm15/TestEm15.out
+++ b/examples/extended/electromagnetic/TestEm15/TestEm15.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -488,7 +488,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 10000
- User=0.09s Real=0.1s Sys=0s
+ User=0.05s Real=0.04s Sys=0s
The run consists of 10000 e- of 5 MeV through 100 m of Water (density: 1 g/cm3 )
@@ -558,31 +558,31 @@ Index : 1 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10000
- User=0.12s Real=0.12s Sys=0s
+ User=0.06s Real=0.06s Sys=0s
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.3076 um +- 475.43 nm
- geomPathLength : 6.1823 um +- 456.56 nm
- lateralDisplac : 915.7 nm +- 238.78 nm
- Psi : 146.47 mrad +- 34.441 mrad (8.3923 deg +- 1.9733 deg)
+ truePathLength : 6.31 um +- 468.8 nm
+ geomPathLength : 6.1846 um +- 450.2 nm
+ lateralDisplac : 940.52 nm +- 264.27 nm
+ Psi : 150.31 mrad +- 38.61 mrad (8.6123 deg +- 2.2122 deg)
- Theta_plane : 233.15 mrad (13.358 deg)
- phi correlation: 0.16506 +- 0.15215 (std::cos(phi_pos - phi_dir))
+ Theta_plane : 247.48 mrad (14.18 deg)
+ phi correlation: 0.078588 +- 0.13471 (std::cos(phi_pos - phi_dir))
Verification from G4EmCalculator.
transport mean free path : 1.5763 cm
range from restrict dE/dx: 143.25 um
- ---> effective facRange : 0.00040016
+ ---> effective facRange : 0.00040031
- compute theta0 from Highland : 180.73 mrad (10.355 deg)
+ compute theta0 from Highland : 180.76 mrad (10.357 deg)
--------- Ranecu engine status ---------
Initial seed (index) = 0
- Current couple of seeds = 1226144376, 883988589
+ Current couple of seeds = 1197317911, 1555409489
----------------------------------------
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
diff --git a/examples/extended/electromagnetic/TestEm16/TestEm16.out b/examples/extended/electromagnetic/TestEm16/TestEm16.out
index 5ddf7eeff8..ed3759dd2e 100644
--- a/examples/extended/electromagnetic/TestEm16/TestEm16.out
+++ b/examples/extended/electromagnetic/TestEm16/TestEm16.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -268,7 +268,7 @@ G4SynchrotronRadiation::GetRandomEnergySR :
Run terminated.
Run Summary
Number of events processed : 100
- User=0.37s Real=0.37s Sys=0s
+ User=0.21s Real=0.21s Sys=0s
Summary for synchrotron radiation :
Number of photons = 64554
Emean = 20.24 +/- 0.1449 keV
diff --git a/examples/extended/electromagnetic/TestEm17/History b/examples/extended/electromagnetic/TestEm17/History
index 6527f58504..24892a30bc 100644
--- a/examples/extended/electromagnetic/TestEm17/History
+++ b/examples/extended/electromagnetic/TestEm17/History
@@ -1,4 +1,4 @@
-$Id: History 100677 2016-10-31 10:46:50Z gcosmo $
+$Id: History 107321 2017-11-08 16:31:08Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -14,7 +14,10 @@ track of all tags.
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
-
+
+07-11-17 D.Sawkey (testem17-V10-03-00)
+- PhysicsList: fix setting emstandard; add emstandard_opt4
+
25-10-16 I. Hrivnacova (testem17-V10-02-04)
- HistoManager : kMaxHisto (instead of MaxHisto)
to get rid off the violation report in automatic checking of coding
diff --git a/examples/extended/electromagnetic/TestEm17/TestEm17.out b/examples/extended/electromagnetic/TestEm17/TestEm17.out
index b409cb195a..fdb2af57b2 100644
--- a/examples/extended/electromagnetic/TestEm17/TestEm17.out
+++ b/examples/extended/electromagnetic/TestEm17/TestEm17.out
@@ -4,7 +4,7 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
@@ -118,6 +118,7 @@
/testem/det/setSize 1 m
#
/testem/phys/addPhysics emstandard_opt0
+PhysicsList::AddPhysicsList:
/run/setCut 1 mm
#
/run/initialize
@@ -185,18 +186,18 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 10000
- User=2.32s Real=2.31s Sys=0s
+ User=1.7s Real=1.69s Sys=0s
The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
- Number of process calls ---> muIoni : 461964 muPairProd : 63763 muBrems : 690 CoulombScat : 5585
+ Number of process calls ---> muIoni : 461963 muPairProd : 63627 muBrems : 644 CoulombScat : 5518
- Simulation: total CrossSection = 0.532 /cm MeanFreePath = 1.8797 cm massicCrossSection = 0.067599 cm2/g
+ Simulation: total CrossSection = 0.53175 /cm MeanFreePath = 1.8806 cm massicCrossSection = 0.067567 cm2/g
Theory: total CrossSection = 0.53938 /cm MeanFreePath = 1.854 cm massicCrossSection = 0.068536 cm2/g
--------- Ranecu engine status ---------
Initial seed (index) = 0
- Current couple of seeds = 1261347044, 1004169331
+ Current couple of seeds = 669695371, 1670852432
----------------------------------------
#
/gun/particle pi+
@@ -231,7 +232,7 @@ Index : 0 used in the geometry : Yes
--------- Ranecu engine status ---------
Initial seed (index) = 0
- Current couple of seeds = 1261347044, 1004169331
+ Current couple of seeds = 669695371, 1670852432
----------------------------------------
--> Event 0 starts.
--> Event 1000 starts.
@@ -246,17 +247,17 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10000
- User=1.8s Real=1.81s Sys=0s
+ User=1.6s Real=1.6s Sys=0s
The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
- Number of process calls ---> hPairProd : 59747 hIoni : 433560 CoulombScat : 5586 hBrems : 379
+ Number of process calls ---> hIoni : 433927 hPairProd : 59359 CoulombScat : 5595 hBrems : 378
- Simulation: total CrossSection = 0.49927 /cm MeanFreePath = 2.0029 cm massicCrossSection = 0.06344 cm2/g
+ Simulation: total CrossSection = 0.49926 /cm MeanFreePath = 2.003 cm massicCrossSection = 0.063438 cm2/g
--------- Ranecu engine status ---------
Initial seed (index) = 0
- Current couple of seeds = 452146030, 1794725178
+ Current couple of seeds = 757017482, 302436013
----------------------------------------
#
/gun/particle proton
@@ -291,7 +292,7 @@ Index : 0 used in the geometry : Yes
--------- Ranecu engine status ---------
Initial seed (index) = 0
- Current couple of seeds = 452146030, 1794725178
+ Current couple of seeds = 757017482, 302436013
----------------------------------------
--> Event 0 starts.
--> Event 1000 starts.
@@ -306,17 +307,17 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 10000
- User=2.22s Real=2.22s Sys=0s
+ User=1.51s Real=1.51s Sys=0s
The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 )
- Number of process calls ---> hIoni : 434938 hPairProd : 34325 CoulombScat : 5563 hBrems : 5
+ Number of process calls ---> hPairProd : 34564 hIoni : 434788 CoulombScat : 5656 hBrems : 3
- Simulation: total CrossSection = 0.47483 /cm MeanFreePath = 2.106 cm massicCrossSection = 0.060334 cm2/g
+ Simulation: total CrossSection = 0.47501 /cm MeanFreePath = 2.1052 cm massicCrossSection = 0.060357 cm2/g
--------- Ranecu engine status ---------
Initial seed (index) = 0
- Current couple of seeds = 118104363, 682782592
+ Current couple of seeds = 110692364, 989821367
----------------------------------------
#
G4 kernel has come to Quit state.
diff --git a/examples/extended/electromagnetic/TestEm17/src/PhysicsList.cc b/examples/extended/electromagnetic/TestEm17/src/PhysicsList.cc
index 4ed15d50d4..e3df10e66f 100644
--- a/examples/extended/electromagnetic/TestEm17/src/PhysicsList.cc
+++ b/examples/extended/electromagnetic/TestEm17/src/PhysicsList.cc
@@ -27,7 +27,7 @@
/// \brief Implementation of the PhysicsList class
//
//
-// $Id: PhysicsList.cc 94383 2015-11-13 10:20:27Z gcosmo $
+// $Id: PhysicsList.cc 107321 2017-11-08 16:31:08Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -36,6 +36,7 @@
#include "PhysicsListMessenger.hh"
#include "G4EmStandardPhysics.hh"
+#include "G4EmStandardPhysics_option4.hh"
#include "PhysListEmStandard.hh"
#include "MuNuclearBuilder.hh"
@@ -126,7 +127,7 @@ void PhysicsList::ConstructProcess()
void PhysicsList::AddPhysicsList(const G4String& name)
{
- if (verboseLevel>1) {
+ if (verboseLevel>-1) {
G4cout << "PhysicsList::AddPhysicsList: <" << name << ">" << G4endl;
}
@@ -136,7 +137,13 @@ void PhysicsList::AddPhysicsList(const G4String& name)
fEmName = name;
delete fEmPhysicsList;
- fEmPhysicsList = new PhysListEmStandard(name);
+ fEmPhysicsList = new G4EmStandardPhysics();
+
+ } else if (name == "emstandard_opt4") {
+
+ fEmName = name;
+ delete fEmPhysicsList;
+ fEmPhysicsList = new G4EmStandardPhysics_option4();
} else if (name == "local") {
diff --git a/examples/extended/electromagnetic/TestEm18/.README.txt b/examples/extended/electromagnetic/TestEm18/.README.txt
index 2d16bffb9e..c4f1be9058 100644
--- a/examples/extended/electromagnetic/TestEm18/.README.txt
+++ b/examples/extended/electromagnetic/TestEm18/.README.txt
@@ -5,16 +5,18 @@
/*! \page ExampleTestEm18 Example TestEm18
- This example allows to study the energy lost by a charged particle in a
- single layer, due to ionization and bremsstrahlung. Results are compared to
- 'reference' values.
+ This example allows to study the various contributions of the energy lost
+ by a charged particle in a single layer of an homogeneous material.
+ See any textbook of interactions of charged particles with matter, in particular :
+ 1- geant4.web.cern.ch --> UserSupport --> Physics Reference Manual
+ 2- lappweb.in2p3.fr/~maire/tutorials/index.html
\section TestEm18_s1 GEOMETRY DEFINITION
- It is a single box of homogeneous medium.
+ It is a simple cubic box of homogeneous material.
Two parameters define the geometry :
- the material of the box,
- - the (full) size of the box.
+ - the thickness of the box.
The default geometry (1 cm of water) is constructed in DetectorConstruction,
but the above parameters can be changed interactively via the commands
@@ -24,7 +26,7 @@
The physics list, PhysicsList, contains the 'standard' electromagnetic processes.
However the MultipleScattering is not registered, in order to focuse on
- fluctuations due to energy loss alone.
+ fluctuations of to energy loss alone.
\section TestEm18_s3 BEAM
@@ -34,28 +36,39 @@
build-in commands of G4ParticleGun class.
\section TestEm18_s4 RUN
-
- During the tracking of the incident particle, the secondary particles
- are immediately killed, after that their energy has been registered
- (see StackingAction).
- Therefore, we study here the total energy lost by the incident particle,
- not the energy deposited in a layer of finite thickness.
-
- At RunAction::EndOfRunAction(), the above results are compared with 'reference' values,
- i.e. the values read from EnergyLoss tables.
+
+ During the tracking of the incident particle, by default, the secondary
+ particles are immediately killed, after that their energy has been registered
+ (see SteppingAction and StackingAction).
+ Therefore, we study here the various components of the total energy lost
+ by the incident particle, not the energy deposited in a layer of finite
+ thickness.
+ With the option /testEm/trackSecondaries one can compute and plot the energy
+ deposited in the layer. See edep.mac
+
+ At EndOfRun, the above results are compared with 'reference' values,
+ i.e. the input data read from EnergyLoss and Range tables.
+ See reference 2 : Energy-Range relation, slide 4.
\section TestEm18_s5 HISTOGRAMS
- The test contains 6 built-in 1D histograms, which are managed by
+ The test contains 13 built-in 1D histograms, which are managed by
G4AnalysisManager and its messenger.
-
- - 1 : continuous energy loss along primary track
- - 2 : energy from secondaries
- - 3 : total energy lost by primary track (1+2)
- - 4 : energy spectrum of e-+
- - 5 : energy spectrum of gamma
- - 6 : step size of primary track
-
+
+ 1 step size of primary track
+ 2 energy locally deposited along primary track
+ 3 energy transfered to secondaries by ionisation
+ 4 energy transfered to secondaries by Bremsstrahlung
+ 5 energy transfered to secondaries by (e+,e-) production
+ 6 total energy transfered to secondaries
+ 7 total energy lost by primary track
+ 8 total energy lost by primary track from energy balance
+ 9 energy continuously deposited along secondary tracks
+ 10 total energy deposited
+ 11 energy spectrum of gamma
+ 12 energy spectrum of e-
+ 13 energy spectrum of e+
+
The histograms are defined in HistoManager.
The histos can be activated individually with the command :
diff --git a/examples/extended/electromagnetic/TestEm18/CMakeLists.txt b/examples/extended/electromagnetic/TestEm18/CMakeLists.txt
index 7fa76235a2..f003e21685 100644
--- a/examples/extended/electromagnetic/TestEm18/CMakeLists.txt
+++ b/examples/extended/electromagnetic/TestEm18/CMakeLists.txt
@@ -40,8 +40,9 @@ target_link_libraries(TestEm18 ${Geant4_LIBRARIES} )
# relies on these scripts being in the current working directory.
#
set(TestEm18_SCRIPTS
- csda.mac electron.mac pixe.mac proton.mac TestEm18.in TestEm18.out vis.mac
- )
+ csda.mac edep.mac electron.mac ion.mac muon.mac pixe.mac proton.mac
+ TestEm18.in TestEm18.out vis.mac
+ )
foreach(_script ${TestEm18_SCRIPTS})
configure_file(
diff --git a/examples/extended/electromagnetic/TestEm18/GNUmakefile b/examples/extended/electromagnetic/TestEm18/GNUmakefile
index 1b728c9de7..8f118e80a8 100644
--- a/examples/extended/electromagnetic/TestEm18/GNUmakefile
+++ b/examples/extended/electromagnetic/TestEm18/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile 66241 2012-12-13 18:34:42Z gunter $
+# $Id: GNUmakefile 105252 2017-07-17 09:40:37Z gcosmo $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
@@ -17,10 +17,3 @@ all: lib bin
include $(G4INSTALL)/config/architecture.gmk
include $(G4INSTALL)/config/binmake.gmk
-
-visclean:
- rm -f g4*.prim g4*.eps g4*.wrl
- rm -f .DAWN_*
-
-histclean:
- rm ${G4WORKDIR}/tmp/${G4SYSTEM}/${G4TARGET}/HistoManager.o
diff --git a/examples/extended/electromagnetic/TestEm18/History b/examples/extended/electromagnetic/TestEm18/History
index d71157243c..9e4fa2f300 100644
--- a/examples/extended/electromagnetic/TestEm18/History
+++ b/examples/extended/electromagnetic/TestEm18/History
@@ -1,4 +1,4 @@
-$Id: History 103621 2017-04-19 13:21:45Z gcosmo $
+$Id: History 106588 2017-10-13 13:44:45Z gcosmo $
----------------------------------------------------
=========================================================
@@ -14,6 +14,24 @@ track of all tags.
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
+
+13-10-17 mma (testem18-V10-03-06)
+- add edep.mac
+
+31-08-17 G.Cosmo (testem18-V10-03-05)
+- Corrected initialisation of fEdepSecMin and fEdepSecMax.
+
+29-08-17 mma (testem18-V10-03-04)
+- in option, allow the tracking of secondary particles.
+
+24-07-17 mma (testem18-V10-03-03)
+- update readme
+
+16-07-17 mma (testem18-V10-03-02)
+- RunAction : fix compilation warning
+
+12-07-17 mma (testem18-V10-03-01)
+- entirely revised -> more explicit output
19-04-17 mma (testem18-V10-03-00)
- BeginOfRunAction() : remove SetRandomNumberStore(true)
diff --git a/examples/extended/electromagnetic/TestEm18/README b/examples/extended/electromagnetic/TestEm18/README
index ba5219724c..1df1a5bc34 100644
--- a/examples/extended/electromagnetic/TestEm18/README
+++ b/examples/extended/electromagnetic/TestEm18/README
@@ -1,4 +1,4 @@
-$Id: README 66241 2012-12-13 18:34:42Z gunter $
+$Id: README 106588 2017-10-13 13:44:45Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -7,16 +7,18 @@ $Id: README 66241 2012-12-13 18:34:42Z gunter $
TestEm18
--------
- This example allows to study the energy lost by a charged particle in a
- single layer, due to ionization and bremsstrahlung. Results are compared to
- 'reference' values.
+ This example allows to study the various contributions of the energy lost
+ by a charged particle in a single layer of an homogeneous material.
+ See any textbook of interactions of charged particles with matter, in particular :
+ 1- geant4.web.cern.ch --> UserSupport --> Physics Reference Manual
+ 2- lappweb.in2p3.fr/~maire/tutorials/index.html
1- GEOMETRY DEFINITION
- It is a single box of homogeneous medium.
+ It is a simple cubic box of homogeneous material.
Two parameters define the geometry :
- the material of the box,
- - the (full) size of the box.
+ - the thickness of the box.
The default geometry (1 cm of water) is constructed in DetectorConstruction,
but the above parameters can be changed interactively via the commands
@@ -26,7 +28,7 @@ $Id: README 66241 2012-12-13 18:34:42Z gunter $
The physics list contains the 'standard' electromagnetic processes.
However the MultipleScattering is not registered, in order to focuse on
- fluctuations due to energy loss alone.
+ fluctuations of to energy loss alone.
3- BEAM
@@ -37,27 +39,38 @@ $Id: README 66241 2012-12-13 18:34:42Z gunter $
4- RUN
- During the tracking of the incident particle, the secondary particles
- are immediately killed, after that their energy has been registered
- (see StackingAction).
- Therefore, we study here the total energy lost by the incident particle,
- not the energy deposited in a layer of finite thickness.
+ During the tracking of the incident particle, by default, the secondary
+ particles are immediately killed, after that their energy has been registered
+ (see SteppingAction and StackingAction).
+ Therefore, we study here the various components of the total energy lost
+ by the incident particle, not the energy deposited in a layer of finite
+ thickness.
+ With the option /testEm/trackSecondaries one can compute and plot the energy
+ deposited in the layer. See edep.mac
At EndOfRun, the above results are compared with 'reference' values,
- i.e. the values read from EnergyLoss tables.
+ i.e. the input data read from EnergyLoss and Range tables.
+ See reference 2 : Energy-Range relation, slide 4.
5- HISTOGRAMS
- The test contains 6 built-in 1D histograms, which are managed by
+ The test contains 13 built-in 1D histograms, which are managed by
G4AnalysisManager and its Messenger.
-
- 1 continuous energy loss along primary track
- 2 energy from secondaries
- 3 total energy lost by primary track (1+2)
- 4 energy spectrum of e-+
- 5 energy spectrum of gamma
- 6 step size of primary track
-
+
+ 1 step size of primary track
+ 2 energy continuously deposited along primary track
+ 3 energy transfered to secondaries by ionisation
+ 4 energy transfered to secondaries by Bremsstrahlung
+ 5 energy transfered to secondaries by (e+,e-) production
+ 6 total energy transfered to secondaries
+ 7 total energy lost by primary track
+ 8 total energy lost by primary track from energy balance
+ 9 energy continuously deposited along secondary tracks
+ 10 total energy deposited
+ 11 energy spectrum of gamma
+ 12 energy spectrum of e-
+ 13 energy spectrum of e+
+
The histograms are defined in HistoManager.
The histos can be activated individually with the command :
diff --git a/examples/extended/electromagnetic/TestEm18/TestEm18.cc b/examples/extended/electromagnetic/TestEm18/TestEm18.cc
index 283083e127..13dbf518c8 100644
--- a/examples/extended/electromagnetic/TestEm18/TestEm18.cc
+++ b/examples/extended/electromagnetic/TestEm18/TestEm18.cc
@@ -27,7 +27,7 @@
/// \brief Main program of the electromagnetic/TestEm18 example
//
//
-// $Id: TestEm18.cc 66241 2012-12-13 18:34:42Z gunter $
+// $Id: TestEm18.cc 105252 2017-07-17 09:40:37Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -41,6 +41,7 @@
#include "PrimaryGeneratorAction.hh"
#include "RunAction.hh"
#include "EventAction.hh"
+#include "TrackingAction.hh"
#include "SteppingAction.hh"
#include "SteppingVerbose.hh"
#include "StackingAction.hh"
@@ -85,13 +86,17 @@ int main(int argc,char** argv) {
//eventAction
EventAction* eventaction = new EventAction(runaction);
runManager->SetUserAction(eventaction);
-
+
+ //TrackingAction
+ TrackingAction* trackingaction = new TrackingAction(runaction);
+ runManager->SetUserAction(trackingaction);
+
//stepAction
SteppingAction* steppingaction = new SteppingAction(runaction, eventaction);
runManager->SetUserAction(steppingaction);
//stackAction
- StackingAction* stackingaction = new StackingAction(runaction, eventaction);
+ StackingAction* stackingaction = new StackingAction();
runManager->SetUserAction(stackingaction);
// get the pointer to the User Interface manager
diff --git a/examples/extended/electromagnetic/TestEm18/TestEm18.in b/examples/extended/electromagnetic/TestEm18/TestEm18.in
index 4182654931..d3cf08be7b 100644
--- a/examples/extended/electromagnetic/TestEm18/TestEm18.in
+++ b/examples/extended/electromagnetic/TestEm18/TestEm18.in
@@ -1,4 +1,4 @@
-# $Id: TestEm18.in 82401 2014-06-18 14:43:54Z gcosmo $
+# $Id: TestEm18.in 105252 2017-07-17 09:40:37Z gcosmo $
#
# macro file for TestEm18.cc
#
@@ -13,8 +13,9 @@
/run/setCut 1 mm
#
/run/initialize
+/process/list
#
/gun/particle e-
-/gun/energy 10 MeV
+/gun/energy 100 MeV
#
/run/beamOn 100000
diff --git a/examples/extended/electromagnetic/TestEm18/TestEm18.out b/examples/extended/electromagnetic/TestEm18/TestEm18.out
index dfe59cd778..51b32af5e8 100644
--- a/examples/extended/electromagnetic/TestEm18/TestEm18.out
+++ b/examples/extended/electromagnetic/TestEm18/TestEm18.out
@@ -4,155 +4,71 @@
############################################
*************************************************************
- Geant4 version Name: geant4-10-03-ref-06 (30-June-2017)
+ Geant4 version Name: geant4-10-04-ref-00 (08-December-2017)
Copyright : Geant4 Collaboration
Reference : NIM A 506 (2003), 250-303
WWW : http://cern.ch/geant4
*************************************************************
-
-***** Table : Nb of materials = 12 *****
-
- Material: Air density: 1.290 mg/cm3 RadL: 285.161 m Nucl.Int.Length: 662.680 m
- Imean: 85.703 eV temperature: 293.15 K pressure: 1.00 atm
-
- ---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.010 g/mole
- ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 %
- ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 %
- ElmMassFraction: 70.00 % ElmAbundance 72.71 %
-
- ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 16.000 g/mole
- ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 %
- ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 %
- ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 %
- ElmMassFraction: 30.00 % ElmAbundance 27.29 %
-
-
- Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm
- Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm
-
- ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole
- ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
- ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 %
- ElmMassFraction: 11.21 % ElmAbundance 66.67 %
-
- ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 16.000 g/mole
- ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 %
- ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 %
- ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 %
- ElmMassFraction: 88.79 % ElmAbundance 33.33 %
-
-
- Material: Water_vapor density: 1.000 mg/cm3 RadL: 360.924 m Nucl.Int.Length: 753.560 m
- Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm
-
- ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole
- ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
- ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 %
- ElmMassFraction: 11.21 % ElmAbundance 66.67 %
-
- ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 16.000 g/mole
- ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 %
- ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 %
- ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 %
- ElmMassFraction: 88.79 % ElmAbundance 33.33 %
-
-
- Material: Carbon density: 2.267 g/cm3 RadL: 18.833 cm Nucl.Int.Length: 35.356 cm
- Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm
-
- ---> Element: C (C) Z = 6.0 N = 12 A = 12.010 g/mole
- ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %
- ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.070 %
- ElmMassFraction: 100.00 % ElmAbundance 100.00 %
-
-
- Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm
- Imean: 166.000 eV temperature: 293.15 K pressure: 1.00 atm
-
- ---> Element: Al (Al) Z = 13.0 N = 27 A = 26.980 g/mole
- ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 %
- ElmMassFraction: 100.00 % ElmAbundance 100.00 %
-
-
- Material: Silicon density: 2.330 g/cm3 RadL: 9.368 cm Nucl.Int.Length: 45.663 cm
- Imean: 173.000 eV temperature: 293.15 K pressure: 1.00 atm
-
- ---> Element: Si (Si) Z = 14.0 N = 28 A = 28.090 g/mole
- ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 %
- ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 %
- ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 %
- ElmMassFraction: 100.00 % ElmAbundance 100.00 %
-
-
- Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm
- Imean: 188.000 eV temperature: 293.15 K pressure: 1.00 atm
-
- ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.950 g/mole
- ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 %
- ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 %
- ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 %
- ElmMassFraction: 100.00 % ElmAbundance 100.00 %
-
-
- Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm
- Imean: 286.000 eV temperature: 293.15 K pressure: 1.00 atm
-
- ---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.850 g/mole
- ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 %
- ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 %
- ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 %
- ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 %
- ElmMassFraction: 100.00 % ElmAbundance 100.00 %
-
-
- Material: Germanium density: 5.323 g/cm3 RadL: 2.301 cm Nucl.Int.Length: 27.431 cm
- Imean: 350.000 eV temperature: 293.15 K pressure: 1.00 atm
-
- ---> Element: Ge (Ge) Z = 32.0 N = 73 A = 72.610 g/mole
- ---> Isotope: Ge70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.840 %
- ---> Isotope: Ge72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.540 %
- ---> Isotope: Ge73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.730 %
- ---> Isotope: Ge74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.280 %
- ---> Isotope: Ge76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.610 %
- ElmMassFraction: 100.00 % ElmAbundance 100.00 %
-
-
- Material: Tungsten density: 19.300 g/cm3 RadL: 3.504 mm Nucl.Int.Length: 10.312 cm
- Imean: 727.000 eV temperature: 293.15 K pressure: 1.00 atm
-
- ---> Element: W (W) Z = 74.0 N = 184 A = 183.850 g/mole
- ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.120 %
- ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.500 %
- ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.310 %
- ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.640 %
- ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.430 %
- ElmMassFraction: 100.00 % ElmAbundance 100.00 %
-
-
- Material: Lead density: 11.350 g/cm3 RadL: 5.612 mm Nucl.Int.Length: 18.247 cm
- Imean: 823.000 eV temperature: 293.15 K pressure: 1.00 atm
-
- ---> Element: Pb (Pb) Z = 82.0 N = 207 A = 207.190 g/mole
- ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 %
- ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 %
- ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 %
- ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 %
- ElmMassFraction: 100.00 % ElmAbundance 100.00 %
-
-
- Material: ArgonGas density: 1.782 mg/cm3 RadL: 109.702 m Nucl.Int.Length: 671.417 m
- Imean: 188.000 eV temperature: 273.15 K pressure: 1.00 atm
-
- ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole
- ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 %
- ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 %
- ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 %
- ElmMassFraction: 100.00 % ElmAbundance 100.00 %
-
-
-
### New material Water
+=======================================================================
+====== Electromagnetic Physics Parameters ========
+=======================================================================
+Fluctuations of dE/dx are enabled 1
+Build CSDA range enabled 1
+LPM effect enabled 1
+Spline of EM tables enabled 1
+Use cut as a final range enabled 1
+Apply cuts on all EM processes 0
+Fluorescence enabled 0
+Fluorescence Bearden data files enabled 0
+Auger electron production enabled 0
+Auger cascade enabled 0
+PIXE atomic de-excitation enabled 0
+De-excitation module ignores cuts 0
+Msc lateral displacement for e+- enabled 1
+Msc lateral displacement for muons and hadrons 0
+Msc lateral displacement alg96 for e+- 1
+Msc lateral displacement beyond geometry safety 0
+Enable angular generator interface 0
+Use Mott correction for e- scattering 0
+Use integral approach for tracking 1
+Use built-in Birks satuaration 0
+Use fast sampling in DNA models 0
+Use Stationary option in DNA models 0
+Use DNA with multiple scattering of e- 0
+Factor of cut reduction for sub-cutoff method 1
+Min kinetic energy for tables 10 eV
+Max kinetic energy for tables 10 TeV
+Max kinetic energy for CSDA tables 10 TeV
+Lowest e+e- kinetic energy 1 keV
+Lowest muon/hadron kinetic energy 1 keV
+Lowest triplet kinetic energy 1 MeV
+Linear loss limit 0.01
+Bremsstrahlung energy threshold above which
+ primary is added to the list of secondary 100 TeV
+X-section factor for integral approach 0.8
+Factor used for dynamic computation of angular
+ limit between single and multiple scattering 1
+Fixed angular limit between single
+ and multiple scattering 3.1416 rad
+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
+Skin parameter for msc step limitation of e+- 1
+Screening factor 1
+Step function for e+- (0.2, 1 mm)
+Step function for muons/hadrons (0.2, 0.1 mm)
+Number of bins in tables 120
+Number of bins per decade of a table 10
+Verbose level 0
+Verbose level for worker thread 0
+Type of msc step limit algorithm for e+- 1
+Type of msc step limit algorithm for muons/hadrons 0
+Type of nuclear form-factor 1
+Type of PIXE cross section for hadrons Empirical
+Type of PIXE cross section for e+- Livermore
+=======================================================================
/run/verbose 2
#
/testem/det/setMat Water
@@ -167,237 +83,36 @@
userDetector->Construct() start.
The Box is 1 cm of Water
+ Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm
+ Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm
+
+ ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole
+ ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %
+ ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 %
+ ElmMassFraction: 11.21 % ElmAbundance 66.67 %
+
+ ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 16.000 g/mole
+ ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 %
+ ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 %
+ ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 %
+ ElmMassFraction: 88.79 % ElmAbundance 33.33 %
+
Water is registered to the default region.
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
+
#
/gun/particle e-
-/gun/energy 10 MeV
+/gun/energy 100 MeV
#
/run/beamOn 100000
-### === Deexcitation model UAtomDeexcitation is activated for 1 region:
- DefaultRegionForTheWorld 1 0 0
-### === Ignore cuts flag: 0
-
-phot: for gamma SubType= 12 BuildTable= 0
- LambdaPrime table from 200 keV to 10 TeV in 77 bins
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- PhotoElectric : Emin= 0 eV Emax= 10 TeV AngularGenSauterGavrila FluoActive
-
-compt: for gamma SubType= 13 BuildTable= 1
- Lambda table from 10 eV to 1 MeV, 10 bins per decade, spline: 1
- LambdaPrime table from 1 MeV to 10 TeV in 70 bins
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- KleinNishina : Emin= 0 eV Emax= 10 TeV FluoActive
-
-conv: for gamma SubType= 14 BuildTable= 1
- Lambda table from 1.022 MeV to 10 TeV, 18 bins per decade, spline: 1
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- BetheHeitler : Emin= 0 eV Emax= 80 GeV
- BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV
-
-eIoni: for e- SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.1, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.01
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- MollerBhabha : Emin= 0 eV Emax= 10 TeV
- CSDA range table up to 1 GeV in 80 bins
-
-eBrem: for e- SubType= 3
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per 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 DipBustGen
- eBremLPM : Emin= 1 GeV Emax= 10 TeV DipBustGen
-
-eIoni: for e+ SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.1, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.01
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- MollerBhabha : Emin= 0 eV Emax= 10 TeV
- CSDA range table up to 1 GeV in 80 bins
-
-eBrem: for e+ SubType= 3
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per 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 DipBustGen
- eBremLPM : Emin= 1 GeV Emax= 10 TeV DipBustGen
-
-annihil: for e+, integral: 1 SubType= 5 BuildTable= 0
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- eplus2gg : Emin= 0 eV Emax= 10 TeV
-
-hIoni: for proton SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.02, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.01
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- Bragg : Emin= 0 eV Emax= 2 MeV
- BetheBloch : Emin= 2 MeV Emax= 10 TeV
- CSDA range table up to 1 GeV in 80 bins
-
-hBrems: for proton SubType= 3
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- hBrem : Emin= 0 eV Emax= 10 TeV
-
-hPairProd: for proton SubType= 4
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- Sampling table 13x1001 from 7.50618 GeV to 10 TeV
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- hPairProd : Emin= 0 eV Emax= 10 TeV
-
-ionIoni: for GenericIon SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.001, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- ParamICRU73 : Emin= 0 eV Emax= 10 TeV deltaVI
- CSDA range table up to 1 GeV in 80 bins
-
-nuclearStopping: for GenericIon SubType= 8 BuildTable= 0
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- ICRU49NucStopping : Emin= 0 eV Emax= 10 TeV
-
-ionIoni: for alpha SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.001, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- BraggIon : Emin= 0 eV Emax= 7.9452 MeV
- BetheBloch : Emin= 7.9452 MeV Emax= 10 TeV
- CSDA range table up to 1 GeV in 80 bins
-
-nuclearStopping: for alpha SubType= 8 BuildTable= 0
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- ICRU49NucStopping : Emin= 0 eV Emax= 10 TeV
-
-hIoni: for anti_proton SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- ICRU73QO : Emin= 0 eV Emax= 2 MeV
- BetheBloch : Emin= 2 MeV Emax= 10 TeV
- CSDA range table up to 1 GeV in 80 bins
-
-hIoni: for kaon+ SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- Bragg : Emin= 0 eV Emax= 1.05231 MeV
- BetheBloch : Emin= 1.05231 MeV Emax= 10 TeV
- CSDA range table up to 1 GeV in 80 bins
-
-hIoni: for kaon- SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- ICRU73QO : Emin= 0 eV Emax= 1.05231 MeV
- BetheBloch : Emin= 1.05231 MeV Emax= 10 TeV
- CSDA range table up to 1 GeV in 80 bins
-
-muIoni: for mu+ SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.05, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.01
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- Bragg : Emin= 0 eV Emax= 200 keV
- BetheBloch : Emin= 200 keV Emax= 1 GeV
- MuBetheBloch : Emin= 1 GeV Emax= 10 TeV
- CSDA range table up to 1 GeV in 80 bins
-
-muBrems: for mu+ SubType= 3
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- MuBrem : Emin= 0 eV Emax= 10 TeV
-
-muPairProd: for mu+ SubType= 4
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- Sampling table 17x1001 from 1 GeV to 10 TeV
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- muPairProd : Emin= 0 eV Emax= 10 TeV
-
-muIoni: for mu- SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.05, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.01
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- ICRU73QO : Emin= 0 eV Emax= 200 keV
- BetheBloch : Emin= 200 keV Emax= 1 GeV
- MuBetheBloch : Emin= 1 GeV Emax= 10 TeV
- CSDA range table up to 1 GeV in 80 bins
-
-muBrems: for mu- SubType= 3
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- MuBrem : Emin= 0 eV Emax= 10 TeV
-
-muPairProd: for mu- SubType= 4
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- Sampling table 17x1001 from 1 GeV to 10 TeV
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- muPairProd : Emin= 0 eV Emax= 10 TeV
-
-hIoni: for pi+ SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.02, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.01
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- Bragg : Emin= 0 eV Emax= 297.505 keV
- BetheBloch : Emin= 297.505 keV Emax= 10 TeV
- CSDA range table up to 1 GeV in 80 bins
-
-hBrems: for pi+ SubType= 3
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- hBrem : Emin= 0 eV Emax= 10 TeV
-
-hPairProd: for pi+ SubType= 4
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- Sampling table 16x1001 from 1.11656 GeV to 10 TeV
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- hPairProd : Emin= 0 eV Emax= 10 TeV
-
-hIoni: for pi- SubType= 2
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- finalRange(mm)= 0.02, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.01
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- ICRU73QO : Emin= 0 eV Emax= 297.505 keV
- BetheBloch : Emin= 297.505 keV Emax= 10 TeV
- CSDA range table up to 1 GeV in 80 bins
-
-hBrems: for pi- SubType= 3
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- hBrem : Emin= 0 eV Emax= 10 TeV
-
-hPairProd: for pi- SubType= 4
- dE/dx and range tables from 10 eV to 10 TeV in 120 bins
- Lambda tables from threshold to 10 TeV, 10 bins per decade, spline: 1
- Sampling table 16x1001 from 1.11656 GeV to 10 TeV
- ===== EM models for the G4Region DefaultRegionForTheWorld ======
- hPairProd : Emin= 0 eV Emax= 10 TeV
-
Region -- -- appears in world volume
This region is in the mass world.
Root logical volume(s) : Water
@@ -436,27 +151,42 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics
Run terminated.
Run Summary
Number of events processed : 100000
- User=1.2s Real=1.24s Sys=0.01s
+ User=0.62s Real=0.62s Sys=0s
======================== run summary ======================
- The run was 100000 e- of 10 MeV through 1 cm of Water (density: 1 g/cm3 )
- ===========================================================
+ The run was 100000 e- of 100 MeV through 1 cm of Water (density: 1 g/cm3 )
+
+ Process defining step :
+ Edep alone= 311 Transportation= 99992 eBrem= 37558 eIoni= 24144
- TrackLength= 1.0004 cm nb of steps= 2.5074 stepSize= 3.9899 mm
+ TrackLength = 10 mm nb of steps = 1.62 stepSize = 6.173 mm (3.424 nm --> 1.001 cm )
- d-rays : eLoss/primary= 244.26 keV nb of d-rays= 0.23298 = 1.0484 MeV Tmin= 351.89 keV Tmax= 4.9325 MeV
+ Energy continuously deposited along primary track (restricted dE/dx) dE1 = 1.744 MeV (606.1 keV --> 2.921 MeV)
- gamma : eLoss/primary= 160.99 keV nb of gammas= 0.27726 = 580.66 keV Tmin= 2.9408 keV Tmax= 9.7286 MeV
+ Evaluation of dE1 from reading restricted Range table : dE1_table = 1.744 MeV ---> dE1/dE1_table = 1
- deposit : eLoss/primary= 1.7327 MeV table= 1.7337 MeV ---> simul/reference= 0.99944
+ Energy transfered to secondary particles :
+ due to eBrem: dE2 = 2.376 MeV (2.942 keV --> 99.05 MeV)
+ due to eIoni: dE2 = 450.2 keV (351.9 keV --> 50.28 MeV)
+
+ Total energy transfered to secondaries : dE3 = sum of dE2 = 2.826 MeV (2.942 keV --> 99.05 MeV)
+
+ Total energy lost by incident particle : dE4 = dE1 + dE3 = 4.57 MeV (1.333 MeV --> 100 MeV)
+
+ calcul of dE4 from energy balance : dE4_bal = E_in - E_out = 4.57 MeV (1.333 MeV --> 100 MeV)
+
+ Evaluation of dE4 from reading full Range table : dE4_table = 4.578 MeV ---> dE4/dE4_table = 0.9984
+
+ Energy spectrum of secondary particles :
+ e-: 24144 Emean = 1.864 MeV (351.9 keV --> 49.78 MeV)
+ gamma: 37544 Emean = 6.328 MeV (2.942 keV --> 99.01 MeV)
- total : eLoss/primary= 2.138 MeV table= 2.1388 MeV ---> simul/reference= 0.99962
--------- Ranecu engine status ---------
Initial seed (index) = 0
- Current couple of seeds = 901273126, 1892315932
+ Current couple of seeds = 150141884, 397385343
----------------------------------------
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
diff --git a/examples/extended/electromagnetic/TestEm18/edep.mac b/examples/extended/electromagnetic/TestEm18/edep.mac
new file mode 100644
index 0000000000..ee2d7babbd
--- /dev/null
+++ b/examples/extended/electromagnetic/TestEm18/edep.mac
@@ -0,0 +1,27 @@
+# $Id: TestEm18.in 105105 2017-07-12 21:18:32Z maire $
+#
+# macro file for TestEm18.cc
+#
+/control/verbose 2
+/run/verbose 2
+#
+/testem/det/setMat Water
+/testem/det/setSize 5 cm
+#
+/testem/phys/addPhysics standard
+#
+/run/setCut 1 mm
+#
+/run/initialize
+#
+/gun/particle e-
+/gun/energy 100 MeV
+#
+/testem/trackSecondaries true
+#
+/analysis/setFileName edep
+/analysis/h1/set 7 100 0 100 MeV #total Elost
+/analysis/h1/set 10 100 0 100 MeV #total Edep
+#
+/run/printProgress 10000
+/run/beamOn 100000
diff --git a/examples/extended/electromagnetic/TestEm18/electron.mac b/examples/extended/electromagnetic/TestEm18/electron.mac
index b0ca366a81..1fd5cbbd15 100644
--- a/examples/extended/electromagnetic/TestEm18/electron.mac
+++ b/examples/extended/electromagnetic/TestEm18/electron.mac
@@ -1,4 +1,4 @@
-# $Id: electron.mac 82401 2014-06-18 14:43:54Z gcosmo $
+# $Id: electron.mac 105927 2017-08-29 13:25:29Z gcosmo $
#
# macro file for TestEm18.cc
#
@@ -18,15 +18,18 @@
/gun/energy 10 MeV
#
/analysis/setFileName electron
-#
-/analysis/h1/set 1 100 0 10 MeV #continuous eLoss
-/analysis/h1/set 2 100 0 10 MeV #secondary eLoss
-/analysis/h1/set 3 100 0 10 MeV #total eLoss
-/analysis/h1/set 4 100 0 10 MeV #e- energy spectrum
-/analysis/h1/set 5 100 0 10 MeV #gamma energy spectrum
-/analysis/h1/set 6 100 0 10 mm #step size
#
-/run/printProgress 100000
+/analysis/h1/set 1 100 0 10 mm #step size
+/analysis/h1/set 2 100 0 10 MeV #continuous Edeposited
+/analysis/h1/set 3 100 0 10 MeV #Etransfered by ionisation
+/analysis/h1/set 4 100 0 10 MeV #Etransfered by brems
+/analysis/h1/set 6 100 0 10 MeV #total Etransfered
+/analysis/h1/set 7 100 0 10 MeV #total Elost
+/analysis/h1/set 8 100 0 10 MeV #energy balance
+/analysis/h1/set 11 100 0 10 MeV #gamma energy spectrum
+/analysis/h1/set 12 100 0 10 MeV #e- energy spectrum
#
-/run/beamOn 1000000
+/run/printProgress 10000
+#
+/run/beamOn 100000
diff --git a/examples/extended/electromagnetic/TestEm18/include/EventAction.hh b/examples/extended/electromagnetic/TestEm18/include/EventAction.hh
index f12a85d161..8d12cd4874 100644
--- a/examples/extended/electromagnetic/TestEm18/include/EventAction.hh
+++ b/examples/extended/electromagnetic/TestEm18/include/EventAction.hh
@@ -26,7 +26,7 @@
/// \file electromagnetic/TestEm18/include/EventAction.hh
/// \brief Definition of the EventAction class
//
-// $Id: EventAction.hh 82401 2014-06-18 14:43:54Z gcosmo $
+// $Id: EventAction.hh 105927 2017-08-29 13:25:29Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -36,8 +36,10 @@
#include "G4UserEventAction.hh"
#include "globals.hh"
+#include